diff --git a/README.md b/README.md
index 8a44be1..017574e 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ You can build and serve the site inside a Docker-based development container.
Prerequisites:
- VS Code + Dev Containers extension (or GitHub Codespaces)
+ * When installing Git as apart of setting up VS Code, ensure that you choose "Checkout as-is, commit Unix-style line endings"
- Docker running locally
How to use:
diff --git a/_data/navigation.yml b/_data/navigation.yml
index 08e96c4..0e34652 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -3,7 +3,7 @@ main:
- title: "Attend"
children:
- title: "Register"
- url: https://www.eventbrite.com/e/security-bsides-orlando-2025-conference-tickets-1497767435719
+ url: /register/
- title: "Schedule"
url: /schedule/
- title: "Workshops"
@@ -12,22 +12,22 @@ main:
url: /speakers/
- title: "Venue Info"
url: /venue/
- - title: "Map"
- url: /map/
+ #- title: "Map"
+ # url: /map/
- title: "Policies"
url: /policies/
- title: "Explore"
children:
- title: "Activities"
url: /event/
- - title: "Career Village"
- url: /career_village/
- - title: "Social Engineering Adventure"
- url: /se_village/
- - title: "PreShow"
- url: /preshow/
- - title: "After Party"
- url: /after_party/
+ #- title: "Career Village"
+ # url: /career_village/
+ #- title: "Social Engineering Adventure"
+ # url: /se_village/
+ #- title: "PreShow"
+ # url: /preshow/
+ #- title: "After Party"
+ # url: /after_party/
- title: "Get Involved"
children:
- title: "Join Us"
diff --git a/about.md b/about.md
index 982e083..f8b399f 100644
--- a/about.md
+++ b/about.md
@@ -25,7 +25,7 @@ classes: about-page
# History
-Now in our 10th year, BSides Orlando has grown from modest beginnings and seeks to stay true to our roots.
+Now in our 13th year, BSides Orlando has grown from modest beginnings and seeks to stay true to our roots.
@@ -53,6 +53,8 @@ Now in our 10th year, BSides Orlando has grown from modest beginnings and seeks
* 2022-25 - BSides Orlando is back live at Full Sail University
+* 2025 - BSides Orlando breaks 1000 tickets sold
+
# What is a Security BSides?
diff --git a/assets/images/Orlando_Skyline.jpg b/assets/images/Orlando_Skyline.jpg
new file mode 100644
index 0000000..bed45a8
Binary files /dev/null and b/assets/images/Orlando_Skyline.jpg differ
diff --git a/event.md b/event.md
index 1a014ea..9066ade 100644
--- a/event.md
+++ b/event.md
@@ -1,17 +1,19 @@
---
-layout: splash
-title: Event
+layout: single
+title: Event Activites
permalink: /event/
classes: event-page
+toc: true
+toc_label: "Villages and More"
---
-# Event Activities
+
BSides Orlando is built around learning, doing, and connecting. From hands-on villages to contests, talks, and parties, there’s something for every hacker, maker, and security enthusiast.
---
-## Competitions & Contests
+# Competitions & Contests
-### Sunshine Capture the Flag (CTF)
+## Sunshine Capture the Flag (CTF)
@@ -21,7 +23,7 @@ BSides Orlando is built around learning, doing, and connecting. From hands-on vi
-### Contests & Chill
+## Contests & Chill
Need a change of pace? Contests & Chill is your space to reset, play, or hack on something fun:
- Fox Hunts: tutorial and competitive
- RFID Badge Cloning demos
@@ -31,9 +33,9 @@ Need a change of pace? Contests & Chill is your space to reset, play, or hack on
---
-## Villages
+# Villages
-### Soldering Village
+## Soldering Village
@@ -41,7 +43,7 @@ Need a change of pace? Contests & Chill is your space to reset, play, or hack on
-### Lockpick Village (LPV)
+## Lockpick Village (LPV)
@@ -49,11 +51,11 @@ Need a change of pace? Contests & Chill is your space to reset, play, or hack on
-### Social Engineering Adventure
+## Social Engineering Adventure
Hack the human element. At the SE Adventure Village, explore how persuasion, psychology, and trust are used to gain access — and how to defend against it.
Expect OSINT challenges, an AI Vishing Contest, and live talks that mix fun with practical takeaways.
-### Career Village
+## Career Village
Level up your career journey. Career Village offers:
- Resume reviews
- Professional headshots
@@ -61,39 +63,35 @@ Level up your career journey. Career Village offers:
- A job board of open positions
Plus fun networking games like BINGO and a Scavenger Hunt that will take you across the con. Check out the Career Village page for tips to get the most out of it.
-### Community Village
+## Community Village
Cybersecurity is bigger than one event. Meet local community groups, learn what they’re building, and discover how you can get involved year-round.
-### Sponsor Village
+## Sponsor Village
The companies and organizations that make BSides Orlando possible are here to meet you! Stop by their tables to check out demos, opportunities, and (of course) swag.
---
-## Talks & Unconference
+# Talks & Unconference
-### Unconference
+## Unconference
Your voice belongs here. Sign up onsite to give a lightning talk (15 minutes or less) on anything you want to share — tools, tips, war stories, or ideas. Short, sharp, and community-driven, the Unconference stage is always full of surprises.
-### Village Talks
+## Village Talks
Many villages feature their own short talks and demos. Drop by for sessions on topics like lockpicking basics, deepfake detection, vishing, and more. Check the onsite schedule for times and details.
---
-## Info & Logistics
+# Info & Logistics
-### Information & Swag
+## Information & Swag
Registration and swag pickup are streamlined with split lines this year. Every attendee gets sponsor goodies and a collectible BSides Orlando sticker sheet. Trade extras at the sticker table and expand your collection.
-### Workshops
+## Workshops
Workshops run the day before the main con. Past sessions have included malware forensics with Volatility 3, IoT hacking labs, and threat modeling. Space is limited, so plan ahead — details are at bsidesorlando.org/workshops.
---
-## Social & Networking
+# Social & Networking
-### After Party
-Keep the energy going after the talks wrap up.
-**Saturday, Sept 27 | 7–10 PM | The Celeste Hotel, Celestial Ballroom**
-- Cash bar (alcoholic & non-alcoholic options)
-- Music, board games, and hallway-con vibes
-- A relaxed place to connect, unwind, and celebrate the community
+## After Party
+Keep the energy going after the talks wrap up. Keep an eye out for when this gets announced!
\ No newline at end of file
diff --git a/index.html b/index.html
index d33b6bb..354d1d5 100644
--- a/index.html
+++ b/index.html
@@ -3,24 +3,26 @@
permalink: /
header:
overlay_color: "#222"
+ overlay_filter: .5
+ overlay_image: /assets/images/Orlando_Skyline.jpg
alignment: center
actions:
- - label: "Saturday Conference Tickets"
- url: "https://www.eventbrite.com/e/security-bsides-orlando-2025-conference-tickets-1497767435719"
- - label: "Friday Pre-conference Workshop Tickets"
- url: "https://www.eventbrite.com/e/bsides-orlando-2025-workshops-tickets-1618524072069"
+ - label: "Saturday Conference Tickets - Not for sale yet, but soon!"
+ url: ""
+ - label: "Friday Pre-conference Workshop Tickets - Not for sale yet, but soon!"
+ url: ""
excerpt: >
- Pre-conference Workshops: September 26, 2025
- Conference: September 27, 2025
+ Pre-conference Workshops: September 25th
+ Conference: September 26th
Full Sail University
feature_row:
- title: "Conference"
- excerpt: "Join us September 27, 2025 for a day of learning, networking, and fun"
+ excerpt: "Join us for a day of learning, networking, and fun on September 26th!"
url: "/event/"
btn_label: "Learn More"
btn_class: "btn--inverse"
- title: "Workshops"
- excerpt: "Skill up at one of the pre-conference workshops offered on Friday September 26, 2025"
+ excerpt: "Skill up at one of the pre-conference workshops offered with separate purchase on September 25th"
url: "/workshops/"
btn_label: "Learn More"
btn_class: "btn--inverse"
@@ -30,7 +32,7 @@
btn_label: "Learn More"
btn_class: "btn--inverse"
- title: "Speakers"
- excerpt: "Without our speakers we'd have nothing to present! Call for Papers is closed! Notifications on accepted talks will be sent starting August 1st!"
+ excerpt: "Without our speakers we'd have nothing to present! Call for Papers is will open soon!"
url: "/speakers/"
btn_label: "See our Speakers!"
btn_class: "btn--inverse"
diff --git a/past_events.md b/past_events.md
index 63760ad..cb1f42f 100644
--- a/past_events.md
+++ b/past_events.md
@@ -6,6 +6,8 @@ permalink: /past_events/
# Past Events
We are grateful for your continued interest and support in our cybersecurity initiatives. We invite you to explore the highlights of our past years' events through the links below. Each conference has been a remarkable journey of learning, collaboration, and innovation, and we are excited to share these moments with you. Thank you for being a part of our community and helping us advance the field of cybersecurity.
+## Bsides Orlando 2025
+BSides Orlando 2025
## Bsides Orlando 2024
BSides Orlando 2024
diff --git a/preshow.md b/preshow.md
index 59c04e4..23dc517 100644
--- a/preshow.md
+++ b/preshow.md
@@ -5,7 +5,12 @@ permalink: /preshow/
classes: preshow-page
---
-# BSides 2025 PreShow Content
+# Current PreShows
+Unfortunately there's no pre-show content available yet, but keep your eyes peeled!
+
+# Historical PreShows
+
+## BSides 2025 PreShow Content
diff --git a/register.md b/register.md
index e69de29..5ddbf6d 100644
--- a/register.md
+++ b/register.md
@@ -0,0 +1,9 @@
+---
+layout: splash
+title: Register for BSides Orlando
+permalink: /register/
+---
+
+# BSides Orlando 2026 Conference Registration
+
+Unfortunately, tickets aren't on sale yet, but keep an eye out!
\ No newline at end of file
diff --git a/schedule.md b/schedule.md
index 8c9b8de..b70854c 100644
--- a/schedule.md
+++ b/schedule.md
@@ -1,20 +1,13 @@
---
layout: splash
-title: Saturday Conference Schedule - BSides Orlando September 27, 2025
+title: Saturday Conference Schedule - BSides Orlando September 26, 2026
permalink: /schedule/
classes: schedule-page
---
-# BSides Orlando 2025 Conference Schedule
+# BSides Orlando 2026 Conference Schedule
-
-
-
-
-
+Schedule isn't available yet, though keep your eyes peeled!
_Schedule subject to change, updates will be posted here and at the conference._
{: .text-center}
diff --git a/speakers.md b/speakers.md
index e519c47..3e2f01c 100644
--- a/speakers.md
+++ b/speakers.md
@@ -1,11 +1,11 @@
---
layout: splash
-title: Speakers - BSides Orlando 2025
+title: Speakers - BSides Orlando
permalink: /speakers/
---
-# BSides Orlando 2025 Speakers
+# BSides Orlando 2026 Speakers
-These are our wonderful speakers, please give them all a hand!
+Currently call for papers isn't open yet, but keep your eyes peeled!
-
+
\ No newline at end of file
diff --git a/venue.md b/venue.md
index 8cdbfab..9e62410 100644
--- a/venue.md
+++ b/venue.md
@@ -1,12 +1,12 @@
---
layout: splash
-title: Venue - BSides Orlando 2025
+title: Venue - BSides Orlando 2026
permalink: /venue/
classes: venue-page
---
-## Bsides Orlando 2025 Location
+## Bsides Orlando 2026 Location
diff --git a/workshops.md b/workshops.md
index f07d62f..67ce91d 100644
--- a/workshops.md
+++ b/workshops.md
@@ -6,10 +6,8 @@ permalink: /workshops/
# BSides Orlando Pre-Conference Workshops
-**All workshops are held on Friday, Sept 26th and require pre-registration and a separate registration from the conference. Register for pre-conference Friday workshops [here](https://www.eventbrite.com/e/bsides-orlando-2025-workshops-tickets-1618524072069)**
+**All workshops are held on Friday September 25th and require pre-registration and a separate registration from the conference. Currently Workshop tickets are not for sale but hopefully soon!**
{: .notice--info}
-
-
**Looking for BSides Orlando conference schedule for Saturday? [Get more information here](/schedule.md)**
{: .notice--info}