diff --git a/README.md b/README.md index c34d034..c7994c3 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ NJIT ACM's website for registration and information on the JerseyCTF event. ([je # To test JCTF site locally # Required: go (golang) # Optional: make -$ git clone https://github.com/njitacm/jerseyctf-website.git +$ git clone https://github.com/jerseyctf/jerseyctf-website.git $ cd jerseyctf-website/src $ go build main.go # Optionally: use `make` diff --git a/src/img/white_hollow_acm.png b/src/img/acm_logo.png similarity index 100% rename from src/img/white_hollow_acm.png rename to src/img/acm_logo.png diff --git a/src/img/github-logo.png b/src/img/github-logo.png index 192846a..50b8175 100644 Binary files a/src/img/github-logo.png and b/src/img/github-logo.png differ diff --git a/src/img/nicc_logo.png b/src/img/nicc_logo.png new file mode 100644 index 0000000..44cde87 Binary files /dev/null and b/src/img/nicc_logo.png differ diff --git a/src/lib/faq.go b/src/lib/faq.go index c8ef3b8..3d78d9b 100644 --- a/src/lib/faq.go +++ b/src/lib/faq.go @@ -10,7 +10,7 @@ func GetFaq() []Faq { return []Faq{ { Question: "What is JerseyCTF?", - Answer: "JerseyCTF is a beginner-friendly Capture the Flag competition that aims to inspire interest in cybersecurity. Hosted by the NJIT ACM organization and NJIT SCI program, it is geared towards students, beginners, and professionals alike. JerseyCTF provides participants with jeopardy-style questions in categories including cryptography, forensics, binary exploitation/reversing, open-source intelligence, and web exploitation. JerseyCTF features a track parallel to the CTF competition, consisting of presentations and panels with renowned speakers from industry and government.", + Answer: "JerseyCTF is a beginner-friendly Capture the Flag competition that aims to inspire interest in cybersecurity. Hosted by the NJIT ACM and NICC organizations and the NJIT SCI program, it is geared towards students, beginners, and professionals alike. JerseyCTF provides participants with jeopardy-style questions in categories including cryptography, forensics, binary exploitation/reversing, open-source intelligence, and web exploitation. JerseyCTF features a track parallel to the CTF competition, consisting of presentations and panels with renowned speakers from industry and government.", }, { Question: "Who can sign up to compete?", diff --git a/src/main.exe b/src/main.exe index b0ec6d7..edcebf1 100644 Binary files a/src/main.exe and b/src/main.exe differ diff --git a/src/main.go b/src/main.go index 00c7a9a..7a87ab0 100644 --- a/src/main.go +++ b/src/main.go @@ -23,7 +23,7 @@ func index(w http.ResponseWriter, r *http.Request) { // Nav Bar Template in Layout.html - navBar := []string{"Registration", "FAQ", "Recognitions","Resources"} //"Schedule","Speakers","Sponsors", + navBar := []string{ "FAQ","Resources"} //"Schedule","Speakers","Sponsors","Registration","Recognitions" tmpl.ExecuteTemplate(w, "navNBody", navBar) // Infographic in Infographic.html diff --git a/src/templates/infographic.html b/src/templates/infographic.html index 7f8c8e5..41187e3 100644 --- a/src/templates/infographic.html +++ b/src/templates/infographic.html @@ -8,10 +8,10 @@
-
When: Coming back Spring 2023
+
When: April 15-16th, 2023
-
Where: Online via Discord!
+
Where: Online and In-Person!

 *Discord link emailed upon registration.

diff --git a/src/templates/layout.html b/src/templates/layout.html index 9aecea9..23f8245 100644 --- a/src/templates/layout.html +++ b/src/templates/layout.html @@ -46,10 +46,11 @@ {{- /**/ -}}