-
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.
Deploying to gh-pages from @ e3d982a 🚀
- Loading branch information
1 parent
4c64825
commit 9e68ebc
Showing
11 changed files
with
248 additions
and
82 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
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 |
---|---|---|
@@ -1 +1,18 @@ | ||
<!DOCTYPE html><html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="shortcut icon" href="//img/avatar.png"><link href="https://fonts.googleapis.com/css?family=Forum|Source+Sans+Pro" rel="stylesheet"><link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css"><script defer src="https://use.fontawesome.com/releases/v5.15.2/js/all.js"></script><title>Interactive Resume</title><link href="/css/app.8de9245b.css" rel="preload" as="style"><link href="/js/app.b332c8b6.js" rel="preload" as="script"><link href="/js/chunk-vendors.0360377a.js" rel="preload" as="script"><link href="/css/app.8de9245b.css" rel="stylesheet"><link rel="icon" type="image/png" sizes="32x32" href="/img/icons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/img/icons/favicon-16x16.png"><link rel="manifest" href="/manifest.json"><meta name="theme-color" content="#4DBA87"><meta name="apple-mobile-web-app-capable" content="no"><meta name="apple-mobile-web-app-status-bar-style" content="default"><meta name="apple-mobile-web-app-title" content="resume"><link rel="apple-touch-icon" href="/img/icons/apple-touch-icon-152x152.png"><link rel="mask-icon" href="/img/icons/safari-pinned-tab.svg" color="#4DBA87"><meta name="msapplication-TileImage" content="/img/icons/msapplication-icon-144x144.png"><meta name="msapplication-TileColor" content="#000000"></head><body><div id="app"></div><script src="/js/chunk-vendors.0360377a.js"></script><script src="/js/app.b332c8b6.js"></script></body></html> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0"> | ||
<link rel="shortcut icon" href="/img/avatar.png"> | ||
<link href="https://fonts.googleapis.com/css?family=Forum|Source+Sans+Pro" rel="stylesheet"> | ||
<link rel="stylesheet" type='text/css' href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css" /> | ||
<link rel="stylesheet" type="text/css" href="/main.css" /> | ||
<script defer src="https://use.fontawesome.com/releases/v5.15.2/js/all.js"></script> | ||
<title>Resume</title> | ||
<script type="module" crossorigin src="/assets/index-8KC_76dG.js"></script> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
<!-- built files will be auto injected --> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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,154 @@ | ||
:root { | ||
interpolate-size: allow-keywords; | ||
} | ||
|
||
body { | ||
background-color: #f0f0ec; | ||
margin-bottom: 1rem; | ||
} | ||
|
||
h1 { | ||
font-size: 6rem; | ||
margin-top: 1rem; | ||
margin-bottom: .5rem; | ||
} | ||
|
||
h2 { | ||
font-size: 4rem; | ||
margin-top: 2rem; | ||
} | ||
|
||
h3 { | ||
font-size: 2rem; | ||
margin-top: 1rem; | ||
margin-bottom: 1rem; | ||
} | ||
|
||
nav { | ||
padding-bottom: 1.25rem; | ||
|
||
ul { | ||
display: grid; | ||
grid-template-columns: repeat(auto-fit, 10rem); | ||
justify-content: space-between; | ||
|
||
li { | ||
list-style-type: none; | ||
text-align: center; | ||
} | ||
} | ||
} | ||
|
||
header { | ||
text-align: center; | ||
font-family: 'Forum', Helvetica, Arial, sans-serif; | ||
|
||
p { | ||
margin: 0 auto; | ||
margin-bottom: 3rem; | ||
margin-top: -1.5rem; | ||
max-width: 45rem; | ||
text-align: justify; | ||
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; | ||
opacity: .75; | ||
font-weight: 100; | ||
} | ||
} | ||
|
||
a { | ||
text-decoration: none; | ||
color: #754668; | ||
font-weight: bold; | ||
transition: all 1s; | ||
|
||
&:hover { | ||
color: #617a71; | ||
} | ||
} | ||
|
||
details { | ||
height: 1rem; | ||
|
||
summary { | ||
cursor: pointer; | ||
} | ||
|
||
/* @media screen and (prefers-reduced-animation: no-preference) { */ | ||
transition: all 1s; | ||
|
||
&[open] { | ||
height: auto; | ||
overflow: clip; /* Clip off contents while animating */ | ||
} | ||
/* } */ | ||
|
||
|
||
} | ||
|
||
.icon { | ||
vertical-align: middle; | ||
margin-right: 2px; | ||
} | ||
|
||
.cardholder { | ||
display: grid; | ||
grid-template-columns: repeat(auto-fill, minmax(30rem, 35rem)); | ||
grid-gap: 1rem; | ||
justify-content: center; | ||
} | ||
|
||
.card { | ||
background: #fcfbf8; | ||
box-shadow: 3px 3px 5px 0 rgba(0,0,0,.08); | ||
padding: 1rem 1.5rem; | ||
border-radius: 3px; | ||
|
||
header { | ||
text-align: left; | ||
} | ||
|
||
h3 { | ||
margin-bottom: .5rem; | ||
} | ||
|
||
h4 { | ||
margin: 0; | ||
opacity: .6; | ||
} | ||
} | ||
|
||
.highlights { | ||
li { | ||
list-style-type: circle; | ||
padding: 3px 2px; | ||
transition: all 1.5s; | ||
|
||
&:hover { | ||
background: rgba(97,122,113,.06); | ||
} | ||
} | ||
} | ||
|
||
.tech { | ||
column-count: 3; | ||
color: #7f968f; | ||
list-style-type: none; | ||
padding-left: 0; | ||
|
||
li { | ||
margin-bottom: 5px; | ||
} | ||
} | ||
|
||
.avatar { | ||
max-width: 300px; | ||
} | ||
|
||
#app { | ||
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
color: #3f4f5f; | ||
margin: 3rem 4rem 5rem 4rem; | ||
font-size: 18px; | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.