-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
483bc53
commit e300b7a
Showing
40 changed files
with
2,745 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<!DOCTYPE html> | ||
<head> | ||
<!-- templatemo 419 black white --> | ||
<!-- | ||
Black White | ||
http://www.templatemo.com/preview/templatemo_419_black_white | ||
--> | ||
<title>Aishwarya Padmakumar</title> | ||
<link href='images/UTLogo.png' rel='shortcut icon'> | ||
<meta name="keywords" content="" /> | ||
<meta name="description" content="" /> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet" type="text/css"> | ||
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css"> | ||
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
<link href="css/templatemo_style.css" rel="stylesheet" type="text/css"> | ||
</head> | ||
<body> | ||
<div class="templatemo-container"> | ||
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 black-bg left-container"> | ||
<div class="tm-left-inner-container"> | ||
<ul class="nav nav-stacked templatemo-nav"> | ||
<li><a href="index.html" align="center">Homepage</a></li> | ||
<li><a href="research.html" align="center">Research</a></li> | ||
<li><a href="internships.html" align="center">Work Experience</a></li> | ||
<li><a href="about.html" class="active" align="center">About Me</a></li> | ||
</ul> | ||
</div> | ||
</div> <!-- left section --> | ||
|
||
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 white-bg right-container"> | ||
<div class="tm-right-inner-container" style="padding-top: 90px"> | ||
<div class="templatemo-subheading" style="margin-bottom:10px">Other Interests</div> | ||
<div> | ||
<p>I'm a bookworm. I read almost everything - fiction and non-fiction, classics and popular series, romances and mysteries, fantasy and sci-fi. Whether they are ebooks, old dog-eared volumes or new copies with that unmistakable scent, I devour them. Often, I read books that I like several times over. | ||
</p> | ||
<p>When the Muse visits me, I pick up my pen. I put up some of my writing in <a href="https://icegalspen.wordpress.com/">my blog</a>. | ||
</p> | ||
<p>I have also learnt <a href="http://en.wikipedia.org/wiki/Bharata_Natyam">Bharatanatyam</a>, an Indian classical dance for ten years. | ||
</p> | ||
<p>I am also fond of word games - Scrabble, Crossword, What's the Good Word or any other form of word play. I love other kinds of puzzles too, like lateral thinking questions and tick-cross logic puzzles. | ||
<p/> | ||
<p> Normally, I never am one for exercise or outdoor activities. In 2015, I joined <a href="http://www.runforindia.org/">Run for India</a>, a fundraising organization where members train together for marathons. I trained for and successfully completed the Austin Half Marathon in February 2015. | ||
<p/> | ||
</div> | ||
|
||
<footer style="clear:left"> | ||
<p class="col-lg-6 col-md-6 col-sm-12 col-xs-12 templatemo-copyright" style="font-size:80%">Design: <a href="http://www.templatemo.com">www.templatemo.com</a></p> | ||
</footer> | ||
</div> | ||
</div> <!-- right section --> | ||
</div> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,238 @@ | ||
/* | ||
templatemo 419 black white | ||
http://www.templatemo.com/preview/templatemo_419_black_white | ||
http://stackoverflow.com/questions/10525744/css-table-cell-equal-width | ||
*/ | ||
* { font-family: 'Open Sans', sans-serif; } | ||
|
||
html, body { height: 100%; } | ||
|
||
.green { color: #3B3; } | ||
.blue { color: #09E; } | ||
|
||
h1, h2 { margin-bottom: 20px; } | ||
|
||
h2 { font-size: 24px; } | ||
.templatemo-container { | ||
display: table; | ||
width: 100%; | ||
height: 100%; | ||
table-layout: fixed; | ||
} | ||
.left-container { | ||
display: table-cell; | ||
float: none; | ||
width: 20%; | ||
padding-bottom: 20px; | ||
padding-left: 0px; | ||
padding-right: 0; | ||
padding-top: 100px; | ||
} | ||
.right-container { | ||
display: table-cell; | ||
float: none; | ||
width: 62%; | ||
padding-bottom: 20px; | ||
padding-left: 0; | ||
padding-right: 30px; | ||
vertical-align: top; | ||
} | ||
.black-bg { | ||
color: white; | ||
background-color: black; | ||
} | ||
.white-bg { background-color: white; } | ||
.tm-left-inner-container { margin-right: 30px; } | ||
.tm-right-inner-container { | ||
margin-left: 30px; | ||
max-width: 710px; | ||
} | ||
.templatemo-logo { | ||
display: table; | ||
overflow: hidden; | ||
table-layout: fixed; | ||
width: 100% | ||
} | ||
.logo-left-container { | ||
display: table-cell; | ||
width: 38%; | ||
} | ||
.logo-right-container { | ||
display: table-cell; | ||
width: 62%; | ||
} | ||
.templatemo-logo h1 { | ||
margin-top: 0; | ||
margin-bottom: 0; | ||
max-width: 250px; | ||
} | ||
.templatemo-logo .col-lg-6, .templatemo-logo .col-md-6, .templatemo-logo .col-sm-6 { | ||
padding-left: 0; | ||
padding-right: 0; | ||
padding-top: 20px; | ||
} | ||
.logo-left { | ||
border-top: 1px solid gray; | ||
border-right: none; | ||
border-bottom: 1px solid gray; | ||
border-left: 1px solid gray; | ||
float: right; | ||
padding: 20px 30px 20px 100px; | ||
text-align: right; | ||
} | ||
.logo-right { | ||
border-top: 1px solid gray; | ||
border-right: 1px solid gray; | ||
border-bottom: 1px solid gray; | ||
border-left: none; | ||
float: left; | ||
padding: 20px 100px 20px 30px; | ||
} | ||
|
||
.templatemo-nav { | ||
clear: both; | ||
font-size: 16px; | ||
font-weight: 300; | ||
float: right; | ||
min-width: 200px; | ||
} | ||
.templatemo-nav>li>a { | ||
border: 2px solid #8C8C8C; | ||
border-radius: 8px; | ||
color: white; | ||
padding: 15px 50px; | ||
margin-bottom: 20px; | ||
transition: background-color 0.3s; | ||
} | ||
.templatemo-nav>li>a:hover, .templatemo-nav>li>a:focus, .templatemo-nav>li>a.active { | ||
background-color: #fff; | ||
color: #000; | ||
font-weight: 700; | ||
} | ||
.templatemo-nav>li>a>.fa { margin-right: 10px; } | ||
.templatemo-header { | ||
clear: both; | ||
font-size: 30px; | ||
margin-top: 0; | ||
} | ||
.templatemo-subheading { | ||
clear: both; | ||
font-size: 25px; | ||
font-weight: bold; | ||
margin-top: 0; | ||
} | ||
article { margin-top: 40px; } | ||
article p { | ||
margin-bottom: 15px; | ||
text-align: justify; | ||
} | ||
footer { | ||
margin-top: 40px; | ||
overflow: hidden; | ||
} | ||
footer p { margin-bottom: 0; } | ||
footer .col-lg-6, footer .col-md-6 { | ||
padding-left: 0; | ||
padding-right: 0; | ||
} | ||
.templatemo-social { text-align: right; } | ||
.templatemo-social i { | ||
border: 1px solid #ccc; | ||
padding-top: 7px; | ||
padding-bottom: 5px; | ||
text-align: center; | ||
width: 30px; | ||
height: 30px; | ||
transition: background-color 0.3s; | ||
} | ||
.templatemo-social a { color: #757575; } | ||
.templatemo-social a:hover i { | ||
background-color: #000; | ||
color: #fff; | ||
} | ||
.row .templatemo-item { margin-top: 0; } | ||
.templatemo-item p { margin-top: 20px; } | ||
.templatemo-item ul { margin-bottom: 20px; } | ||
.templatemo-item ul li { list-style: none; } | ||
.fa.templatemo-service-icon { font-size: 100px; } | ||
|
||
.templatemo-testimonial { overflow: hidden; } | ||
.templatemo-testimonial .fa { | ||
color: #C8B55E; | ||
padding: 5px; | ||
} | ||
.templatemo-border-left { | ||
border-left: 3px solid #C8B55E; | ||
padding-left: 10px; | ||
} | ||
.templatemo-border-right { | ||
border-right: 3px solid #C8B55E; | ||
padding-right: 10px; | ||
text-align: right; | ||
} | ||
.templatemo-testimonial footer { color: #777; } | ||
.templatemo-testimonial footer:before { content: '\2014 \00A0'; } | ||
.form-control:focus { | ||
border-color: #DEB215; | ||
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(234, 231, 60, 0.6); | ||
} | ||
iframe { border: none; } | ||
#map-canvas { | ||
height: 350px; | ||
margin-bottom: 30px; | ||
} | ||
.margin-bottom-60 { margin-bottom: 60px; } | ||
|
||
/* Media Queries | ||
----------------------------------------*/ | ||
@media screen and (max-width: 991px) { | ||
.templatemo-social { | ||
margin-top: 15px; | ||
text-align: left; | ||
} | ||
} | ||
@media screen and (max-width: 767px) { | ||
.templatemo-logo, .templatemo-container { display: block; } | ||
.logo-left-container, .logo-right-container, .left-container, .right-container { | ||
display: block; | ||
width: 100%; | ||
} | ||
.left-container, .right-container { | ||
padding-left: 20px; | ||
padding-right: 20px; | ||
} | ||
.logo-left, .logo-right, .templatemo-nav { float: none; } | ||
.logo-left { | ||
border-right: 1px solid gray; | ||
text-align: center; | ||
margin-bottom: 30px; | ||
padding: 20px; | ||
} | ||
.logo-right { | ||
border-left: 1px solid gray; | ||
text-align: center; | ||
margin-bottom: 30px; | ||
padding: 20px; | ||
} | ||
.tm-left-inner-container { margin-right: 0; } | ||
.tm-right-inner-container { margin-left: 0; } | ||
.templatemo-nav { max-width: 100%; } | ||
.templatemo-nav>li>a { | ||
margin-bottom: 5px; | ||
text-align: center; | ||
} | ||
h1 { | ||
margin-top: 0; | ||
margin-bottom: 20px; | ||
} | ||
.templatemo-logo h1 { | ||
border: none; | ||
max-width: none; | ||
} | ||
.left-container, .right-container { padding-top: 40px; } | ||
.templatemo-logo .col-lg-6, .templatemo-logo .col-md-6, .templatemo-logo .col-sm-6 { padding-top: 0; } | ||
} |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.