-
Notifications
You must be signed in to change notification settings - Fork 3
/
gallery.html
executable file
·299 lines (277 loc) · 14.9 KB
/
gallery.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
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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>SJSU Robotics - Gallery</title>
<!-- Keep Description between 150-165 Charecters (including White Spaces)-->
<meta name="description"
content="SJSU Robotics list of photo galleries and publications showing previous events that were participated in by members of the club.">
<meta http-equiv="content-language" content="en-us">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=1">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=1">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=1">
<link rel="manifest" href="/site.webmanifest?v=1">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=1" color="#5bbad5">
<link rel="shortcut icon" href="/favicon.ico?v=1">
<meta name="apple-mobile-web-app-title" content="SJSU Robotics">
<meta name="application-name" content="SJSU Robotics">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="theme-color" content="#ffffff">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap"
rel="stylesheet" />
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet" />
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet" />
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet" />
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet" />
<link href="assets/vendor/aos/aos.css" rel="stylesheet" />
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />
<!-- Analytics -->
<script>
(function (c, l, a, r, i, t, y) {
c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments) };
t = l.createElement(r); t.async = 1; t.src = "https://www.clarity.ms/tag/" + i + "?ref=bwt";
y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "991s0kxzf5");
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HF3368RYSS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-HF3368RYSS');
</script>
<!-- =======================================================
* Template Name: Dewi - v2.0.0
* Template URL: https://bootstrapmade.com/dewi-free-multi-purpose-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container-fluid d-flex align-items-center justify-content-between">
<a href="/" id="header-sjsu-robotics" class="logo active"><img src="assets/img/favicon.png" alt="logo"
class="img-fluid">SJSU Robotics</a>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li><a href="/">Home</a></li>
<li class="drop-down">
<a href="">Learn More</a>
<ul>
<li><a href="competitions.html">Competitions</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="past-leads.html">Past Leads</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</header>
<!-- ======= End Header Section ======= -->
<!-- ======= Home Section ======= -->
<section id="homeLinks">
<div class="home-container" data-aos="fade-up" data-aos-delay="150">
<h1>Gallery</h1>
</div>
</section>
<!-- ======= End Home Section ======= -->
<!-- ======= Gallery Section ======= -->
<section id="competition" class="competition section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<style>
h1 {
text-align: center;
}
</style>
<h1>Photo Gallery</h1>
</div>
<div>
<div>
<div>
<section style="text-align:center;">
<!-- University Rover Challenge 2016 -->
<p>University Rover Challenge 2016 - Nessie Rover</p>
<a href="https://goo.gl/photos/sBzvCci7PZ3uZZTs7" target="_blank" class="gallery-link">
<div class="gallery-image" style="background-image: url(./images/gallery/traveling-to-hanksville.jpg);">
</div>
<div class="gallery-shadow"></div>
<div class="gallery-desc-container">
<div class="gallery-description">Traveling to Hanksville Utah</div>
<p class="gallery-subtext">June.1st.2016</p>
</div>
</a>
<a href="https://goo.gl/photos/KoKoc7D2ZEbsiXY96" target="_blank" class="gallery-link">
<div class="gallery-image" style="background-image: url(./images/gallery/testing-and-semi-finals.jpg);">
</div>
<div class="gallery-shadow"></div>
<div class="gallery-desc-container">
<div class="gallery-description">Testing And Semi Finals</div>
<p class="gallery-subtext">June.1st.2016 - June.2nd.2016</p>
</div>
</a>
<a href="https://goo.gl/photos/UP29dNNSkZo6vHsN7" target="_blank" class="gallery-link">
<div class="gallery-image"
style="background-image: url(./images/gallery/phobos-finals-obstacle-course.jpg);"></div>
<div class="gallery-shadow"></div>
<div class="gallery-desc-container">
<div class="gallery-description">Phobos Finals Obstacle Course</div>
<p class="gallery-subtext">June.3rd.2016 - June.4th.2016</p>
</div>
</a>
<a href="https://goo.gl/photos/vGUNqEVFcP4xaLv3A" target="_blank" class="gallery-link">
<div class="gallery-image" style="background-image: url(./images/gallery/returning-home.jpg);"></div>
<div class="gallery-shadow"></div>
<div class="gallery-desc-container">
<div class="gallery-description">Returning After Competition </div>
<p class="gallery-subtext">June.5th.2016</p>
</div>
</a>
<!-- RASC-AL Robo Ops 2015 -->
<p style="margin:50px 0px 50px 0px;" class="lead">RASC-AL Robo Ops 2015 - Labrador I Rover</p>
<a href="https://www.nasa.gov/feature/5th-annual-robo-ops-challenge-simulates-teleoperations-and-sample-return-from-planetary"
target="_blank" class="gallery-link">
<div class="gallery-image" style="background-image: url(./images/gallery/roboops-sanjose.jpg);"></div>
<div class="gallery-shadow"></div>
<div class="gallery-desc-container">
<div class="gallery-description">5th Annual Robo-Ops Challenge Simulates Teleoperations and Sample
Return from Planetary Surfaces</div>
<p class="gallery-subtext">nasa.gov : June.18.2015</p>
</div>
</a>
<a href="https://engineering.sjsu.edu/news-and-events/news/sjsu-robotics-team-compete-2015-robo-ops-competition"
target="_blank" class="gallery-link">
<div class="gallery-image"
style="background-image: url(./images/gallery/robotics-competition-setup.jpg);"></div>
<div class="gallery-shadow"></div>
<div class="gallery-desc-container">
<div class="gallery-description">SJSU Robotics team compete in 2015 Robo-Ops Competition</div>
<p class="gallery-subtext">engineering.sjsu.edu : May.29.2015</p>
</div>
</a>
<a href="https://goo.gl/photos/nbjDYYWYC9oiiyL47" target="_blank" class="gallery-link">
<div class="gallery-image" style="background-image: url(./images/gallery/robo-ops-competition.jpg);">
</div>
<div class="gallery-shadow"></div>
<div class="gallery-desc-container">
<div class="gallery-description">2014-2015 NASA RoboOps Competition</div>
<p class="gallery-subtext">Jun.2.2015 - Jun.3.2015</p>
</div>
</a>
<a href="https://goo.gl/photos/yDDrAqcTomCg5DjY7" target="_blank" class="gallery-link">
<div class="gallery-image"
style="background-image: url(./images/gallery/robo-ops-competition-testing.jpg);"></div>
<div class="gallery-shadow"></div>
<div class="gallery-desc-container">
<div class="gallery-description">2014-2015 NASA RoboOps Competition Testing</div>
<p class="gallery-subtext">Jun.2.2015</p>
</div>
</a>
<a href="https://goo.gl/photos/Rn4gV66M1Nwgarbg6" target="_blank" class="gallery-link">
<div class="gallery-image" style="background-image: url(./images/gallery/late-night-1.jpg);"></div>
<div class="gallery-shadow"></div>
<div class="gallery-desc-container">
<div class="gallery-description">2014-2015 May NASA RoboOps Another Late Night Testing</div>
<p class="gallery-subtext">May.12.2015 - May.18.2015</p>
</div>
</a>
<a href="https://goo.gl/photos/yUd5MpM2oAvAkoW46" target="_blank" class="gallery-link">
<div class="gallery-image" style="background-image: url(./images/gallery/mission-peak.jpg);"></div>
<div class="gallery-shadow"></div>
<div class="gallery-desc-container">
<div class="gallery-description">2014-2015 NASA RoboOps Mission Peak Test</div>
<p class="gallery-subtext">Apr.18.2015 - May.10.2015</p>
</div>
</a>
<a href="https://goo.gl/photos/WdumpdWLvBXFLhaW8" target="_blank" class="gallery-link">
<div class="gallery-image" style="background-image: url(./images/gallery/night-runner.jpg);"></div>
<div class="gallery-shadow"></div>
<div class="gallery-desc-container">
<div class="gallery-description">2014-2015 NASA RoboOps Night Runner Test</div>
<p class="gallery-subtext">Apr.2.2015 - Apr.11.2015</p>
</div>
</a>
<a href="https://engineering.sjsu.edu/news-and-events/news/sjsu-robotics-team-chosen-nasa-2015-robo-ops-competition"
target="_blank" class="gallery-link">
<div class="gallery-image" style="background-image: url(./images/gallery/rover_sjsu_article.jpg);">
</div>
<div class="gallery-shadow"></div>
<div class="gallery-desc-container">
<div class="gallery-description">SJSU Robotics Team Chosen for NASA 2015 Robo-Ops Competition</div>
<p class="gallery-subtext">engineering.sjsu.edu : June.18.2015</p>
</div>
</a>
<a href="https://goo.gl/photos/DSVdsYGbG6Jf9aoU7" target="_blank" class="gallery-link">
<div class="gallery-image" style="background-image: url(./images/gallery/drawing-board.jpg);"></div>
<div class="gallery-shadow"></div>
<div class="gallery-desc-container">
<div class="gallery-description">2014-2015 NASA RoboOps Drawing Board</div>
<p class="gallery-subtext">Sep.19.2014 - Sep.26.2014</p>
</div>
</a>
</section>
</div>
</div>
</div>
</div>
</section>
<!-- ======= End Gallery Section ======= -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="general-row">
<div class="general-row col-lg-3 col-md-6">
<div class="footer-info">
<p>Follow Our Socials!</p>
<div class="social-links mt-3">
<a href="https://www.linkedin.com/company/sjsu-robotics/" target="_blank" class="linkedin"><i
class="bx bxl-linkedin"></i></a>
<a href="https://www.youtube.com/channel/UCDNJ42eBvpGorWPbrqbAXJQ" target="_blank" class="youtube"><i
class="bx bxl-youtube"></i></a>
<a href="https://www.facebook.com/Robotics-Club-at-SJSU-145015472212809/" target="_blank"
class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://twitter.com/sjsurobotics" target="_blank" class="twitter"><i
class="bx bxl-twitter"></i></a>
</div>
<a href="privacy_policy.html" style="font-size:10px">Privacy Policy</a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/dewi-free-multi-purpose-html-template/ -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer>
<!-- ======= End Footer ======= -->
<a href="#" class="back-to-top"><i class="icofont-arrow-up"></i></a>
<!-- <div id="preloader"></div> -->
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>