-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
180 lines (153 loc) · 5.92 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
174
175
176
177
178
179
180
<!DOCTYPE HTML>
<!--
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>RSS Team 4</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.css" integrity="sha384-TEMocfGvRuD1rIAacqrknm5BQZ7W7uWitoih+jMNFXQIbNl16bO8OZmylH/Vi/Ei" crossorigin="anonymous">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
<span class="icon fa-car"></span>
</div>
<div class="content">
<div class="inner">
<h1>Team Four</h1>
<p>Welcome to Team Four's webpage for MIT's RSS 2018. Click below to learn about<br> who we are and what we've accomplished this semester</p>
</div>
</div>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#labs">Labs</a></li>
<li><a href="#presentations">Slides</a></li>
<li><a href="https://github.mit.edu/rss2018-team4" target="_blank">GitHub</a></li>
<li><a href="https://drive.google.com/file/d/1gmtQAWxf_S51JbTHHDS88L7lliBRBJoB/view?usp=sharing">Final Project Video</a></li>
<!-- <li><a href="https://github.mit.edu/2018-RSS/website_template">Setup</a></li> -->
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- About -->
<article id="about">
</article>
<!-- Lab Directory -->
<article id="labs">
<h2 class="major">Labs</h2>
<a href="#lab3">
<h3 class="minor">Lab 3</h3>
<p>Wall Following</p>
</a>
<a href="#lab4">
<h3 class="minor">Lab 4</h3>
<p>Visual Servoing</p>
</a>
<a href="#lab6">
<h3 class="minor">Lab 5</h3>
<p>Localization</p>
</a>
<a href="#lab7">
<h3 class="minor">Lab 6</h3>
<p>Motion Planning</p>
</a>
<a href="https://drive.google.com/file/d/1KkOZPsEbCNSY6lrSR8LiuYiUILYOkznp/view?usp=sharing" >
<h3 class="minor">Final Project</h3>
<p>Deep Visual Navigation</p>
</a>
</article>
<!-- Lab Presentations -->
<article id="presentations">
<h2 class="major">Presentations</h2>
<a href="https://docs.google.com/presentation/d/1oS1b0WkQ6MsDMT9sbrYS_8kbXahFfL-OV97s9_uSUXw/edit?usp=sharing">
<h3 class="minor">Lab 3</h3>
<p>Wall Following</p>
</a>
<a href="https://docs.google.com/presentation/d/1NIsCXBzy-i-jcMedjgQ0xjE-lkgwb4p_N9AUzYlfcaI/edit">
<h3 class="minor">Lab 4</h3>
<p>Visual Servoing</p>
</a>
<a href="https://docs.google.com/presentation/d/1DhcBv6UxdNbCEpRxANGhSw6n270wbnTSV4uZkLvMSCo/edit">
<h3 class="minor">Lab 5</h3>
<p>Localization</p>
</a>
<a href="https://docs.google.com/presentation/d/1RIanjyCJFJHfOdZEQF-SeE5xyKQ75Q-69VUfnK40aJs/edit">
<h3 class="minor">Lab 6</h3>
<p>Motion Planning</p>
</a>
<a href="https://docs.google.com/presentation/d/1RZsYv0xIw7bNv8vtQgtJOHVRzTvpbhs8NM3E4VaIpQ8/edit?usp=sharing">
<h3 class="minor">Final Project</h3>
<p>Deep Visual Navigation</p>
</a>
</article>
<!-- Lab Reports -->
<!-- Lab 3 -->
<article class="lab" id="lab3">
</article>
<!-- Lab 4 -->
<article class="lab" id="lab4">
</article>
<!-- Lab 6-->
<article class="lab" id="lab6">
</article>
<!-- Lab 7 -->
<article class="lab" id="lab7">
</article>
<!-- Lab 8 -->
<article class="lab" id="lab8">
</article>
<!-- Contact -->
<article id="contact">
<h2 class="major">Contact</h2>
<form method="post" action="#">
<div class="field half first">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="4"></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" class="special" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</form>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© RSS Team 4. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/showdown.min.js"></script>
<script src="assets/js/labs.js"></script>
<script src="assets/js/main.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.js" integrity="sha384-jmxIlussZWB7qCuB+PgKG1uLjjxbVVIayPJwi6cG6Zb4YKq0JIw+OMnkkEC7kYCq" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/contrib/auto-render.min.js" integrity="sha384-IiI65aU9ZYub2MY9zhtKd1H2ps7xxf+eb2YFG9lX6uRqpXCvBTOidPRCXCrQ++Uc" crossorigin="anonymous"></script>
<script>
renderMathInElement(document.body);
</script>
</body>
</html>