Skip to content

Commit

Permalink
Adding LetsDefend & Other Thing
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicPhoenix committed Feb 14, 2024
1 parent 3d02317 commit 34075ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
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.
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
3 changes: 2 additions & 1 deletion 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 Down

0 comments on commit 34075ff

Please sign in to comment.