diff --git a/pinaxcon/templates/homepage.html b/pinaxcon/templates/homepage.html index db664916..36fc4225 100644 --- a/pinaxcon/templates/homepage.html +++ b/pinaxcon/templates/homepage.html @@ -1,7 +1,10 @@ {% extends "site_base.html" %} {% load i18n static %} -{% block head_title %}{% trans "Welcome" %}{% 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 - July 13-16th 2023 at the Oregon Convention Center.{% 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 - July 13-16th 2023 at the Oregon Convention Center.{% endblock %} + +{% block head_title %}FOSSY 2023: The first Free and Open Source Software Yearly conference{% endblock %} {% block body_class %}home{% endblock %} diff --git a/pinaxcon/templates/site_base.html b/pinaxcon/templates/site_base.html index c0a83820..5b19ce23 100644 --- a/pinaxcon/templates/site_base.html +++ b/pinaxcon/templates/site_base.html @@ -12,22 +12,24 @@ - + {{ head_title }} + + - + - + - - + + diff --git a/static/src/img/conservancy_logo_tall_mono.png b/static/src/img/conservancy_logo_tall_mono.png new file mode 100644 index 00000000..f7306723 Binary files /dev/null and b/static/src/img/conservancy_logo_tall_mono.png differ diff --git a/static/src/img/favicon.ico b/static/src/img/favicon.ico new file mode 100644 index 00000000..2665834c Binary files /dev/null and b/static/src/img/favicon.ico differ