-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (27 loc) · 1.55 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
<head>
<title>RoboMaster Colorado</title>
<link rel="icon" type="image/x-icon" href="media/rm-colorado-icon.png">
<link rel="stylesheet" href="styles.css">
<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=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
</head>
<body>
<video autoplay muted loop id="bg-video">
<source src="media/background.mp4" type="video/mp4">
</video>
<div class="main-content">
<div class="hook">
<p class="hook-header">IT'S ROBOT TIME</p>
<p class="hook-description">RoboMaster Colorado starts <b style="color:#4287f5">June 14th</b> and ends <b style="color:#f54242">June 18th</b> at the <b style="color:#CFB87C">CU Boulder University Memorial Center</b>. The event is open to the public! Matches run from 9am-8pm each day. <b><a href="https://twitch.tv/robomasterna" target="_blank" style="color: #96bfff">Click here to watch the livestream!</a></b></p>
</div>
</div>
<div class="nav">
<ul>
<li id="active" class="nav-img"><a href=""><div class="nav-link-display"><img src="media/rmna.png"></div></a></li>
<li><a href="teams"><div class="nav-link-display">TEAMS</div></a></li>
<li><a href="schedule"><div class="nav-link-display">EVENT SCHEDULE</div></a></li>
<li><a href="upcoming-matches"><div class="nav-link-display">UPCOMING MATCHES</div></a></li>
</ul>
</div>
</body>