blob: 801ecfc2513dd37e2e769df0bcfc164ec6429927 (
plain)
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
|
<? /* needed for screen dither */ ?>
<div id="ditherMask">
<div id="ditherFilter">
<? /* needed for screen strobe */ ?>
<menu id="strobe"></menu>
<header id="header">
<? /* rit.wtf title */?>
<div id="title">
<span style="animation-delay:-1.42s">r</span>
<span style="animation-delay:-1.22s">i</span>
<span style="animation-delay:-1.01s">t</span>
<span style="animation-delay:-0.81s">.</span>
<span style="animation-delay:-0.61s">w</span>
<span style="animation-delay:-0.41s">t</span>
<span style="animation-delay:-0.21s">f</span>
</div>
<? /* nav bar */ ?>
<nav id="nav">
<a href="/" class="btn">
rit.wtf Home 🐯
</a>
<a href="/gallery" class="btn">
Munson Memorial 💀
</a>
<a href="http://munsonmakesamillion.com/" target="_blank" class="btn">
Munson Money 💸
</a>
</nav>
</header>
|