-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (84 loc) · 4.15 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
<!DOCTYPE html>
<html>
<head>
<title>CTF(x)</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/jquery.fullpage.min.css" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.fullpage.min.js"></script>
<script type="text/javascript" src="js/bounce.min.js"></script>
<script src="js/typed.min.js"></script>
</head>
<body>
<div id="particles-js"></div>
<div id="fullpage">
<div class="section">
<h1>CTF(x)</h1>
<h2>Ran August 26-28, 2016</h2>
<br/>
<br/>
<div style="text-align: center;">
<a class="button" href="https://github.com/ctf-x/ctfx-problems">View Problems</a>
</div>
<br/>
<br/>
</div>
<div class="section" style="background-color: #2E1CAF">
<h2>What is a CTF?</h2>
<br/>
<div class="typed-strings">
<p>Capture The Flag, or CTF, is a name given to a certain class of tech and data security competitions. While different CTFs sometimes take different forms, CTF(x) is a traditional <a class="yellow" href="https://ctftime.org/ctf-wtf/" target="_blank">Jeopardy style CTF</a>.</p>
</div>
<div style="text-align: center">
<div class="dynamic-div">
<h3><span class="typed"></span></h3>
</div>
</div>
</div>
<div class="section" style="background-color: #D74CB4">
<h2>When is CTF(x)?</h2>
<br/>
<div class="typed-strings">
<p>CTF(x) took place from Friday, August 26, 2016 6PM EDT to Sunday, August 28, 2016 6PM EDT</p>
</div>
<div style="text-align: center">
<div class="dynamic-div">
<h3>
<span class="typed"></span>
</h3>
</div>
</div>
</div>
<div class="section" id="problem-types" style="background-color: #6A5BD0">
<h2>Problem Types</h2>
<br/>
<h3><i class="fa fa-fw fa-cogs"></i> Binary</h3>
<p>Exploit, pwn, and reverse engineer programs</p>
<h3><i class="fa fa-fw fa-search"></i> Forensics</h3>
<p>Analyze files and recover hidden data</p>
<h3><i class="fa fa-fw fa-code"></i> Algorithms</h3>
<p>Design programs and write code to solve various challenges</p>
<h3><i class="fa fa-fw fa-link"></i> Web</h3>
<p>Find and exploit vulnerabilities in websites</p>
<h3><i class="fa fa-fw fa-unlock-alt"></i> Crypto</h3>
<p>Decode messages, crack cryptosystems, and solve ciphers and puzzles</p>
</div>
<div class="section" id="problem-types" style="background-color: #37c149">
<h2>Who are we?</h2>
<br/>
<div id="team-container">
<div class="team-member" url="http://www.ankursundara.com/"><img class="profile-img img-circle" src="https://avatars3.githubusercontent.com/u/1356005"><h3>Ankur Sundara</h3></div>
<div class="team-member" url="https://github.com/omegablitz"><img class="profile-img img-circle" src="https://avatars2.githubusercontent.com/u/7580561"><h3>Aashish Welling</h3></div>
<div class="team-member" url="https://github.com/hsheth2"><img class="profile-img img-circle" src="https://avatars2.githubusercontent.com/u/12566801"><h3>Harshal Sheth</h3></div>
<div class="team-member" url="https://github.com/defund"><img class="profile-img img-circle" src="https://avatars2.githubusercontent.com/u/14859625"><h3>William Wang</h3></div>
<div class="team-member" url="https://github.com/bert88sta"><img class="profile-img img-circle" src="https://avatars2.githubusercontent.com/u/8421641"><h3>Bret Barkley</h3></div>
</div>
</div>
</div>
<script src="js/particles.min.js"></script>
<script src="index.js"></script>
</body>
</html>