-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathawards.html
405 lines (383 loc) · 10.7 KB
/
awards.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
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
<!DOCTYPE html>
<html>
<head>
<title>About - AK TSA</title>
<link rel="stylesheet" type="text/css" href="uni.css" />
<!--Polyfills-->
<script src="promise.js"></script>
<script src="fetch.js"></script>
<script>
if (!window.Promise) {
window.Promise = Promise;
}
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="change.js"></script>
<script id="pageJS" src="/pageJS/awards.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The official website of the Ardrey Kell Technology Student Association" />
<meta name="author" content="Agnim Agarwal" />
<meta charset="UTF-8" />
<link rel="stylesheet" href="/JSDep/ideal-image-slider.css">
<link rel="stylesheet" href="/JSDep/ideal-default.css">
<script src="/JSDep/ideal-image-slider.js"></script>
<script src="/JSDep/ideal-captions.js"></script>
</head>
<body onload="setUpPage();">
<nav onclick="expandNav()">
<a href="/" class="MainBtn Nav"><span>Home</span>
</a> <a href="/about.html" class="SurroundBtn Nav">About<div class="LeftPseudo"></div><div class="RightPseudo"></div>
</a><a href="/member.html" class="SurroundBtn Nav">Members<div class="LeftPseudo"></div><div class="RightPseudo"></div>
</a><a href="/awards.html" class="SurroundBtn Nav CurrPage">Awards<div class="LeftPseudo"></div><div class="RightPseudo"></div>
</a><a href="/cte.html" class="SurroundBtn Nav">AK CTE<div class="LeftPseudo"></div><div class="RightPseudo"></div>
</a><a href="https://aktsa.org/aquabot" class="SurroundBtn Nav">Design Brief<div class="LeftPseudo"></div><div class="RightPseudo"></div>
</a><a href="https://aktsa.azurewebsites.net" class="SurroundBtn Nav">Login<div class="LeftPseudo"></div><div class="RightPseudo"></div></a>
</nav>
<div id="NavBG">
<h1 class="MainTitle">AK <span>TSA</span></h1></div>
<div class="MainWrap">
<div class="ContentWrap">
<!--
=========================================================================================
PRIMARY CONTENT BEGINS HERE
=========================================================================================
-->
<section class="HeroWrap AwardsHeroWrap">
<h1>Awards</h1>
</section>
<section id="HeroMotto" style="padding-left:15vw; padding-right:15vw;"></section>
<section>
Our chapter takes competition very seriously. Since TSA was introduced to our school, we've won several awards at the regional, state, and national conferences. Below is a list of our awards from the past 3 years.
</section>
<section>
<p>TSA Nationals, 2017</p>
<table id="WeWonStuff">
<tr>
<th>Event</th>
<th>Place</th>
<th>Members</th>
</tr>
<tr>
<td>3D Animation</td>
<td>6th</td>
<td>Anna Goddard & Dave Kubala</td>
</tr>
<tr>
<td>Essays On Technology</td>
<td>6th</td>
<td>Charlotte Cheng</td>
</tr>
<tr>
<td>Extemporaneous Speech</td>
<td>7th</td>
<td>Michael Xing</td>
</tr>
<tr>
<td>Prepared Presentation</td>
<td>4th</td>
<td>Ishani Deliwala</td>
</tr>
<td>Webmaster</td>
<td>2nd</td>
<td>Timmothy Rossow, Manivannan Senthil, & Michael Xing</td>
</table>
<p>NCTSA States, 2017</p>
<table id="WeWonStuff">
<tr>
<th>Event</th>
<th>Place</th>
<th>Members</th>
</tr>
<tr>
<td>3D Animation</td>
<td>3rd</td>
<td>Anna Goddard & Dave Kubala</td>
</tr>
<tr>
<td>Architectural Design</td>
<td>1st</td>
<td>Jackson Dye, Rachel Ehrman, Anusha Khansaheb, & Katie Zhao</td>
</tr>
<tr>
<td>Biotechnology Design</td>
<td>2nd</td>
<td>Bhavana Ambil, Hannah Dong, Manivannan Senthil, Carissa Tai, & Katie Zhao</td>
</tr>
<!--tr>
<td>3rd</td>
<td>Abdurakhmon Abdulatipov, Hannah Dong, Jin Gao, Aryan Gupta, Lucas Lu, & Carissa Tai</td>
</tr-->
<tr>
<td>Children's Stories</td>
<td>3rd</td>
<td>Yashika Ghandi, Sunny Gorrepati, Joshita Padala, & Imad Rahu</td>
</tr>
<tr>
<td>Debating Technological Issues</td>
<td>2nd</td>
<td>Timmothy Rossow & Michael Xing</td>
</tr>
<tr>
<td>Essays on Technology</td>
<td>3rd</td>
<td>Charlotte Cheng</td>
</tr>
<tr>
<td>Extemporaneous Speech</td>
<td>1st<br>2nd</td>
<td>Adarsh Sukumar<br>Michael Xing</td>
</tr>
<tr>
<td>Fashion Design</td>
<td>2nd</td>
<td>Tobi Akinyelu, Makenzie Kelly, Sophia Shi, & Gabrielle Skelton</td>
</tr>
<tr>
<td>Future Technology Teacher</td>
<td>1st</td>
<td>Ishani Deliwala</td>
</tr>
<tr>
<td>Music Production</td>
<td>2nd</td>
<td>Joseph D'Apollonio, Gabriel Goldhagen, Max Kegley, Makenzie Kelly, & Keon Kim</td>
</tr>
<!--tr>
<td>3rd</td>
<td>Maxwell Kegley & Makenzie Kelly</td>
</tr-->
<tr>
<td>Photographic Technology</td>
<td>2nd</td>
<td>Yashika Gandhi</td>
</tr>
<tr>
<td>Prepared Presentation</td>
<td>1st<br>3rd</td>
<td>Manivannan Senthil<br>Ishani Deliwala</td>
</tr>
<tr>
<td>SciViz</td>
<td>1st</td>
<td>Anna Goddard, Elijah Hubble, & Dave Kubala</td>
</tr>
<tr>
<td>STEM Careers</td>
<td>3rd</td>
<td>Hannah Dong</td>
</tr>
<tr>
<td>Structural Engineering</td>
<td>2nd</td>
<td>Rohit Chaudhuri & Prakash Ray</td>
</tr>
<tr>
<td>Transportation Modeling</td>
<td>2nd</td>
<td>Koushik Sridhar</td>
</tr>
<tr>
<td>Webmaster</td>
<td>1st</td>
<td>Aviral Agarwal, Joshita Padala, Timmothy Rossow, Manivannan Senthil, & Michael Xing</td>
</tr>
</table>
<p>TSA Nationals, 2016</p>
<table id="WeWonStuff">
<tr>
<th>Event</th>
<th>Place</th>
<th>Members</th>
</tr>
<tr>
<td>Biotechnology Design</td>
<td>5th</td>
<td>Vibhu Ambil, Mani Senthil, & Katie Zhao</td>
</tr>
<tr>
<td>CAD 3D, Engineering</td>
<td>7th</td>
<td>Samuel Unferth</td>
</tr>
<tr>
<td>Music Production</td>
<td>4th</td>
<td>Max Kegley & Mackenzie Kelly</td>
</tr>
<tr>
<td>Prepared Presentation</td>
<td>7th</td>
<td>Mani Senthil</td>
</tr>
<tr>
<td>Webmaster</td>
<td>5th</td>
<td>Aviral Agarwal, Aryan Gupta, Timmothy Rossow, Sarosh Santosh, & Michael Xing</td>
</tr>
</table>
<p>NCTSA States, 2016</p>
<table id="WeWonStuff">
<tr>
<th>Event</th>
<th>Place</th>
<th>Members</th>
</tr>
<tr>
<td>Architectural Renovation</td>
<td>1st</td>
<td>Jackson Dye, Rachel Ehrmann, Anusha Khansaheb, Chase Ralston, & Katie Zhao</td>
</tr>
<tr>
<td>Biotechnology Design</td>
<td>1st<br>3rd</td>
<td>Vibhu Ambil, Mani Senthil, & Katie Zhao<br>Abdurakhmon Abdulatipov, Hannah Dong, Jin Gao, Aryan Gupta, Lucas Lu, & Carissa Tai</td>
</tr>
<tr>
<td>Career Preparation</td>
<td>1st</td>
<td>Anisha Ponnapati</td>
</tr>
<tr>
<td>CAD 3D, Engineering</td>
<td>3rd</td>
<td>Aryan Gupta</td>
</tr>
<tr>
<td>Debating Technological Issues</td>
<td>2nd</td>
<td>Douglas Dubrowski & Matthew Lyons</td>
</tr>
<tr>
<td>Desktop Publishing</td>
<td>1st</td>
<td>Sunnie Kwak</td>
</tr>
<tr>
<td>Essays On Technology</td>
<td>3rd</td>
<td>Carolyn Sanderlin</td>
</tr>
<tr>
<td>Extemporaneous Speech</td>
<td>2nd</td>
<td>Michael Xing</td>
</tr>
<tr>
<td>Flight Endurance</td>
<td>2nd</td>
<td>Katie Zhao</td>
</tr>
<tr>
<td>Music Production</td>
<td>2nd<br>3rd</td>
<td>John Casabonne, Ishan Jolly, Keon Kim, & Grant Kinsey<br>Max Kegley & Mackenzie Kelly</td>
</tr>
<tr>
<td>Photographic Technology</td>
<td>2nd</td>
<td>Sabrina Ho</td>
</tr>
<tr>
<td>Prepared Presentation</td>
<td>2nd</td>
<td>Manivannan Senthil</td>
</tr>
<tr>
<td>SciVis</td>
<td>3rd</td>
<td>Alec Probst & Stephen Wardlaw</td>
</tr>
<tr>
<td>Structural Engineering</td>
<td>2nd</td>
<td>Kevin Carney & Ishan Jolly</td>
</tr>
<tr>
<td>Systems Control</td>
<td>1st</td>
<td>Hazim Mukhtar, Karan Malhotra, & Samuel Unferth</td>
</tr>
<tr>
<td>Webmaster</td>
<td>1st</td>
<td>Aviral Agarwal, Aryan Gupta, Timmothy Rossow, Sarosh Santosh, & Michael Xing</td>
</tr>
</table>
<p>TSA Nationals, 2015</p>
<table id="WeWonStuff">
<tr>
<th>Event</th>
<th>Place</th>
<th>Members</th>
</tr>
<tr>
<td>Engineering Design</td>
<td>4th</td>
<td>Carson Orr, Kevin Carney, Nick Spina, Jake Cheek, & Jackson Wright</td>
</tr>
<tr>
<td>Technology Bowl, Written Test</td>
<td>10th</td>
<td>Aviral Agarwal</td>
</tr>
</table>
<p>NCTSA States, 2015</p>
<table id="WeWonStuff">
<tr>
<th>Event</th>
<th>Place</th>
<th>Members</th>
</tr>
<tr>
<td>Engineering Design</td>
<td>1st</td>
<td>Carson Orr, Kevin Carney, Nick Spina, Jake Cheek, & Jackson Wright</td>
</tr>
<tr>
<td>Fashion Design</td>
<td>1st</td>
<td>Yara Bauer, Katherine Norwine, Isabel Hoerr, & Irene Zhou</td>
</tr>
<tr>
<td>Music Production</td>
<td>1st</td>
<td>Keon Kim, John Casabonne, Ishan Jolly, David Knoble, Yash Makwana, & Haley Pratt</td>
</tr>
<tr>
<td>Debating Technological Issues</td>
<td>2nd</td>
<td>Anisha Ponnapati & Abhijith Tammanagari</td>
</tr>
<tr>
<td>Career Prep</td>
<td>2nd</td>
<td>Anisha Ponnapati</td>
</tr>
</table>
</section>
</div>
</div>
<script>
function expandNav() {
if ($(window).width() <= 960) {
if ($('nav').hasClass('open')) {
$('.Nav').css('display', 'none');
$('nav').removeClass('open');
} else {
$('.Nav').css('display', 'block');
$('nav').addClass('open');
// $('.Nav::').css('transform', 'translateX(110px)');
}
}
}
</script>
<script>
var slider = new IdealImageSlider.Slider({
selector: '#slider',
height: 400
});
slider.addCaptions();
slider.start();
</script>
</body>
</html>