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
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Common questions we get asked about the conference.
???+ question "What can I do if I can't afford to attend?"

PyTexas offers a limited number of opportunity grants for community members that would be otherwise unable to
attend: [see here for more details](attend/in-person.md#grants).
attend: [see here for more details](./attend/grants.md).

???+ question "If I purchase an in-person ticket, can I access the virtual event?"

Expand Down
8 changes: 5 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ description: The PyTexas 2026 Conference will be April 17 - 19, 2026 in Austin,
# 20 Years of PyTexas, Deep in the 🧡 of Texas!
## April 17 - 19, 2026 in Austin, TX

[Purchase Early Bird Tickets](https://pretix.eu/pytexas/2026/){ .md-button .md-button--primary }

Join us for the **20th year** of the largest gathering of Python developers within the great state of Texas. We'll discuss software development, data science, community, and of course: Python.

<div class="grid cards" markdown>
Expand All @@ -21,9 +23,9 @@ Join us for the **20th year** of the largest gathering of Python developers with

---

Early bird tickets will go on sale in Fall 2025! Check back later for more information.
[:octicons-arrow-right-24: Subscribe to our mailing list to get notified](https://mailchi.mp/035388afb48a/pytexas-community)
Early bird tickets are on sale now through January 19!

[:octicons-arrow-right-24: Purchase your ticket](https://pretix.eu/pytexas/2026/)

- :fontawesome-solid-microphone-lines:{ .lg .middle} __Speak__

Expand Down
2 changes: 1 addition & 1 deletion docs/sponsors/asking-for-sponsorship.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,4 @@ When advocating for sponsorship internally, you may encounter pushback. Here's h

## Need More Information?

Visit our [sponsorship prospectus page](/sponsors/sponsor-us/) for complete details on sponsorship tiers, attendee demographics, and benefits. If you have questions or need help making the case internally, reach out to us at [sponsorship@pytexas.org](mailto:sponsorship@pytexas.org).
Visit our [sponsorship prospectus page](sponsor-us.md) for complete details on sponsorship tiers, attendee demographics, and benefits. If you have questions or need help making the case internally, reach out to us at [sponsorship@pytexas.org](mailto:sponsorship@pytexas.org).
7 changes: 0 additions & 7 deletions overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@
<div class="pytx-hero pytx-container">
<div class="pytx-hero__image hide-if-dark">
<img src="assets/images/logos/pytexas2026_day_color.svg" alt="PyTexas 2026 Logo - Day"/>
<!--
<div class="pytx-hero__content">
<a href="https://pretix.eu/pytexas/2026/" class="pytx-button pytx-button--primary">
Purchase Your Ticket
</a>
</div>
-->
</div>
<div class="pytx-hero__image hide-if-light">
<img src="assets/images/logos/pytexas2026_night_color.svg" alt="PyTexas 2026 Logo - Night"/>
Expand Down
2 changes: 1 addition & 1 deletion overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "base.html" %}

{% block announce %}
<p>Our Call for Proposals has closed. Early bird tickets go on sale first of the year!</p>
<p>Our Call for Proposals has closed.<br>Early bird tickets <a href="https://pretix.eu/pytexas/2026/" target="_blank">on sale NOW</a> through Jan 19!</p>
{% endblock %}