diff --git a/README b/README deleted file mode 100644 index 9463698..0000000 --- a/README +++ /dev/null @@ -1,2 +0,0 @@ -A simple Bootstrap theme template for an academic webpage, themed with IIT -Dharwad colours and typography. diff --git a/README.md b/README.md new file mode 100644 index 0000000..b07cc1b --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# BootstrapHomepageTemplate + +A simple Bootstrap theme template for an academic webpage, themed with IIT +Dharwad colours and typography. + +Bootstrap is a simple Javascript Library that enables lightweight yet responsive pages that look and feel great on all devices, from small mobile phones to tablets to large desktop displays. + +To edit, I recomment the open-source editor "Brackets" which has a "live-preview" mode, showing the changes as the HTML code is modified. diff --git a/site/ProfileImage_600px.jpg b/site/ProfileImage_600px.jpg new file mode 100644 index 0000000..d8c27f1 Binary files /dev/null and b/site/ProfileImage_600px.jpg differ diff --git a/site/WebIcon.plain.svg b/site/WebIcon.plain.svg new file mode 100644 index 0000000..798e571 --- /dev/null +++ b/site/WebIcon.plain.svg @@ -0,0 +1,75 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/site/iitdh_bootstrapColour.css b/site/iitdh_bootstrapColour.css new file mode 100644 index 0000000..22f515a --- /dev/null +++ b/site/iitdh_bootstrapColour.css @@ -0,0 +1,21 @@ +.navbar-custom { + /* Jamun*/ + background-color: #6c1b85; +} +/* change the brand and text color */ +.navbar-custom .navbar-brand, +.navbar-custom .navbar-text { + color: rgba(255,255,255,1); +} + +/* change the link color */ +.navbar-custom .navbar-nav .nav-link { + color: rgba(255,255,255,1); +} +/* change the color of active or hovered links */ +.navbar-custom .nav-item.active .nav-link, +.navbar-custom .nav-item:hover .nav-link { + /*Marigold*/ + color: #ffad4a; +} + diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..a1f58d7 --- /dev/null +++ b/site/index.html @@ -0,0 +1,129 @@ + + + + + + + + Homepage of Jane Doe + + + + + + + + + + + + + + + +
+ +
+
+ +
+
+
+

Dr. Jane Doe

+
+
+ Abhijit Kshirsagar Photograph +
+
+
+

+
jane.doe at univ.ac.in
+

+ Professor of Quantum Computing
+ Dept. of Quantum Engineering
+ Fantastic University
+ India +

+
+
+
+
+
+
+ +
+
+

About

+

+ Here is some sample text generated by a Lipsum generator. It makes the text body seem more natural. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ut odio sed sapien congue maximus ac et elit. Nunc nibh orci, dictum in dolor nec, elementum varius tellus. Nulla facilisi. Donec cursus fermentum pulvinar. Praesent faucibus sem et neque ullamcorper vestibulum. Vivamus vitae leo vel leo pretium consequat vitae vel nisi. +

+ +

+ Vivamus quis massa aliquam, accumsan urna sed, hendrerit dolor. Integer consequat tortor nec turpis elementum tincidunt. Vestibulum suscipit ultricies arcu, ac pharetra odio dictum at. Pellentesque et odio lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ultrices blandit felis. +

+ +

Research

+

+ Quisque a elit interdum, gravida erat a, maximus nisl. Nulla facilisi. Cras diam mauris, molestie id vulputate vitae, accumsan et lorem. Praesent aliquam ipsum orci, eget sodales mauris facilisis ac.Maecenas bibendum eleifend elit, ac commodo arcu elementum vel. Nullam vel sagittis justo, nec pretium urna. Nullam arcu orci, bibendum non aliquet sed, hendrerit at tellus. Vivamus dolor. +

+ +

Teaching

+

+ +

+
Spring 2020
+
    +
  • EE101: Electrical Energy
  • +
+
Fall 2020
+
    +
  • EE102: Magnetic Energy
  • +
+
+
+
+
+
+ + + +kabhijit's BootstrapHomepageTemplate + + \ No newline at end of file