-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (29 loc) · 1.15 KB
/
index.html
File metadata and controls
40 lines (29 loc) · 1.15 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
<!DOCTYPE html>
<html>
<head>
<title>Belton New Tech Robotics</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel = "shortcut icon" href = "favicon.ico" type = "image/x-icon">
<script rtow = "text/javascript" src="js/sidebar.js">
</script>
</head>
<body>
<div class = "root">
<nav id = "navigation" class = "navigation">
<a href = "javascript:void(0)" class="sidebar" onclick = "closeNav()">Close</a>
<a href="robot/index.html">Meet Our Robot</a>
<a href="/develop/index.html" section="">Development</a>
<a href="/contest/index.html" section="">Contest</a>
<a href="/team/index.html" section="">Our Team</a>
<a href="/investor/index.html" section="">Our Investors</a>
<a href="/contact/index.html" section="">Contact Us</a>
</nav>
<div id = "antiNav" class = "noNav">
<img class = "headLogo" src = "img/companyLogo.jpg" alt = "Douse Laboratories">
<img href = "img/logo.png">
<p></p>
<a href = "javascript:void(0)" onclick = "openNav()">ClickMe</a>
</div>
</div>
</body>
</html>