Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
sanidhya committed Jul 10, 2020
0 parents commit 4e88919
Show file tree
Hide file tree
Showing 42 changed files with 487 additions and 0 deletions.
1 change: 1 addition & 0 deletions files/img/link.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions files/img/paper.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/img/sanidhya.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions files/img/slides.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
152 changes: 152 additions & 0 deletions files/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,152 @@
body {
color: #2E3436;
font-family: "Georgia","Liberation Serif","Droid Serif","Helvetica","Bitstream Vera Serif","Serif";
font-size: 14pt;
line-height: 1.5em;
}

#container {
display: block;
height: 100%;
margin-left: auto;
margin-right: auto;
min-height: 100%;
overflow: inherit;
width: 750pt;
}

.notify {
background-color: #E6EAEB;
color: black;
display: block;
letter-spacing: 0;
margin-left: auto;
margin-right: auto;
width: 100%;
}

#photo {
display: inline;
float: right;
padding-right: 20px;
}

img {
width: 200px !important;
height: 200px !important;
}

.header {
background-position: right bottom;
background-repeat: no-repeat;
border-bottom: 1pt solid #CCCCCC;
display: block;
font-size: 34px;
margin: 0 auto;
padding: 30px 0 0 10px;
width: 100%;
color: #990000;
font-weight: bold;
}

.footer {
background-color: #555753;
color: #FFFFFF;
display: block;
font-size: 11pt;
font-weight: bold;
letter-spacing: 0;
margin-left: auto;
margin-right: auto;
margin-top: 10pt;
padding: 5pt;
text-align: right;
width: 100%;
}

.sub {
font-size:13pt;
margin:20pt;
display: block;
}

td.cat {
text-align: right;
}

li.pub {
overflow-x: visible;
overflow-y: visible;
margin-bottom: 25px;
}

h1 {
color: #990000;
font-size: 22pt;
line-height: 1.5em;
text-align: left;
font-weight: bold;
text-decoration: underline;
}

a {
color: #990000;
text-decoration: none;
}

a.adviser {
color: #000000;
}

a:hover {
text-decoration: underline;
}

a.paper {
background: url(img/paper.svg) center right no-repeat;
padding-right: 15px;
}

a.slides {
background: url(img/slides.svg) center right no-repeat;
padding-right: 15px;
}

a.code {
background: url(img/link.svg) center right no-repeat;
padding-right: 15px;
}

a.pawards {
background: url(img/trophy.svg) center right no-repeat;
padding-right: 15px;
}

.note {
font-style: italic;
font-weight: bold;
display: block;
}

.note a {
color: #000;
font-style: italic;
font-weight: bold;
}

.meta {
border-left-width: 6px;
border-left-color: #F2ABB6;
border-left-style: outset;
display: block;
padding-left: 12px;
}

.title {
font-weight: bold;
font-size: 0pt;
}

.date {
float: right;
}
Loading

0 comments on commit 4e88919

Please sign in to comment.