-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.63 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>humansbehindkeyboards|</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%221em%22 font-size=%2280%22>⌨</text></svg>">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link href="./assets/hbk.css" rel="stylesheet">
<!-- OGP -->
<meta property="og:title" content="humansbehindkeyboards|" />
<meta property="og:description" content="We are simply human beings." />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://avatars.githubusercontent.com/u/73879350" />
</head>
<body>
<main class="container">
<div class="row h-100">
<div class="col-md my-auto text-center">
<h1 class="display-2 lh-sm">⌨</h1>
<p class="display-1 pb-2 typewriter"><span id="typing"></span><span class="cursor" id="cursor">|</span></p>
</div>
</div>
</main>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
<script src="./assets/main.js"></script>
</body>
</html>