diff --git a/src/img/speaker/JamesPerry.jpg b/src/img/speaker/JamesPerry.jpg new file mode 100644 index 0000000..c073c64 Binary files /dev/null and b/src/img/speaker/JamesPerry.jpg differ diff --git a/src/img/sponsor/AWS_Logo.png b/src/img/sponsor/AWS_Logo.png new file mode 100644 index 0000000..9476f0f Binary files /dev/null and b/src/img/sponsor/AWS_Logo.png differ diff --git a/src/img/sponsor/Merck.png b/src/img/sponsor/Merck.png new file mode 100644 index 0000000..9d834c1 Binary files /dev/null and b/src/img/sponsor/Merck.png differ diff --git a/src/lib/speakers.go b/src/lib/speakers.go index 816661e..45173ea 100644 --- a/src/lib/speakers.go +++ b/src/lib/speakers.go @@ -30,65 +30,27 @@ type SpeakerStruct struct { func GetSpeakers() []SpeakerStruct { return []SpeakerStruct{ - {}, - /* - { - Pic: "JohnHammond.png", - Name: "John Hammond", - Position: "Cybersecurity Researcher, Educator & Content Creator", - Talk: "Cybersecurity Shop Talk", - Time: "", - }, - { - Pic: "CelinePedalino.jpg", - Name: "Celine Pedalino", - Position: "SOC Analyst at the NJCCIC", - Talk: "Behind the Scenes of Cyber Defense: A Look into the SOC", - Time: "", - }, - { - Pic: "SeonukKim.jpg", - Name: "Seonuk Kim", - Position: "SOC Analyst at the NJCCIC", - Talk: "Behind the Scenes of Cyber Defense: A Look into the SOC", - Time: "", - }, - { - Pic: "TrentMeyers.jpg", - Name: "Trent Meyers", - Position: "SOC Analyst at the NJCCIC", - Talk: "Behind the Scenes of Cyber Defense: A Look into the SOC", - Time: "", - }, - { - Pic: "SwathiParthibha.jpg", - Name: "Swathi Parthibha", - Position: "Security Analyst at the NJCCIC", - Talk: "Behind the Scenes of Cyber Defense: A Look into the SOC", - Time: "", - }, - { - Pic: "personPlaceholder.png", - Name: "Andrew Garcia", - Position: "Security Analyst at the NJCCIC", - Talk: "Two-Factor Authentication: Not as Secure as You Think", - Time: "", - }, - { - Pic: "IlanPonimansky.jpg", - Name: "Ilan Ponimansky", - Position: "Staff Cloud Security Engineer at Block", - Talk: "Acing your Cloud Security Interviews AMA", - Time: "", - }, - { - Pic: "personPlaceholder.png", - Name: "Kevin Conklin", - Position: "Cyber National Security Supervisory Special Agent at FBI Newark", - Talk: "Inside the FBI Cyber Program", - Time: "", - }, - */ + { + Pic: "personPlaceholder.png", + Name: "James Perry", + Position: "Security Lead at AWS", + Talk: "TBD", + Time: "", + }, + { + Pic: "personPlaceholder.png", + Name: "TBD", + Position: "", + Talk: "", + Time: "", + }, + { + Pic: "personPlaceholder.png", + Name: "TBD", + Position: "", + Talk: "", + Time: "", + }, } } diff --git a/src/lib/sponsors.go b/src/lib/sponsors.go index 5cc1da5..03a4a6c 100644 --- a/src/lib/sponsors.go +++ b/src/lib/sponsors.go @@ -27,43 +27,24 @@ func GetSponsors() Sponsors { }, } - ciso := []Sponsor{} + ciso := []Sponsor{ + { + HREF: "https://www.merck.com/", + Source: "Merck.png", + ALT: "Merck", + Width: "200", + }, + } manager := []Sponsor{} analyst := []Sponsor{ - /* - { - HREF: "https://www.paloaltonetworks.com/", - Source: "palo_alto_logo.png", - ALT: "Palo Alto", - Width: "400", - }, - { - HREF: "https://cloud.google.com/", - Source: "google_logo.gif", - ALT: "Google", - Width: "200", - }, - { - HREF: "https://www.github.com/", - Source: "github_logo.png", - ALT: "GitHub", - Width: "150", - }, - { - HREF: "https://www.offsec.com/", - Source: "offsec_logo.jpg", - ALT: "OffSec", - Width: "400", - }, - { - HREF: "https://www.specterops.io", - Source: "specterops_logo.png", - ALT: "SpecterOps", - Width: "400", - }, - */ + { + HREF: "https://aws.amazon.com/", + Source: "AWS_Logo.png", + ALT: "AWS", + Width: "200", + }, } tiers := []Tier{ diff --git a/src/src.exe b/src/src.exe new file mode 100644 index 0000000..09cfe37 Binary files /dev/null and b/src/src.exe differ diff --git a/src/templates/speakers.html b/src/templates/speakers.html index de872e4..f2a1a44 100644 --- a/src/templates/speakers.html +++ b/src/templates/speakers.html @@ -8,7 +8,7 @@

@speakers

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