Add CTF Training section

This commit is contained in:
d3vyce 2022-08-31 23:12:45 +02:00
parent 4024503f61
commit cbf02a3fdd

View File

@ -185,7 +185,7 @@
</div> </div>
</div> </div>
<hr class="divider mt-5" /> <hr class="divider mt-5" />
<div class="text-white row px-8 px-lg-12 justify-content-evenly"> <div class="text-white row px-8 px-lg-12 justify-content-around">
<div class="mt-5 col-lg-3 col-md-12 text-center reveal fade"> <div class="mt-5 col-lg-3 col-md-12 text-center reveal fade">
<div class="mb-2"><i class="text-accent bi-award fs-1"></i></div> <div class="mb-2"><i class="text-accent bi-award fs-1"></i></div>
<h3 class="text-white h4 mb-3">Certification</h3> <h3 class="text-white h4 mb-3">Certification</h3>
@ -198,7 +198,7 @@
</div> </div>
<div class="mt-5 col-lg-3 col-md-12 text-center reveal fade"> <div class="mt-5 col-lg-3 col-md-12 text-center reveal fade">
<div class="mb-2"><i class="text-accent bi-lightbulb fs-1"></i></div> <div class="mb-2"><i class="text-accent bi-lightbulb fs-1"></i></div>
<h3 class="text-white h4 mb-3">CTF Challenge</h3> <h3 class="text-white h4 mb-3">CTF Challenge/Event</h3>
<div class="text-white-65"> <div class="text-white-65">
<p>leHACK 2022 - Paris</p> <p>leHACK 2022 - Paris</p>
<p>404 CTF 2022 - Online</p> <p>404 CTF 2022 - Online</p>
@ -206,17 +206,18 @@
<p>TRACS CTF 2021 (Team Get-Pwned) - CentraleSupélec</p> <p>TRACS CTF 2021 (Team Get-Pwned) - CentraleSupélec</p>
</div> </div>
</div> </div>
</div> <div class="mt-5 col-lg-3 col-md-12 text-center reveal fade">
<div class="text-white row px-8 px-lg-10 mt-4 justify-content-center"> <div class="mb-2"><i class="text-accent bi-clipboard-check fs-1"></i></div>
<div class="col-xl-3 col-lg-4 col-sm-9 col-xs-12 mt-2 text-center"> <h3 class="text-white h4 mb-3">CTF Training</h3>
<a href="https://tryhackme.com/p/d3vyce" target="_blank" rel="noopener noreferrer"> <div class="text-white-65">
<img src="https://tryhackme-badges.s3.amazonaws.com/d3vyce.png" alt="TryHackMe" style="width:100%"> <a href="https://tryhackme.com/p/d3vyce" target="_blank" rel="noopener noreferrer">
</a> <img src="https://tryhackme-badges.s3.amazonaws.com/d3vyce.png" alt="TryHackMe" style="width:100%">
</div> </a>
<div class="col-xl-3 col-lg-4 col-sm-9 col-xs-12 mt-2 text-center"> <p></p>
<a href="https://app.hackthebox.com/profile/922368" target="_blank" rel="noopener noreferrer"> <a href="https://app.hackthebox.com/profile/922368" target="_blank" rel="noopener noreferrer">
<img src="https://www.hackthebox.com/badge/image/922368" alt="HackTheBox" style="width:100%"> <img src="https://www.hackthebox.com/badge/image/922368" alt="HackTheBox" style="width:100%">
</a> </a>
</div>
</div> </div>
</div> </div>
</div> </div>