Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,17 @@ <h2 class="text-3xl font-bold mb-8 font-archivo text-black">Join The Operation</
Ready to explore the frontiers of technology and innovation?
</p>

<a href="https://github.com/MaaSecLab" class="text-white hover:bg-gray-200 transition-colors">
<img src="./img/github.svg" class="w-10 h-10 inline text-black">
</a>
<a href="https://discord.com/invite/ghpWe7wawV" class="text-white hover:bg-gray-200 transition-colors">
<img src="./img/discord.svg" class="w-10 h-10 inline">
</a>
<a href="https://ctftime.org/team/365940" class="text-white hover:bg-gray-200 transition-colors">
<img src="./img/ctftime.png" class="w-10 h-10 inline">
</a>
<div class="flex justify-center items-center gap-4">
<a href="https://github.com/MaaSecLab" class="flex items-center justify-center w-12 h-12 hover:bg-gray-200 transition-colors rounded">
<img src="./img/github.svg" class="w-10 h-10 text-black" alt="GitHub">
</a>
<a href="https://discord.com/invite/ghpWe7wawV" class="flex items-center justify-center w-12 h-12 hover:bg-gray-200 transition-colors rounded">
<img src="./img/discord.svg" class="w-10 h-10" alt="Discord">
</a>
<a href="https://ctftime.org/team/365940" class="flex items-center justify-center w-12 h-12 hover:bg-gray-200 transition-colors rounded">
<img src="./img/ctftime.png" class="w-10 h-10" alt="CTFtime">
</a>
</div>
</div>
</section>

Expand Down