-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
452 lines (419 loc) · 14.3 KB
/
about.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
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
<!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/about.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 CurrPage 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">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">
<h1>About Us</h1>
</section>
<section id="HeroMotto" style="padding-left:15vw; padding-right:15vw;"></section>
<!--div style="
position:fixed;
color:white;
background:#2c3e50;
bottom:0;
z-index:100;
left:0;
padding:20px;
border-top-right-radius:20px;
text-align:right;
">
Certain text and images on this page are not finalized.
</div-->
<section>
<h2>Our Projects</h2>
<div id="slider">
<img src="/images/IMG_20150322_160628.jpg" alt="Students build and program robots to accomplish an objective and learn valuable life skills and develop teamwork.">
<img src="/images/fdesign1.jpg" alt="TSA members will demonstrate an understanding of and expertise in using research and design to convey a wearable technology concept.">
<img src="/images/cs3.jpg" alt="Participants built animatronic contraptions to fulfill certain goals. Pictured here, TSA members built animatronic toys for children.">
<img src="/images/Drone.png" alt="Participants are required to design, build, and launch a website that features the school’s career and technology/engineering program, the TSA chapter, and the chapter’s ability to research and present a given topic pertaining to technology.">
</div>
<!--<div class="PhotoGallery">
<ul>
<li>
<input type="radio" checked name="ProjRadio" id="Proj1" />
<label for="Proj1">VEX Robotics</label>
<div>
<img src="/images/IMG_20150322_160628.jpg" />
<p>Students build and program robots to accomplish an objective and learn valuable life skills and develop teamwork.</p>
</div>
</li>
<li>
<input type="radio" name="ProjRadio" id="Proj2" />
<label for="Proj2">Fashion Design</label>
<div>
<img src="/images/fdesign1.jpg" />
<p>TSA members will demonstrate an understanding of and expertise in using research and design to convey a wearable technology concept.</p>
</div>
</li>
<li>
<input type="radio" name="ProjRadio" id="Proj3" />
<label for="Proj3">Animatronics</label>
<div>
<img src="/images/cs3.jpg" />
<p>Participants built animatronic contraptions to fulfill certain goals. Pictured here, TSA members built animatronic toys for children.</p>
</div>
</li>
<li>
<input type="radio" name="ProjRadio" id="Proj4" />
<label for="Proj4">Webmaster</label>
<div>
<img src="/images/Drone.png" />
<p>Participants are required to design, build, and launch a website that features the school’s career and technology/engineering program, the TSA chapter, and the chapter’s ability to research and present a given topic pertaining to technology.</p>
</div>
</li>
<li>
<input type="radio" name="ProjRadio" id="Proj5" />
<label for="Proj5">Test</label>
<div></div>
</li>
</ul>
</div-->
</section>
<section id="CommServ">
<h2>Community Service Activities</h2>
<div class="TableOut">
<div class="TableRow">
<div class="TableCel">
<div class="TextWrap">
<div>
<h3>Campus Cleanup</h3>
<p>As part of a coordinated effort across all clubs in the school to beautify the campus and create an environment more condusive to education, the AK TSA maintains a sector of the school, cleaning the area and keeping it presentable for the students
to enjoy.</p>
</div>
</div>
</div>
<div class="TableCel">
<div class="TextWrap">
<div>
<h3>Food Bank</h3>
<p>Loaves and Fishes is a local charitable organization which distributes donated food to people in need via local food pantries. Students from AK TSA help obtain cans, collect donations, and sort food to help the entire process.</p>
</div>
</div>
</div>
<div class="TableCel">
<div class="TextWrap">
<div>
<h3>Cancer Cure Bracelets</h3>
<p>To help raise awareness of and fund research for a cure to cancer, students from AK TSA sold wristbands to students across the school. 100% of proceeds from the sales were donated to charity to help find "AKure".</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="OffIntro">
<h2>Officer Team</h2>
<div class="TableOut">
<div class="TableRow" id="Row1">
<div class="TableCel" id="TableCel0">
<a onclick="ClassOpen(0);" class="TextWrap" id="TblText0">
<h3>President</h3>
<p>Anshool Pradhan</p>
</a>
</div>
<div class="TableCel" id="TableCel1">
<a onclick="ClassOpen(1);" class="TextWrap" id="TblText1">
<h3>Vice President</h3>
<p>Charlotte Cheng</p>
</a>
</div>
<div class="TableCel" id="TableCel2">
<a onclick="ClassOpen(2);" class="TextWrap" id="TblText2">
<h3>Secretary</h3>
<p>Hannah Dong</p>
</a>
</div>
<!-- <div class="TableCel" id="TableCel3" style="width: 12.5%">
<a onclick="ClassOpen(3);" class="TextWrap" id="TblText3">
<h3>Treasurer</h3>
<p>Sophia Shi</p>
</a>
</div> -->
<!-- <div class="TableCel" id="TableCel4">
<a onclick="ClassOpen(4);" class="TextWrap" id="TblText4">
<h3>Reporter</h3>
<p>Joseph D'Appolonio</p>
</a>
</div> -->
<div class="TableCel" id="TableCel3">
<a onclick="ClassOpen(3);" class="TextWrap" id="TblText3">
<h3>Srgt. at Arms & Webmaster</h3>
<p>Agnim Agarwal</p>
</a>
</div>
<!-- <div class="TableCel" id="TableCel6">
<a onclick="ClassOpen(6);" class="TextWrap" id="TblText6">
<h3>Executive Robotics Director</h3>
<p>Sungwoo Lee</p>
</a>
</div> -->
</div>
</div>
<div id="Frames">
<!-- <div style="height: 0px;">
<iframe id="ClassOpenFrame0" style="
width: 50%;
position: relative;
top: -300px;
height: 150px;
left: 16.6%;
z-index: 3;
border: 1px solid black;
box-sizing: border-box;
display: none;
"
></iframe>
</div> -->
<!-- <div style="height: 0px;">
<iframe id="ClassOpenFrame1" style="
width: 50%;
position: relative;
top: -300px;
height: 150px;
left: 33.3%;
z-index: 3;
border: 1px solid black;
box-sizing: border-box;
display: none;
"
></iframe>
</div> -->
</div>
<div style="height: 300px;z-index: 2;position: relative;top: 0px;background: rgba(0,0,0,.5);display: none;cursor: pointer;" id="BlCover" onclick="ClassOpen(-1);"></div>
<!-- Modal Structure -->
<!--President- Anshool Pradhan
Vice President- Charlotte Cheng
Secretary- Hannah Dong
Treasurer- Sophia Shi
Reporter- Connor D'Appollonio
Webmaster- Agnim Agarwal
Vex Correspondent- Sungwoo Lee-->
<!-- <div id="modal1" class="modal" style="overflow: hidden;">
<div class="modal-content" style="height: 50vh;">
<iframe style="width: 100%; height: 100%;" id="OffSrc0" src="https://aktsa.azurewebsites.net/off.php?id=1"></iframe>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close BigBtn" style="float: right; margin: 5px;">Close</a>
</div>
</div> -->
</section>
<section>
<h2>Past Awards</h2>
<p>These are the results from TSA Nationals, 2017. Congratulations to the following winners:</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>These are the results from NCTSA States, 2017. Congratulations to the following winners:</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>To see our additional awards, see our <a href="awards.html">awards</a> page.</p>
</section>
</div>
</div>
<script id="pageJS" src="/pageJS/about.js"></script>
<script type="text/javascript">
$(document).ready(function() {
if ($(window).width() > 1079) {
if (document.getElementById('BlCover').style.display = "none") {
$.each(new Array(10), function(i) {
$("#TableCel" + i).hover(function() {
$("#TblText" + i).slideDown(250); //1000 = 1 second animation
}, function() {
$("#TblText" + i).slideUp(250);
// $("#TblText" + i).css("display: flex;");
}); //1000 = 1 second animation
//setting the height and width to '' will clear the inserted style, leaving you with your original style
});
}
}
});
</script>
<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>