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
b58584cc76
commit
ecac91f96e
5 changed files with 66 additions and 46 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/variable/Manrope[wght].ttf
Normal file
BIN
assets/fonts/variable/Manrope[wght].ttf
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.
30
index.css
30
index.css
|
@ -1,9 +1,30 @@
|
|||
@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;
|
||||
}
|
||||
|
||||
body {
|
||||
align-items: center;
|
||||
background: var(--bg-color);
|
||||
color: var(--text-color);
|
||||
font-family: "Manrope", sans-serif;
|
||||
font-family: "Manrope VF", Manrope, sans-serif;
|
||||
font-feature-settings: "calt", "liga";
|
||||
font-size: 64px;
|
||||
font-variation-ligatures: normal;
|
||||
font-variation-settings: "wght" 500;
|
||||
font-weight: 700;
|
||||
margin: 0%;
|
||||
max-width: 100vw;
|
||||
overflow-x: hidden;
|
||||
|
@ -54,8 +75,11 @@ body {
|
|||
|
||||
.footer a {
|
||||
color: var(--text-color) !important;
|
||||
font-family: "Manrope", sans-serif;
|
||||
font-weight: bold;
|
||||
font-family: "Manrope VF", Manrope, sans-serif;
|
||||
font-feature-settings: "calt", "liga";
|
||||
font-variation-ligatures: normal;
|
||||
font-variation-settings: "wght" 500;
|
||||
font-weight: 700;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
16
index.html
16
index.html
|
@ -10,15 +10,11 @@
|
|||
href="https://fonts.googleapis.com/css?family=Asap|Asap+Condensed&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link
|
||||
href="https://github.com/sharanda/manrope/raw/master/fonts/web/index.css"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<script src="https://unpkg.com/magic-grid/dist/magic-grid.min.js"></script>
|
||||
<script src="https://code.iconify.design/1/1.0.4/iconify.min.js"></script>
|
||||
<script src="https://code.iconify.design/1/1.0.6/iconify.min.js"></script>
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.4.1.min.js"
|
||||
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
|
||||
src="https://code.jquery.com/jquery-3.5.0.min.js"
|
||||
integrity="sha256-xNzN2a4ltkB44Mc/Jz3pT4iU1cmeR0FkXs4pru/JxaQ="
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
|
@ -349,7 +345,7 @@
|
|||
static: true,
|
||||
useMin: false,
|
||||
maxColumns: 2,
|
||||
useTransform: true
|
||||
useTransform: true,
|
||||
});
|
||||
|
||||
const magicForksGrid = new MagicGrid({
|
||||
|
@ -359,7 +355,7 @@
|
|||
static: true,
|
||||
useMin: false,
|
||||
maxColumns: 2,
|
||||
useTransform: true
|
||||
useTransform: true,
|
||||
});
|
||||
|
||||
$("document").ready(() => {
|
||||
|
@ -370,7 +366,7 @@
|
|||
// function([string1, string2],target id,[color1,color2])
|
||||
consoleText(["Kaustubh Ladiya", "Just another copy-paster"], "text", [
|
||||
"white",
|
||||
"white"
|
||||
"white",
|
||||
]);
|
||||
|
||||
function consoleText(words, id, colors) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue