Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ title = "UQCS"
custom_js = ["/js/navigation.js", "/js/button-box.js", "/js/favicon.js"]
custom_ico = "/img/favicon/favicon.ico"
custom_fonts = []

[security]
allowContent = ['text/html']
8 changes: 7 additions & 1 deletion layouts/partials/sponsor-banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@ <h1 class="title is-centered has-text-centered text-blue">Sponsors</h1>

<!-- Emerald Sponsors -->
<div class="columns mt-1 mb-0 is-mobile is-vcentered is-centered is-multiline">
<a class="column is-two-fifths-tablet is-half-mobile" href="https://www.janestreet.com/">
<a class="column is-one-third-tablet is-half-mobile" href="https://www.janestreet.com/">
<img src="{{ "/img/sponsors/jane_street.png" | relURL }}" width="100%" style="margin-top: 36px;"
alt="Jane Street" />
</a>
<a class="column is-one-third-tablet is-half-mobile" href="https://www.tanda.co/">
<img src="{{ "/img/sponsors/tanda.svg" | relURL }}" width="100%" alt="Tanda" />
</a>
<a class="column is-one-third-tablet is-half-mobile" href="https://www.cybermetrix.com.au">
<img src="{{ "/img/sponsors/cybermetrix.png" | relURL }}" width="100%" alt="CyberMetrix" style="margin-top: 20px;" />
</a>
</div>

<!-- Gold Sponsors -->
Expand Down Expand Up @@ -49,6 +52,9 @@ <h1 class="title is-centered has-text-centered text-blue">Sponsors</h1>
<a class="column is-one-quarter-tablet is-half-mobile" href="https://vivcourt.com/">
<img src="{{ "/img/sponsors/vivcourt.svg" | relURL }}" width="90%" alt="VivCourt" />
</a>
<a class="column is-one-quarter-tablet is-half-mobile" href="https://apexfincap.com.au/">
<img src="{{ "/img/sponsors/apexfincap.png" | relURL }}" width="120%" alt="ApexFincap" />
</a>
<a class="column is-one-quarter-tablet is-half-mobile" href="https://optiver.com/">
<img src="{{ "/img/sponsors/optiver.svg" | relURL }}" width="90%" alt="Optiver" />
</a>
Expand Down
Binary file added static/img/sponsors/apexfincap.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 static/img/sponsors/cybermetrix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading