Files @ 37a7a41e2acc
Branch filter:

Location: symposion_app/pinaxcon/templates/homepage.html

bsturmfels
Pin upper limit on psycopg2 for Django 2.2 compatibility
{% extends "site_base.html" %}
{% load i18n static %}

{% block head_title %}{% trans "Welcome" %}{% 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>
        <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="/pages/tickets.html" class="mr2"><button type="button" class="btn btn-primary mb2">Get your ticket!</button></a>
      <a href="/pages/call-for-proposals.html" 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>
    <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="/theme/images/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 %}