Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2023-08-11 16:37:40 -04:00
commit 87936c2f79
4 changed files with 25 additions and 25 deletions

View file

@ -9,14 +9,14 @@ body {
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
font-family: "IBM Plex Sans", sans-serif; font-family: "Inter", sans-serif;
font-variant-ligatures: none; font-variant-ligatures: none;
} }
button#print { button#print {
margin: 2rem auto; margin: 2rem auto;
border: none; border: none;
font-size: 9pt; font-size: 8.5pt;
background: #eee; background: #eee;
color: #425580; color: #425580;
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
@ -40,7 +40,7 @@ button#print i {
margin: 0 auto 4rem; margin: 0 auto 4rem;
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1), 0 0 0.5rem rgba(0, 0, 0, 0.2); box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1), 0 0 0.5rem rgba(0, 0, 0, 0.2);
font-weight: 400; font-weight: 400;
font-size: 9pt; font-size: 8.5pt;
line-height: 14pt; line-height: 14pt;
background-size: 14pt 14pt; background-size: 14pt 14pt;
background-repeat: repeat; background-repeat: repeat;
@ -72,7 +72,7 @@ p {
h1.name { h1.name {
margin: 0; margin: 0;
text-align: center; text-align: center;
font-size: 24pt; font-size: 22pt;
line-height: 21pt; line-height: 21pt;
padding-top: 7pt; padding-top: 7pt;
height: 28pt; height: 28pt;
@ -94,7 +94,7 @@ nav.links a {
height: 14pt; height: 14pt;
line-height: 14pt; line-height: 14pt;
text-decoration: none; text-decoration: none;
font-size: 9pt; font-size: 8.5pt;
} }
a { a {
@ -122,8 +122,8 @@ h2 {
padding-top: 7pt; padding-top: 7pt;
line-height: 14pt; line-height: 14pt;
height: 21pt; height: 21pt;
font-size: 13pt; font-size: 12pt;
font-weight: 500; font-weight: 600;
display: block; display: block;
padding-right: 0; padding-right: 0;
align-self: flex-start; align-self: flex-start;
@ -136,7 +136,7 @@ h2 span {
h2:before { h2:before {
content: ""; content: "";
position: absolute; position: absolute;
top: 9pt; top: 8.5pt;
bottom: 0; bottom: 0;
margin: auto; margin: auto;
left: 0; left: 0;
@ -149,8 +149,8 @@ h2:before {
h3 { h3 {
margin: 0; margin: 0;
font-size: 10pt; font-size: 9.5pt;
font-weight: 500; font-weight: 600;
} }
h3 a i.fa { h3 a i.fa {
font-size: 7pt; font-size: 7pt;
@ -161,14 +161,14 @@ h4 {
margin: 0; margin: 0;
font-style: italic; font-style: italic;
font-weight: 400; font-weight: 400;
font-size: 9pt; font-size: 8.5pt;
display: flex; display: flex;
width: 100%; width: 100%;
justify-content: space-between; justify-content: space-between;
} }
strong { strong {
font-weight: 500; font-weight: 600;
} }
section { section {

View file

@ -8,7 +8,7 @@ body {
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
font-family: 'IBM Plex Sans', sans-serif; font-family: 'Inter', sans-serif;
font-variant-ligatures: none; font-variant-ligatures: none;
} }
@ -17,7 +17,7 @@ $ls: 14pt;
button#print { button#print {
margin: 2rem auto; margin: 2rem auto;
border: none; border: none;
font-size: 9pt; font-size: 8.5pt;
background: #eee; background: #eee;
color: #425580; color: #425580;
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
@ -44,7 +44,7 @@ button#print {
margin: 0 auto 4rem; margin: 0 auto 4rem;
box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.1), 0 0 0.5rem rgba(0,0,0,0.2); box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.1), 0 0 0.5rem rgba(0,0,0,0.2);
font-weight: 400; font-weight: 400;
font-size: 9pt; font-size: 8.5pt;
line-height: $ls; line-height: $ls;
$fade: #ccc; $fade: #ccc;
$main: #aaa; $main: #aaa;
@ -83,7 +83,7 @@ p {
h1.name { h1.name {
margin: 0; margin: 0;
text-align: center; text-align: center;
font-size: 24pt; font-size: 22pt;
line-height: 1.5*$ls; line-height: 1.5*$ls;
padding-top: 0.5*$ls; padding-top: 0.5*$ls;
height: 2*$ls; height: 2*$ls;
@ -105,7 +105,7 @@ nav.links {
height: $ls; height: $ls;
line-height: $ls; line-height: $ls;
text-decoration: none; text-decoration: none;
font-size: 9pt; font-size: 8.5pt;
} }
} }
@ -136,8 +136,8 @@ h2 {
padding-top: 0.5*$ls; padding-top: 0.5*$ls;
line-height: $ls; line-height: $ls;
height: 1.5*$ls; height: 1.5*$ls;
font-size: 13pt; font-size: 12pt;
font-weight: 500; font-weight: 600;
display: block; display: block;
padding-right: 0; padding-right: 0;
align-self: flex-start; align-self: flex-start;
@ -151,7 +151,7 @@ h2 {
&:before { &:before {
content: ''; content: '';
position: absolute; position: absolute;
top: 9pt; top: 8.5pt;
bottom: 0; bottom: 0;
margin: auto; margin: auto;
left: 0; left: 0;
@ -165,8 +165,8 @@ h2 {
h3 { h3 {
margin: 0; margin: 0;
font-size: 10pt; font-size: 9.5pt;
font-weight: 500; font-weight: 600;
a i.fa { a i.fa {
font-size: 7pt; font-size: 7pt;
@ -178,14 +178,14 @@ h4 {
margin: 0; margin: 0;
font-style: italic; font-style: italic;
font-weight: 400; font-weight: 400;
font-size: 9pt; font-size: 8.5pt;
display: flex; display: flex;
width: 100%; width: 100%;
justify-content: space-between; justify-content: space-between;
} }
strong { strong {
font-weight: 500; font-weight: 600;
} }
section { section {

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&display=swap"> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,600;1,400&display=swap">
<link rel="stylesheet" href="css/resume.css"> <link rel="stylesheet" href="css/resume.css">
<script src="https://kit.fontawesome.com/e34b4d0969.js" crossorigin="anonymous"></script> <script src="https://kit.fontawesome.com/e34b4d0969.js" crossorigin="anonymous"></script>
<title>Naman Sood &ndash; Resume</title> <title>Naman Sood &ndash; Resume</title>

Binary file not shown.