-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (41 loc) · 1.82 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=480, initial-scale=1">
<meta charset="utf-8">
<title>@miaowing</title>
<link rel="shortcut icon" type="image/png" href="images/favicon.png">
<link rel="stylesheet" href="index.css">
</head>
<body>
<input type="checkbox" class="hidden" id="systems-checkbox">
<input type="checkbox" class="hidden" id="badge-checkbox">
<div id="main" class="spread center box">
<div class="hidden" id="home">
<div class="flicker" style="animation-delay: 0.2s">
<h1>miaowing</h1>
<p class="indent gray">desktop & systems technician</p>
</div>
<div class="flicker indent" style="animation-delay: 0.4s">
<a class="homelabel" href="about.html">> about</a>
</div>
<div class="flicker indent" style="animation-delay: 0.9s">
<a class="homelabel" href="projects.html">> projects</a>
</div>
<div class="flicker indent" style="animation-delay: 1.0s">
<a class="homelabel" href="socials.html">> socials</a>
</div>
<div class="flicker indent" style="animation-delay: 1.1s">
<a class="homelabel" href="systems.html">> systems</a>
</div>
<div class="flicker indent" style="animation-delay: 1.2s">
<a class="homelabel" href="friends.html">> friends</a>
</div>