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
8e2773008b
commit
b58584cc76
2 changed files with 85 additions and 81 deletions
|
@ -13,7 +13,7 @@
|
|||
"dribbble": "k4ustu3h",
|
||||
"email": "k4ustu3h@gmail.com",
|
||||
"facebook": "k4ustu3h",
|
||||
"instagram": "k4ustu3h_",
|
||||
"instagram": "k4ustu3h",
|
||||
"keybase": "k4ustu3h",
|
||||
"medium": "k4ustu3h",
|
||||
"reddit": "kaustubhladiya",
|
||||
|
|
22
index.html
22
index.html
|
@ -27,7 +27,7 @@
|
|||
href="https://avatars1.githubusercontent.com/u/49553711?v=4"
|
||||
type="image/png"
|
||||
/>
|
||||
<meta name="description" content="null" />
|
||||
<meta name="description" content="Just another copy-paster" />
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://avatars1.githubusercontent.com/u/49553711?v=4"
|
||||
|
@ -35,7 +35,7 @@
|
|||
<meta property="og:type" content="profile" />
|
||||
<meta property="og:title" content="k4ustu3h" />
|
||||
<meta property="og:url" content="https://github.com/k4ustu3h" />
|
||||
<meta property="og:description" content="null" />
|
||||
<meta property="og:description" content="Just another copy-paster" />
|
||||
<meta property="profile:username" content="k4ustu3h" />
|
||||
<meta
|
||||
name="twitter:image:src"
|
||||
|
@ -43,7 +43,7 @@
|
|||
/>
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:title" content="k4ustu3h" />
|
||||
<meta name="twitter:description" content="null" />
|
||||
<meta name="twitter:description" content="Just another copy-paster" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -55,7 +55,6 @@
|
|||
<span id="text" style="display:block;"></span>
|
||||
<div class="console-underscore" id="console">_</div>
|
||||
</div>
|
||||
<div id="userbio" style="display: none;">undefined</div>
|
||||
<div id="about">
|
||||
<span style="display:none;">
|
||||
<span class="iconify" data-icon="mdi-face"></span>
|
||||
|
@ -120,7 +119,7 @@
|
|||
</span>
|
||||
<span style="display:block;">
|
||||
<a
|
||||
href="https://www.instagram.com/k4ustu3h_"
|
||||
href="https://www.instagram.com/k4ustu3h"
|
||||
target="_blank"
|
||||
class="socials"
|
||||
>
|
||||
|
@ -285,8 +284,8 @@
|
|||
<div class="section_title">kotin.ga</div>
|
||||
<div class="about_section">
|
||||
<span style="display:block;">
|
||||
🔗 Minimal URL - Modern URL shortener with support for custom
|
||||
alias & can be hosted even in GitHub pages
|
||||
Kotinga - Modern URL shortener with support for custom alias
|
||||
& can be hosted even in GitHub pages
|
||||
</span>
|
||||
</div>
|
||||
<div class="bottom_section">
|
||||
|
@ -341,6 +340,7 @@
|
|||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="script">
|
||||
<script>
|
||||
const magicProjectsGrid = new MagicGrid({
|
||||
container: "#work_section",
|
||||
|
@ -368,7 +368,7 @@
|
|||
});
|
||||
|
||||
// function([string1, string2],target id,[color1,color2])
|
||||
consoleText(["K4USTU3H", "Just another code copy-paster."], "text", [
|
||||
consoleText(["Kaustubh Ladiya", "Just another copy-paster"], "text", [
|
||||
"white",
|
||||
"white"
|
||||
]);
|
||||
|
@ -396,7 +396,10 @@
|
|||
letterCount += x;
|
||||
waiting = false;
|
||||
}, 1000);
|
||||
} else if (letterCount === words[0].length + 1 && waiting === false) {
|
||||
} else if (
|
||||
letterCount === words[0].length + 1 &&
|
||||
waiting === false
|
||||
) {
|
||||
waiting = true;
|
||||
window.setTimeout(function() {
|
||||
x = -1;
|
||||
|
@ -420,5 +423,6 @@
|
|||
}, 400);
|
||||
}
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue