-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (98 loc) · 3.2 KB
/
index.html
File metadata and controls
101 lines (98 loc) · 3.2 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Statdk</title>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>
<link
href="https://pvinis.github.io/iosevka-webfont/7.0.2/iosevka.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="/style.css" />
<script src="/common.js" defer></script>
</head>
<body>
<nav class="navbar navbar-dark bg-dark navbar-expand-md">
<div class="container-fluid">
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#mainNav"
aria-controls="mainNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="mainNav">
<ul class="navbar-nav" id="navBar"></ul>
</div>
</div>
</nav>
<main>
<h1>Statdk</h1>
<div class="homeCards">
<div class="infoCard">
<h2>Status</h2>
<p>Alive</p>
<p>probably</p>
</div>
<div class="infoCard">
<h2>About</h2>
<p>Aspiring CS major</p>
<img
src="https://content2.kawasaki.com/ContentStorage/KMC/ProductTrimGroup/32/9d4e23b1-f18e-44e6-bafa-7bcc62addb8f.png?w=64"
title="zx6r pic lifted off kawasaki.com"
/>
<p><3 :3</p>
</div>
</div>
<div class="homeCards">
<div class="infoCard" title="hint: it's all statdk">
<h2>Social</h2>
<ul>
<li>Discord: Statdk</li>
<li>
Steam: <a href="https://steamcommunity.com/id/Statdk">Statdk</a>
</li>
<li>Github: <a href="https://github.com/Statdk">Statdk</a></li>
<li>Twitter: <a href="https://twitter.com/Statdk">@Statdk</a></li>
<li>
<a href="mailto:me.statdk@gmail.com">me.statdk@gmail.com</a>
</li>
</ul>
</div>
<div class="infoCard">
<h2>Source</h2>
<!-- <a href="https://github.com/Statdk/Statdk.github.io" target="_blank"
>Github Repo</a
> -->
<div class="iframely-embed repoEmbed">
<div
class="iframely-responsive"
style="padding-bottom: 50%; padding-top: 120px"
>
<a
href="https://github.com/Statdk/Statdk.github.io"
data-iframely-url="//iframely.net/VLPASV0"
></a>
</div>
</div>
<script async src="//iframely.net/embed.js"></script>
</div>
</div>
</main>
</body>
</html>