Changeset - eb91004c3f1d
[Not reviewed]
0 3 0
Ben Sturmfels (bsturmfels) - 2 months ago 2024-03-12 05:38:02
ben@sturm.com.au
Update year to 2024

Date and location pending confirmation.
3 files changed with 18 insertions and 18 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/homepage.html
Show inline comments
 
{% 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 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 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 head_title %}FOSSY 2023: The first Free and Open Source Software Yearly conference{% endblock %}
 
{% block head_title %}FOSSY 2024: The first Free and Open Source Software Yearly conference{% endblock %}
 

	
 
{% block body_class %}home{% endblock %}
 

	
 
{% block content %}
 
  <header class="pt2-ns pb4">
 
    <div class="flex-ns center">
 
      <div class="mr4 dark-green sans-serif" style="flex-grow: 1">
 
        <h1 class="f-subheadline f-headline-ns b lh-solid tracked-tight mv0">FOSSY 2023</h1>
 
        <h2 class="f3 f2-ns b lh-solid mt0 mb3">July 13-16th 2023 — Portland, OR</h2>
 
        <h1 class="f-subheadline f-headline-ns b lh-solid tracked-tight mv0">FOSSY 2024</h1>
 
        <h2 class="f3 f2-ns b lh-solid mt0 mb3">TBA 2024 — TBA</h2>
 
        <h3 class="f4 f4-ns b lh-title mv2 mv3-ns">The first Free and Open Source Software Yearly conference</h3>
 
      </div>
 
      <div class="lh-solid mt4 mt0-ns" style="font-size: 10rem; max-width: 250px;"><img class="db" src="{% static 'img/conservancy_logo_tall_mono.svg' %}" style="max-height: 180px" alt="Software Freedom Conservancy"></div>
 
    </div>
 
    <div class="mt4 mt0-ns"><a href="/attend/tickets/" class="mr2"><button type="button" class="btn btn-primary mb2">Get your ticket!</button></a>
 
      <a href="/call-for-proposals/" class="mr2"><button type="button" class="btn btn-primary mb2">Propose a talk</button></a>
 
      <a href="https://lists.sfconservancy.org/mailman/listinfo/fossy-announce"><button type="button" class="btn btn-secondary mb2">Subscribe for updates</button></a></div>
 
  </header>
 

	
 
  <section id="content">
 
    <h1 class="f3 mt0 mb4">FOSS is back in Portland, OR at the Oregon Convention Center!</h1>
 
    <h1 class="f3 mt0 mb4">FOSS is back in TBA at the TBA!</h1>
 
    <div class="flex-ns">
 
      <div class="mw6">
 
        <p class="f4 mt0">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.</p>
 

	
 
        <p>We are mindful of having a safe environment for all. In this new time of conferences, we will be focused on COVID safety and making sure all attendees feel safe participating as much as they feel comfortable (we will have a detailed policy published in the coming weeks).</p>
 

	
 
        <p>As this is the first year we are running a conference of this scale, we plan to have 15 tracks for talks over 4 days. With tracks for community building, development and legal and licensing issues, our conference will provide ample learning and networking opportunities for contributors of all levels of experience. We also plan to involve significant community participation in the content of our tracks.</p>
 

	
 
        <p>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.</p>
 
      </div>
 
      <div>
 
        <figure class="fr pa0 mt4 mt2-ns mr0 ml0 ml4-ns mb4">
 
          <img src="{% static 'img/occ.jpg' %}" alt="Aerial photograph of the Oregon Convention Center">
 
          <figcaption class="tc mt2">Oregon Convention Center (CC-BY 2.0)</figcaption>
 
        </figure>
 
        <!-- <figure class="fr pa0 mt4 mt2-ns mr0 ml0 ml4-ns mb4">
 
             <img src="{% static 'img/occ.jpg' %}" alt="Aerial photograph of the Oregon Convention Center">
 
             <figcaption class="tc mt2">Oregon Convention Center (CC-BY 2.0)</figcaption>
 
             </figure> -->
 
      </div>
 
    </div>
 
  </section>
 
  {% endblock content %}
pinaxcon/templates/nav.html
Show inline comments
...
 
@@ -2,13 +2,13 @@
 
{% load static %}
 

	
 
<nav class="navbar navbar-expand-lg navbar-dark" style="background: rgb(19,119,82); background: linear-gradient(124deg, rgba(19,119,82,1) 0%, rgba(19,106,119,1) 100%); margin-bottom: 1rem">
 
  <div class="container">
 
    <h2 class="sans-serif f2 f1-ns b lh-solid tracked-tight mv0 mr3">
 
      <a class="washed-yellow hover-washed-yellow" href="/" style="text-decoration: none">
 
        FOSSY 2023
 
        FOSSY 2024
 
      </a>
 
    </h2>
 

	
 
    <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
 
      <span class="navbar-toggler-icon"></span>
 
    </button>
pinaxcon/templates/site_base.html
Show inline comments
...
 
@@ -119,32 +119,32 @@
 
    {% endblock %}
 
    {% endblock %}
 
  </main>
 

	
 
  <footer class="footer mt-4 d-print-none">
 
    <div class="container py-4">
 
      <div class="row">
 
        <div class="col-md-12 pb-12 text-center" style="margin-top: 0px;margin-bottom: 0px;border-bottom-style: solid;border-bottom-width: 0px;padding-bottom: 20px;">Wifi: FOSSY <i>(see Registration for older wifi)</i><br/>PIN: outreachy1000</div>
 
      </div>
 
      <!-- <div class="row">
 
           <div class="col-md-12 pb-12 text-center" style="margin-top: 0px;margin-bottom: 0px;border-bottom-style: solid;border-bottom-width: 0px;padding-bottom: 20px;">Wifi: FOSSY <i>(see Registration for older wifi)</i><br/>PIN: outreachy1000</div>
 
           </div> -->
 
      <div class="row">
 
        <div class="col-md-4 pb-4">
 
          <strong>FOSSY 2023</strong> <br>
 
          July 13-16 2023 <br>
 
          Portland, OR<br>
 
          <strong>FOSSY 2024</strong> <br>
 
          TBA 2024 <br>
 
          TBA<br>
 
          Timezone: PDT - UTC-7 <br>
 
          <a href="mailto:{{ settings.CONFERENCE_EMAIL }}" alt="Email"><i class="far fa-envelope"></i></a>&nbsp;&nbsp;<a
 
            href="https://twitter.com/conservancy" alt="Twitter"><i class="fab fa-twitter"></i></a>&nbsp;&nbsp;<a
 
            href="https://social.sfconservancy.org/conservancy" alt="Mastodon"><i class="fab fa-mastodon"></i></a>
 
        </div>
 
        <div class="col-md-4 pb-4 text-center">
 
          <a href="https://sfconservancy.org"><img src="{% static 'img/conservancy_logo.svg' %}" alt="Software Freedom Conservancy logo" class="footer-image"></a>
 
        </div>
 
        <div class="col-md-4 pb-4 text-right">
 
          <small>
 
            <a href="#">Back to top</a><br>
 
            &copy; 2023 <a href="https://sfconservancy.org/">Software Freedom Conservancy</a><br>
 
            &copy; 2024 <a href="https://sfconservancy.org/">Software Freedom Conservancy</a><br>
 
            <a href="/credits/">Credits</a>
 
          </small>
 
        </div>
 
      </div>
 
    </div>
 
  </footer>
0 comments (0 inline, 0 general)