Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jersey ctf2024 dev #23

Merged
merged 7 commits into from
Feb 14, 2024
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
Binary file added src/img/JCTFIV/title.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 modified src/img/sponsor/JerseyCTF_IV_Sponsorship_Packet.pdf
Binary file not shown.
Binary file added src/img/sponsor/LetsDefendLogo.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 not shown.
6 changes: 6 additions & 0 deletions src/lib/sponsors.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ func GetSponsors() Sponsors {
ALT: "ISACA",
Width: "200",
},
{
HREF: "https://letsdefend.io/",
Source: "LetsDefendLogo.png",
ALT: "Let's Defend",
Width: "200",
},
}

tiers := []Tier{
Expand Down
7 changes: 4 additions & 3 deletions src/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<!doctype html>
<html lang="en">
<head>
<!-- jctf{th3_1nt3rn3t_n3v3r_f0rg3t5_y0ur_b1und3r5} -->
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand All @@ -12,7 +13,7 @@
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;700&display=swap" rel="stylesheet">
<title>JerseyCTF</title>
<!-- Favicon at the top (in the tab) -->
<link rel="shortcut icon" type="image/jpg" href="/assets/img/JCTFIII/lock.png" />
<link rel="shortcut icon" type="image/jpg" href="/assets/img/JCTFIV/JCTFIV_Logo.svg" />
<style>html {scroll-padding-top: 65px;}</style>
</head>
{{end}}
Expand All @@ -24,7 +25,7 @@
<!-- Navbar:: to move around the site a bit better -->
<nav class="navbar navbar-expand-md navbar-dark bg-dark sticky-top">
<div class="container-fluid">
<a href="./#" > <img src="/assets/img/JCTFIII/title.png" class="navbar-brand" width="150" height="40"> </a>
<a href="./#" > <img src="/assets/img/JCTFIV/title.png" class="navbar-brand" width="150" height="40"> </a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand Down Expand Up @@ -63,4 +64,4 @@
</body>
<!-- Site template done by Sig•Mal -->
</html>
{{end}}
{{end}}