-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (76 loc) · 3.59 KB
/
index.html
File metadata and controls
78 lines (76 loc) · 3.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="/icons/favicon.png">
<script type="text/javascript" src="/daysSince.js"></script>
<link rel="prefetch" href="/icons/nav-home-high.png">
<link rel="prefetch" href="/icons/nav-links-high.png">
<link rel="prefetch" href="/icons/nav-photos-high.png">
<link rel="prefetch" href="/icons/nav-dotfiles-high.png">
<link rel="prefetch" href="/icons/nav-default-high.png">
<title>Home</title>
</head>
<body>
<div class="parallax">
<div class="parallax-group" id="g1"></div>
<div class="parallax-group" id="g2"></div>
<div class="parallax-group" id="g3"></div>
<div class="parallax-group" id="g4"></div>
<div class="parallax-group" id="g5">
<div class="main-container">
<div class="nav-container">
<a class="nav-item" id="nav-home" href="/">Home</a>
<a class="nav-item" id="nav-links" href="/links/">Links</a>
<a class="nav-item" id="nav-photos" href="/photos/">Photos</a>
<a class="nav-item" id="nav-dotfiles" href="/dotfiles/">Dotfiles</a>
<a class="nav-item" id="nav-more" href="/more/">More</a>
</div>
<div class="content-container">
<h1>ICDT</h1> <span class="darker">/ɑ́jsd tɪ́j/</span>
<p class="darker">
Disable DarkReader extension for the best experience.
</p>
<p>
Hello. If you've happened upon this place, you probably came from one of my socials. If not then I personally shared it with you, in which case please don't stalk me.
</p>
<p>
I have made and remade this website more times than I can count on my fingers, and I hope that I have at least learned something about web development. I'm going to have to find an internship in a couple years anyway. While we're on the topic how would you rate the current layout? I think I did a nice job with the parallax effect.
</p>
<p>
This site is best viewed on a desktop so you can see the full pixel art (that I worked very hard on). <div class="lighter">⌄ Scroll for parallax ⌄</div>
</p>
<p>
<div class="darker">Last updated: <div id="days">X days ago</div> (<div id="dateDisplay">11/25/2025</div>)</div>
</p>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</div>
</div>
</div>
</body>
</html>