refined some things, also did the following:
I did: - Misc Pages on README.md - Added an example file in Problems - rounded the Chat page
This commit is contained in:
parent
07403199d0
commit
d4465b988d
4 changed files with 28 additions and 1 deletions
|
@ -45,5 +45,8 @@ Main Pages:
|
|||
- <b>updates.html</b>
|
||||
- resetpassword.html
|
||||
|
||||
Misc Pages:
|
||||
- <b>Admin/submission page</b>
|
||||
|
||||
<del>Color Scheme: #69D2E7 | #A7DBDB | #E0E4CC | #F38630 | #FA6900</del>
|
||||
(undecided.)
|
||||
|
|
1
web/files/example.txt
Normal file
1
web/files/example.txt
Normal file
|
@ -0,0 +1 @@
|
|||
This is an example file, and should be removed before the tournament starts.
|
|
@ -1,6 +1,6 @@
|
|||
<center class="fade_in">
|
||||
<h1>EasyCTF IRC</h1>
|
||||
<div class="irc">
|
||||
<iframe src="https://kiwiirc.com/client/irc.kiwiirc.com/?&theme=mini#easyctf" style="border:0; width:100%; height:450px;"></iframe>
|
||||
<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>
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
|
||||
<!--
|
||||
Adding files:
|
||||
1) put file in /files
|
||||
2) create an "<a href="/files/example.txt" target="_blank"><h4>Example File</h4></a>"
|
||||
3) remove these instructions (:P)
|
||||
-->
|
||||
|
||||
<center class="fade_in">
|
||||
<h1>Problems</h1>
|
||||
<div class="panel panel-info">
|
||||
|
@ -13,5 +21,20 @@
|
|||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
<h4>These are important files!</h4>
|
||||
<hr>
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<a href="/files/example.txt" target="_blank"><h4>Example.txt</h4></a>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<a href="/files/example.txt" target="_blank"><h4>Example2.txt</h4></a>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<a href="/files/example.txt" target="_blank"><h4>Example3.txt</h4></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</center>
|
||||
|
|
Loading…
Reference in a new issue