Update resume to match site
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
@import url('https://fonts.googleapis.com/css?family=EB+Garamond|Raleway');
|
||||
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=Raleway:ital,wght@0,400;0,700;1,400;1,700&display=swap');
|
||||
|
||||
$text-font: 'Raleway';
|
||||
$big-font: 'Raleway';
|
||||
$color-main: #36e281;
|
||||
$color-secondary: darken($color-main, 10%);
|
||||
$color-link: $color-secondary;
|
||||
$color-secondary: $color-main;
|
||||
$color-link: black;
|
||||
$color-text: black;
|
||||
|
||||
a {
|
||||
color: $color-link;
|
||||
border-bottom: solid 2px $color-main;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -41,8 +42,17 @@ header {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
hr {
|
||||
width: 90%;
|
||||
margin: auto;
|
||||
background-color: $color-main;
|
||||
border: none;
|
||||
border-radius: 1.5px;
|
||||
height: 3px;
|
||||
}
|
||||
|
||||
div.name {
|
||||
font-size: 1.25em;
|
||||
font-size: 1.7em;
|
||||
margin: 15px;
|
||||
font-family: $big-font, serif;
|
||||
}
|
||||
@@ -50,15 +60,16 @@ div.name {
|
||||
h1 {
|
||||
font-size: 1.25em;
|
||||
font-family: $big-font, serif;
|
||||
font-weight: normal;
|
||||
font-weight: 600;
|
||||
margin: 10px;
|
||||
margin-bottom: 2.5px;
|
||||
color: $color-secondary;
|
||||
display: inline-block;
|
||||
padding-bottom: 0.2em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.2em;
|
||||
font-weight: normal;
|
||||
font-weight: 500;
|
||||
margin-bottom: 0px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
@@ -69,14 +80,12 @@ ul {
|
||||
}
|
||||
|
||||
div.contact {
|
||||
background-color: $color-main;
|
||||
color: white;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
div.contact-item {
|
||||
padding: 10px;
|
||||
padding: 5px;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
display: flex;
|
||||
@@ -109,6 +118,7 @@ div.project-container {
|
||||
|
||||
a.project-link {
|
||||
color: $color-text;
|
||||
border: none;
|
||||
font-weight: bold;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -129,6 +139,10 @@ div.section-content {
|
||||
|
||||
div.position {
|
||||
margin-bottom: 10px;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
div.position-location {
|
||||
|
||||
Reference in New Issue
Block a user