Externalized css

This commit is contained in:
CommanderStrax 2015-12-24 10:33:18 -06:00
parent aa997b6691
commit ecacaf17f5
7 changed files with 146 additions and 95 deletions

View file

@ -8,8 +8,8 @@
<link type="text/css" rel="stylesheet" href="css/semantic.min.css">
</head>
<body style="background-color: #EEEEEE;">
<div class="ui inverted menu" style="margin: -0.1em; background-color: #FA6900;">
<body id="aa">
<div class="ui inverted menu" id="bb">
<a class="item" href="./">Home</a>
<a class="item" href="./about.html">About</a>
<a class="item" href="./register.html">Register</a>
@ -18,26 +18,26 @@
<a class="item" href="./account.html">Account</a>
</div>
</div>
<center style="margin-left: 10em; margin-right: 10em;">
<h1 style="color: #69D2E7; font-size: 75px;">About EasyCTF</h1>
<center id="cc">
<h1 id="dd">About EasyCTF</h1>
<hr>
<br>
<div class="page-header">
<h2 style="font-size: 2.5em;">Capture The Flag?</h2>
<h2 id="ee">Capture The Flag?</h2>
</div>
<p style="font-size:1.2em;">Capture the Flag? Hope you brought your gym clothes! Just kidding. This time we promise no one will end up with a floor burn. Capture the flag contests, or CTFs for short, are intense cybersecurity contests that take place all over the world.
<p id="ff">Capture the Flag? Hope you brought your gym clothes! Just kidding. This time we promise no one will end up with a floor burn. Capture the flag contests, or CTFs for short, are intense cybersecurity contests that take place all over the world.
To hit the top of the scoreboard, participants (and their teammates) must capture a piece of information, known as a flag. All of our problems will, after a little bit of this and that, will provide you with a flag which you can submit for
points. Harder problems are worth more points. With most CTFs, it can be hard to determine whether or not you have the flag. Sometimes it's a long string of numbers or letters and it's hard to distinguish from the sorrounding code. Here at
EasyCTF, our flags -- when you find them -- will look something like this:
<code style="background-color:#FFFEEA;color:#FF4D4D;">flag{this_is_a_flag}</code>. Simply enter in the data between the curly braces (case-insensative) and you'll get your due points. The more flags you find, and the harder flags you find, the easier it will be for you to move up the scoreboard.
<code id="gg">flag{this_is_a_flag}</code>. Simply enter in the data between the curly braces (case-insensative) and you'll get your due points. The more flags you find, and the harder flags you find, the easier it will be for you to move up the scoreboard.
If you are in one of the highest scoring teams at the end of the competition, your team will win bragging rights, and some pretty cool prizes.</p>
<br>
<div class="page-header">
<h2 style="font-size: 2.5em;">So What's EasyCTF?</h2>
<h2 id="ee">So What's EasyCTF?</h2>
</div>
<p style="font-size:1.2em;">EasyCTF is a CTF that's tailored for the high school level. Started by high school students, it was created with a passion for learning. With computer science related fields doubling in size over the next decade, The United States, and the world
<p id="ff">EasyCTF is a CTF that's tailored for the high school level. Started by high school students, it was created with a passion for learning. With computer science related fields doubling in size over the next decade, The United States, and the world
are short on programmers. The world has started to focus in on the youth of the world, from teenagers all the way down to five and six year olds. Being the future of the world, it is imperative a large enough percentage of the population is
trained and educated to handle the constant progession of technology. We, the EasyCTF team, have put in countless hours to provide you with a fun, inviting experiance for you and your friends to gang up and hack away. Our challenges range
cover significant topics in contemporary computer science such cryptography, web, programming, binary and even more. Here at EasyCTF, we hope to provide you with a fun, competetive, educational, and safe enviroment where you, your friends,
@ -45,26 +45,26 @@
<br>
<div class="page-header">
<h2 style="font-size: 2.5em;">Isn't Hacking Illegal?</h2>
<h2 id="ee">Isn't Hacking Illegal?</h2>
</div>
<p style="font-size:1.2em;">Yes and no. Despite the connotation "hacking" has recieved in contemporary culture and media, hacking is more or less split up into two categorizations, <i>Black Hat</i> and <i>White Hat</i>. Black Hat hackers are the ones you hear about on the
news; attacking websites and their accounts to steal information or money. They attack without warning, all for their own benefit. Black Hat hackers go to prison. White Hat hackers, while rarely in the news, are the men and women who, <b><span style="text-decoration:underline;">with permission</span></b>,
<p id="ff">Yes and no. Despite the connotation "hacking" has recieved in contemporary culture and media, hacking is more or less split up into two categorizations, <i>Black Hat</i> and <i>White Hat</i>. Black Hat hackers are the ones you hear about on the
news; attacking websites and their accounts to steal information or money. They attack without warning, all for their own benefit. Black Hat hackers go to prison. White Hat hackers, while rarely in the news, are the men and women who, <b><span id="ii">with permission</span></b>,
attack a website or service in order to find holes in the security and report them to the owners for patching. The types of hacking you will be doing in the competition are created by the EasyCTF team just for you. Take part in EasyCTF to
show off your skills as a white hat hacker.</p>
<br>
<div class="page-header">
<h2 style="font-size:2.5em">How Difficult Is This?</h2>
<h2 id="ee">How Difficult Is This?</h2>
</div>
<p style="font-size:1.2em">Well Goldilocks, our problems aren't too hard, and they're not too hard. Even if you're just a probie in the field, our problem start at the very bottom. Our reconnasince category of questions only requires a search engine and a person behind
<p id="ff">Well Goldilocks, our problems aren't too hard, and they're not too hard. Even if you're just a probie in the field, our problem start at the very bottom. Our reconnasince category of questions only requires a search engine and a person behind
the keyboard. For those of you who have been in the field long enough to see the sights, you can start off with our most introductory problems and work your way up. Finally, for those of you who've been there, done that, humor yourself with
our probie problems, work your way up through the majority of the problems, then prepare yourself to face our hardest problems. Go after the problems no one has solved. I'm sure our bigger problems will keep you working.</p>
<br>
<div class="page-header">
<h2 style="font-size:2.5em">What Resources Can I Use?</h2>
<h2 id="ee">What Resources Can I Use?</h2>
</div>
<p style="font-size:1.2em">Hope you didn't think this was like one of your finals! No phones, no Google, no calculator, no friends. EasyCTF is a hacking competition, we would be worried if you weren't using technology to aid you in your competition. Feel free to search
<p id="ff">Hope you didn't think this was like one of your finals! No phones, no Google, no calculator, no friends. EasyCTF is a hacking competition, we would be worried if you weren't using technology to aid you in your competition. Feel free to search
Google, use your calculator or text your nearest computer scientist friend. We at EasyCTF wish to emulate real-world hacking and technology. The World Wide Web is a vast ocean of more information than any library or mind in the world, feel
free to use it! After all, no one is going to tell a hacker (penetration tester is the euphamism) not to Google "how to append to list in Python 3". In fact we have devoted an entire section of our problems to online reconissance. These problems
require you scour the World Wide Web in search for a vital piece of information or flag using you favorite search engine. You can ask your teacher, but don't let them do it for themselves. Also, cheating such as attempting to hack the EasyCTF
@ -72,11 +72,11 @@
<br>
<div class="page-header">
<h2 style="font-size:2.5em">Are There Rules?</h2>
<h2 id="ee">Are There Rules?</h2>
</div>
<p style="font-size:1.2em">Gilbert K. Chesterton once said "There are no rules of architecture for a castle in the clouds." Here at EasyCTF, we want the competition to be almost rule free to encourage the utmost creativity from our participants and teams. However, we have
<p id="ff">Gilbert K. Chesterton once said "There are no rules of architecture for a castle in the clouds." Here at EasyCTF, we want the competition to be almost rule free to encourage the utmost creativity from our participants and teams. However, we have
a few important rules to make sure everyone has the same opportunities to win. If you're in it to win it, you shouldn't need to break the rules.
<ol style="font-size:1.2em;text-align:left;">
<ol id="hh">
<b>
<li>Don't try to disrupt the competition. We keep our age group from middle school up because we expect all our competitors to act maturely.</li>
<br>
@ -89,7 +89,7 @@
<br>
<br>
<br>
<p style="font-size:1.2em">To prepare for the competition, feel free to check out this super cool <a href="https://trailofbits.github.io/ctf/">CTF Field Guide</a></p>
<p id="ff">To prepare for the competition, feel free to check out this super cool <a href="https://trailofbits.github.io/ctf/">CTF Field Guide</a></p>
<br>
</center>
</body>

View file

@ -8,8 +8,8 @@
<link type="text/css" rel="stylesheet" href="css/semantic.min.css">
</head>
<body style="background-color: #EEEEEE;">
<div class="ui inverted menu" style="margin: -0.1em; background-color: #FA6900;">
<body id="kk">
<div class="ui inverted menu" id="ll">
<a class="item" href="./">Home</a>
<a class="item" href="./about.html">About</a>
<a class="item" href="./register.html">Register</a>
@ -18,30 +18,30 @@
<a class="item" href="./account.html">Account</a>
</div>
</div>
<center style="margin-left: 10em; margin-right: 10em;">
<h1 style="color: #69D2E7; font-size: 75px;">Your Account</h1>
<center id="mm">
<h1 id="nn">Your Account</h1>
<hr>
<br>
<div class="ui two column grid">
<div class="row">
<div class="column">
<h2 style="color: #69D2E7; font-size: 50px;">Join a Team</h2>
<h2 id="oo">Join a Team</h2>
<div class="ui input">
<input type="text" placeholder="Team Name" style="width:25em;">
<input type="text" placeholder="Team Name" id="qq">
</div>
<br>
<br>
<div class="ui input">
<input type="password" placeholder="Team Passphrase" style="width:25em;">
<input type="password" placeholder="Team Passphrase" id="qq">
</div>
<br>
<br>
<button class="ui primary button" style="width:15em">
<button class="ui primary button" id="pp">
Add Team
</button>
</div>
<div class="column">
<h2 style="color: #69D2E7; font-size: 50px;">About You</h2>
<h2 id="oo">About You</h2>
</div>
</div>
</div>

View file

@ -1,21 +1,94 @@
h1 {
font-size: 75px;
font-size: 75px;
}
::-webkit-input-placeholder {
color: #999999;
color: #999999;
}
:-moz-placeholder { /* Firefox 18- */
color: #999999;
:-moz-placeholder {
color: #999999;
}
::-moz-placeholder { /* Firefox 19+ */
color: #999999;
::-moz-placeholder {
color: #999999;
}
:-ms-input-placeholder {
color: #999999;
color: #999999;
}
.intro {
text-align: center;
text-align: center;
}
body#aa {
background-color: #EEEEEE;
}
div#bb {
margin: -0.1em;
background-color: #FA6900;
}
center#cc {
margin-left: 10em;
margin-right: 10em;
}
h1#dd {
color: #69D2E7;
font-size: 75px;
}
h2#ee {
font-size: 2.5em;
}
p#ff {
font-size: 1.2em;
}
code#gg {
background-color: #FFFEEA;
color: #FF4D4D;
}
ol#hh {
font-size: 1.2em;
text-align: left;
}
span#ii {
text-decoration: underline;
}
body#jj {
background-color: #F0F0F0;
}
.ui.menu .item img.logo {
margin-right: 1.5em;
}
.main.container {
margin-top: 7em;
}
.wireframe {
margin-top: 2em;
}
.ui.footer.segment {
margin: 5em 0em 0em;
padding: 5em 0em;
}
body.kk {
background-color: #EEEEEE;
}
div#ll {
margin: -0.1em;
background-color: #FA6900;
}
#mm {
margin-left: 10em;
margin-right: 10em;
}
h1#nn {
color: #69D2E7;
font-size: 75px;
}
h2#oo {
color: #69D2E7;
font-size: 50px;
}
button#pp {
width: 15em
}
#qq {
width: 25em;
}
#rr {
width: 50em;
}

View file

@ -9,31 +9,9 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.7/semantic.min.js" integrity="sha384-raqmvMx1osRCvgOKS+pn3feCjT4fwsgIgSfQLadfxqEKU49Gk8yWzQnGsBCYYjLz" crossorigin="anonymous"></script>
<script src="js/ascript.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.7/semantic.min.css" integrity="sha384-MkMf11Odtq01GxtmoywADPd87cCCjYkAUcFiuOytgpBP16Ei82+ulJraHrxcTl/m" crossorigin="anonymous">
<style>
body {
background-color: #F0F0F0;
}
.ui.menu .item img.logo {
margin-right: 1.5em;
}
.main.container {
margin-top: 7em;
}
.wireframe {
margin-top: 2em;
}
.ui.footer.segment {
margin: 5em 0em 0em;
padding: 5em 0em;
}
</style>
</head>
<body ng-controller="mainController">
<body ng-controller="mainController" id="jj">
<div class="ui inverted menu">
<div class="ui container">
<a href="#/" class="header item">

View file

@ -7,8 +7,8 @@
<link type="text/css" rel="stylesheet" href="css/semantic.min.css">
</head>
<body style="background-color: #EEEEEE;">
<div class="ui inverted menu" style="margin: -0.1em; background-color: #FA6900;">
<body id="aa">
<div class="ui inverted menu" id="ll">
<a class="item" href="./">Home</a>
<a class="item" href="./about.html">About</a>
<a class="item" href="./register.html">Register</a>
@ -18,20 +18,20 @@
</div>
</div>
<center>
<h1 style="color: #69D2E7; font-size: 75px;">Login</h1>
<hr style="margin-left: 10em; margin-right: 10em;">
<h1 id="nn">Login</h1>
<hr id="mm">
<br>
<div class="ui input">
<input type="text" placeholder="Username" style="width:50em;">
<input type="text" placeholder="Username" id="rr">
</div>
<br>
<br>
<div class="ui input">
<input type="password" placeholder="Password" style="width:50em;">
<input type="password" placeholder="Password" id="rr">
</div>
<br>
<br>
<button class="ui primary button" style="width:25em">
<button class="ui primary button" id="qq">
Login
</button>
</center>

View file

@ -1,4 +1,4 @@
<div class="ui inverted menu" style="margin: -0.1em; background-color: #FA6900;">
<div class="ui inverted menu" id="bb">
<a class="item" href="./">Home</a>
<a class="item" href="./about.html">About</a>
<a class="item" href="./register.html">Register</a>
@ -7,26 +7,26 @@
<a class="item" href="./account.html">Account</a>
</div>
</div>
<center style="margin-left: 10em; margin-right: 10em;">
<h1 style="color: #69D2E7; font-size: 75px;">About EasyCTF</h1>
<center id="cc">
<h1 id="dd">About EasyCTF</h1>
<hr>
<br>
<div class="page-header">
<h2 style="font-size: 2.5em;">Capture The Flag?</h2>
<h2 id="ee">Capture The Flag?</h2>
</div>
<p style="font-size:1.2em;">Capture the Flag? Hope you brought your gym clothes! Just kidding. This time we promise no one will end up with a floor burn. Capture the flag contests, or CTFs for short, are intense cybersecurity contests that take place all over the world. To hit
<p id="ff">Capture the Flag? Hope you brought your gym clothes! Just kidding. This time we promise no one will end up with a floor burn. Capture the flag contests, or CTFs for short, are intense cybersecurity contests that take place all over the world. To hit
the top of the scoreboard, participants (and their teammates) must capture a piece of information, known as a flag. All of our problems will, after a little bit of this and that, will provide you with a flag which you can submit for points. Harder problems
are worth more points. With most CTFs, it can be hard to determine whether or not you have the flag. Sometimes it's a long string of numbers or letters and it's hard to distinguish from the sorrounding code. Here at EasyCTF, our flags -- when you find
them -- will look something like this:
<code style="background-color:#FFFEEA;color:#FF4D4D;">flag{this_is_a_flag}</code>. Simply enter in the data between the curly braces (case-insensative) and you'll get your due points. The more flags you find, and the harder flags you find, the easier it will be for you to move up the scoreboard. If you
<code id="gg">flag{this_is_a_flag}</code>. Simply enter in the data between the curly braces (case-insensative) and you'll get your due points. The more flags you find, and the harder flags you find, the easier it will be for you to move up the scoreboard. If you
are in one of the highest scoring teams at the end of the competition, your team will win bragging rights, and some pretty cool prizes.</p>
<br>
<div class="page-header">
<h2 style="font-size: 2.5em;">So What's EasyCTF?</h2>
<h2 id="ee">So What's EasyCTF?</h2>
</div>
<p style="font-size:1.2em;">EasyCTF is a CTF that's tailored for the high school level. Started by high school students, it was created with a passion for learning. With computer science related fields doubling in size over the next decade, The United States, and the world are
<p id="ff">EasyCTF is a CTF that's tailored for the high school level. Started by high school students, it was created with a passion for learning. With computer science related fields doubling in size over the next decade, The United States, and the world are
short on programmers. The world has started to focus in on the youth of the world, from teenagers all the way down to five and six year olds. Being the future of the world, it is imperative a large enough percentage of the population is trained and
educated to handle the constant progession of technology. We, the EasyCTF team, have put in countless hours to provide you with a fun, inviting experiance for you and your friends to gang up and hack away. Our challenges range cover significant topics
in contemporary computer science such cryptography, web, programming, binary and even more. Here at EasyCTF, we hope to provide you with a fun, competetive, educational, and safe enviroment where you, your friends, or your peers can show off your skills
@ -34,26 +34,26 @@
<br>
<div class="page-header">
<h2 style="font-size: 2.5em;">Isn't Hacking Illegal?</h2>
<h2 id="ee">Isn't Hacking Illegal?</h2>
</div>
<p style="font-size:1.2em;">Yes and no. Despite the connotation "hacking" has recieved in contemporary culture and media, hacking is more or less split up into two categorizations, <i>Black Hat</i> and <i>White Hat</i>. Black Hat hackers are the ones you hear about on the news;
attacking websites and their accounts to steal information or money. They attack without warning, all for their own benefit. Black Hat hackers go to prison. White Hat hackers, while rarely in the news, are the men and women who, <b><span style="text-decoration:underline;">with permission</span></b>,
<p id="ff">Yes and no. Despite the connotation "hacking" has recieved in contemporary culture and media, hacking is more or less split up into two categorizations, <i>Black Hat</i> and <i>White Hat</i>. Black Hat hackers are the ones you hear about on the news;
attacking websites and their accounts to steal information or money. They attack without warning, all for their own benefit. Black Hat hackers go to prison. White Hat hackers, while rarely in the news, are the men and women who, <b><span id="ii">with permission</span></b>,
attack a website or service in order to find holes in the security and report them to the owners for patching. The types of hacking you will be doing in the competition are created by the EasyCTF team just for you. Take part in EasyCTF to show off your
skills as a white hat hacker.</p>
<br>
<div class="page-header">
<h2 style="font-size:2.5em">How Difficult Is This?</h2>
<h2 id="ee">How Difficult Is This?</h2>
</div>
<p style="font-size:1.2em">Well Goldilocks, our problems aren't too hard, and they're not too hard. Even if you're just a probie in the field, our problem start at the very bottom. Our reconnasince category of questions only requires a search engine and a person behind the keyboard.
<p id="ff">Well Goldilocks, our problems aren't too hard, and they're not too hard. Even if you're just a probie in the field, our problem start at the very bottom. Our reconnasince category of questions only requires a search engine and a person behind the keyboard.
For those of you who have been in the field long enough to see the sights, you can start off with our most introductory problems and work your way up. Finally, for those of you who've been there, done that, humor yourself with our probie problems, work
your way up through the majority of the problems, then prepare yourself to face our hardest problems. Go after the problems no one has solved. I'm sure our bigger problems will keep you working.</p>
<br>
<div class="page-header">
<h2 style="font-size:2.5em">What Resources Can I Use?</h2>
<h2 id="ee">What Resources Can I Use?</h2>
</div>
<p style="font-size:1.2em">Hope you didn't think this was like one of your finals! No phones, no Google, no calculator, no friends. EasyCTF is a hacking competition, we would be worried if you weren't using technology to aid you in your competition. Feel free to search Google,
<p id="ff">Hope you didn't think this was like one of your finals! No phones, no Google, no calculator, no friends. EasyCTF is a hacking competition, we would be worried if you weren't using technology to aid you in your competition. Feel free to search Google,
use your calculator or text your nearest computer scientist friend. We at EasyCTF wish to emulate real-world hacking and technology. The World Wide Web is a vast ocean of more information than any library or mind in the world, feel free to use it! After
all, no one is going to tell a hacker (penetration tester is the euphamism) not to Google "how to append to list in Python 3". In fact we have devoted an entire section of our problems to online reconissance. These problems require you scour the World
Wide Web in search for a vital piece of information or flag using you favorite search engine. You can ask your teacher, but don't let them do it for themselves. Also, cheating such as attempting to hack the EasyCTF platform will disqualify your team,
@ -61,11 +61,11 @@
<br>
<div class="page-header">
<h2 style="font-size:2.5em">Are There Rules?</h2>
<h2 id="ee">Are There Rules?</h2>
</div>
<p style="font-size:1.2em">Gilbert K. Chesterton once said "There are no rules of architecture for a castle in the clouds." Here at EasyCTF, we want the competition to be almost rule free to encourage the utmost creativity from our participants and teams. However, we have a few
<p id="ff">Gilbert K. Chesterton once said "There are no rules of architecture for a castle in the clouds." Here at EasyCTF, we want the competition to be almost rule free to encourage the utmost creativity from our participants and teams. However, we have a few
important rules to make sure everyone has the same opportunities to win. If you're in it to win it, you shouldn't need to break the rules.
<ol style="font-size:1.2em;text-align:left;">
<ol id="hh">
<b>
<li>Don't try to disrupt the competition. We keep our age group from middle school up because we expect all our competitors to act maturely.</li>
<br>
@ -78,6 +78,6 @@
<br>
<br>
<br>
<p style="font-size:1.2em">To prepare for the competition, feel free to check out this super cool <a href="https://trailofbits.github.io/ctf/">CTF Field Guide</a></p>
<p id="ff">To prepare for the competition, feel free to check out this super cool <a href="https://trailofbits.github.io/ctf/">CTF Field Guide</a></p>
<br>
</center>

View file

@ -1,4 +1,4 @@
<div class="ui inverted menu" style="margin: -0.1em; background-color: #FA6900;">
<div class="ui inverted menu" id="ll">
<a class="item" href="./">Home</a>
<a class="item" href="./about.html">About</a>
<a class="item" href="./register.html">Register</a>
@ -8,20 +8,20 @@
</div>
</div>
<center>
<h1 style="color: #69D2E7; font-size: 75px;">Login</h1>
<hr style="margin-left: 10em; margin-right: 10em;">
<h1 id="nn">Login</h1>
<hr id="mm">
<br>
<div class="ui input">
<input type="text" placeholder="Username" style="width:50em;">
<input type="text" placeholder="Username" id="rr">
</div>
<br>
<br>
<div class="ui input">
<input type="password" placeholder="Password" style="width:50em;">
<input type="password" placeholder="Password" id="rr">
</div>
<br>
<br>
<button class="ui primary button" style="width:25em">
<button class="ui primary button" id="qq">
Login
</button>
</center>