fossy-placeholder/themes/fossy/templates/index.html
2025-08-01 09:33:53 -07:00

74 lines
6.3 KiB
HTML

{% extends "base.html" %}
{% block content %}
<header class="pt3 pt4-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">{{ SITENAME }}</h1>
<h2 class="f3 f2-ns b lh-solid mt0 mb3">{{ SITESUBTITLE }}</h2>
<h3 class="f4 f4-ns b lh-title mv2 mv3-ns">The fourth Free and Open Source Software Yearly conference</h3>
<p>Software Freedom Conservancy will again be hosting a community oriented conference, this year at the UBC campus in beautiful Vancouver, Canada! FOSSY (Free and Open Source Software Yearly) is focused on the creation and impact of free and open source software, uplifting contributors of all experience.</p>
<p>We will have community-led tracks with talks over four days. The call for tracks will open later in 2025. <!-- is <b><a href="https://sfconservancy.org/fossy/community-tracks/">currently open</a></b>! --> Previous tracks included community building, education, development and legal and licensing issues, our conference will provide ample learning and networking opportunities for contributors of all levels of experience. There will be hands on workshops, lightning talks and traditional 50 minute talks.</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>
<p>If you are interested in sponsoring our conference, please <!-- see our <b><a href="https://sfconservancy.org/static/docs/2026-prospectus.pdf">Sponsorship Prospectus</a></b> or --> contact us at conference@sfconservancy.org.</p>
<p>You can book accommodation for FOSSY 2026 at <a href="https://reserve.suitesatubc.com/GROUP/availability.asp?hotelCode=UBC&sdl=Check+In&startDate=08%2F06%2F2026&edl=Check+Out&endDate=08%2F09%2F2026&adults=1&children=&rooms=1&requesttype=invBlockCode&code=G260802B">this link</a>. Note that a full refund is possible up to 72 hours before your booking begins. We recommend booking early as options may be more limited closer to the conference start.</p>
<p>Please signup for <a href="https://lists.sfconservancy.org/mailman/listinfo/fossy-announce">the fossy-announce mailing list</a> to learn more about the tracks, talks, and other exciting conference details as we get ready for FOSSY 2026!</p>
<p>
</div>
<div class="lh-solid mt4 mt0-ns" style="font-size: 10rem; max-width: 250px;"><img class="db" src="{{ SITEURL }}/theme/images/conservancy-logo.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">
<!--
{% block content_title %}
<h1 class="f3 mt0 mb4">FOSS is back in Portland, OR at the Oregon Convention Center!</h1>
{% endblock %}
<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="{{ SITEURL }}/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>
-->
{% if articles_page.object_list %}<h3 class="f2 lh-title mt4 mb3" id="posts">News</h3>
<ol id="post-list" class="list pl0">
{% for article in articles_page.object_list %}
<li><article class="hentry">
<header> <h2 class="f3 entry-title"><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h2> </header>
<footer class="post-info">
<time class="published" datetime="{{ article.date.isoformat() }}"> {{ article.locale_date }} </time>
<address class="vcard author">By
{% for author in article.authors %}
<a class="url fn" href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a>
{% endfor %}
</address>
</footer><!-- /.post-info -->
<div class="entry-content"> {{ article.summary }} </div><!-- /.entry-content -->
</article></li>
{% endfor %}
</ol><!-- /#posts-list -->
{% endif %}
{% if articles_page.has_other_pages() %}
{% include 'pagination.html' %}
{% endif %}
</section><!-- /#content -->
{% endblock content %}