-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
124 lines (87 loc) · 3.99 KB
/
index.html
File metadata and controls
124 lines (87 loc) · 3.99 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="assets/skull.png" type="image/x-icon">
<script src="musicplayer.js" defer></script>
<script src="pointersparkles.js"></script>
<script async src="https://talk.hyvor.com/embed/embed.js" type="module"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0"charset="UTF-8" />
<title>Cait's Sick Site</title>
<div class="menu">
<div class="menu-item">
<a href="https://cait.lol">home</a>
</div>
<div class="menu-item">
<a href="quiz.html">personality quizzes</a>
</div>
<div class="menu-item">
<a href="secrets.html">don't click this one</a>
</div>
<div class="menu-item">
<a href="https://github.com/caitroach">github</a>
</div>
</div>
</head>
<style type="text/css">* {cursor: url(https://cur.cursors-4u.net/nature/nat-11/nat1027.ani), url(https://cur.cursors-4u.net/nature/nat-11/nat1027.gif), auto !important;}</style><a href="https://www.cursors-4u.com/cursor/2012/01/29/pink-bobblehead-bunny.html" target="_blank" title="Pink Bobblehead Bunny"><img src="https://cur.cursors-4u.net/cursor.png" border="0" alt="Pink Bobblehead Bunny" style="position:absolute; top: 0px; right: 0px;" /></a>
<body>
<canvas id="sparkle-canvas" aria-hidden="true"></canvas>
<div class="top-cont">
<img src="assets/dance.gif"; alt="dance"; width="150">
<h1>welcome to cait.lol</h1>
<img src="assets/dance.gif"; alt="dance"; width="150">
</div>
<p>your one-stop site for useless info about me!</p>
<p>
<a href="https://www.instagram.com/cait.42/" class="nav-btn">the 'gram</a></div>
<a href="https://letterboxd.com/cait42/" class="nav-btn">letterboxd</a> |
<a href="https://fable.co/fabler/cait-594836290790" class="nav-btn">goodreads</a> |
<a href="https://open.spotify.com/user/pkzv78wyv7jntbq6nt56minc9" class="nav-btn">spotify</a>
</p>
<div class="flex-container">
<div class="subitem-class">
<div class="introduction-box">
<img src="assets/caity.gif"; alt="cait"; width="150">
<img src="assets/smallkitty.gif"; alt="cat"; height="100">
<p class="intro-text">about me:</p>
<p class="intro-text">i'm studying computer science, math, & cybersecurity at queen's!<br><br>i love ricing anything with a screen!!!! my DS is on life support<br><br>i am in support of vampires but i do think Twilight was lame<br><br>favourite shows: what we do in the shadows, breaking bad, walking dead, 24, prison break</p>
</div>
<div class="item-class">
<subheading>my favourite song rn:</subheading>
<div class="y2k-player" id="player">
<p>Helena Beat - Foster the People</p>
<button class="btn" id="play">play</button>
<div class="bar">
<input id="seek" type="range" min="0" value="0" step="0.01">
</div>
<div class="time">
<span id="cur">0:00</span> / <span id="dur">0:00</span>
</div>
<audio id="audio" preload="metadata" src="assets/helena.mp3"></audio>
</div>
<canvas id="visualizer"></canvas>
</div>
</div>
<div class="item-class">
<div class="box">
<div class="subitem-class">
<img src="assets/batman.gif"; alt="cat"; height="100">
<p>this website is under construction and so am i</p>
<p> i hate html but in 2016 we are facing our fears</p>
<p>this is a personal website i'll put my cool stuff in, eventually</p>
<p class="blink">ENTER AT YOUR OWN RISK!!!</p>
</div>
</div>
<p>leave a note in the guestbook!</p>
<div class="guestbox">
<hyvor-talk-comments website-id="14895" page-id=""></hyvor-talk-comments>
</div>
</div>
</div>
<img src="https://media.giphy.com/media/JIX9t2j0ZTN9S/giphy.gif" alt="cat" width="120">
<p style="margin-top:40px;font-size:0.8em;">
loading malware... jk... unless?
</p>
<script src="sparkles.js"></script>
</body>
</html>