Problems page changes

This commit is contained in:
Tillson Galloway 2016-01-02 00:51:56 -05:00
parent 42ccc3cc5e
commit 547307ec9c

View file

@ -4,43 +4,31 @@
2) create an "<a href="/files/example.txt" target="_blank"><h4>Example File</h4></a>" 2) create an "<a href="/files/example.txt" target="_blank"><h4>Example File</h4></a>"
3) remove these instructions (:P) 3) remove these instructions (:P)
--> -->
<center class="fade_in"> <div class="fade_in">
<h1 class="heading1">Problems</h1> <h1 class="heading1 text-center">Problems</h1>
<div class="panel panel-info"> <div class="panel panel-info">
<div class="panel-heading"> <div class="panel-heading">
<h3 class="panel-title">Silly Caesar | Cryptography</h3> <h3 class="panel-title">Silly Caesar | Cryptography</h3>
</div> </div>
<div class="panel-body"> <div class="panel-body">
<h3>Do we even need this problem, just take the flag. <p>Do we even need this problem, just take the flag.
<code>easyctf{no}</code> <code>easyctf{no}</code>
</h3> </p>
<div class="style4" class="input-group"> <div class="input-group">
<input type="text" class="form-control" placeholder="EasyCTF{...}"> <input type="text" class="form-control" placeholder="easyctf{...}">
<span class="input-group-btn"> <span class="input-group-btn">
<button class="btn btn-success" type="button">Check!</button> <button class="btn btn-success" type="button">Check</button>
</span> </span>
</div> </div>
</div> </div>
<div class="panel-footer"> <div class="panel-footer">
<h4>These are important files!</h4> <h4>Files</h4>
<hr>
<div class="row">
<div class="col-lg-4">
<a href="/files/example.txt" target="_blank"> <a href="/files/example.txt" target="_blank">
<h4>Example.txt</h4> <h4>Example.txt</h4>
</a> </a>
</div> <a href="/files/example2.txt" target="_blank">
<div class="col-lg-4">
<a href="/files/example.txt" target="_blank">
<h4>Example2.txt</h4> <h4>Example2.txt</h4>
</a> </a>
</div> </div>
<div class="col-lg-4">
<a href="/files/example.txt" target="_blank">
<h4>Example3.txt</h4>
</a>
</div> </div>
</div> </div>
</div>
</div>
</center>