diff --git a/src/img/JCTFIV/JCTFIV_Logo.svg b/src/img/JCTFIV/JCTFIV_Logo.svg new file mode 100644 index 0000000..ea94393 --- /dev/null +++ b/src/img/JCTFIV/JCTFIV_Logo.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/img/sponsor/ISACA_logo_RGB.jpg b/src/img/sponsor/ISACA_logo_RGB.jpg new file mode 100644 index 0000000..7af2465 Binary files /dev/null and b/src/img/sponsor/ISACA_logo_RGB.jpg differ diff --git a/src/img/sponsor/JerseyCTF_IV_Sponsorship_Packet.pdf b/src/img/sponsor/JerseyCTF_IV_Sponsorship_Packet.pdf index 445ef8d..d96bb96 100644 Binary files a/src/img/sponsor/JerseyCTF_IV_Sponsorship_Packet.pdf and b/src/img/sponsor/JerseyCTF_IV_Sponsorship_Packet.pdf differ diff --git a/src/img/sponsor/OldJerseyCTF_IV_Sponsorship_Packet.pdf b/src/img/sponsor/OldJerseyCTF_IV_Sponsorship_Packet.pdf new file mode 100644 index 0000000..445ef8d Binary files /dev/null and b/src/img/sponsor/OldJerseyCTF_IV_Sponsorship_Packet.pdf differ diff --git a/src/img/sponsor/crowdstrike.png b/src/img/sponsor/crowdstrike.png new file mode 100644 index 0000000..627f0fd Binary files /dev/null and b/src/img/sponsor/crowdstrike.png differ diff --git a/src/lib/sponsors.go b/src/lib/sponsors.go index 03a4a6c..99a4423 100644 --- a/src/lib/sponsors.go +++ b/src/lib/sponsors.go @@ -45,6 +45,18 @@ func GetSponsors() Sponsors { ALT: "AWS", Width: "200", }, + { + HREF: "https://www.crowdstrike.com/en-us/", + Source: "crowdstrike.png", + ALT: "CrowdStrike", + Width: "200", + }, + { + HREF: "https://www.isaca.org/", + Source: "ISACA_logo_RGB.jpg", + ALT: "ISACA", + Width: "200", + }, } tiers := []Tier{ diff --git a/src/main.go b/src/main.go index 1626a25..0762dd1 100644 --- a/src/main.go +++ b/src/main.go @@ -6,6 +6,7 @@ import ( "net/http" "strconv" "text/template" + L "github.com/njitacm/jerseyctf-website/src/lib" //Not the current Repo, but everything works, look into if changes should be made ) @@ -20,36 +21,36 @@ func index(w http.ResponseWriter, r *http.Request) { tmpl.ExecuteTemplate(w, "header", nil) //The sections that load are based off of what strings are in this list - navBar := []string{ "Schedule","Speakers","Sponsors","FAQ","Resources"} // "Registration","Schedule","Speakers","Sponsors","Recognitions","FAQ","Resources" + navBar := []string{"Registration", "Schedule", "Speakers", "Sponsors", "FAQ", "Resources"} // "Registration","Schedule","Speakers","Sponsors","Recognitions","FAQ","Resources" tmpl.ExecuteTemplate(w, "navNBody", navBar) tmpl.ExecuteTemplate(w, "infographic", nil) for _, value := range navBar { switch value { - case "Registration": - tmpl.ExecuteTemplate(w, "registration", nil) + case "Registration": + tmpl.ExecuteTemplate(w, "registration", nil) - case "Schedule": - tmpl.ExecuteTemplate(w, "schedule", nil) + case "Schedule": + tmpl.ExecuteTemplate(w, "schedule", nil) - case "Speakers": - L.Speaker(w, tmpl) + case "Speakers": + L.Speaker(w, tmpl) - case "Sponsors": - sponsors := L.GetSponsors() - tmpl.ExecuteTemplate(w, "sponsors", sponsors) + case "Sponsors": + sponsors := L.GetSponsors() + tmpl.ExecuteTemplate(w, "sponsors", sponsors) - case "FAQ": - faq := L.GetFaq() - tmpl.ExecuteTemplate(w, "faq", faq) + case "FAQ": + faq := L.GetFaq() + tmpl.ExecuteTemplate(w, "faq", faq) - case "Recognitions": - L.Recognition(w, tmpl) + case "Recognitions": + L.Recognition(w, tmpl) - case "Resources": - resources := L.GetResources() - tmpl.ExecuteTemplate(w, "resources", resources) + case "Resources": + resources := L.GetResources() + tmpl.ExecuteTemplate(w, "resources", resources) } } tmpl.ExecuteTemplate(w, "footer", nil) diff --git a/src/templates/infographic.html b/src/templates/infographic.html index 6bc2d6d..c8fd1a7 100644 --- a/src/templates/infographic.html +++ b/src/templates/infographic.html @@ -2,7 +2,7 @@
- JerseyCTF Landing Page + JerseyCTF Landing Page
diff --git a/src/templates/registration.html b/src/templates/registration.html index 9c5edc6..684c6d8 100644 --- a/src/templates/registration.html +++ b/src/templates/registration.html @@ -1,8 +1,8 @@ {{block "registration" .}}

@registration

-
- Registration is now open. Register at ctf.jerseyctf.com/register TODAY! -
+

+ Registration is now open. Register at ctf.jerseyctf.com/register TODAY! +

{{end}} \ No newline at end of file diff --git a/src/templates/resources.html b/src/templates/resources.html index 61aa91f..3cfaadf 100644 --- a/src/templates/resources.html +++ b/src/templates/resources.html @@ -25,7 +25,7 @@

@resources

- +
diff --git a/src/templates/speakers.html b/src/templates/speakers.html index f2a1a44..4361ca2 100644 --- a/src/templates/speakers.html +++ b/src/templates/speakers.html @@ -9,8 +9,8 @@

@speakers

{{block "speaker-card" .}} {{if true}} -
-
+
+
{{.Name}}
{{.Name}}