-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (27 loc) · 1.18 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
<html>
<head>
<title>ASU DSC Countdown</title>
<script src="https://code.jquery.com/jquery-latest.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js"></script>
<script src="main.js"></script>
</head>
<link rel="stylesheet" href="css/design.css">
<body>
<span class="thegraphics" id="blue-circle-container"></span>
<span class="thegraphics" id="green-rectangle"></span>
<span class="thegraphics" id="grey-oval"></span>
<span class="thegraphics" id="grey-rounded-rectangle"></span>
<span class="thegraphics" id="red-triangle"></span>
<span class="thegraphics" id="yellow-dots"></span>
<span class="thegraphics" id="yellow-semicircle"></span>
<div class="content">
<h1 class="event_title">Google Solution Challenge 2020: Idea Discussion</h1>
<br />
<div id="timer"></div>
</div>
<div class="video">
</div>
<br />
<img src="https://asudsc.com/static/google_developers-d02663a4803868f5f4c69e99d1ba79f2.png" class="gd" alt="">
</body>
</html>