Skip to content

Commit

Permalink
Updated sponsors.
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnduong committed Oct 13, 2024
1 parent bc5f383 commit b520c30
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 2 deletions.
16 changes: 16 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,22 @@ blockquote {
padding-top: 8px;
}

a.no-decor {
all: unset;
}
a.no-decor:visited {
all: unset;
}
a.no-decor:hover {
all: unset;
cursor: pointer;
}

.sponsor-logo {
height: 72px;
margin: 16px;
}

.writeup-table {
border-collapse: collapse;
display: inline-block;
Expand Down
Binary file added assets/img/sponsors/aops.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/sponsors/htb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/sponsors/taskade.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/sponsors/tob.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 18 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,26 @@ <h2><b>Here's What People Had to Say</b></h2>
<p>"Great event. My second international CTF. I learned a lot by searching to solve challenges. Thanks for dedicating your time to make this event possible!"<br>- Anonymous Survey Response</p>

<h2><b>Sponsors</b></h2>
<p>Infra sponsored by <a href="https://goo.gle/ctfsponsorship">goo.gle/ctfsponsorship</a>, prizes sponsored by Sideliner.</p>
<p>Infra sponsored by <a href="https://goo.gle/ctfsponsorship">goo.gle/ctfsponsorship</a>, prizes sponsored by:</p>
<center>
<a class="no-decor" href="https://www.trailofbits.com/" target="_blank">
<img class="sponsor-logo" src="/assets/img/sponsors/tob.png"/>
</a>
<a class="no-decor" href="https://www.hackthebox.com/" target="_blank">
<img class="sponsor-logo" src="/assets/img/sponsors/htb.png"/>
</a>
<br/>
<a class="no-decor" href="https://artofproblemsolving.com/" target="_blank">
<img class="sponsor-logo" src="/assets/img/sponsors/aops.png"/>
</a>
<a class="no-decor" href="https://www.taskade.com/" target="_blank">
<img class="sponsor-logo" src="/assets/img/sponsors/taskade.png"/>
</a>
<br/>
</center>

<!-- 2023 -->
<br><br>
<hr class="divider">

<center><h1><b>IrisCTF 2023 Highlights</b></h1></center>

Expand Down

0 comments on commit b520c30

Please sign in to comment.