2015-12-22 05:59:30 +00:00
|
|
|
/*
|
|
|
|
* GENERAL
|
|
|
|
*/
|
|
|
|
|
2015-06-22 04:00:29 +00:00
|
|
|
body {
|
2015-12-22 05:59:30 +00:00
|
|
|
margin: 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#page {
|
|
|
|
position: relative;
|
|
|
|
height: 100vh;
|
|
|
|
width: 100vw;
|
2015-06-22 04:00:29 +00:00
|
|
|
}
|
|
|
|
|
2015-12-22 05:59:30 +00:00
|
|
|
.social {
|
2015-06-22 04:00:29 +00:00
|
|
|
position: absolute;
|
2015-12-22 05:59:30 +00:00
|
|
|
bottom: 1em;
|
|
|
|
margin-left: 0;
|
|
|
|
right: 1em;
|
2015-06-22 04:00:29 +00:00
|
|
|
}
|
|
|
|
|
2015-12-22 05:59:30 +00:00
|
|
|
.social ul {
|
|
|
|
list-style: none;
|
|
|
|
margin-bottom: 0;
|
2015-06-22 04:00:29 +00:00
|
|
|
}
|
|
|
|
|
2015-12-22 05:59:30 +00:00
|
|
|
.social ul li {
|
|
|
|
display: inline;
|
2015-06-22 04:00:29 +00:00
|
|
|
}
|
|
|
|
|
2015-12-22 05:59:30 +00:00
|
|
|
.social ul li a {
|
|
|
|
color: #000;
|
2015-06-26 03:55:32 +00:00
|
|
|
}
|
|
|
|
|
2015-12-22 05:59:30 +00:00
|
|
|
/*
|
|
|
|
* PANELS
|
|
|
|
*/
|
|
|
|
|
|
|
|
#panel-landing {
|
|
|
|
/*text-align: center;*/
|
|
|
|
height: 25vh;
|
|
|
|
|
|
|
|
background-color: #FFF;
|
2015-06-22 04:00:29 +00:00
|
|
|
}
|
|
|
|
|
2015-12-22 05:59:30 +00:00
|
|
|
#panel-resume {
|
|
|
|
background-color: #EF5350;
|
2015-06-22 04:00:29 +00:00
|
|
|
}
|
|
|
|
|
2015-12-22 05:59:30 +00:00
|
|
|
#panel-projects {
|
|
|
|
background-color: #42A5F5;
|
2015-06-22 04:00:29 +00:00
|
|
|
}
|
|
|
|
|
2015-12-22 05:59:30 +00:00
|
|
|
#panel-intouch {
|
|
|
|
background-color: #66BB6A;
|
2015-06-22 04:00:29 +00:00
|
|
|
}
|
|
|
|
|
2015-12-22 05:59:30 +00:00
|
|
|
/*
|
|
|
|
* LANDING PANEL
|
|
|
|
*/
|
2015-06-22 04:00:29 +00:00
|
|
|
|
2015-12-22 05:59:30 +00:00
|
|
|
#greet {
|
|
|
|
margin-bottom: 0;
|
2015-06-22 04:00:29 +00:00
|
|
|
}
|
|
|
|
|
2015-12-22 05:59:30 +00:00
|
|
|
#landing-blurb {
|
|
|
|
overflow: hidden;
|
2015-06-22 04:00:29 +00:00
|
|
|
}
|
|
|
|
|
2015-12-22 05:59:30 +00:00
|
|
|
#main-menu {
|
|
|
|
margin-left:3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main-menu ul {
|
|
|
|
list-style: none;
|
|
|
|
margin-left:-2.3em;
|
|
|
|
font-size: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main-menu ul li {
|
|
|
|
display: inline;
|
|
|
|
margin: 0 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main-menu ul li a {
|
2015-06-22 04:00:29 +00:00
|
|
|
color: #000;
|
2015-12-22 05:59:30 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main-menu ul li a:hover {
|
|
|
|
color: #ff0000;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
* RESUME PANEL
|
|
|
|
*/
|
|
|
|
|
|
|
|
#panel-resume .fp-tableCell {
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
|
|
|
|
#resume-skills {
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#resume-skills ul {
|
|
|
|
list-style: none;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#resume-skills ul li {
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* MODIFIERS
|
|
|
|
*/
|
|
|
|
|
|
|
|
.fs-5 { font-size: 3em; }
|
|
|
|
.fs-1-3 { font-size: 1.3em; }
|
|
|
|
|
|
|
|
.bold { font-weight: bold; }
|
|
|
|
|
|
|
|
.pos-abs { position: absolute; }
|
|
|
|
|
|
|
|
.mt-z { margin-top: 0; }
|
|
|
|
|
|
|
|
.mb-z { margin-bottom: 0; }
|
|
|
|
|
|
|
|
.vcenter {
|
|
|
|
top: 40vh;
|
|
|
|
position: relative;
|
|
|
|
transform: translateY(-50%);
|
2015-06-22 04:00:29 +00:00
|
|
|
}
|
|
|
|
|
2015-12-22 05:59:30 +00:00
|
|
|
.red { color: #ff0000; }
|