Changeset - eb91004c3f1d
[Not reviewed]
0 3 0
Ben Sturmfels (bsturmfels) - 3 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
...
 
@@ -3,6 +3,6 @@
 

	
 
{% 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 %}
 

	
...
 
@@ -14,4 +14,4 @@
 
      <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>
...
 
@@ -26,3 +26,3 @@
 
  <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">
...
 
@@ -38,6 +38,6 @@
 
      <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>
pinaxcon/templates/nav.html
Show inline comments
...
 
@@ -7,3 +7,3 @@
 
      <a class="washed-yellow hover-washed-yellow" href="/" style="text-decoration: none">
 
        FOSSY 2023
 
        FOSSY 2024
 
      </a>
pinaxcon/templates/site_base.html
Show inline comments
...
 
@@ -124,10 +124,10 @@
 
    <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>
...
 
@@ -143,3 +143,3 @@
 
            <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>
0 comments (0 inline, 0 general)