diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py
index 9a2c276d..09bf53e7 100644
--- a/pinaxcon/settings.py
+++ b/pinaxcon/settings.py
@@ -544,8 +544,8 @@ CONFERENCE_NAME = os.environ.get('CONFERENCE_NAME', 'FOSSY')
CONFERENCE_NAME_SHORT = os.environ.get('CONFERENCE_NAME_SHORT', 'FOSSY')
CONFERENCE_EMAIL = os.environ.get('CONFERENCE_EMAIL', DEFAULT_FROM_EMAIL)
CONF_TZINFO = pytz.timezone(TIME_ZONE)
-CONF_START = CONF_TZINFO.localize(datetime(2023, 7, 13))
-CONF_END = CONF_TZINFO.localize(datetime(2023, 7, 16))
+CONF_START = CONF_TZINFO.localize(datetime(2024, 8, 1))
+CONF_END = CONF_TZINFO.localize(datetime(2024, 8, 4))
CONF_MINICONF_END = CONF_TZINFO.localize(datetime(2023, 3, 14, 23, 59))
EARLY_BIRD_DEADLINE = CONF_TZINFO.localize(datetime(2023, 1, 28))
PENGUIN_DINNER_TICKET_DATE = date(2023, 3, 15)
diff --git a/pinaxcon/templates/homepage.html b/pinaxcon/templates/homepage.html
index 7bd8e23a..f2cb402b 100644
--- a/pinaxcon/templates/homepage.html
+++ b/pinaxcon/templates/homepage.html
@@ -1,8 +1,8 @@
{% extends "site_base.html" %}
{% load i18n static %}
-{% block meta_desc %}FOSSY (Free and Open Source Yearly) is a 4 day community-oriented conference focused on the creation and impact of free and open source software. Join us in TBA - TBA 2024 at the TBA.{% endblock %}
-{% block og_desc %}FOSSY (Free and Open Source Yearly) is a 4 day community-oriented conference focused on the creation and impact of free and open source software. Join us in TBA - TBA 2024 at the TBA.{% endblock %}
+{% block meta_desc %}FOSSY (Free and Open Source Yearly) is a 4 day community-oriented conference focused on the creation and impact of free and open source software. Join us in Portland, OR - August 1–4th 2024 at Portland State University.{% endblock %}
+{% block og_desc %}FOSSY (Free and Open Source Yearly) is a 4 day community-oriented conference focused on the creation and impact of free and open source software. Join us in Portland, OR - August 1–4th 2024 at Portland State University.{% endblock %}
{% block head_title %}FOSSY 2024: The first Free and Open Source Software Yearly conference{% endblock %}
@@ -13,7 +13,7 @@
FOSSY 2024
-
TBA 2024 — TBA
+
August 1–4th 2024 — Portland, OR
The first Free and Open Source Software Yearly conference
@@ -24,7 +24,7 @@
-
FOSS is back in TBA at the TBA!
+
FOSS is back in Portland, OR at Portland State University!
Software Freedom Conservancy is so proud to announce that we are hosting a community oriented conference this coming summer. FOSSY (Free and Open Source Yearly) is focused on the creation and impact of free and open source software, uplifting contributors of all experience.
@@ -36,10 +36,10 @@
As we look to the future of conferences, we are excited to focus on using free software to run a conference and will seek to help reduce the amount of proprietary software that is treated as default.
-
+
+
+ Portland State University (CC-BY 3.0)
+
diff --git a/pinaxcon/templates/registrasion/badge.svg b/pinaxcon/templates/registrasion/badge.svg
index 08398af3..89ef2c1d 100644
--- a/pinaxcon/templates/registrasion/badge.svg
+++ b/pinaxcon/templates/registrasion/badge.svg
@@ -96,8 +96,7 @@
- Januar
- y 14 - 16 2023
+ August 1–4 2024
diff --git a/pinaxcon/templates/site_base.html b/pinaxcon/templates/site_base.html
index 9af6cbfc..37ddeb75 100644
--- a/pinaxcon/templates/site_base.html
+++ b/pinaxcon/templates/site_base.html
@@ -128,8 +128,8 @@