-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
206 lines (190 loc) · 8.64 KB
/
index.html
File metadata and controls
206 lines (190 loc) · 8.64 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
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
---
layout: default
title: Robotics @ Maryland Home
tagname: landing
currenttab: home-tab
description: Check out Robotics @ Maryland!
jquery: false
---
<section id="anouncement" class="hero is-warning is-hidden">
<div class="hero-body">
<div class="container has-text-centered">
<h1 id="anouncement-title" class="title is-spaced upper">
anouncement
</h1>
<h2 id="anouncement-details" class="subtitle">
Follow the steps below and you'll be a member of Robotics @ Maryland in no time!
</h2>
</div>
</div>
</section>
<script src='https://cdnjs.cloudflare.com/ajax/libs/tabletop.js/1.5.1/tabletop.min.js'></script>
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us4.list-manage.com","uuid":"5990539094793ae85791b9268","lid":"d16215c576","uniqueMethods":true}) })</script>
<script type='text/javascript'>
var publicSpreadsheetUrl = 'https://docs.google.com/spreadsheets/d/1TFB8Sb-NEyFBz-o-wpk0ebERaPL_IiVMZ0nsc3YPuG8/edit?usp=sharing';
function init() {
Tabletop.init( { key: publicSpreadsheetUrl,
callback: showInfo,
simpleSheet: true } )
}
function showInfo(data, tabletop) {
if(data[0].title != ""){
document.getElementById("anouncement-title").innerHTML = data[0].title;
document.getElementById("anouncement-details").innerHTML = data[0].details;
document.getElementById("anouncement").classList = "hero is-warning";
}
}
window.addEventListener('DOMContentLoaded', init)
</script>
<div id="club-section">
<section id="club-join-sponsor" class="hero is-dark is-bold is-fullheight">
<div class="hero-body">
<div class="container has-text-centered">
<img class="is-hidden-touch" src="./assets/logo.png" alt="Logo">
<img class="is-hidden-desktop" src="./assets/small_logo.png" alt="Logo">
<h1 class="title is-1 is-spaced upper">
Robotics
<br class="is-hidden-tablet"/>
At
<br class="is-hidden-tablet"/>
Maryland
</h1>
<a class="button is-large is-primary upper" href="#joinus">
Join Us
</a>
<a class="button is-large is-primary is-inverted upper" href="./html/sponsors_page.html">
Sponsor
</a>
<p><br/></p>
<div class="row">
<div class="column outer"></div>
<div class="column center">
<h3 class="subtitle is-3 is-spaced">
Neutral Buoyancy Research Lab
<br/>
Top Floor
<br/>
Tuesdays: 6:30PM - 8:00PM
<br/>
Thursdays: 7:00PM - 8:30PM
<br/>
Saturdays: 12:00PM - 4:00PM
</h3>
</div>
<div class="column outer"></div>
</div>
</div>
</div>
</section>
</div>
<!--Section dedicated towards the About Section-->
<section id="about" class="hero is-light">
<div class="hero-head">
<div class="container has-text-centered">
<p class="title is-1 upper">
About
</p>
</div>
</div>
<div class="hero-body">
<div class="container">
<div class="columns">
<div class="column is-9">
<h1 class="title is-3 is-spaced">
What is Robotics @ Maryland?
</h1>
<h2 class="subtitle">
Robotics @ Maryland is the student-run robotics team at the University of Maryland, College Park. Open to any University of Maryland student, Robotics @ Maryland competes in AUVSI and ONR's Robosub Competition.
</h2>
<h1 class="title is-3 is-spaced">
Who can join?
</h1>
<h2 class="subtitle">
If you're a University of Maryland student, Robotics @ Maryland has a place for you! It doesn't matter what your major is, as we have all sorts of jobs that need doing. If you're worried that you don't know enough about a subject to be useful, stop worrying: you can learn on the job, and enthusiasm trumps prior knowledge any day.
</h2>
<h1 id="joinus" class="title is-3 is-spaced">
How do I join?
</h1>
<h2 class="subtitle">
Come see us at the First Look Fair or attend one of our meetings! Better yet, join our <a href="{{site.baseurl}}/html/mailing_page.html">Mailing List</a> to stay up to date on all the great stuff we are doing!
If you have any questions, you can email us at <a href="mailto: team@ram.umd.edu">team@ram.umd.edu</a>.
</h2>
<!--About video-->
<div class="has-text-centered video">
<iframe frameborder="0" scrolling="no" src="//www.youtube.com/embed/1-3Oyxo6MLw"></iframe>
</div>
<br class="is-hidden-desktop"/>
<a class="subtitle is-5 is-hidden-desktop" href="#">Follow Us on Twitter
<span class="icon">
<i class="fa fa-twitter"></i>
</span>
@projectqubo
</a>
</div>
<div class="column is-3 is-hidden-touch">
<a class="twitter-timeline" data-height="1050" data-theme="dark" href="https://twitter.com/projectqubo">Tweets by projectqubo</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div>
</div>
</section>
<!--Section dedicated towards the Team Section-->
<section id="team" class="hero is-dark">
<div class="hero-head">
<div class="container has-text-centered">
<p class="title is-1 upper">
Meet the Team
</p>
</div>
</div>
<div class="hero-body">
<div class="container has-text-centered">
<div class="columns is-multiline is-desktop">
<div class="column is-3 team-member">
<h3 class="title is-3 upper is-spaced">Nathaniel Renegar</h1>
<h5 class="subtitle is-5">President, Software Lead</h1>
</div>
<div class="column is-3 team-member">
<h3 class="title is-3 upper is-spaced">James Cobau</h1>
<h5 class="subtitle is-5">Vice President, Mechanical Lead</h1>
</div>
<div class="column is-3 team-member">
<h3 class="title is-3 upper is-spaced">Ian Pfeffer</h1>
<h5 class="subtitle is-5">Treasurer</h1>
</div>
<div class="column is-3 team-member">
<h3 class="title is-3 upper is-spaced">Rainier Hood</h1>
<h5 class="subtitle is-5">Electrical Lead</h1>
</div>
</div>
<figure class="team-photo box">
<img src="./assets/ram_team.jpeg">
</figure>
</div>
</div>
</section>
<!--Section dedicated towards Our Sponsors-->
<section id="sponsors" class="hero is-light">
<div class="hero-head desktop-width-limited">
<div class="container has-text-centered">
<p class="title is-1 upper is-spaced">
Thank you
<br class="is-hidden-tablet"/>
to our
<br class="is-hidden-tablet"/>
Sponsors
</p>
</div>
</div>
<div class="hero-body desktop-width-limited">
<div class="container has-text-centered">
<p class="subtitle is-3">
Our team, for all its accomplishments, could not compete without the generous support of our sponsors.
</p>
<a class="subtitle is-3 is-spaced" href="./html/sponsors_page.html">
Learn how you can become a sponsor today.
</a>
<img src="./assets/sponsors.png" alt="Our Past Sponsors">
</div>
</div>
</section>