Fix resources page

This commit is contained in:
ix 2022-02-03 21:00:04 +01:00
parent 619ddf3d07
commit 34b8829797
6 changed files with 17 additions and 8 deletions

View File

@ -4,7 +4,7 @@
<div class="col-sm-12 col-md-6">
<div class="ctf-block">
<div class="ctf-head">
<h3>{% trans "What is 42CTF ?" %}</h3>
<center><h3>{% trans "What is 42CTF ?" %}</h3></center>
</div>
<div class="ctf-body">
<h4>{% trans "A short introduction to CTF" %}</h4>

View File

@ -4,7 +4,7 @@
<div class="col-sm-12 col-md-6">
<div class="ctf-block">
<div class="ctf-head">
<h3>{% trans "Create new challenges" %}</h3>
<center><h3>{% trans "Create new challenges" %}</h3></center>
</div>
<div class="ctf-body">
{% trans "If you want to create new challenges for 42CTF, send us a message on " %}<a class="footer_imgs" href="https://discord.gg/DwZqPpA" target="_blank"><img src="/static/img/discord.png" width="30"></a> !<br><br>

View File

@ -4,7 +4,7 @@
<div class="col-sm-12">
<div class="ctf-block">
<div class="ctf-head">
<h3>{% trans "Donate" %}</h3>
<center><h3>{% trans "Donate" %}</h3></center>
</div>
<div class="ctf-body">
<h4>{% trans "Become a 42CTF member" %}</h4>
@ -23,7 +23,7 @@
{% trans "However, we will not organize limited time CTF for members only, as this will be equivalent to organize paid events, and we want 42CTF to remain FREE for all." %}<br>
<br><br>
<h4>{% trans "Donate to 42CTF" %}</h4>
<center><h4>{% trans "Donate to 42CTF" %}</h4>
{% trans "You can donate to 42CTF or pay your membership with the following means:" %}<br>
<a href="https://www.patreon.com/42ctf" target="_blank" class="patreon li-patreon">
<!-- <div class="patreon-content"> -->
@ -37,7 +37,9 @@
</a>
<a href="https://www.paypal.com/donate/?hosted_button_id=M6YBYZ63MQGAY" target="_blank">
<img src="/static/img/paypal.png" width="200">
</a><br>
</a>
</center>
<br>
{% trans "If you would like us to add another payment method or if you want to pay in cash, send us a message !" %}<br><br>
{% trans "If you're paying for your membership, don't forget to send us your first and last name, as well as your 42CTF pseudo." %}

View File

@ -4,10 +4,15 @@
<div class="col-sm-12 col-md-6">
<div class="ctf-block">
<div class="ctf-head">
<h3>{% trans "Edit this page" %}</h3>
<center><h3>{% trans "Edit this page" %}</h3></center>
</div>
<div class="ctf-body">
<br>
<br>
{% trans "More information coming soon, but as you can guess it involves making a pull request to your favorite" %} <a href="https://github.com/Danhia/42CTF/">repository</a> ;)
<br>
<br>
<br>
</div>
</div>
</div>

View File

@ -4,7 +4,7 @@
<div class="col-sm-12 col-md-6">
<div class="ctf-block">
<div class="ctf-head">
<h3>{% trans "Recommended Tools" %}</h3>
<center><h3>{% trans "Recommended Tools" %}</h3></center>
</div>
<div class="ctf-body">
{% trans "To get you started, we built a VM that you can simply import in" %} <a href="https://www.virtualbox.org/wiki/Downloads">Virtual Box</a> {% trans "with a bunch of useful tools." %}<br>
@ -25,6 +25,8 @@
{% trans "Additionnaly, you will need the following languages interpreters:" %}<br>
- python3<br>
- lua<br>
<br>
<br>
</div>
</div>
</div>

View File

@ -4,7 +4,7 @@
<div class="col-sm-12">
<div class="ctf-block">
<div class="ctf-head">
<h3>{% trans "Translate 42CTF" %}</h3>
<center><h3>{% trans "Translate 42CTF" %}</h3></center>
</div>
<div class="ctf-body">
{% trans "42CTF source code is publicly available on this"%} <a href="https://github.com/Danhia/42CTF/">github</a>.<br>