Formatted rules and retype first section

This commit is contained in:
Thomas 2016-01-02 01:51:57 -06:00
parent 7a40fcc1e4
commit c38948121a
2 changed files with 22 additions and 17 deletions

View file

@ -13,6 +13,15 @@
.panel.panel-info {
margin: 2.5em;
}
.paragraph {
width:50em;
text-align: justify;
margin-left:auto;
margin-right:auto;
}
.prizes {
width:100%;
}
#hint {
background:#0080FF;
border-color:#0180FF;

View file

@ -2,31 +2,27 @@
<h1 class="heading1"> Info </h1>
<h2 class="heading2">Rules</h2>
Here are the rules regarding EasyCTF. Please follow these rules to make sure everyone has a fair chance at winning. Use common sense. If you feel like what you're doing is disrupting the competition in any way, STOP doing it. Don't wait for us to yell
at you. Only student members may solve problems for their team. While it is acceptable to use resources from the Internet or from other sources, it is not acceptable for a person outside of the 1-5 members of the team to directly assist in solving
problems. Don't ask questions on public forums involving specific details of the problems. Don't share flags or methods with other teams. Don't disrupt other teams. Don't attack other teams, and don't attack the contest infrastructure in order to
prevent others from solving problems or submitting flags. If you're caught breaking any of these rules, your team may be converted into an observer team (see below), disqualifying you from winning prizes. Decisions made by competition organizers are
final.
<p class="paragraph">
Below lie the rules regarding EasyCTF. These rules have been specifically formulated in order to preserve the integrity of the competition for every participant. These rules exist only serve as a auxillary to your own common sense. One of EasyCTF's core goals is to gauge your team's understanding of the relevant computer science principles. If we wanted to measure the magnitude of your teacher's knowledge of computer science, we would attend a local CSTA meeting. Due to the nature of the competition's content, the whole of the world wide web is free game. Do not, however, use forums or other services in which the problem is forwarded to unregistered member of EasyCTF. Sharing flags is obviously against rules, and will not be permitted. Do not confuse EasyCTF with an attack-defense CTF platform; if you attack either the EasyCTF infrastructure or another team, you will be subject to complete team explusion, as well as the possibility of legal pursuance. All decisions made by an administrator from the EasyCTF Team are final.
</p>
<h2 class="heading2">Flag Format</h2>
Unless otherwise stated, the flags that you will find will be in the format
<code>easyctf{example_flag}</code>.
<p class="paragraph">Unless otherwise stated, the flags that you will find will be in the format:
<code>easyctf{example_flag}</code>. Flags will not be case sensative. Although the only part of the flag that should be submitted is the content within the curly braces, flags including 'EasyCTF', and the sorrounding brackets will not be sufficient cause for invalidation.
</p>
<h2 class="heading2">Scoring</h2>
In EasyCTF, every problem has an assigned point value. Your team's total score is the sum of the points you obtain from every problem you solve. A few problems may have speed bonuses, meaning that the first solve on a problem will earn a bonus percent
of the original problem value. These bonus points will also count toward your team total. Here is a screenshot from the problems page to demonstrate. Teams with higher points will outrank teams with lower points. Should a tie occur between two teams,
the time of the last submission will be used to break the tie. For example, if two teams are tied at 100 points, the team that reached 100 points first will outrank the team that reached 100 points afterwards.
<p class="paragraph">In EasyCTF, every problem has an assigned point value. This point value is assigned based on the difficulty or the extent of time required to solve the problem. Your team's total score is the sum of the points you obtain from every problem you solve. A few problems may have speed bonuses, meaning that the first solve on a problem will earn a bonus percent
of the original problem value. These bonus points will also count toward your team total. Here is a screenshot from the problems page to demonstrate. Teams with higher points will outrank teams with lower points. Should a tie occur between two
teams, the time of the last submission will be used to break the tie. For example, if two teams are tied at 100 points, the team that reached 100 points first will outrank the team that reached 100 points afterwards.</p>
<h2 class="heading2">Eligibility and Observer Accounts/Teams</h2>
EasyCTF is targeted at students enrolled in high schools or middle schools across the United States. Therefore, only students who are enrolled in high schools or middle schools in the United States are eligible for prizes. We will verify that the winning
teams meet these conditions; if a winning team does not meet these conditions, then the prizes will be given to the next highest team. If you don't live in the United States, or you're not a high school or middle school student, you are still encouraged
to compete, but under an Observer account. Teams with at least one Observer member will be considered an Observer team. Observer teams still appear in the scoreboard, but are not eligible for prizes.
<p class="paragraph">EasyCTF is targeted at students enrolled in high schools or middle schools across the United States. Therefore, only students who are enrolled in high schools or middle schools in the United States are eligible for prizes. We will verify that the
winning teams meet these conditions; if a winning team does not meet these conditions, then the prizes will be given to the next highest team. If you don't live in the United States, or you're not a high school or middle school student, you are
still encouraged to compete, but under an Observer account. Teams with at least one Observer member will be considered an Observer team. Observer teams still appear in the scoreboard, but are not eligible for prizes.</p>
<h2 class="heading2">Prizes</h2>
<b>1st Place: $512</b>
<br> 2nd Place: $256
<br> 3rd Place: $128
<br> Top 20: Laptop Stickers
<p class="prizes"><b>1st Place: $512</b><br>2nd Place: $256<br>3rd Place: $128<br>Top 20: Laptop Stickers</p>
<br>
</div>
<br>