-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
179 lines (171 loc) · 10.7 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
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
<!DOCTYPE html>
<html>
<head>
<title>
Home - EasyCTF 2017, High School CTF Competition</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="application-name" content="EasyCTF 2017"/>
<meta name="msapplication-tooltip" content="EasyCTF 2017"/>
<meta name="description" content="EasyCTF is a national, online, student-run high school hacking competition that opens the door to computer science and cybersecurity for students all over the world."/>
<meta name="og:title" content="Home - EasyCTF 2017, High School CTF Competition"/>
<meta name="og:site_name" content="EasyCTF 2017"/>
<meta name="og:description" content="EasyCTF is a national, online, student-run high school hacking competition that opens the door to computer science and cybersecurity for students all over the world."/>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/>
<link rel="icon" href="assets/images/logo.png"/>
<meta name="keywords" content="ctf, high school, education, hacking, security, programming, computer science"/>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Forum" rel="stylesheet" type="text/css">
<link href="assets/css/main.css" rel="stylesheet" type="text/css">
<script src="https://code.jquery.com/jquery-2.1.4.min.js" integrity="sha384-R4/ztc4ZlRqWjqIuvf6RX5yb/v90qNGx6fS48N0tRxiGkqveZETq72KgDVJCp2TC" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-3-typeahead/4.0.2/bootstrap3-typeahead.min.js" integrity="sha256-LOnFraxKlOhESwdU/dX+K0GArwymUDups0czPWLEg4E=" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.15.1/moment.min.js" integrity="sha256-4PIvl58L9q7iwjT654TQJM+C/acEyoG738iL8B8nhXg=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/smooth-scroll/7.1.1/js/smooth-scroll.min.js" integrity="sha384-bznoxhRX5dRiE60JhQSru8t7g2RPG9lwqvyut8sjFFWmsAlp+R38e7DiATv1YyIu" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/livestamp/1.1.2/livestamp.min.js" integrity="sha256-8r65KJgULBDiZhwDydfWrEkx3yyV/grGsGzaekobngI=" crossorigin="anonymous"></script>
</head>
<body>
<nav role="navigation" class="navbar navbar-inverse" id="navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-content" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">EasyCTF 2017</a>
</div>
<div id="navbar-content" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><i class="fa fa-fw fa-info-circle"></i> About<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="about.1"><i class="fa fa-fw fa-info-circle"></i> About</a></li>
<li><a href="about/sponsors"><i class="fa fa-fw fa-rocket"></i> Sponsors</a></li>
<li><a href="about/prizes"><i class="fa fa-fw fa-trophy"></i> Prizes</a></li>
<li><a href="about/rules"><i class="fa fa-fw fa-gavel"></i> Rules</a></li>
</ul>
</li>
<li><a href="https://writeups.easyctf.com"><i class="fa fa-fw fa-pencil"></i> Writeups</a></li>
<li><a href="scoreboard"><i class="fa fa-fw fa-bars"></i> Scoreboard</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div>
</div>
</nav>
<div style="min-height: 80vh;">
<div class="page-header page-header-top gradient" id="masthead">
<center style="margin-top:120px; margin-bottom:60px;">
<div id="title">
<h1>EasyCTF <div class="hidden-xs" style="display: inline;">2017</div></h1>
<h2>High School Hacking Competition</h2>
<a href="https://www.timeanddate.com/countdown/generic?iso=20170313T20&p0=179&msg=EasyCTF+2017&font=slab&csz=1" target="_blank" rel="noopener"><i class="fa fa-calendar"></i> March 13 to March 20, 2017</a>
</div>
</center>
<center>
<p>
<a href="about.1" class="btn btn-lg btn-primary">Learn More</a>
<a href="users/register" class="btn btn-lg btn-success">Register »</a>
</p>
</center>
</div>
<div class="section" style="background-color: #f8f8f8;">
<div class="container">
<div class="page-header" style="text-align: center;">
<h1>Ever wanted to be a hacker?</h1>
<h3 style="color: #999;">EasyCTF is one of the largest student-run high school cybersecurity events.</h3>
</div>
<div class="row">
<div class="col-md-3 col-xs-6" style="text-align: center;">
<h3><i class="fa fa-fw fa-2x fa-desktop"></i></h3>
<h3>Play</h3>
<p>Whether you're a seasoned CTFer, or you've never written a line of code, you'll be able to get involved with EasyCTF!</p>
</div>
<div class="col-md-3 col-xs-6" style="text-align: center;">
<h3><i class="fa fa-fw fa-2x fa-graduation-cap"></i></h3>
<h3>Learn</h3>
<p>Our new and improved classrooms feature makes it easier for teachers to integrate EasyCTF into classroom instruction!</p>
</div>
<div class="col-md-3 col-xs-6" style="text-align: center;">
<h3><i class="fa fa-fw fa-2x fa-bar-chart"></i></h3>
<h3>Compete</h3>
<p>Solve challenges faster than other teams to earn your spot on the leaderboard, whether you're eligible or not.</p>
</div>
<div class="col-md-3 col-xs-6" style="text-align: center;">
<h3><i class="fa fa-fw fa-2x fa-trophy"></i></h3>
<h3>Win</h3>
<p>Teams that consist of high school students from US schools are eligible to win prizes! Click <a href="about/rules">here</a> to learn more.</p>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="page-header">
<h1>What is EasyCTF?</h1>
</div>
<div class="col-sm-6">
<h3>Intense Cybersecurity Contest</h3>
<p>No, we're not running around in a gym, tagging other players. Capture the flag contests, or CTFs for short, are intense cybersecurity contests where participants try to capture pieces of information, called flags.</p>
</div>
<div class="col-sm-6">
<h3>Fun, Competitive Style</h3>
<p>The race to the top is on! Submit flags and watch your team go up on the <span title="not necessarily in real time">leaderboard</span>. You'll get a full week to solve as many challenges as possible.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<footer class="site-footer site-footer--sticky">
<div class="container">
<div class="row">
<div class="col-sm-4">
<h5 class="footer-heading">EasyCTF 2017</h5>
<p>EasyCTF is a national, online, student-run high school hacking competition that opens the door to computer science and cybersecurity for students all over the world.</p>
<ul class="list-inline">
</ul>
</div>
<div class="col-sm-8">
<div class="row">
<div class="col-xs-4">
<h5 class="footer-heading">Useful Links</h5>
<ul>
<li><a href="about.1">About</a></li>
<li><a href="about/sponsors">Sponsors</a></li>
<li><a href="about/prizes">Prizes</a></li>
<li><a href="about/rules">Rules</a></li>
</ul>
</div>
<div class="col-xs-8">
<h5 class="footer-heading">Get in touch with us</h5>
<p id="links">
<a href="mailto:[email protected]" target="_blank" rel="noopener"><i class="fa fa-fw fa-2x fa-envelope"></i></a>
<a href="https://facebook.com/easyctf" target="_blank" rel="noopener"><i class="fa fa-fw fa-2x fa-facebook-square"></i></a>
<a href="https://twitter.com/easyctf" target="_blank" rel="noopener"><i class="fa fa-fw fa-2x fa-twitter"></i></a>
<a href="https://github.com/easyctf" target="_blank" rel="noopener"><i class="fa fa-fw fa-2x fa-github"></i></a>
<a href="https://slack.easyctf.com" target="_blank" rel="noopener"><i class="fa fa-fw fa-2x fa-slack"></i></a>
</p>
</div>
</div>
</div>
</div>
<div class="row footer-copyright">
<p>Copyright © EasyCTF 2017. Powered by <a href="https://github.com/easyctf/openctf" target="_blank">OpenCTF</a>.</p>
</div>
</footer>
</div>
<script>
(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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-32258920-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>