-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdonate.html
391 lines (367 loc) · 14.6 KB
/
donate.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
<html>
<head>
<!-- Title -->
<title>CREW | HOME</title>
<!-- Main CSS File -->
<link rel="stylesheet" type="text/css" href="assets/main.css?ver=1.02" />
<!-- Mobile Stuff + CSS -->
<link rel = "stylesheet" type = "text/css" href = "assets/mobile.css?ver=1.02" />
<meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1.0 user-scalable=0">
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600|Gentium+Book+Basic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Questrial|Montserrat+Alternates|Press+Start+2P' rel='stylesheet' type='text/css'>
<!-- Favicon -->
<link rel="shortcut icon" href="assets/icons/favicon.png?ver=1.02"/>
<!-- Smooth Scrolling -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
<script>
var jump=function(e)
{
//prevent the "normal" behaviour which would be a "hard" jump
e.preventDefault();
//Get the target
var target = $(this).attr("href");
//perform animated scrolling
$('html,body').animate(
{
//get top-position of target-element and set it as scroll target
scrollTop: $(target).offset().top
//scrolldelay: 2 seconds
},1300,function()
{
//attach the hash (#jumptarget) to the pageurl
location.hash = target;
});
}
$(document).ready(function()
{
$('a[href^=#]').bind("click", jump);
$('a[id*="project"]').click(toggle);
function toggle() {
prefix = this.id.split('_')[0];
switchMenu(prefix + '_projects');
switchMenu(prefix + '_project_up');
switchMenu(prefix + '_project_down')
}
});
</script>
<!-- Display Switcher -->
<script type = "text/javascript">
function switchMenu(obj)
{
var el = document.getElementById(obj);
el.style.display = el.style.display.length ? '' : 'none';
}
</script>
</head>
<body>
<!-- Container for the header; spans entire width of page -->
<div class = "header_container" id = "top">
<!-- Container for main nav and banner; spans 1024px and centers on page -->
<div class = "header">
<!-- Banner -->
<div class = "banner_container">
<a href = "index.html" class = "banner"></a>
</div>
<!-- Main nav -->
<div class = "main_nav_container">
<ul class = "main_nav">
<li class = "main_nav">
<a class = "main_nav" href = "index.html">
about
</a>
</li>
<li class = "main_nav">
<a class = "main_nav" href = "index.html#projects">
projects
</a>
</li>
<li class = "main_nav">
<a class = "main_nav" href = "index.html#contact">
contact
</a>
</li>
<li class = "main_nav">
<a class = "main_nav" href="donate.html">
support us
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Contains the meat of the page -->
<div class = "container">
<!-- Meat of the page -->
<div class = "meat">
<!-- Container for meat header, image, and tagline -->
<div class = "meat_header_container">
<!-- The title -->
<div id = "header" class = "meat_header">
<h3 style = "color:#efefef">Northeastern University CCIS</h3>
<h1 style = "color:#efefef;font-family: 'Questrial';">Help Support Crew</h1>
</div>
<!-- Image Slide Show -->
<div id = "bgcarousel_shell">
<img src = "assets/images/rainbow_crew.jpeg"/>
</div>
<!-- The tagline -->
<div id = "tagline" class = "meat_header">
<h3 class = "tagline">
Crew does not currently receive university funds: current sources of income are the sodas in the fridge and
donations
</h3>
</div>
<!--- / container -->
</div>
<!-- Column A -->
<div class = "column_a">
<!-- About -->
<div id = "dogecoin">
<!-- Container for title and top button -->
<div class = "section_title_container">
<!-- Title -->
<div class = "section_title" style = "width:200px;float:left;">
<h1 class = "section_title" style = "color:#e6f55b"> >> dogecoin</h1>
</div>
<!-- Top button -->
<div class = "section_title" style = "float:right">
<a class = "top_button" href = "#top">^</a>
</div>
</div>
<!-- Body -->
<div class = "section_body">
<h2>
DL1M92CN4LyWvUP4SHhrFPsQ1fYeGR4MBN
</h2>
<p>
We work on stuff that ranges from web development to infrastructure to cloud computing, so if you're
interested in any or all of the above definitely consider getting involved. Check out the projects
section on this page to see what we've worked on and what we're building now.
</p>
</div>
</div>
<!-- Projects -->
<div id = "projects">
<!-- Container for title and top button -->
<div class = "section_title_container">
<!-- Title -->
<div class = "section_title" style = "width:180px;float:left;">
<h1 class = "section_title" style = "color:#9ee254"> >> projects</h1>
</div>
<!-- Top button -->
<div class = "section_title" style = "float:right">
<a class = "top_button" href = "#top">^</a>
</div>
</div>
<!-- Body -->
<div class = "section_body">
<h2>
Check out what we're doing.
</h2>
<p>
All of our projects are currently hosted on the official
<a class = "t1" href = "https://github.com/crew">CREW Github account</a>.
We also have constructed a list of current and completed projects seen below.
<br>
</p>
<!-- Container for completed projects -->
<div class = "project_container">
<!-- Project Header -->
<div class = "project_header">
<!-- Title -->
<h2 style = "float:left">Completed Projects</h2>
<!-- Down state arrow key -->
<a id = "completed_project_down" class = "t2" style = "display:none;">▲</a>
</div>
<!-- List of completed projects -->
<div id = "completed_projects">
<div>
<a href = "http://pitcam.ccs.neu.edu" class = "t2" >
Pitcam
</a>
<p>
If you ever wanted to enter the pit but weren't sure if anyone was there to let you in, this
project is your solution! The pitcam, located at
<a href="http://pitcam.ccs.neu.edu">http://pitcam.ccs.neu.edu</a>
allows you to see if anyone is in the pit.
</p>
</div>
<br>
<br>
<div>
<a href = "https://github.com/crew/crewtinuous-deployment" class = "t2" >
Crewtinuous Deployment
</a>
<p>
This projected is a deployment system for crew. It hooks into Github's WebHook Service Hooks.
Configure a webserver to host this repo then point the Service Hook at that URL.
</p>
</div>
<br>
<br>
<div>
<a href="#" class="t2">OpenVZ Migration</a>
<p>
A lot of older Crew services (such as IRC and DDS) were running on older hardware utilizing OpenVZ. We have moved these services to virtual machines running on VMWare.
</p>
</div>
<br>
<!-- / list of completed projects -->
</div>
<!-- / completed projects container -->
</div>
<!-- Container for current projects; used to make the bottom border move from below the project_header to the bottom of the project body. -->
<div class = "project_container">
<!-- Project Header -->
<div class = "project_header">
<!-- Title -->
<h2 style = "float:left">Current Projects</h2>
<!-- Down state arrow key -->
<a id = "current_project_down" class = "t2" style = "display:none;">▲</a>
</div>
<!-- List of current projects -->
<div id = "current_projects">
<br>
<div>
<a href = "#" class = "t2" >
Digital Display System
</a>
<p>
This is currently Crew's primary project: outfitting the CCIS building with useful digital displays.
</p>
</div>
<br>
<!-- / list of current projects -->
</div>
<!-- / current projects container -->
</div>
<!-- / section body -->
</div>
<!-- / projects -->
</div>
<!-- Contact -->
<div id = "contact">
<!-- Container for title and top button -->
<div class = "section_title_container">
<!-- Title -->
<div class = "section_title" style = "width:170px;float:left;">
<h1 class = "section_title" style = "color:#3faa7f"> >> contact</h1>
</div>
<!-- Top button -->
<div class = "section_title" style = "float:right">
<a class = "top_button" href = "#top">^</a>
</div>
</div>
<!-- Body -->
<div class = "section_body">
<h2>
Got any questions?
</h2>
<p>
The best way to contact us is to join our
<a class = "t1" href = "https://www.facebook.com/groups/crew.ccis/">
Facebook group</a>.
<br>
You can also try stopping by our main headquarters, located at <b>312 West Village H</b>, aka "The Pit".
</p>
</div>
<!-- / contact -->
</div>
<!-- / column a -->
</div>
<!-- Column B -->
<div class = "column_b" style = "padding-top:8px">
<!-- Title -->
<div class = "section_title" style = "width:160px;">
<h1 class = "section_title" style = "font-size:1.5em;color:#fab05d"> >> other stuff</h1>
</div>
<!-- Body -->
<div class = "section_body">
<!-- Find us here -->
<div>
<h3>
Find us here.
</h3>
<!-- Buttons -->
<ul class = "main_nav">
<li class = "main_nav" style = "width:40px">
<a href = "https://www.facebook.com/groups/crew.ccis/">
<img class="social" src = "assets/icons/facebook.png" style = "box-shadow:none"></img>
</a>
</li>
<li class = "main_nav" style = "width:40px">
<a href = "https://github.com/crew">
<img class="social" src = "assets/icons/github.png" style = "box-shadow:none"></img>
</a>
</li>
<li class = "main_nav" style = "width:40px">
<a href = "https://wiki.ccs.neu.edu/display/Crew/Home">
<img class="social" src = "assets/icons/wiki.png" style = "box-shadow:none"></img>
</a>
</li>
</ul>
</div>
<!-- No experience -->
<div>
<h3>
No experience?
</h3>
<p class = "small">
The best way to learn is to do! Come to a meeting and join a project that interests you.
</p>
</div>
<!-- Helpful links -->
<div>
<h3>Helpful links.</h3>
<p>
<a class = "t1" href = "http://howto.ccs.neu.edu/">CCIS FAQ</a>
<br>
<a class = "t1" href = "http://crew.ccs.neu.edu/assets/handbook.pdf">Handbook</a>
<br>
</p>
</div>
</div>
<!-- / column b -->
</div>
<!-- / meat -->
</div>
<!-- Footer Container -->
<div class = "footer_container">
<!-- Footer -->
<div class = "footer">
<div style = "float:left">
<!-- Northeastern Logo -->
<a href = "http://www.ccs.neu.edu" id = "northeastern_logo"></a>
<p class = "footer">
CREW Ⓒ 2013. All Rights Reserved.
</p>
</div>
<!-- Buttons -->
<div id = "footer_buttons">
<ul class = "main_nav">
<li class = "main_nav" style = "width:40px">
<a href = "https://www.facebook.com/groups/crew.ccis/">
<img class="social" src = "assets/icons/facebook.png" style = "box-shadow:none"></img>
</a>
</li>
<li class = "main_nav" style = "width:40px">
<a href = "https://github.com/crew">
<img class="social" src = "assets/icons/github.png" style = "box-shadow:none"></img>
</a>
</li>
<li class = "main_nav" style = "width:40px">
<a href = "https://wiki.ccs.neu.edu/display/Crew/Home">
<img class="social" src = "assets/icons/wiki.png" style = "box-shadow:none"></img>
</a>
</li>
</ul>
</div>
<!-- / footer -->
</div>
<!-- / footer container -->
</div>
<!-- / container -->
</div>
</body>
</html>