-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
483 lines (464 loc) · 27.2 KB
/
index.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
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Eta Kappa Nu at Virginia Tech - An honors society of IEEE">
<!-- Custom styles for this template -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Source+Serif+Pro:400,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./vendors/css/normalize.css">
<link rel="stylesheet" type="text/css" href="./vendors/css/grid.css">
<link rel="stylesheet" type="text/css" href="./vendors/css/animate.css">
<link rel="stylesheet" type="text/css" href="./vendors/css/ionicons.min.css">
<!-- Bootstrap core CSS -->
<link href="./resources/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./resources/css/style.css">
<link rel="stylesheet" type="text/css" href="./resources/css/responsive.css">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="author" content="Jinwoo Yom">
<title>Eta Kappa Nu - VT</title>
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="./resources/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" href="./resources/img/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="./resources/img/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="./resources/img/favicons/manifest.json">
<link rel="mask-icon" href="./resources/img/favicons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<nav id="header" class="navbar navbar-inverse navbar-fixed-top">
<div id="header-container" class="container navbar-container">
<div class="navbar-header">
<a class="navbar-brand" href="#topOfPage">
<img alt="Brand" src="./resources/img/etakappanu.png">
</a>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a id="brand" class="navbar-brand" href="#topOfPage">Eta Kappa Nu</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="#topOfPage">Home</a></li>
<li><a href="#aboutUs">About us</a></li>
<li><a href="#officers">Officers</a></li>
<li><a href="#questions">FAQ</a></li>
<li><a href="#form">Contact Us</a></li>
</ul>
</div><!-- /.nav-collapse -->
</div><!-- /.container -->
</nav><!-- /.navbar -->
<header class="js--top-of-page" id="topOfPage">
<div class="intro-text-box">
<div class="row">
<img src="resources/img/vt.png" alt="Virginia Tech logo">
<img src="resources/img/etakappanu.png" alt="HKN logo">
<img src="resources/img/ieee.png" alt="IEEE logo">
</div>
<h1 class="name">Eta Kappa Nu</h1>
<h1 class="desc">
Electrical and Computer Engineering Honor Society
</h1>
<div class="row">
<a class="bttn btn-full js--btn-full" href="https://gobblerconnect.vt.edu/organization/HKN" target="_blank"><strong>Gobbler Connect</strong></a>
<a class="bttn btn-ghost" href="https://vimeo.com/vthkn" target="_blank"><strong>Watch Tutorials</strong></a>
</div>
</div>
<div class="row js--bounce-arrow">
<a href="#aboutUs"><i class="ion-chevron-down"></i></a>
</div>
</header>
<section class="section-aboutUs js--about-us" id="aboutUs">
<div class="row">
<h2>About Us</h2>
</div>
<div class="row">
<p class="long-copy">
Eta Kappa Nu (ΗΚΝ) is the international electrical and computer engineering honor society of the IEEE, founded in October 1904 by Maurice L. Carr at the University of Illinois at Urbana-Champaign. The organization currently has around 200 student chapters and several thousand members. Effective 1 September 2010, formerly-independent HKN became an organizational unit of the Institute of Electrical and Electronics Engineers (IEEE), making membership in the IEEE a requirement for membership in HKN. Membership in HKN thus became equivalent to an "honor student" member category of IEEE membership. Originally headquartered in Chicago, Illinois, as a result of the merger its headquarters are now located at the IEEE Operations Center in Piscataway, New Jersey.<br/><br/>
The Greek letters ΗΚΝ were chosen from the first, fourth, and last letter of the Greek word for amber or electron: ΗλΕΚΡΟΝ. In 1927, the HKN Shield and coat-of-arms were adopted. The emblem of HKN (incorporated at the top of the Shield) is the Wheatstone bridge.<br/><br/>
On May 6, 1940, Eta Kappa Nu was founded at Virginia Polytechnic Institute and State University as part of the Beta Lambda chapter. Today, we are part of 174 Chapters throughout the world. At Virginia Tech, Eta Kappa Nu currently has 66 active members that are part of 200,000+ lifetime members Internationally.
</p>
</div>
<img src="./resources/img/hkn-logo.png" alt="eta kappa nu"/>
<h3>Some of our most prominent members include:</h3>
<p class="long-copy">
Steve Wozniak (Co-founder of Apple Computers)<br/>
Larry Page (Founder and CEO of Google)<br/>
Eric Schmidt (Executive Chairmean of Google)<br/>
Sabeer Bhatia (Founder of Yahoo)<br/>
Henry Samueli (Founder and CEO of Bradcom)<br/>
Irwin and Paul Jacobs (Founders of Qualcomm)<br/>
Amar Bose (Inventer, Founder, and Chairman of Boase)
</p>
</section>
<section class="section-officers js--section-officers" id="officers">
<div class="row">
<h2>2017 HKN Officers</h2>
</div>
<div class="row">
<div class="col span-1-of-3">
<div class="officer-box js--wp-1">
<div class="projectItem">
<h3>President</h3>
<img src="./resources/img/jinwooyom.jpg" alt="Jinwoo Preview" class="jinwooPreview">
<p class="officer_description">Jinwoo Yom</p>
</div>
<div>
<ul>
<li><i class="ion-university icon-small"></i>Computer Engineer</li>
<li><i class="ion-android-checkmark-circle icon-small"></i>Senior</li>
<li><i class="ion-email icon-small"></i>[email protected]</li>
<li><i class="ion-earth icon-small"></i><a href="http://www.jinwooyom.com">www.jinwooyom.com</a></li>
</ul>
</div>
<div>
<a href="https://www.linkedin.com/in/jinwooyom/" class="bttn btn-full">Visit LinkedIn</a>
</div>
</div>
</div>
<div class="col span-1-of-3">
<div class="officer-box js--wp-1">
<div class="projectItem">
<h3>Vice-President</h3>
<img src="./resources/img/sarah.jpg" alt="Sarah Preview" class="sarahPreview">
<p class="officer_description">Sarah Hanson</p>
</div>
<div>
<ul>
<li><i class="ion-university icon-small"></i>Electrical Engineer</li>
<li><i class="ion-android-checkmark-circle icon-small"></i>Senior</li>
<li><i class="ion-email icon-small"></i>[email protected]</li>
<li><i class="ion-earth icon-small"></i><a href="#">N/A</a></li>
</ul>
</div>
<div>
<a href="https://www.linkedin.com/in/sarah-hanson-411a8976/" class="bttn btn-full">Visit LinkedIn</a>
</div>
</div>
</div>
<div class="col span-1-of-3">
<div class="officer-box js--wp-1">
<div class="projectItem">
<h3>Secretary</h3>
<img src="./resources/img/devin.jpg" alt="Brian Preview" class="brianPreview">
<p class="officer_description">Devin Ketchum</p>
</div>
<div>
<ul>
<li><i class="ion-university icon-small"></i>Computer Engineer</li>
<li><i class="ion-android-checkmark-circle icon-small"></i>Graduate Student</li>
<li><i class="ion-email icon-small"></i>[email protected]</li>
<li><i class="ion-earth icon-small"></i><a href="#">N/A</a></li>
</ul>
</div>
<div>
<a href="https://www.linkedin.com/in/devin-ketchum-05b757b4/" class="bttn btn-full">Visit LinkedIn</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<div class="officer-box js--wp-2">
<div class="projectItem">
<h3>Treasurer</h3>
<img src="./resources/img/brian.jpg" alt="Brian Preview" class="brianPreview">
<p class="officer_description">Brian Worek</p>
</div>
<div>
<ul>
<li><i class="ion-university icon-small"></i>Computer Engineer</li>
<li><i class="ion-android-checkmark-circle icon-small"></i>Senior</li>
<li><i class="ion-email icon-small"></i>[email protected]</li>
<li><i class="ion-earth icon-small"></i><a href="#">N/A</a></li>
</ul>
</div>
<div>
<a href="https://www.linkedin.com/in/brian-worek-4872bb103/" class="bttn btn-full">Visit LinkedIn</a>
</div>
</div>
</div>
<div class="col span-1-of-3">
<div class="officer-box js--wp-2">
<div class="projectItem">
<h3>IEEE Liaison</h3>
<img src="./resources/img/Tyler.jpg" alt="Tyler Preview" class="tylerPreview">
<p class="officer_description">Tyler Grim</p>
</div>
<div>
<ul>
<li><i class="ion-university icon-small"></i>Electrical Engineer</li>
<li><i class="ion-android-checkmark-circle icon-small"></i>Senior</li>
<li><i class="ion-email icon-small"></i>[email protected]</li>
<li><i class="ion-earth icon-small"></i><a href="#">N/A</a></li>
</ul>
</div>
<div>
<a href="#" class="bttn btn-full">Visit LinkedIn</a>
</div>
</div>
</div>
<div class="col span-1-of-3">
<div class="officer-box js--wp-2">
<div class="projectItem">
<h3>Web Master</h3>
<img src="./resources/img/Daniel.jpg" alt="Daniel Preview" class="danielPreview">
<p class="officer_description">Daniel Ruwe</p>
</div>
<div>
<ul>
<li><i class="ion-university icon-small"></i>Computer Engineer</li>
<li><i class="ion-android-checkmark-circle icon-small"></i>Senior</li>
<li><i class="ion-email icon-small"></i>[email protected]</li>
<li><i class="ion-earth icon-small"></i><a href="#">N/A</a></li>
</ul>
</div>
<div>
<a href="https://www.linkedin.com/in/daniel-ruwe-a0359992/" class="bttn btn-full">Visit LinkedIn</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<div class="officer-box js--wp-1">
<div class="projectItem">
<h3>President</h3>
<img src="./resources/img/jinwooyom.jpg" alt="Jinwoo Preview" class="jinwooPreview">
<p class="officer_description">Jinwoo Yom</p>
</div>
<div>
<ul>
<li><i class="ion-university icon-small"></i>Computer Engineer</li>
<li><i class="ion-android-checkmark-circle icon-small"></i>Senior</li>
<li><i class="ion-email icon-small"></i>[email protected]</li>
<li><i class="ion-earth icon-small"></i><a href="http://www.jinwooyom.com">www.jinwooyom.com</a></li>
</ul>
</div>
<div>
<a href="https://www.linkedin.com/in/jinwooyom/" class="bttn btn-full">Visit LinkedIn</a>
</div>
</div>
</div>
<div class="col span-1-of-3">
<div class="officer-box js--wp-1">
<div class="projectItem">
<h3>Vice-President</h3>
<img src="./resources/img/sarah.jpg" alt="Sarah Preview" class="sarahPreview">
<p class="officer_description">Sarah Hanson</p>
</div>
<div>
<ul>
<li><i class="ion-university icon-small"></i>Electrical Engineer</li>
<li><i class="ion-android-checkmark-circle icon-small"></i>Senior</li>
<li><i class="ion-email icon-small"></i>[email protected]</li>
<li><i class="ion-earth icon-small"></i><a href="#">N/A</a></li>
</ul>
</div>
<div>
<a href="https://www.linkedin.com/in/sarah-hanson-411a8976/" class="bttn btn-full">Visit LinkedIn</a>
</div>
</div>
</div>
<div class="col span-1-of-3">
<div class="officer-box js--wp-1">
<div class="projectItem">
<h3>Secretary</h3>
<img src="./resources/img/devin.jpg" alt="Brian Preview" class="brianPreview">
<p class="officer_description">Devin Ketchum</p>
</div>
<div>
<ul>
<li><i class="ion-university icon-small"></i>Computer Engineer</li>
<li><i class="ion-android-checkmark-circle icon-small"></i>Graduate Student</li>
<li><i class="ion-email icon-small"></i>[email protected]</li>
<li><i class="ion-earth icon-small"></i><a href="#">N/A</a></li>
</ul>
</div>
<div>
<a href="https://www.linkedin.com/in/devin-ketchum-05b757b4/" class="bttn btn-full">Visit LinkedIn</a>
</div>
</div>
</div>
</div>
</section>
<section class="section-questions js--section-questions" id="questions">
<div class="row">
<h2>Frequently Asked questions</h2>
</div>
<h3>How do I join?</h3>
<p class="long-copy">
To join, you must meet one of the following criteria, and perform two hours of community service<br/>
*Enrolled in the ECE Deparment<br/>
*Junior in the top quarter of your class<br/>
*Senior in the top third of your class<br/>
*Graduate student with a 3.0 GPA or higher<br/>
</p>
<h3>What is a Power Hour?</h3>
<p class="long-copy">
Power Hour is a free tutoring service for all 1xxx - 2xxx ECE courses that we offers as part of HKN's service project. HKN members are required to attend to at least one Power Hour per semester but they are highly encouraged to attend to all of them. Power Hour is on every Wednesday from 7 - 8 pm at 130A New Classroom Building (NCB).<br/>
</p>
<h3>Other questions</h3>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="./resources/img/blackboard.jpg" alt="Blackboard">
<div class="carousel-caption">
<h3>Why should I join?</h3>
<p>● Opportunity to serve the community<br/>
● Meet other ECE people at the top of the class<br/>
● Potential employers may also be an HKN member<br/>
● Looks great on a resume</p>
</div>
</div>
<div class="item">
<img src="./resources/img/blackboard.jpg" alt="Blackboard">
<div class="carousel-caption">
<h3>How much community service per semester?</h3>
<p>● Two service hours are required to be considered an active member<br/>
● You can double count service hours from another organization for HKN<br/>
</div>
</div>
<div class="item">
<img src="./resources/img/blackboard.jpg" alt="Blackboard">
<div class="carousel-caption">
<h3> I am a Junior by credit, but technically this is my sophomore year. Can I still join?</h3>
<p>● Yes, you are eligible to join!</p>
</div>
</div>
<div class="item">
<img src="./resources/img/blackboard.jpg" alt="Blackboard">
<div class="carousel-caption">
<h3>What is the time commitment needed to become an officer?</h3>
<p>● It mostly depends on the positions, ofcourse!<br/>
● Must try to attend all officers meetings<br/>
● Must try to make other events<br/>
</p>
</div>
</div>
</div>
</div>
</section>
<section class="section-form js--section-form" id="form">
<div class="row">
<h2>Leave us a message</h2>
</div>
<div class="row">
<form action="https://formspree.io/[email protected]" method="post" class="contact-form">
<div class="row">
<div class="col span-1-of-3">
<label for="name">Name</label>
</div>
<div class="col span-2-of-3">
<input type="text" name="name" id="name" placeholder="Enter your name" required>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label for="email">Email</label>
</div>
<div class="col span-2-of-3">
<input type="email" name="email" id="email" placeholder="Enter your email" required>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label for="find-us">How did you find us?</label>
</div>
<div class="col span-2-of-3">
<select name="find-us" id="find-us">
<option value="search engine" selected>Search engine</option>
<option value="career fair">Career Fair</option>
<option value="met in person">Met in person</option>
<option value="friends">Friends</option>
<option value="advertisement">Advertisement</option>
<option value="linked in">Linkedin</option>
<option value="other">Other</option>
</select>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label>Message Content</label>
</div>
<div class="col span-2-of-3">
<textarea name="message" placeholder="Your message"></textarea>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label> </label>
</div>
<div class="col span-2-of-3">
<button type="submit" class="btn btn-primary"><strong>Submit</strong></button>
</div>
</div>
</form>
</div>
</section>
<footer>
<div class="row">
<div class="col span-1-of-2">
<ul class="footer-nav">
<li><a class="js--top-btn" href="#topOfPage"><i class="ion-arrow-up-b"></i> Back to top</a></li>
</ul>
</div>
<div class="col span-1-of-2">
<ul class="social-links">
<li><a href="#" target="_blank"><i class="ion-social-facebook"></i></a></li>
<li><a href="#" target="_blank"><i class="ion-social-linkedin"></i></a></li>
<li><a href="#" target="_blank"><i class="ion-social-googleplus"></i></a></li>
<li><a href="#" target="_blank"><i class="ion-social-instagram"></i></a></li>
</ul>
</div>
</div>
<div class="row">
<p class="otherlinks">
<a href="http://www.ieee.org/education_careers/education/ieee_hkn/index.html" target="_blank">HKN National</a> |
<a href="https://www.vt.edu/" target="_blank">Virginia Tech</a> |
<a href="https://www.ece.vt.edu/" target="_blank">ECE Department</a> |
<a href="http://www.ieee.vt.edu/" target="_blank">IEEE-VT</a> |
<a href="IEEE" target="_blank">National IEEE</a>
</p>
<p>
Copyright © 2017 by <font color="#FFF">Eta Kappa Nu (HKN) @ Virginia Tech</font>. All rights reserved.<br/>
Created by Jinwoo Yom 2017
</p>
</div>
</footer>
<!-- Scripts! -->
<script src="./vendors/js/jquery-3.1.1.min.js"></script>
<script src="./vendors/js/bootstrap.min.js"></script>
<script src="./vendors/js/script.js"></script>
<!-- helper script from https://developers.google.com/speed/libraries/ -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Respond.js = allows the web browsers to understand and excute css media queries needed for responsive web design -->
<script src="https://cdn.jsdelivr.net/respond/1.4.2/respond.min.js"></script>
<!-- html5 shiv = enables us to use HTML5 elements in order browser that were available before HTML5 -->
<script src="https://cdn.jsdelivr.net/html5shiv/3.7.3/html5shiv.min.js"></script>
<!-- selectivizr = emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8. Simply include the script in your pages and selectivizr will do the rest. -->
<script src="https://cdn.jsdelivr.net/selectivizr/1.0.3b/selectivizr.min.js"></script>
<!-- Vendor's Script! -->
<script src="./vendors/js/jquery.waypoints.min.js"></script>
<script>
$(document).ready(function() {
function bounceArrow(){
$('.js--bounce-arrow').addClass('customShake');
}
setInterval(bounceArrow, 2000);
});
</script>
</body>
</html>