Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 30 additions & 1 deletion PyBay/content/attending/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,36 @@ contents:
#### text-block ####
text:

##Venue
## Tickets

Early bird tickets are on sale now through July 31! Prices will go up after July 31. The early bird discount is significant, so get your ticket today!

<div class="text-center">
<a class="btn btn-outline-secondary" href="https://pretix.eu/bapya/pybay-2026/">Buy Tickets!</a>
</div>

<br><br><br>

<table class="table">
<thead>
<th>Date</th>
<th>Event</th>
</thead>
<tbody>
<tr><td>June 18, 2026</td><td>Tickets on Sale</td></tr>
<tr><td>July 31, 2026</td><td>Early Bird Ticket Sales End</td></tr>
<tr><td>September 5, 2026</td><td> T Shirts Sales Close</td></tr>
<tr><td>September 19, 2026</td><td>Regular Ticket Sales End</td></tr>
<tr><td>October 3, 2026</td><td>PyBay 2026 in San Francisco, CA</td></tr>
</tbody>
</table>

<br>
<br>


## Venue


PyBay is returning to our *indoor* conference venue at University of California San Francisco.

Expand Down
2 changes: 1 addition & 1 deletion PyBay/content/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ text:
<div class="card-body">
<h3 class="card-title">Attending</h3>
<p class="card-text">We will be returning to the Mission Bay Conference Center</p>
<a href="./attending" class="btn" style="border-bottom: 5px solid orange">Learn More</a>
<a href="./attending" class="btn" style="border-bottom: 5px solid orange">Buy Tickets!</a>
</div>
</div>
</div>
Expand Down
19 changes: 19 additions & 0 deletions PyBay/content/get-tickets/contents.lr
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
_model: page
---
title: Get Tickets
---
body:

<link rel="stylesheet" type="text/css" href="https://pretix.eu/bapya/pybay-2026/widget/v2.css" crossorigin>
<script type="text/javascript" src="https://pretix.eu/widget/v2.en.js" async crossorigin></script>

<pretix-widget event="https://pretix.eu/bapya/pybay-2026/"></pretix-widget>
<noscript>
<div class="pretix-widget">
<div class="pretix-widget-info-message">
JavaScript is disabled in your browser. To access our ticket shop without JavaScript, please <a target="_blank" rel="noopener" href="https://pretix.eu/bapya/pybay-2026/">click here</a>.
</div>
</div>
</noscript>
---
short: Tickets
4 changes: 2 additions & 2 deletions PyBay/content/speaking/call-for-proposals/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ The purpose of this document is to help you submit a good proposal and offers ti
</thead>
<tbody>
<tr><td>May 12, 2026</td><td>Call For Proposals Opens</td></tr>
<tr><td>July 8, 2026</td><td>Call For Proposals Closes</td></tr>
<tr><td>July 12, 2026</td><td>Call For Proposals Closes</td></tr>
<tr><td>Late July 2026</td><td> Notifications are sent to speakers</td></tr>
<tr><td>Late July 2026</td><td>Travel Grant applications close and final day for speakers to confirm attendance</td></tr>
<tr><td>August 2026</td><td>The talk schedule is posted here on the Pybay website</td></tr>
<tr><td>October 3, 2026</td><td>PyBay 2025 in San Francisco, CA</td></tr>
<tr><td>October 3, 2026</td><td>PyBay 2026 in San Francisco, CA</td></tr>
</tbody>
</table>

Expand Down
16 changes: 8 additions & 8 deletions PyBay/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@

<!-- Primary Meta Tags --> <!-- this is the default metadata which all websites can draw on -->

<title>PyBay 2025 - 10th Annual Bay Area Python Dev Conference - {% block title %}{% endblock %}</title>
<meta name="title" content="PyBay 2025 - 10th Annual Bay Area Python Dev Conference">
<meta name="description" content="10th Annual Python developer conference - longest running on the US West Coast. Join us in San Francisco!">
<title>PyBay 2026 - 11th Annual Bay Area Python Dev Conference - {% block title %}{% endblock %}</title>
<meta name="title" content="PyBay 2026 - 11th Annual Bay Area Python Dev Conference">
<meta name="description" content="11th Annual Python developer conference - longest running on the US West Coast. Join us in San Francisco!">
<meta name="author" content="Bay Area Python Association (BAPyA)">
<!-- published time --> <!-- most sites will parse the date correctly if we leave time blank -->
<meta property="article:published_time" content="2025-05-25">
<meta property="article:published_time" content="2026-05-21">
<!-- Open Graph / Facebook --> <!-- this is what Facebook and other social websites will draw on -->
<meta name="og:type" property="og:type" content="website">
<meta name="og:url" property="og:url" content="{{ site.get('/')|url }}">
<meta name="og:title" property="og:title" content="PyBay 2025 - 10th Annual Bay Area Python Dev Conference">
<meta name="og:title" property="og:title" content="PyBay 2026 - 11th Annual Bay Area Python Dev Conference">
<meta name="og:description" property="og:description"
content="10th Annual Python developer conference - longest running on the US West Coast. Join us in San Francisco!">
content="11th Annual Python developer conference - longest running on the US West Coast. Join us in San Francisco!">
<meta name="og:image" property="og:image" content="{{ site.get('/')|url }}/pybay-logo-share-card.1200x630.png">
<meta name="og:image:width" property="og:image:width" content="1200" />
<meta name="og:image:height" property="og:image:height" content="630" />
Expand All @@ -66,9 +66,9 @@
<meta name="twitter:url" property="twitter:url" content="{{ site.get('/')|url }}">
<meta name="twitter:site" property="twitter:site" content="@py_bay">
<meta name="twitter:title" property="twitter:title"
content="PyBay 2025 - 10th Annual Bay Area Python Dev Conference">
content="PyBay 2026 - 11th Annual Bay Area Python Dev Conference">
<meta name="twitter:description" property="twitter:description"
content="10th Annual Python developer conference - longest running on the US West Coast. Join us in San Francisco!">
content="11th Annual Python developer conference - longest running on the US West Coast. Join us in San Francisco!">
<meta name="twitter:image" property="twitter:image" content="{{ site.get('/')|url }}/pybay-logo-share-card.1200x630.png">
<meta name="twitter:image:width" property="twitter:image:width" content="1200" />
<meta name="twitter:image:height" property="twitter:image:height" content="630" />
Expand Down
Loading