-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (57 loc) · 2.54 KB
/
index.html
File metadata and controls
63 lines (57 loc) · 2.54 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<title> Noober Robotics </title>
<link rel="stylesheet" href="PageStyle.css">
<link rel="stylesheet" href="Parallax.css">
</head>
<body style="overflow: visible;margin:0px;">
<header>
<ul>
<li><a class="active">Home</a></li>
<li><a href="electrical/">Electrical</a></li>
<li><a href="mechanical/">Mechanical</a></li>
<li><a href="software/">Software</a></li>
<li><a href="competition/">Competition</a></li>
<li style ="float:right;text-align:center;padding:0px 0px;color:white"><a href="about/">About</a></li>
</ul>
</header>
<div class="bgimg-1">
<!--
<div class="caption">
<span class="border">Ray</span>
</div>
-->
</div>
<div style="color:white;background-color:grey;text-align:center;padding:20px 40px;text-align: justify;">
<h3 style="text-align:center;color:white;">Introducing our entry to the ENPH 253 2016 Robotics competition:<br /><br />
<div style="font-size:30px;">The Ray</div>
</h3>
</div>
<div class="bgimg-2">
<div class="caption">
<span class="border">Simple</span>
</div>
</div>
<div style="position:relative;z-index:-1;">
<div style="color:#ddd;background-color:#282E34;text-align:center;padding:50px 80px;text-align: justify;">
<p>Our design was made with simplicity in mind, in that all components not required for necessary functionality are not included. This leads to a clean, easy to maintain device.</p>
</div>
</div>
<div class="bgimg-3">
<div class="caption">
<span class="border">Robust</span>
</div>
</div>
<div style="position:relative;z-index:-1;">
<div style="color:#ddd;background-color:#282E34;text-align:center;padding:50px 80px;text-align: justify;">
<p>Scroll up and down to really get the feeling of how Parallax Scrolling works.</p>
</div>
</div>
<div class="bgimg-1">
<div class="caption">
<span class="border">Adaptable</span>
</div>
</div>
</body>
</html>