mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
Deploy k4ustu3h.cf to github.com/k4ustu3h/gitfolio.git:gh-pages
This commit is contained in:
parent
eb6159a991
commit
89f96fbf87
12 changed files with 42 additions and 4 deletions
BIN
assets/fonts/otf/Manrope-Bold.otf
Normal file
BIN
assets/fonts/otf/Manrope-Bold.otf
Normal file
Binary file not shown.
BIN
assets/fonts/otf/Manrope-Light.otf
Normal file
BIN
assets/fonts/otf/Manrope-Light.otf
Normal file
Binary file not shown.
BIN
assets/fonts/otf/Manrope-Medium.otf
Normal file
BIN
assets/fonts/otf/Manrope-Medium.otf
Normal file
Binary file not shown.
BIN
assets/fonts/otf/Manrope-Regular.otf
Normal file
BIN
assets/fonts/otf/Manrope-Regular.otf
Normal file
Binary file not shown.
BIN
assets/fonts/otf/Manrope-SemiBold.otf
Normal file
BIN
assets/fonts/otf/Manrope-SemiBold.otf
Normal file
Binary file not shown.
BIN
assets/fonts/web/Manrope-Bold.woff2
Normal file
BIN
assets/fonts/web/Manrope-Bold.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/web/Manrope-Light.woff2
Normal file
BIN
assets/fonts/web/Manrope-Light.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/web/Manrope-Medium.woff2
Normal file
BIN
assets/fonts/web/Manrope-Medium.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/web/Manrope-Regular.woff2
Normal file
BIN
assets/fonts/web/Manrope-Regular.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/web/Manrope-SemiBold.woff2
Normal file
BIN
assets/fonts/web/Manrope-SemiBold.woff2
Normal file
Binary file not shown.
44
index.css
44
index.css
|
@ -1,13 +1,52 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
@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;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Manrope";
|
||||
src: url("/assets/fonts/web/Manrope-SemiBold.woff2") format("woff2"),
|
||||
url("/assets/fonts/otf/Manrope-SemiBold.otf") format("opentype");
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Manrope";
|
||||
src: url("/assets/fonts/web/Manrope-Medium.woff2") format("woff2"),
|
||||
url("/assets/fonts/otf/Manrope-Medium.otf") format("opentype");
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Manrope";
|
||||
src: url("/assets/fonts/web/Manrope-Regular.woff2") format("woff2"),
|
||||
url("/assets/fonts/otf/Manrope-Regular.otf") format("opentype");
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Manrope";
|
||||
src: url("/assets/fonts/web/Manrope-Light.woff2") format("woff2"),
|
||||
url("/assets/fonts/otf/Manrope-Light.otf") format("opentype");
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
body {
|
||||
align-items: center;
|
||||
background: var(--bg-color);
|
||||
color: var(--text-color);
|
||||
font-family: "Poppins", sans-serif;
|
||||
font-family: "Manrope", sans-serif;
|
||||
margin: 0%;
|
||||
max-width: 100vw;
|
||||
overflow-x: hidden;
|
||||
padding: 0%;
|
||||
width: 100vw;
|
||||
font-feature-settings: "calt", "liga";
|
||||
}
|
||||
|
||||
#profile {
|
||||
|
@ -31,7 +70,6 @@ body {
|
|||
padding: 4vh 3vw;
|
||||
padding-left: 33vw;
|
||||
width: 64vw;
|
||||
.;
|
||||
}
|
||||
|
||||
#display h1 {
|
||||
|
@ -88,7 +126,7 @@ body {
|
|||
|
||||
#footer a {
|
||||
color: var(--text-color) !important;
|
||||
font-family: "Poppins", sans-serif;
|
||||
font-family: "Manrope", sans-serif;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
crossorigin="anonymous"
|
||||
></script>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css?family=Asap|Asap+Condensed|Poppins&display=swap"
|
||||
href="https://fonts.googleapis.com/css?family=Asap|Asap+Condensed&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<script src="https://unpkg.com/magic-grid/dist/magic-grid.min.js"></script>
|
||||
|
|
Loading…
Reference in a new issue