mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
Deploy dylanh.dev to github.com/dilllxd/gitfolio.git:gh-pages
This commit is contained in:
parent
1458e566ec
commit
1ed23d188f
1 changed files with 21 additions and 10 deletions
31
index.html
31
index.html
|
@ -23,7 +23,10 @@
|
||||||
href="https://avatars1.githubusercontent.com/u/36942187?v=4"
|
href="https://avatars1.githubusercontent.com/u/36942187?v=4"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
/>
|
/>
|
||||||
<meta name="description" content="ok" />
|
<meta
|
||||||
|
name="description"
|
||||||
|
content="I just copy and paste random pieces of code together."
|
||||||
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:image"
|
property="og:image"
|
||||||
content="https://avatars1.githubusercontent.com/u/36942187?v=4"
|
content="https://avatars1.githubusercontent.com/u/36942187?v=4"
|
||||||
|
@ -31,7 +34,10 @@
|
||||||
<meta property="og:type" content="profile" />
|
<meta property="og:type" content="profile" />
|
||||||
<meta property="og:title" content="dilllxd" />
|
<meta property="og:title" content="dilllxd" />
|
||||||
<meta property="og:url" content="https://github.com/dilllxd" />
|
<meta property="og:url" content="https://github.com/dilllxd" />
|
||||||
<meta property="og:description" content="ok" />
|
<meta
|
||||||
|
property="og:description"
|
||||||
|
content="I just copy and paste random pieces of code together."
|
||||||
|
/>
|
||||||
<meta property="profile:username" content="dilllxd" />
|
<meta property="profile:username" content="dilllxd" />
|
||||||
<meta
|
<meta
|
||||||
name="twitter:image:src"
|
name="twitter:image:src"
|
||||||
|
@ -39,14 +45,15 @@
|
||||||
/>
|
/>
|
||||||
<meta name="twitter:card" content="summary" />
|
<meta name="twitter:card" content="summary" />
|
||||||
<meta name="twitter:title" content="dilllxd" />
|
<meta name="twitter:title" content="dilllxd" />
|
||||||
<meta name="twitter:description" content="ok" />
|
<meta
|
||||||
|
name="twitter:description"
|
||||||
|
content="I just copy and paste random pieces of code together."
|
||||||
|
/>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="profile">
|
<div class="profile">
|
||||||
<div class="profile_img">
|
<div id="profile_img"></div>
|
||||||
<span>K_</span>
|
|
||||||
</div>
|
|
||||||
<div id="username">
|
<div id="username">
|
||||||
<span id="text" style="display: block;"></span>
|
<span id="text" style="display: block;"></span>
|
||||||
<div class="console-underscore" id="console">_</div>
|
<div class="console-underscore" id="console">_</div>
|
||||||
|
@ -68,10 +75,10 @@
|
||||||
dylan@dylanh.dev
|
dylan@dylanh.dev
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
<span style="display: none;">
|
<span style="display: block;">
|
||||||
<a href="https://www.google.com/maps/search/?api=1&query=null">
|
<a href="https://www.google.com/maps/search/?api=1&query=FL">
|
||||||
<span class="iconify" data-icon="mdi-map-marker"></span>
|
<span class="iconify" data-icon="mdi-map-marker"></span>
|
||||||
null
|
FL
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
<span style="display: none;">
|
<span style="display: none;">
|
||||||
|
@ -352,7 +359,11 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
// function([string1, string2],target id,[color1,color2])
|
// function([string1, string2],target id,[color1,color2])
|
||||||
consoleText(["Dylan", "ok"], "text", ["white", "white"]);
|
consoleText(
|
||||||
|
["Dylan", "I just copy and paste random pieces of code together."],
|
||||||
|
"text",
|
||||||
|
["white", "white"]
|
||||||
|
);
|
||||||
|
|
||||||
function consoleText(words, id, colors) {
|
function consoleText(words, id, colors) {
|
||||||
if (colors === undefined) colors = ["#fff"];
|
if (colors === undefined) colors = ["#fff"];
|
||||||
|
|
Loading…
Reference in a new issue