-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
54 lines (54 loc) · 2.6 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
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>COUNTDOWN TO THE CSAIT SOCIAL 2020</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon//apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon//favicon-16x16.png">
<link rel="manifest" href="img/favicon//site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/page-design.css">
<link rel="stylesheet" href="styles/dancing-skeleton.css">
</head>
<body>
<div id="content">
<h1>How long do I have to wait before <a href="https://thenewdevelopers.com/csait-irl-a-social-event-iii-third-blood-pt-ii/" target="_blank" id="special-text">the start of the CSAIT Social</a>?!?!?!</h1>
<div id="clockdiv">
<div>
<span class="days"></span>
<div class="smalltext">Days</div>
</div>
<div>
<span class="hours"></span>
<div class="smalltext">Hours</div>
</div>
<div>
<span class="minutes"></span>
<div class="smalltext">Minutes</div>
</div>
<div>
<span class="seconds"></span>
<div class="smalltext">Seconds</div>
</div>
</div>
<h3>until the <a href="https://thenewdevelopers.com/csait-irl-a-social-event-iii-third-blood-pt-ii/" target="_blank">2020 CSAIT Social</a></h3>
<h4>The party's happening on our Discord Server - <a href="https://discord.gg/6HhEKmbWf2" target="_blank">click here to join</a></h4>
</div>
<div id="skeleton-x">
<img id="skeleton-y" src="img/sombrero-skeleton.gif" width="156px" height="156px" />
</div>
<img id="corner-cat" src="img/cat.gif" width="444px" height="332px" />
<img id="dog-butt" src="img/dog.gif" width="37vw" height="48vh" />
<footer>Brought to you by <a href="https://thenewdevelopers.com" target="_blank">The New Developers</a></footer>
<script src="scripts/countdown.js" async defer></script>
<script src="scripts/emojicursor.js" async defer></script>
<script src="scripts/switchtext.js" async defer></script>
</body>
</html>