-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
434 lines (404 loc) · 17.3 KB
/
index.html
File metadata and controls
434 lines (404 loc) · 17.3 KB
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
<!DOCTYPE html>
<html>
<head>
<title>CAMS CSC</title>
<link rel="apple-touch-icon" sizes="57x57" href="index/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="index/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="index/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="index/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="index/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="index/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="index/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="index/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="index/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="index/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="index/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="index/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="index/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="index/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="index/manifest.json">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="msapplication-TileImage" content="index/mstile-144x144.png">
<meta name="theme-color" content="#191919">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<meta name="theme-color" content="#1B5E20">
<link type="text/css" rel="stylesheet" href="index/css/materialize.css" media="screen,projection" />
<link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
</head>
<body>
<header>
<nav>
<div class="container">
<!--<a id="logo-container" href="/" class="brand-logo"><img src="/static/mstile-144x144.png" /></a>-->
<div class="nav-wrapper">
<ul class="right hide-on-med-and-down">
<li><a href="#home">Home</a>
</li>
<li><a href="#about">About</a>
</li>
<li><a href="#ctf">CTF</a>
</li>
<li><a href="#learn">Learn</a>
</li>
<li><a href="#join">Join</a>
</li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a class="waves-effect waves-teal" href="#home">Home</a>
</li>
<li><a class="waves-effect waves-teal" href="#about">About</a>
</li>
<li><a class="waves-effect waves-teal" href="#ctf">CTF</a>
</li>
<li><a class="waves-effect waves-teal" href="#learn">Learn</a>
</li>
<li><a class="waves-effect waves-teal" href="#join">Join</a>
</li>
</ul>
<a class="button-collapse" href="#" data-activates="nav-mobile"><i class="mdi-navigation-menu"></i></a>
</div>
</div>
</nav>
</header>
<main>
<div id="home" class="section scrollspy">
<div class="container">
<h3 class="header center" style="color: #0e0">{ CAMS CSC }</h3>
<br>
<div class="row">
<h5 class="center" style="color: #0e0"><span class="typed"></span></h5>
<h5 class="array center" style="color: #39F"> </h5>
</div>
<br>
<div class="slider">
<ul class="slides">
<li><img src="index/gallery/1.png">
</li>
<li><img src="index/gallery/2.png">
</li>
<li><img src="index/gallery/3.png">
</li>
<li><img src="index/gallery/4.png">
</li>
<li><img src="index/gallery/5.png">
</li>
<li><img src="index/gallery/6.png">
</li>
<li><img src="index/gallery/7.png">
</li>
<li><img src="index/gallery/8.png">
</li>
<li><img src="index/gallery/9.png">
</li>
<li><img src="index/gallery/10.png">
</li>
<li><img src="index/gallery/11.png">
</li>
<li><img src="index/gallery/12.png">
</li>
<li><img src="index/gallery/13.png">
</li>
<li><img src="index/gallery/14.png">
</li>
<li><img src="index/gallery/15.png">
</li>
<li><img src="index/gallery/16.png">
</li>
<li><img src="index/gallery/17.png">
</li>
<li><img src="index/gallery/18.png">
</li>
<li><img src="index/gallery/19.png">
</li>
<li><img src="index/gallery/20.png">
</li>
<li><img src="index/gallery/21.png">
</li>
<li><img src="index/gallery/22.png">
</li>
<li><img src="index/gallery/23.png">
</li>
<li><img src="index/gallery/24.png">
</li>
<li><img src="index/gallery/25.png">
</li>
</ul>
</div>
</div>
<br>
<br>
</div>
<div id="about" class="section scrollspy grey lighten-2">
<div class="container">
<h3 class="center">{ About }</h3>
<br>
<h5>What is CAMS CSC</h5>
<p>CAMS CSC stands for CAMS Computer Science and Cyber Security Club. We are committed to inspiring and teaching students about computers, hacking, forensics, software, hardware, and most importantly, how to have fun with the knowledge and skills that you develop.</p>
<br>
<h5>Our Philosophy</h5>
<p>At CAMS CSC, we believe that learning about computers should not be a mundane task. While this club will eventually convert most of the social time currently available to you into social time with your computer, the knowledge you will gain far supersedes the satisfaction of communicating with humans. We will have frequent and rewarding challenges that follow lessons. In addition, we will not force you to show up to every meeting. However, showing up does benefit you because it will give you an opportunity to interact with other humans who have similar interests.</p>
</div>
<br>
</div>
<div id="ctf" class="section scrollspy">
<div class="container">
<h3 class="center">{ CTF }</h3>
<br>
<h5>Capture the Flag</h5>
<p>We make learning fun by uncovering the scientific, competitive, legislative, and mischievous nature of students. Command your team of up to 3 members as you fervently battle your way into the top of the scoreboard in the an all year long CTF game. The top teams will get glory, fame, and prizes too! However, this isn't the usual game of capture the flag where you run around trying to steal other teams' flags. This is the CTF of the digital world. Teams will be given intimidating challenges to solve. Every challenge contains a special string of text which is the "flag." Upon discovering a flag, your team can submit it for points. Along the way, you will solve cryptographic puzzles, attack flaws on the CTF server, reverse engineer binaries, write simple algorithms, and maybe even learn a thing or two.</p>
<div class="center btcon_1 hide-on-med-and-up">
<a href="http://ctf.camscsc.org" target="_blank"><i class="mdi-av-web"></i></a>
</div>
<div class="center btcon_1 hide-on-small-and-down">
<a href="http://ctf.camscsc.org" target="_blank">http://ctf.camscsc.org</a>
</div>
</div>
</div>
<div id="learn" class="section scrollspy">
<div class="container">
<h3 class="center">{ Learn }</h3>
<br>
<h5>We Educate</h5>
<p>If learning is much more than regurgitation, then teaching is much more than telling. Teaching is explaining, demonstrating, and ultimately inspiring. We do not expect anyone to magically understand concepts regarding computers simply from experimentation. Sometimes, it is necessary to understand conceptual and abstract things before one can proceed to apply them in a more advanced way. When we first began as a club, we taught with PowerPoint presentations. However, such methods of teaching turned out to be ineffective because everyone learned at his/her own pace and PowerPoints lose their value without a presenter. CSC has evolved to use a truly integrated online lesson system. We have combined an interactive and mobile capable web interface with comprehensive lessons that are easy enough for everyone to understand. Some lessons even have a sprinkle of humor. Check it out for yourself!</p>
<div class="center btcon_2 hide-on-med-and-up">
<a href="http://bobbyluig.gitbooks.io/csc-learn/" target="_blank"><i class="mdi-av-web"></i></a>
</div>
<div class="center btcon_2 hide-on-small-and-down">
<a href="http://bobbyluig.gitbooks.io/csc-learn/" target="_blank">http://bobbyluig.gitbooks.io/csc-learn/</a>
</div>
</div>
</div>
<div id="join" class="section scrollspy">
<div class="container">
<h3 class="center">{ Join }</h3>
<br>
<h5>Our Location</h5>
<p>Latitude: 33.8614052172° | Longitude: -118.2551897198°</p>
<p>In other words, we meet in Ms. Barnett's computer programming room, room 6014.</p>
<br>
<h5>Meeting Times</h5>
<p>Start: 0 16 * * 4 | End: 0 17 * * 4</p>
<p>In other words, we meet once every week on Thursdays from 4:00 pm - 5:00 pm.</p>
<br>
<h5>Optional Paraphernalia</h5>
<ol>
<li>A laptop</li>
<li>Your brain</li>
</ol>
<br>
<h5>Procedure for Joining</h5>
<ol>
<li>Show up at any meeting!</li>
</ol>
</div>
</div>
</main>
<footer class="page-footer">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">CAMS CSC</h5>
<p class="grey-text text-lighten-4">We are a computer science and cyber security club at the California Academy of Mathematics and Science. Also, we are str("1/sin(θ)")[0:-3].</p>
</div>
<div class="col l3 s12">
<h5 class="white-text">Sections</h5>
<ul>
<li><a class="white-text" href="#home">Home</a>
</li>
<li><a class="white-text" href="#ctf">CTF</a>
</li>
<li><a class="white-text" href="#learn">Learn</a>
</li>
<li><a class="white-text" href="#join">Join</a>
</li>
</ul>
</div>
<div class="col l3 s12">
<h5 class="white-text">Connect</h5>
<ul>
<li><a class="white-text" href="https://github.com/CAMSCSC">Github</a>
</li>
<li><a class="white-text" href="https://www.facebook.com/groups/1418538045055499/">Facebook</a>
</li>
<li><a class="white-text" href="mailto:camscsc@gmail.com">Email</a>
</li>
<li><a class="white-text" href="https://www.youtube.com/channel/UCBoN66yEu3Bm4UYvlvT3KMQ">YouTube</a>
</li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
© CSC 2015 | Made with <a class="grey-text text-lighten-2" href="http://materializecss.com/">MaterializeCSS</a>
<a class="grey-text text-lighten-2 right" href="https://github.com/CAMSCSC/Home_Material/blob/master/LICENSE">MIT License</a>
</div>
</div>
</footer>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<script type="text/javascript" src="index/js/materialize.min.js"></script>
<script>
! function(t) {
"use strict";
var s = function(s, e) {
this.el = t(s), this.options = t.extend({}, t.fn.typed.defaults, e), this.text = this.el.text(), this.typeSpeed = this.options.typeSpeed, this.startDelay = this.options.startDelay, this.backSpeed = this.options.backSpeed, this.backDelay = this.options.backDelay, this.strings = this.options.strings, this.strPos = 0, this.arrayPos = 0, this.stopNum = 0, this.loop = this.options.loop, this.loopCount = this.options.loopCount, this.curLoop = 0, this.stop = !1, this.build()
};
s.prototype = {
constructor: s,
init: function() {
var t = this;
t.timeout = setTimeout(function() {
t.typewrite(t.strings[t.arrayPos], t.strPos)
}, t.startDelay)
},
build: function() {
this.cursor = t('<span class="typed-cursor">|</span>'), this.el.after(this.cursor), this.init()
},
typewrite: function(t, s) {
if (this.stop !== !0) {
var e = Math.round(70 * Math.random()) + this.typeSpeed,
o = this;
o.timeout = setTimeout(function() {
var e = 0,
i = t.substr(s);
if ("^" === i.charAt(0)) {
var r = 1;
i.match(/^\^\d+/) && (i = i.replace(/^\^(\d+).*/, "$1"), r += i.length, e = parseInt(i)), t = t.substring(0, s) + t.substring(s + r)
}
o.timeout = setTimeout(function() {
if (s === t.length) {
if (o.options.onStringTyped(o.arrayPos), o.arrayPos === o.strings.length - 1 && (o.options.callback(), o.curLoop++, o.loop === !1 || o.curLoop === o.loopCount)) return;
o.timeout = setTimeout(function() {
o.backspace(t, s)
}, o.backDelay)
} else 0 === s && o.options.preStringTyped(o.arrayPos), o.el.text(o.text + t.substr(0, s + 1)), s++, o.typewrite(t, s)
}, e)
}, e)
}
},
backspace: function(t, s) {
if (this.stop !== !0) {
var e = Math.round(70 * Math.random()) + this.backSpeed,
o = this;
o.timeout = setTimeout(function() {
o.el.text(o.text + t.substr(0, s)), s > o.stopNum ? (s--, o.backspace(t, s)) : s <= o.stopNum && (o.arrayPos++, o.arrayPos === o.strings.length ? (o.arrayPos = 0, o.init()) : o.typewrite(o.strings[o.arrayPos], s))
}, e)
}
},
reset: function() {
var t = this;
clearInterval(t.timeout);
var s = this.el.attr("id");
this.el.after('<span id="' + s + '"/>'), this.el.remove(), this.cursor.remove(), t.options.resetCallback()
}
}, t.fn.typed = function(e) {
return this.each(function() {
var o = t(this),
i = o.data("typed"),
r = "object" == typeof e && e;
i || o.data("typed", i = new s(this, r)), "string" == typeof e && i[e]()
})
}, t.fn.typed.defaults = {
strings: ["These are the default values...", "You know what you should do?", "Use your own!", "Have a great day!"],
typeSpeed: 0,
startDelay: 0,
backSpeed: 0,
backDelay: 500,
loop: !1,
loopCount: !1,
callback: function() {},
preStringTyped: function() {},
onStringTyped: function() {},
resetCallback: function() {}
}
}(window.jQuery);
function TickerScrambler(a, b) {
function c() {
o = setTimeout(d, k)
}
function d() {
q ? (p = a.textContent.length - 1, o = setInterval(g, j), q = !1) : (p = 0, o = setInterval(f, j), q = !0)
}
function e() {
return l ? Math.floor(m.length * Math.random()) : i < m.length - 1 ? i + 1 : 0
}
function f() {
var b, c;
if (p < m[i].length) {
var f = m[i].substr(p, 1);
b = a.textContent.length - p - 1, c = h(b), a.textContent = a.textContent.substr(0, p) + f + c, p++
} else p < a.textContent.length && (b = a.textContent.length - m[i].length - 1, c = h(b), a.textContent = a.textContent.substr(0, m[i].length) + c, a.textContent.length == m[i].length && p++);
p >= m[i].length && p >= a.textContent.length && (p = 0, i = e(), clearInterval(o), setTimeout(d, k))
}
function g() {
var b = a.textContent.length - p,
c = h(b);
a.textContent = a.textContent.substr(0, p) + c, p--, 0 === p && (clearInterval(o), d())
}
function h(a) {
for (var b = "", c = 0; a > c; c++) b += n.charAt(Math.floor(Math.random() * n.length));
return b
}
if (a && 1 == a.nodeType && b && b.list && b.list.length) {
var i = b.index || 0,
j = b.speed || 33,
k = b.pause || 1e3,
l = b.random || !1,
m = b.list || [],
n = b.charset || "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*()_+-=`~<>?,./;:[]\{}|",
o = null,
p = null,
q = !0;
c()
}
}
window.jQuery && ! function() {
$.fn.TickerScrambler = function(a) {
return this.each(function() {
$(this).data("TickerScrambler", new TickerScrambler($(this)[0], a))
})
}
}(window.jQuery);
function scramble() {
$('.array').TickerScrambler({
list: ['Graphics Processors', 'Central Processing Units', 'Web Exploitation', 'Image Forensics', 'Binary Exploitation', 'Cryptography', 'Steganography', 'Audio Processing', 'Image Editing', '3D - Modeling', 'Game Design', 'Return Oriented Programming', 'Overflow Attacks', 'Security', 'Network Data', 'Virtual Machines', 'Python', 'JavaScript', 'C Languages', 'Assembly Code', 'Reverse Engineering', 'Android Phones', 'File Carving', 'SSL Encryption', 'Memory Analysis', 'Filesystems', 'Malware Analysis', 'Windows', 'Linux', 'Web Programming', 'PHP', 'SQL', 'HTML 5', 'CSS', 'Encryption', 'Decryption', 'Alternate Data Streams', 'Hashing', 'Data Recovery', 'IPv6', 'File Signatures', 'Hacking', 'Exploiting', 'Coding', 'Computer Science'],
pause: 1500,
random: true,
speed: 30
});
}
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-48668461-1', 'auto');
ga('send', 'pageview');
$(document).ready(function() {
var isTouchDevice = 'ontouchstart' in document.documentElement;
$('.slider').slider({
full_width: true,
height: 600,
interval: 4000,
indicators: !isTouchDevice
});
$('.scrollspy').scrollSpy();
$('.button-collapse').sideNav();
$('.typed').typed({
strings: ["Exploring the concepts of: "],
typeSpeed: 100,
callback: function() {
scramble()
}
});
});
</script>
</body>
</html>