-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
173 lines (159 loc) · 6.76 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE HTML>
<!--
Linear by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Team Shrimp Cracker</title>
<link href="shrimp.ico" rel="icon">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href="https://fonts.googleapis.com/css?family=Roboto:100" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
</head>
<body class="homepage">
<!-- Header -->
<div id="header">
<div id="nav-wrapper">
<!-- Nav -->
<nav id="nav">
<ul>
<li class="active"><a href="index.html">Homepage</a></li>
<li><a href="about.html">About</a></li>
<li><a href="team-contract.html">Team Contract</a></li>
<li><a href="meeting-minutes.html">Meeting Minutes</a></li>
<li><a href="ethics.html">Ethics Case Study</a></li>
</ul>
</nav>
</div>
<div class="container">
<!-- Logo -->
<div id="logo" style="font-family: Ubuntu; font-weight: normal">
<h1><a href="index.html">team-shrimp-cracker</a></h1>
<span class="tag">A robotics team dedicated to jamming the most flavor in a little robot.</span>
</div>
</div>
</div>
<!-- Featured -->
<div id="featured">
<div class="container">
<header>
<h2>Meet Shrimpy</h2>
</header>
<div style="width:50%; display: inline; float:right;">
<img src="images/shrimpbot9001%20(2).jpg" style="width:80%;">
</div>
<div style="width:30%; margin-left:15%;">
<p style="text-align: justify; text-justify: inter-word; padding-top:10%;">Inspired by the delicious snack that holds so much flavor in such a small size, Shrimpy is intended to be a fully autonomous robot capable of traversing and mapping a maze.</p>
<p>Check out our 4th place-winning robot (and winner of "bestest and co0lest fast robo")!</p>
</div>
</div>
</div>
<!-- Main -->
<div id="main">
<div id="content" class="container">
<header style="padding-top:0;"><h2 style="font-size:320%;"> LABWORK </h2></header>
<div class="row">
<section class="6u">
<a href="lab01.html" class="image full"><img src="images/lab01.png" alt="" style="border-radius: 10px;"></a>
<header style="margin-bottom:0;">
<a href="lab01.html"> <h2>LAB01: MICROCONTROLLERS</h2> </a>
</header>
<p>Using the Arduino UNO and IDE to read analog and digital inputs, and output to the servos.</p>
</section>
<section class="6u">
<a href="m01.html" class="image full"><img src="images/m01.png" alt="" style="border-radius: 10px;"></a>
<header style="margin-bottom:0;">
<a href="m01.html"><h2>MILESTONE01</h2></a>
</header>
<p>Adding functionality to follow straight lines and a figure-eight.</p>
</section>
</div>
<div class="row">
<section class="6u">
<a href="lab02.html" class="image full"><img src="images/lab02.png" alt="" style="border-radius: 10px;"></a>
<header style="margin-bottom:0;">
<a href="lab02.html"><h2>LAB02: ANALOG CIRCUITRY AND FFT</h2></a>
</header>
<p>Using Arduino's FFT library to detect start frequency and treasure frequencies.</p>
</section>
<section class="6u">
<a href="m02.html" class="image full"><img src="images/m02.gif" alt="" style="border-radius: 10px;"></a>
<header style="margin-bottom:0;">
<a href="m02.html"><h2>MILESTONE02</h2></a>
</header>
<p>Adding wall and treasure detection.</p>
</section>
</div>
<div class="row">
<section class="6u">
<a href="lab03.html" class="image full"><img src="images/lab03.gif" alt="" style="border-radius: 10px;"></a>
<header style="margin-bottom:0;">
<a href="lab03.html"><h2>LAB03: FPGA VIDEO CONTROLLER AND SOUND GENERATION</h2></a>
</header>
<p>Displaying and updating an on-screen grid, and generating a three-note tone.</p>
</section>
<section class="6u">
<a href="m03.html" class="image full"><img src="images/m03.gif" alt="" style="border-radius: 10px;"></a>
<header style="margin-bottom:0;">
<a href="m03.html"><h2>MILESTONE03</h2></a>
</header>
<p>Designing, simulating, and running the maze-exploring algorithm.</p>
</section>
</div>
<div class="row">
<section class="6u">
<a href="lab04.html" class="image full"><img src="images/lab04.gif" alt="" style="border-radius: 10px;"></a>
<header style="margin-bottom:0;">
<a href="lab04.html"><h2>LAB04: RADIO COMMUNICATION AND MAP DRAWING</h2></a>
</header>
<p>Transmitting and recieving updates to robot position in the maze.</p>
</section>
<section class="6u">
<a href="m04.html" class="image full"><img src="images/m04.gif" alt="" style="border-radius: 10px;"></a>
<header style="margin-bottom:0;">
<a href="m04.html"><h2>MILESTONE04</h2></a>
</header>
<p>Putting it all together.</p>
</section>
</div>
<div class="row">
<section class="6u" style="margin-left:25%;">
<a href="competition.html" class="image full"><img src="images/final.png" alt="" style="border-radius: 10px;"></a>
<header style="margin-bottom:0;">
<a href="competition.html"><h2>THE BIG DAY</h2></a>
</header>
<p>Being proud parents.</p>
</section>
</div>
</div>
</div>
<!-- Tweet -->
<div id="tweet">
<div class="container">
<section>
<blockquote style="font-family:Ubuntu; letter-spacing: 2px;">no bad robots</blockquote>
</section>
</div>
</div>
<!-- Copyright -->
<div id="copyright">
<div class="container">
website design from <a href="http://templated.co">TEMPLATED</a>
<br>
</div>
</div>
</body>
</html>