Lets not use obsolete <center> tags

This commit is contained in:
Tillson Galloway 2016-01-02 01:01:34 -05:00
parent 547307ec9c
commit 03ef13ade0
11 changed files with 22 additions and 22 deletions

View file

@ -73,10 +73,10 @@
<div class="panel panel-info">
<form id="submission-form">
<div class="panel-heading">
<input type="text" name="question-title" id="question-title" autocomplete="on" placeholder="Question_Title | CTF Category" class="form-control">
<input type="text" name="question-title" id="question-title" autocomplete="on" placeholder="Title | Category" class="form-control">
</div>
<div class="panel-body">
<textarea type="text" name="question-text" id="question-text" autocomplete="on" placeholder="Pertinent_Information_Regarding_Question" class="form-control"></textarea>
<textarea type="text" name="question-text" id="question-text" autocomplete="on" placeholder="Description" class="form-control"></textarea>
<br><br>
<div class="input-group" style="margin-left:10em;margin-right:10em;">
<input type="text" name="correct-flag" id="correct-flag" autocomplete="off" placeholder="EasyCTF{insert_correct_flag_here}" class="form-control">

View file

@ -1,4 +1,4 @@
<center class="fade_in">
<div class="fade_in text-center">
<h1 class="heading1">About</h1>
<h2 class="heading2">(insert stuff here)</h2>
</center>
</div>

View file

@ -1,6 +1,6 @@
<center class="fade_in">
<div class="fade_in text-center">
<h1 class="heading1">EasyCTF IRC</h1>
<div class="irc">
<iframe src="https://kiwiirc.com/client/irc.kiwiirc.com/?&theme=mini#easyctf" style="border: none; width:100%; height:70%; border-radius:1em;"></iframe>
</div>
</center>
</div>

View file

@ -1,5 +1,5 @@
<center class="fade_in">
<div class="fade_in text-center">
<br>
<h1 class="heading1">EasyCTF 3</h1>
<br>
</center>
</div>

View file

@ -1,4 +1,4 @@
<center class="fade_in">
<div class="fade_in text-center">
<h1 class="heading1">Log-in</h1>
<div class="input-group">
<form id="login-form">
@ -10,5 +10,5 @@
<div id="status"></div>
<a href="#register" class="item">Register</a> |
<a href="#forgot_password" class="item">Forgot Password</a>
</center>
</div>
<script src="js/login.js"></script>

View file

@ -1,4 +1,4 @@
<center class="fade_in">
<div class="fade_in text-center">
<h1 class="heading1">Programming</h1>
<div class="panel panel-default">
<div class="panel-heading">
@ -8,4 +8,4 @@
<h3>Insert Programming Client Here</h3>
</div>
</div>
</center>
</div>

View file

@ -1,4 +1,4 @@
<center class="fade_in">
<div class="fade_in text-center">
<h1 class="heading1">Register</h1>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<script src="js/register.js"></script>
@ -61,4 +61,4 @@
</div>
</form>
</div>
</center>
</div>

View file

@ -1,4 +1,4 @@
<center class="fade_in">
<div class="fade_in text-center">
<h1 class="heading1"> Info </h1>
<h2 class="heading2">Rules</h2>
@ -28,6 +28,6 @@
<br> 3rd Place: $128
<br> Top 20: Laptop Stickers
<br>
</center>
</div>
<br>
<br>

View file

@ -45,7 +45,7 @@
});
}, 4000);
</script>
<center class="fade_in">
<div class="fade_in text-center">
<h1 class="heading1">Scoreboard</h1>
<br>
<div id="chart"></div>
@ -89,4 +89,4 @@
</tr>
</tbody>
</table>
</center>
</div>

View file

@ -1,4 +1,4 @@
<center class="fade_in">
<div class="fade_in">
<h1 class="heading1">Shell</h1>
<div class="panel panel-default">
<div class="panel-heading">
@ -8,4 +8,4 @@
<h3>Insert Shell Here</h3>
</div>
</div>
</center>
</div>

View file

@ -1,4 +1,4 @@
<center class="fade_in">
<div class="fade_in text-center">
<h1 class="heading1">News / Updates</h1>
<h4>This is where updates about the competition and clarifications about the problems will be posted.
<br>Make sure you check this page frequently during the competition!</h4>
@ -15,4 +15,4 @@
}
}(document, "script", "twitter-wjs");
</script>
</center>
</div>