-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgallery.html
244 lines (222 loc) · 10.6 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Gallery</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="assets/css/main.css"/>
<link rel="stylesheet" href="assets/css/new_gal.css">
</head>
<body class="subpage">
<!-- Header -->
<header id="header" style="height: 75px">
<a href="index.html" style="position: relative; bottom: 35px">Home</a>
<a href="about_new.html" style="position: relative; bottom: 35px">About Us</a>
<a href="gallery.html" style="position: relative; bottom: 35px">Gallery</a>
<img class="" src="images/logo.png" alt="" height="80px" style="width: 80px">
<a href="sponsor.html" style="position: relative; bottom: 35px">Sponsors</a>
<a href="schedule.html" style="position: relative; bottom: 35px">Schedule</a>
<a href="prizes.html" style="position: relative; bottom: 35px">Prizes</a>
</header>
<!-- Nav -->
<nav id="menu"></nav>
<section class="wrapper style3">
<div class="inner">
<header class="align-center">
<h2>HACKATHON GALLERY</h2>
</header>
</div>
</section>
<section class="wrapper style2" style="padding: 3rem 0 1rem 0">
<div class="inner">
<div class="box" style="margin-bottom: 0">
<!-- To add onto the gallery, just copy the content divs and replace the content
TODO: on mobile devices the images kind of look small so maybe add a feature to
pop the image out onto the screen, kinda like in discord
-->
<div class="content">
<header class="align-center">
<h2>2021</h2>
<p>THIS WAS THE FIRST YEAR THAT THE HACKATHON WENT ONLINE.</p>
</header>
<div class="container2">
<div class="image col-md-4 col-sm-4">
<hi class="caption">OPENING CEREMONY!!</hi>
<img src="images/gallery/2021/atomhacks_openingceremony.png">
</div>
<div class="image col-md-4 col-sm-4">
<h1 class="caption">Guest speaker Ramansh Sharma hosting his machine learning career workshop</h1>
<img src="images/gallery/2021/machine_learning_career_workshop.png">
</div>
<div class="image col-md-4 col-sm-4">
<h1 class="caption">Ms. Thomas hosting her html workshop</h1>
<img src="images/gallery/2021/html_workshop.png">
</div>
<div class="image col-md-4 col-sm-4">
<h1 class="caption">echoAR workshop</h1>
<img src="images/gallery/2021/echoar_screenshot.png">
</div>
<div class="image col-md-4 col-sm-4">
<h1 class="caption">Alumni Jack Cook hosting his "How to Build Anything" workshop</h1>
<img src="images/gallery//2021/how_to_build_anything.png">
</div>
<div class="image col-md-4 col-sm-4">
<img src="images/gallery/2021/how_to_build_anything_1.png">
</div>
<div class="image col-md-4 col-sm-4">
<h1 class="caption">Ankita Upadhyay hosting her React workshop</h1>
<img src="images/gallery/2021/nasa_stellar_app_workshop.png">
</div>
<div class="image col-md-4 col-sm-4">
<h1 class="caption">Python workshop presented by Girls Who Code</h1>
<img src="images/gallery/2021/girls_who_code.png">
</div>
<div class="image col-md-4 col-sm-4">
<h1 class="caption">Michael Batavia presenting his machine learning and ai workshop</h1>
<img src="images/gallery/2021/machine_learning_workshop_intro.png">
</div>
<div class="image col-md-4 col-sm-4">
<h1 class="caption">Project wins first place at Atomhacks!!</h1>
<img src="images/gallery/2021/closing_ceremony_first_place.png">
</div>
<div class="image col-md-4 col-sm-4">
<h1 class="caption">Antimony wins third place at Atomhacks!!</h1>
<img src="images/gallery/2021/closing_ceremony_third_place.png">
</div>
<div class="image col-md-4 col-sm-4">
<h1 class="caption">Ending slide for the closing ceremony, we hope everyone had a great time!</h1>
<img src="images/gallery/2021/closing_ceremony_end.png">
</div>
</div>
</div>
</div>
</div>
</section>
<section class="wrapper style2" style="padding: 3rem 0 1rem 0">
<div class="inner">
<div class="box" style="margin-bottom: 0">
<div class="content">
<header class="align-center">
<h2>2020</h2>
<p>UNFORTUNATELY, DUE TO THE PANDEMIC, THE 2020 HACKATHON WAS CANCELLED.</p>
</header>
</div>
</div>
</div>
</section>
<section class="wrapper style2" style="padding: 3rem 0 1rem 0">
<div class="inner">
<div class="box" style="margin-bottom: 0">
<div class="content">
<header class="align-center">
<h2>2019</h2>
<p>A GREAT YEAR FOR THE HACKATHON</p>
</header>
<div class="container2">
<div class="image col-md-4 col-sm-4">
<hi class="caption">Atomhacks T-Shirts that were given out for free to participants</hi>
<img src="images/gallery/2019/DSC2661.JPG">
</div>
<div class="image col-md-4 col-sm-4">
<img src="images/gallery/2019/DSC2680.JPG">
</div>
<div class="image col-md-4 col-sm-4">
<h1 class="caption">A really enthusiastic hacker</h1>
<img src="images/gallery/2019/DSC2762.JPG">
</div>
<div class="image col-md-4 col-sm-4">
<img src="images/gallery/2019/DSC2769.JPG">
</div>
<div class="image col-md-4 col-sm-4">
<img src="images/gallery/2019/DSC2832.JPG">
</div>
<div class="image col-md-4 col-sm-4">
<img src="images/gallery/2019/DSC2872.JPG">
</div>
<div class="image col-md-4 col-sm-4">
<h1 class="caption">Group photo for Atomhacks 2019</h1>
<img src="images/gallery/2019/DSC2884.JPG">
</div>
<div class="image col-md-4 col-sm-4">
<h1 class="caption">A group presents their project for the hackathon</h1>
<img src="images/gallery/2019/DSC3968.JPG">
</div>
<div class="image col-md-4 col-sm-4">
<h1 class="caption">A group presents their Hangman game for the hackathon</h1>
<img src="images/gallery/2019/DSC4007.JPG">
</div>
<div class="image col-md-4 col-sm-4">
<h1 class="caption">A group presents their 2D Unity game for the hackathon</h1>
<img src="images/gallery/2019/DSC4154.JPG">
</div>
</div>
</div>
</div>
</div>
</section>
<section class="wrapper style2" style="padding: 3rem 0 1rem 0">
<div class="inner">
<div class="box">
<div class="content">
<header class="align-center">
<h2>2018</h2>
<p>OUR LOCAL HACK DAY PROVED TO BE A GREAT SUCCESS</p>
</header>
<div class="container2">
<div class="image col-md-4 col-sm-4">
<h1 class="caption">A game project made with Unity is showcased</h1>
<img src="images/gallery/2018/DSC9487.JPG">
</div>
<div class="image col-md-4 col-sm-4">
<img src="images/gallery/2018/DSC9546.JPG">
</div>
<div class="image col-md-4 col-sm-4">
<hi class="caption">A student presents an algorithm as part of his Unity game project</hi>
<img src="images/gallery/2018/DSC9606.JPG">
</div>
<div class="image col-md-4 col-sm-4">
<img src="images/gallery/2018/DSC9308.JPG">
</div>
<div class="image col-md-4 col-sm-4">
<img src="images/gallery/2018/DSC9425.JPG">
</div>
<div class="image col-md-4 col-sm-4">
<h1 class="caption">Group photo for the 2018 Hack Day</h1>
<img src="images/gallery/2018/DSC9632.JPG">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="icons">
<li>
<a href="https://www.facebook.com/BxSciHackathoners" class="icon fa-facebook"><span class="label">Facebook</span></a>
</li>
<li>
<a href="https://www.instagram.com/bxsciatomhacks/" class="icon fa-instagram"><span class="label">Instagram</span></a>
</li>
<li>
<a href="https://github.com/atomhacks" class="icon fa-github"><span class="label">Github</span></a>
</li>
<li>
<a href="mailto:atomhacks@bxscience.edu" class="icon fa-envelope-o"><span
class="label">Email</span></a>
</li>
</ul>
</div>
<div class="copyright">
© Copyright 2021, Bronx High School of Science AtomHacks. <br>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>