2020-04-22 15:06:51 +00:00
|
|
|
@charset "UTF-8";
|
|
|
|
@font-face {
|
|
|
|
font-family: "Manrope VF";
|
|
|
|
src: url("/assets/fonts/variable/Manrope%5Bwght%5D.ttf")
|
|
|
|
format("truetype-variations");
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 200 800;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Manrope";
|
|
|
|
src: url("/assets/fonts/web/manrope-bold.woff2") format("woff2"),
|
|
|
|
url("/assets/fonts/otf/manrope-bold.otf") format("opentype");
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
2019-11-17 02:27:32 +00:00
|
|
|
body {
|
2020-01-28 17:10:31 +00:00
|
|
|
align-items: center;
|
2019-11-17 02:27:32 +00:00
|
|
|
background: var(--bg-color);
|
|
|
|
color: var(--text-color);
|
2020-04-22 15:06:51 +00:00
|
|
|
font-family: "Manrope VF", Manrope, sans-serif;
|
2020-02-06 17:23:38 +00:00
|
|
|
font-feature-settings: "calt", "liga";
|
2020-04-22 15:06:51 +00:00
|
|
|
font-size: 64px;
|
|
|
|
font-variation-ligatures: normal;
|
|
|
|
font-variation-settings: "wght" 500;
|
|
|
|
font-weight: 700;
|
2020-01-28 17:10:31 +00:00
|
|
|
margin: 0%;
|
2019-11-17 02:27:32 +00:00
|
|
|
max-width: 100vw;
|
|
|
|
overflow-x: hidden;
|
2020-01-28 17:10:31 +00:00
|
|
|
padding: 0%;
|
|
|
|
width: 100vw;
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
2020-02-06 17:23:38 +00:00
|
|
|
.profile {
|
2020-01-28 17:10:31 +00:00
|
|
|
background: var(--background-image) center center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: cover !important;
|
|
|
|
color: #fff !important;
|
2019-11-17 02:27:32 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2020-01-28 17:10:31 +00:00
|
|
|
height: 92vh;
|
2019-11-17 02:27:32 +00:00
|
|
|
justify-content: center;
|
2020-01-28 17:10:31 +00:00
|
|
|
padding: 4vh 3vw;
|
2019-11-17 02:27:32 +00:00
|
|
|
position: fixed;
|
2020-01-28 17:10:31 +00:00
|
|
|
text-align: left;
|
|
|
|
width: 24vw;
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
2020-02-06 17:23:38 +00:00
|
|
|
.display {
|
2019-11-17 02:27:32 +00:00
|
|
|
display: inline-block;
|
2020-01-28 17:10:31 +00:00
|
|
|
height: 92vh;
|
|
|
|
padding: 4vh 3vw;
|
2019-11-17 02:27:32 +00:00
|
|
|
padding-left: 33vw;
|
2020-01-28 17:10:31 +00:00
|
|
|
width: 64vw;
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
2020-02-06 17:23:38 +00:00
|
|
|
.display h1 {
|
2019-11-17 02:27:32 +00:00
|
|
|
color: var(--text-color);
|
2019-12-08 13:55:29 +00:00
|
|
|
font-family: "Asap", sans-serif;
|
2020-01-28 17:10:31 +00:00
|
|
|
font-size: 50px;
|
|
|
|
font-weight: bold;
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.emoji {
|
|
|
|
height: 18px;
|
2020-01-28 17:10:31 +00:00
|
|
|
width: 18px;
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
2020-02-06 17:23:38 +00:00
|
|
|
.footer {
|
2020-02-14 17:54:33 +00:00
|
|
|
padding: 8vh 0;
|
2019-11-17 02:27:32 +00:00
|
|
|
text-align: center;
|
2020-01-28 17:10:31 +00:00
|
|
|
width: 100%;
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
2020-02-06 17:23:38 +00:00
|
|
|
.footer a {
|
2019-11-17 02:27:32 +00:00
|
|
|
color: var(--text-color) !important;
|
2020-04-22 15:06:51 +00:00
|
|
|
font-family: "Manrope VF", Manrope, sans-serif;
|
|
|
|
font-feature-settings: "calt", "liga";
|
|
|
|
font-variation-ligatures: normal;
|
|
|
|
font-variation-settings: "wght" 500;
|
|
|
|
font-weight: 700;
|
2020-01-28 17:10:31 +00:00
|
|
|
text-decoration: none;
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
2020-06-02 19:20:54 +00:00
|
|
|
#profile_img {
|
2020-01-28 17:10:31 +00:00
|
|
|
width: 180px;
|
2020-06-02 19:20:54 +00:00
|
|
|
height: 180px;
|
|
|
|
min-width: 180px;
|
|
|
|
min-height: 180px;
|
|
|
|
max-width: 180px;
|
|
|
|
max-height: 180px;
|
|
|
|
border-radius: 5px;
|
|
|
|
background-size: cover !important;
|
|
|
|
background-repeat: no-repeat !important;
|
2019-12-09 17:04:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes grad {
|
|
|
|
0% {
|
|
|
|
background-position: 0% 50%;
|
|
|
|
}
|
2020-02-14 17:54:33 +00:00
|
|
|
|
2019-12-09 17:04:29 +00:00
|
|
|
50% {
|
|
|
|
background-position: 100% 50%;
|
|
|
|
}
|
2020-02-14 17:54:33 +00:00
|
|
|
|
2019-12-09 17:04:29 +00:00
|
|
|
100% {
|
|
|
|
background-position: 0% 50%;
|
|
|
|
}
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
2020-02-06 17:23:38 +00:00
|
|
|
.profile div {
|
2019-11-17 02:27:32 +00:00
|
|
|
font-weight: bold;
|
2020-02-14 17:54:33 +00:00
|
|
|
margin: 1.5vh 0;
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
2019-12-13 16:53:05 +00:00
|
|
|
.hidden {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
2019-11-17 02:27:32 +00:00
|
|
|
#username {
|
2020-01-28 17:10:31 +00:00
|
|
|
color: white;
|
2019-12-08 13:55:29 +00:00
|
|
|
font-family: "Asap Condensed", sans-serif;
|
2019-12-13 16:53:05 +00:00
|
|
|
font-size: 18px;
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
2020-02-14 17:54:33 +00:00
|
|
|
.bottom_section span {
|
|
|
|
font-weight: bold;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.socials span {
|
|
|
|
display: inline-block !important;
|
|
|
|
font-weight: normal !important;
|
|
|
|
margin-right: 2vw !important;
|
|
|
|
}
|
|
|
|
|
2019-11-17 02:27:32 +00:00
|
|
|
#username span {
|
2019-12-08 13:55:29 +00:00
|
|
|
font-family: "Asap Condensed", sans-serif;
|
2020-01-28 17:10:31 +00:00
|
|
|
font-size: 24px;
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
2019-12-13 16:53:05 +00:00
|
|
|
.console-underscore {
|
|
|
|
display: inline-block;
|
2020-01-28 17:10:31 +00:00
|
|
|
left: 10px;
|
2019-12-13 16:53:05 +00:00
|
|
|
position: relative;
|
|
|
|
top: -0.14em;
|
|
|
|
}
|
|
|
|
|
2019-11-17 02:27:32 +00:00
|
|
|
#userbio {
|
2019-12-08 13:55:29 +00:00
|
|
|
font-family: "Asap", sans-serif;
|
2020-01-28 17:10:31 +00:00
|
|
|
font-size: 26px;
|
2019-11-17 02:27:32 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#about {
|
2019-12-08 13:55:29 +00:00
|
|
|
font-family: "Asap", sans-serif;
|
2020-01-28 17:10:31 +00:00
|
|
|
font-size: 18px;
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
2020-02-14 17:54:33 +00:00
|
|
|
.projects a {
|
|
|
|
display: flex;
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
/* 30px is the gutter size in magic grid */
|
|
|
|
width: calc(49% - 30px);
|
|
|
|
|
|
|
|
/* 49% avoids a weird single column on some wide screens */
|
|
|
|
}
|
|
|
|
|
|
|
|
.socials span a {
|
|
|
|
font-weight: normal !important;
|
|
|
|
}
|
|
|
|
|
2019-11-17 02:27:32 +00:00
|
|
|
#about a,
|
|
|
|
#username a {
|
|
|
|
color: #fff !important;
|
|
|
|
font-weight: bold;
|
2020-01-28 17:10:31 +00:00
|
|
|
text-decoration: none;
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#about a:hover,
|
|
|
|
#username a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
#about span {
|
|
|
|
display: block;
|
2020-02-14 17:54:33 +00:00
|
|
|
margin: 1vh 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom_section span i {
|
|
|
|
font-size: 15px;
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#about span i {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#work {
|
2020-02-14 17:54:33 +00:00
|
|
|
margin: 2vh 0;
|
|
|
|
padding: 4vh 0 !important;
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#forks {
|
2020-02-14 17:54:33 +00:00
|
|
|
margin: 2vh 0;
|
|
|
|
padding: 4vh 0 !important;
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.projects {
|
|
|
|
margin-left: -15px;
|
|
|
|
|
2020-02-14 17:54:33 +00:00
|
|
|
/* align section w/ heading above */
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.projects section {
|
|
|
|
border: 1px solid rgb(0, 0, 0, 0.08);
|
2020-02-06 17:23:38 +00:00
|
|
|
border-radius: 5px;
|
2020-02-14 17:54:33 +00:00
|
|
|
box-shadow: 0 0 0 rgb(0, 0, 0, 0);
|
2020-01-28 17:10:31 +00:00
|
|
|
color: var(--text-color);
|
|
|
|
display: inline-block;
|
2020-02-14 17:54:33 +00:00
|
|
|
margin: 1vh 0;
|
2020-01-28 17:10:31 +00:00
|
|
|
padding: 2.5vh 5%;
|
2019-11-17 02:27:32 +00:00
|
|
|
transform: scale(1);
|
2020-01-28 17:10:31 +00:00
|
|
|
transition: 0.4s ease-in-out;
|
|
|
|
width: 100%;
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.projects section:hover {
|
|
|
|
border: 1px solid rgb(0, 0, 0, 0);
|
2020-02-14 17:54:33 +00:00
|
|
|
box-shadow: 0 15px 35px rgb(0, 0, 0, 0.06);
|
2020-01-28 17:10:31 +00:00
|
|
|
cursor: pointer;
|
2019-11-17 02:27:32 +00:00
|
|
|
transform: scale(1.03);
|
|
|
|
}
|
|
|
|
|
|
|
|
.section_title {
|
|
|
|
font-size: 24px;
|
|
|
|
font-weight: bold;
|
2020-02-14 17:54:33 +00:00
|
|
|
margin: 1vh 0;
|
|
|
|
padding: 0 1px;
|
2019-11-17 02:27:32 +00:00
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about_section {
|
2019-12-08 13:55:29 +00:00
|
|
|
font-family: "Asap", sans-serif;
|
2020-01-28 17:10:31 +00:00
|
|
|
font-size: 18px;
|
2019-11-17 02:27:32 +00:00
|
|
|
font-weight: bold;
|
2020-02-14 17:54:33 +00:00
|
|
|
margin: 2vh 0;
|
2019-11-17 02:27:32 +00:00
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom_section {
|
|
|
|
font-size: 14px;
|
2020-02-14 17:54:33 +00:00
|
|
|
margin: 1vh 0;
|
2019-11-17 02:27:32 +00:00
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
.socials {
|
|
|
|
color: #fff;
|
2020-02-14 17:54:33 +00:00
|
|
|
margin: 3vh 0 !important;
|
2020-01-28 17:10:31 +00:00
|
|
|
text-decoration: none;
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
::selection {
|
|
|
|
background: var(--text-color);
|
2020-01-28 17:10:31 +00:00
|
|
|
color: var(--bg-color);
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 800px) {
|
2020-02-06 17:23:38 +00:00
|
|
|
.profile {
|
2019-11-17 02:27:32 +00:00
|
|
|
height: 60vh;
|
2020-01-28 17:10:31 +00:00
|
|
|
padding: 4vh 5vw;
|
2019-11-17 02:27:32 +00:00
|
|
|
position: relative;
|
2020-01-28 17:10:31 +00:00
|
|
|
text-align: center;
|
|
|
|
width: 90vw;
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
2020-02-06 17:23:38 +00:00
|
|
|
.display {
|
2019-11-17 02:27:32 +00:00
|
|
|
display: inline-block;
|
2020-01-28 17:10:31 +00:00
|
|
|
height: auto;
|
|
|
|
padding: 4vh 5vw;
|
2020-02-06 17:23:38 +00:00
|
|
|
padding-left: 5vw;
|
2020-01-28 17:10:31 +00:00
|
|
|
width: 90vw;
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
2020-02-06 17:23:38 +00:00
|
|
|
.profile_img {
|
|
|
|
animation: grad 8s ease infinite;
|
2019-12-09 17:04:29 +00:00
|
|
|
background: var(--gradient);
|
|
|
|
background-size: 300% 300%;
|
2020-01-31 17:00:41 +00:00
|
|
|
font-family: "Asap Condensed", sans-serif;
|
2020-02-06 17:23:38 +00:00
|
|
|
font-size: 128px;
|
2020-02-14 17:54:33 +00:00
|
|
|
margin: 0 auto !important;
|
2020-02-06 17:23:38 +00:00
|
|
|
transition: background 0.5s ease;
|
|
|
|
-webkit-background-clip: text;
|
2020-01-31 17:00:41 +00:00
|
|
|
-webkit-text-fill-color: transparent;
|
2019-12-09 17:04:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes grad {
|
|
|
|
0% {
|
|
|
|
background-position: 0% 50%;
|
|
|
|
}
|
2020-02-14 17:54:33 +00:00
|
|
|
|
2019-12-09 17:04:29 +00:00
|
|
|
50% {
|
|
|
|
background-position: 100% 50%;
|
|
|
|
}
|
2020-02-14 17:54:33 +00:00
|
|
|
|
2019-12-09 17:04:29 +00:00
|
|
|
100% {
|
|
|
|
background-position: 0% 50%;
|
|
|
|
}
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#work {
|
2020-02-14 17:54:33 +00:00
|
|
|
margin: 0;
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.projects {
|
|
|
|
margin-left: 0;
|
2020-02-14 17:54:33 +00:00
|
|
|
|
2019-11-17 02:27:32 +00:00
|
|
|
/* remove neg margin to align w/ header */
|
|
|
|
}
|
|
|
|
|
|
|
|
.projects a {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.projects section {
|
|
|
|
width: 88%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
height: 5px;
|
2020-01-28 17:10:31 +00:00
|
|
|
width: 5px;
|
2019-11-17 02:27:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
|
background: var(--bg-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
background: var(--text-color);
|
2019-12-08 16:02:06 +00:00
|
|
|
}
|
|
|
|
|
2020-02-04 17:05:22 +00:00
|
|
|
/* Iconify */
|
|
|
|
|
|
|
|
.iconify {
|
2019-12-08 16:02:06 +00:00
|
|
|
font-size: 24px;
|
|
|
|
line-height: 14px;
|
|
|
|
}
|