-
Notifications
You must be signed in to change notification settings - Fork 0
/
history.html
93 lines (85 loc) · 4.23 KB
/
history.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
<!DOCTYPE HTML>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>NU Wireless Club - History</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<a href="index.html">
<header id="header">
<h1>Who Are We?</h1>
<p>A Brief History, and our Administration!</p>
</header>
</a>
<!-- Main -->
<div id="main">
<!-- Content -->
<section id="content" class="main">
<h2>History</h2>
<p>The Wireless club has existed in some form as a group of people interested in the art of electronics experimentation for a long time. Amateur radio took off in the early 20th century, and many colleges across the US formed clubs. At one point, there was enough student interest in amateur radio that the University gave the club a physical space in Hayden hall when the building was constructed in 1956. We continue to experiment in the space, like the many generations before us!
</p>
</section>
<section id="eboard" class="main">
<h2>Fall 2024 Executive Board</h2>
<p>Feel free to reach out to any of us via email or slack! We're here to help.</p>
<ul class="alt">
<li>President - Jonah Lefkoff </br> <a href = "mailto: [email protected]">[email protected]</a></li>
<li>Vice President - Garrett Compston </br> <a href = "mailto: [email protected]">[email protected]</a></li>
<li>Outreach Coordinator - Eli Silverstein </br> <a href = "mailto: [email protected]">[email protected]</a></li>
<li>Ham Guru - Jacy Hoffmann </br> <a href = "mailto: [email protected]">[email protected]</a></li>
<li>Lab Manager - Collin McKinley </br> <a href = "mailto: [email protected]">[email protected]</a></li>
<li>Workshop Warriors - Maggie Heaney, Vlad Aviedov and Muhammad Elarbi </br> <a href = "mailto: [email protected]">[email protected]</a></li>
<li>Treasurer - Jake Ginesin </br> <a href = "mailto: [email protected]">[email protected]</a></li>
</ul>
<ul class="actions special">
<li><a href="index.html" class="button primary">Back Home</a></li>
</ul>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<h2>Site Map</h2>
<p>
<a href="index.html">Home</a></br>
<a href="workshops.html">Workshops</a></br>
<a href="exams.html">Exams</a></br>
<a href="lab.html">Lab</a></br>
<a href="history.html">History & Contact</a>
</p>
</section>
<section>
<dl class="alt">
<dt>Email</dt>
<dd><a href="mailto: [email protected]">[email protected]</a></dd>
</dl>
<ul class="icons">
<li><a href="https://www.facebook.com/nuwirelessclub/" class="icon brands fa-facebook-f alt"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/nuwirelessclub/" class="icon brands fa-instagram alt"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/NEUWireless" class="icon brands fa-github alt"><span class="label">GitHub</span></a></li>
</ul>
</section>
<p class="copyright">© 2022 Northeastern Wireless Club <br> Design: <a href="https://jlefkoff.com">Jonah Lefkoff</a> based on <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>