-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (67 loc) · 3.15 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>dk865</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/jpeg" href="./icons/dark_00.jpg">
<meta name="p:domain_verify" content="0a8f6089bbe4e1fc4a8d59a53d070948"/>
</head>
<body>
<div id="menu-btn" class="hamburger-menu">☰</div>
<div class="sidebar">
<h2>Sidebar</h2>
<h3>Pages</h3>
<div class="sidebar1"><a href="https://dk865.github.io/vimidio">Vimidio</a> </div>
<div class="sidebar1"><a href="https://sites.google.com/view/4qaa">4 Question Achieves</a> </div>
<h3>Construct</h3>
<div class="sidebar1"><a href="https://dk865.github.io/rewind">Rewind</a> </div>
<div class="sidebar1"><a href="https://dk865.github.io/pinit">Pin It</a> </div>
<div class="sidebar1"><a href="https://dk865.github.io/planetclicker">Planet Clicker</a> </div>
<div class="sidebar1"><a href="https://dk865.github.io/lemoi-charades">Lemoi Charades</a> </div>
<div class="sidebar1"><a href="https://dk865.github.io/rickrolltimer">Rick Roll Timer</a> </div>
</div>
<img src="./icons/dark_03.jpg" alt="Icon" class="icon">
<h1 id="animatedText">dk865</h1>
<div id="quote" class="quote">The Quote is a Lie... (Is JavaScript On?)</div>
<div class="welcome">Welcome, to my LAIR!</div>
<div id="quoted" class="quoted">-Wheatly, 2012</div>
<div class="about-section">
<div class="aboutme1">I'm dk865, and can make anything come to life in Construct</div>
<div class="aboutme2">I speak Swift, Python, Shell, Batch, & Engrish</div>
<div class="aboutme3">I can understand HTML, JS, CSS, & C#.</div>
</div>
<div class="repo-container" id="features">
<div class="repo-label">Featured</div>
<div class="repo">
<a href="https://dk865.github.io/ninja">Fruit Ninja Mockup</a>
</div>
</div>
<div class="repo-container" id="construct">
<div class="repo-label">Construct Projects</div>
<div class="repo">
<a href="https://www.construct.net/en/free-online-games/planet-clicker-62046/play">Planet Clicker</a>
</div>
<div class="repo">
<a href="https://www.construct.net/en/free-online-games/rewind-62741/play">Rewind</a>
</div>
<div class="repo">
<a href="https://www.construct.net/en/free-online-games/pin-it-63909/play">Pin It</a>
</div>
<div class="repo">
<a href="https://www.construct.net/en/free-online-games/rick-roll-timer-v2-62809/play">Rick Roll Timer V2</a>
</div>
</div>
<div class="repo-container" id="contact">
<div class="repo-label">Contact Me</div>
<div class="repo">
<a href="mailto:[email protected]">Email (support ONLY)</a>
</div>
<div class="repo">
<a href="https://github.com/dk865/dk865.github.io/issues/new/choose">GitHub Issues (Tweak Requests and Support)</a>
</div>
</div>
<script src="script.js"></script>
</body>
</html>