-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (51 loc) · 2.02 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 lang="en">
<head>
<title>Home - SMC Robotics Club</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="SMC Robotics Club">
<meta name="keywords" content="SMC Robotics Club, SMC Robotics, Santa Monica College Robotics Club, Santa Monica College Robotics Club Engineers, SMC, Santa Monica College, SRC, SRCE, SMC Vex">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Alegreya" rel="stylesheet" type="text/css">
<link href="css/default.css" rel="stylesheet" type="text/css">
<link href="css/index.css" rel="stylesheet" type="text/css">
<script src="../js/content-visibility-toggle.js"></script>
<link rel="icon" href="images/SMC-logo.png" type="image/x-icon"
</head>
<body>
<div class="main-content">
<h1 id="cover-text">"... show the world that community colleges like us can compete in robotics with other colleges and universities."</h1>
<a class="content-button" href="html/projects.htm">
Learn about our projects
</a>
</div>
<video autoplay muted loop id="titleVideo">
<source src="vids/SmcRoboTitle.mp4" type="video/mp4">
</video>
<footer>
<div>
<a href="./index.html">
<img src="images/SMC-logo.png" id="smc-logo" alt="SMC-Logo"/>
</a>
</div>
<p>
SMC Robotics Club
</p>
<header>
<ul id="nav">
<li><a href="./index.html">HOME</a></li>
<li><a href="html/projects.htm">PROJECTS</a></li>
<li><a href="html/team.htm">TEAM</a></li>
<li><a href="html/join.htm">JOIN</a></li>
<li><a href="html/outreach.htm">OUTREACH</a></li>
<!--
<li><a href="html/blog.htm">BLOG</a></li>
-->
<!--<li><a href="html/gallery.htm">GALLERY</a></li>-->
<li><a href="html/sponsors.htm">SPONSORS</a></li>
<li><a href="html/contact.htm">CONTACT</a></li>
</ul>
</header>
</footer>
</body>
</html>