-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathold.html
264 lines (224 loc) · 14.5 KB
/
old.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
<!DOCTYPE html>
<!--
Site written for the UNC CS Club
originally by Brandon Davis (bd at unc dot edu)
maintained by the club, and served via gh pages
-->
<html>
<head>
<title>UNC CS Club</title>
<!--Import Google Icon Font-->
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<style>
body {
background-size:cover;
background-attachment:fixed;
background-image: url("backdrop.jpg");
}
.listserv input[type=email] {
width: 300px;
padding: 10px;
margin: 8px;
box-sizing: border-box;
background-color: #FFFFFF;
color: #000000;
border-radius: 4px;
height: auto !important;
}
.listserv input[type=submit] {
/*padding-right: 15px;*/
margin-right: 15px;
}
nav .brand-logo{
padding-left: 15px;
}
.card-action a{
color: #000000 !important;
}
.jobs h5 {
font-weight: 300 !important;
}
#about-container h5 {
font-size: 22px;
}
</style>
</head>
<body>
<div class="navbar-fixed">
<nav>
<div class="nav-wrapper blue lighten-3">
<a href="#!" class="brand-logo bulletin-btn">UNC CS Club</a>
<a href="#" data-activates="mobile-demo" class="button-collapse"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li>
<form class="listserv" action="http://lists.unc.edu/subscribe/subscribe.tml" method="post">
<input type="email" name="email" id="email" placeholder="[email protected]" required></input>
<input type="hidden" name="list" value="csclub" />
<input type="hidden" name="confirm" value="one" />
<input type="hidden" name="showconfirm" value="T" />
<input type="hidden" name="url" value="http://csclub.cs.unc.edu/" />
<input type="submit" class="btn listserv purple lighten-3" value="Join Listserv">
</form>
</li>
<li><a class="about-btn" href="#about">About</a></li>
<li><a class="bulletin-btn" href="#bulletin">Bulletin</a></li>
<li><a class="hackerspace-btn" href="#hackerspace">Hackerspace</a></li>
<li><a class="library-btn" href="#library">Library</a></li>
<li><a class="calendar-btn" href="#calendar">Calendar</a></li>
<li><a class="jobs-btn" href="#jobs">Job Board</a></li>
</ul>
<ul class="side-nav" id="mobile-demo">
<li><a class="about-btn" href="#about">About</a></li>
<li><a class="bulletin-btn" href="#bulletin">Bulletin</a></li>
<li><a class="hackerspace-btn" href="#hackerspace">Hackerspace</a></li>
<li><a class="library-btn" href="#library">Library</a></li>
<li><a class="calendar-btn" href="#calendar">Calendar</a></li>
<li><a class="jobs-btn" href="#jobs">Job Board</a></li>
</ul>
</div>
</nav>
</div>
<div class="row">
<div id="card-container" class="col s12 m12 l6 offset-l3">
<!-- Temp card while the real content loads -->
<div class="card white darken-1 black-text">
<div class="card-content">
<span class="card-title">LOADING Cards....</span>
<p>Data from the backend is loading. In case something broke, here'e some basic info.
Meetings are on Thursday in SN or FB at 6PM. Contact Joshua Bakita (emails in the "about" page)
for any inquiries.</p>
</div>
<div class="card-action blue lighten-4">
<a href="http://cs.unc.edu">CS Department Page</a>
</div>
</div>
</div>
<div id="about-container" class="col s12 m12 l6 offset-l3" style="display:none;">
<!-- Static About Page -->
<div class="card-panel white">
<h4>About Us</h4>
<p>The UNC Computer Science Club puts together regular meetings and fun social events for majors, minors, and anyone else interested in cs. We also host guest speakers and facilitate the job search in partnership with career services and the CS department. We meet during the regular semester Thursdays from 6PM to 7PM in Sitterson 115.</p>
<h4>Contact</h4>
<p>For any inquiries related to the CS Club, send an email to
<span class="plain-email">
csclub<span style="display:none;">foobar</span>@cs.unc.edu
</span>
</p>
<h4>Join Listserv</h4>
<form class="listserv" action="http://lists.unc.edu/subscribe/subscribe.tml" method="post">
<input type="email" name="email" id="email" placeholder="[email protected]" required></input>
<input type="hidden" name="list" value="csclub" />
<input type="hidden" name="confirm" value="one" />
<input type="hidden" name="showconfirm" value="T" />
<input type="hidden" name="url" value="http://csclub.cs.unc.edu/" />
<input type="submit" class="btn listserv purple lighten-3" value="Join Listserv">
</form>
<h4>Links</h4>
<p>
<a href="https://www.facebook.com/groups/unccsclub/">UNC Computer Science Facebook Group</a>
<br>
<a href="http://hacknc.com">HackNC</a>
<br>
<a href="https://github.com/unc-csclub/">UNC CS Club Github Org</a>
<br>
<a href="https://www.facebook.com/groups/209467285885546/">Women in Computer Science Facebook Group</a>
<br>
<a href="http://pearlhacks.com">Pearl Hacks</a>
<br>
<a href="http://cs.unc.edu">UNC Department Homepage</a>
<br>
<a href="http://cs.unc.edu/help-article/linux-servers/">Department Linux Server List</a>
<br>
<a href="http://cs.unc.edu/calendars/">CS Department Calendars</a>
</p>
<h4>People</h4>
<p>UNC CS club is brought to you in part by the following folks:</p>
<div class="divider"></div>
<div class="section">
<h5>Joshua Bakita | president</h5>
<p>Email
<span class="plain-email">
hacker<span style="display:none;">foobar</span>@unc.edu
</span>
</p>
</div>
<div class="divider"></div>
<div class="section">
<h5>Nikhil Komirisetti | vice-president</h5>
<p>Email
<span class="plain-email">
nikhilk<span style="display:none;">foobar</span>@live.unc.edu
</span>
</p>
</div>
</div>
</div>
<div id="library-container" class="col s12 m12 l6 offset-l3" style="display:none;">
<!-- Static Library Page -->
<div class="card-panel white">
<h4>Hackerspace Library</h4>
<p>The hackerspace (as a sentient entity) has been collecting books and sometimes it lets us read and borrow them! We have a pretty complete set of required and optional textbooks for all CS courses, as well as for other departments like Physics, Math, and Astronomy. We also have a leisure reading section and and books that cover more advanced CS topics.</p>
<h4>Donation</h4>
<p>Do you have books? Would they help complete our collection? The hackerspace would be eternally grateful if you wanted to donate them and allow future students to save on textbook costs. Until a better system gets set up, shoot an email to
<span class="plain-email">
csclub<span style="display:none;">foobar</span>@cs.unc.edu
</span>
</p>
<h4>Borrowing</h4>
<p>Hopefully in the near future, a list of the available titles will make an appearance here. Until that time, just request hackerspace access and come see what we have. If you want to take a book out of the hackerspace, leave a sticky note on the side of the bookcase with your name and what you borrowed. The hackerspace reserves the right to ask for it's books back at any time.
</p>
</div>
</div>
<div id="calendar-container" class="col s12 m12 l6 offset-l3" style="display:none;">
<!-- Static Calendar Page -->
<div class="card-panel white">
<h4>Our Calendar</h4>
<iframe src="https://calendar.google.com/calendar/embed?src=cs.unc.edu_kftlcqn6m727c7ogd0kiea65h0%40group.calendar.google.com&ctz=America/New_York" style="border: 0" width="100%" height="600" frameborder="0" scrolling="no"></iframe>
</div>
</div>
<div id="hackerspace-container" class="col s12 m12 l6 offset-l3" style="display:none;">
<!-- Static Hackerspace Page -->
<div class="card-panel white">
<h3>The Hackerspace</h3>
<p>The Hackerspace / Computer Science Club Room is a room for socializing, studying, and is intended to provide a physical place for members to colaborate and grow our CS community. If you want keycard access, read below, but also feel free to drop in anytime! Give the door a knock - there are almost always people there to let you in. We'd love to meet you :)
<h3>Access</h3>
Sitterson Room 027 requires keycard access, which you can get by filling out the form at the link below. Please note that submitting the form implies agreement to the hackerspace guidlines detailed <a href="https://www.google.com/url?q=https://docs.google.com/a/cs.unc.edu/document/d/17JYBPFU6if2Rj3VxJo3mYHp9F5F7MVLMGqjaJyMRDHQ&sa=D&ust=1504126424892000&usg=AFQjCNGpM-i7pFBHkJtMAWnqIZae0S2m3w">here</a>. We process requests manually once a week or so.
<br><br>
<a href="https://docs.google.com/document/d/1T3b8Y6IppdV4pSq78db061Gh7HSuyH5fNcJ2qkqCkDw/edit#" class="btn purple lighten-3">Hackerspace Rules</a>  <a href="https://goo.gl/forms/6T5uMrTgRW1mBlg33" class="btn blue">Request Access</a>
<h3>Resources</h3>
<p>The Hackerspace has a wealth of hardware components that are avaiable for loan or use within the room. We have Raspberry Pis, Arduinos, sensor kits, and lots of old junk electronics to tinker with. We even built a quadcopter in 2014. If you are interested in any hardware, come by the hackerspace or email Joshua Bakita
<span class="plain-email">
(hacker<span style="display:none;">foobar</span>@unc.edu).
</span>
</div>
</div>
<div id="jobs-container" class="col s12 m12 l6 offset-l3 jobs" style="display: none;">
<!--Static Jobs Page header - dynamic content will follow -->
<div class="card white darken-1 black-text job-header">
<div class="card-content">
<span class="card-title">CS Club Job Board</span>
<p>Welcome to the CS Club Job board! Companies, start-ups, and university organizations can post job opportunities. Approved jobs will be posted here, and in our dedicated <a href="https://www.facebook.com/groups/unccsclubjobs/">CS Jobs Facebook Group</a>. If you have any additional questions, please feel free to email
<a href="mailto:[email protected]">
<span class="plain-email">csclub<span style="display:none;">foobar</span>@cs.unc.edu</span>
</a>.
<br><br>
NOTE: For employers and job seekers, many more resources and job listings can be found through <a href=http://cs.unc.edu/career/>University Career Services</a>.
<br><br>
<a href="https://docs.google.com/forms/d/1MfpB8nZqqgv4pKZDHkzUT_PfMC1nQyW847W1d55-VAc/viewform" class="btn blue">Submit a Job Request</a>
</p>
</div>
</div>
</div>
</div>
<!-- Javascript -->
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="js/jquery-1.12.3.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<!-- Import custom JavaScript -->
<script type="text/javascript" src="js/index.js"></script>
</body>
</html>