Skip to content

Commit 51793aa

Browse files
Add virtual tickets (#2325)
* Add virtual tickets This builds the infra on the website for virtual tickets. Next steps: * Tickets have been created on tito, but need to be unhidden before this goes live. * Need to write a blog post announcing them. * Add link to ticket page * Add virtual info to ticket overview * Link ROS from prospectus * Fix yaml validation * Update docs/conf/portland/2025/virtual.md Co-authored-by: Janine Chan <64388808+janine-c@users.noreply.github.com> * REmove talk recordings --------- Co-authored-by: Janine Chan <64388808+janine-c@users.noreply.github.com>
1 parent 91aa1a8 commit 51793aa

File tree

7 files changed

+65
-5
lines changed

7 files changed

+65
-5
lines changed

docs/_data/portland-2025-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ tickets:
7777
price: $350
7878
student:
7979
price: $100
80+
virtual:
81+
price: $75
8082

8183
sponsorship:
8284
second_draft:
@@ -218,7 +220,7 @@ flagcfp: False
218220
flagticketsonsale: True
219221
flagsoldout: False
220222
flagspeakersannounced: True
221-
flagrunofshow: False
223+
flagrunofshow: True
222224
flaghasschedule: False
223225
flagscheduleincomplete: True
224226
flaghasshirts: True

docs/_data/schema-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ ticket-details:
9292
corporate: include('price-type')
9393
independent: include('price-type')
9494
student: include('price-type')
95+
virtual: include('price-type', required=False)
9596

9697
price-type:
9798
price: str()

docs/_templates/2025/menu-desktop.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/health') }}">Health and Safety Policy</a></li>
6767
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/volunteer') }}">Volunteer Info</a></li>
6868
{% endif %}
69+
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/virtual') }}">Virtual Attendance</a></li>
6970
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/code-of-conduct') }}">Code of Conduct</a></li>
7071
{% if flagspeakersannounced %}
7172
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/team') }}">Meet the Team</a></li>

docs/_templates/2025/menu-mobile.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/health') }}">Health and Safety Policy</a></li>
5252
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/volunteer') }}">Volunteer Info</a></li>
5353
{% endif %}
54+
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/virtual') }}">Virtual Attendance</a></li>
5455
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/code-of-conduct') }}">Code of Conduct</a></li>
5556
{% if flagspeakersannounced %}
5657
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/team') }}">Meet the Team</a></li>

docs/conf/portland/2025/sponsors/prospectus.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ We're excited to work with the organizations in our community to build the best
1616
Created in 2013 in Portland, Oregon, WTD has hosted conferences around the world in Prague, Berlin, Sydney, London, and Melbourne.
1717
We’re excited to celebrate year 12 with your support!
1818

19-
You can also view the `sponsorship prospectus deck as a PDF <https://drive.google.com/file/d/1CCs5nSG6HTUsYNy8tV9UqjW0yXq8PsQC/view?usp=sharing>`_.
19+
If you're a prospective sponsor, you can view our `PDF sponsorship prospectus <https://drive.google.com/file/d/1CCs5nSG6HTUsYNy8tV9UqjW0yXq8PsQC/view?usp=sharing>`_ if you prefer that format.
20+
21+
If you're an existing sponsor looking for next steps, check out our `Sponsorship Information page <{{site}}/conf/{{shortcode}}/{{year}}/sponsors/information>`_.
2022

2123
Concept
2224
=======

docs/conf/portland/2025/tickets.rst

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,17 @@ Conference shirts are also available. See the `Official Conference Shirts`_ sect
3030
Ticket Information
3131
------------------
3232

33-
Write the Docs {{ name }} {{ year }} is an in-person conference. Each ticket includes:
33+
Write the Docs {{ name }} {{ year }} is a hybrid conference, which you can attend in person or virtually. Each in-person ticket includes:
3434

3535
* Entry to all conference events and activities
3636
* Snacks and drinks on event days (Sunday-Tuesday)
3737
* Welcome Reception and Social Event with light snacks and drinks
3838
* Wifi throughout the event
3939
* Meeting lots of fantastic people in a spacious, inviting venue
4040

41-
All attendees are required to abide by our `Code of Conduct <https://www.writethedocs.org/code-of-conduct/>`_.
41+
Learn more about the `virtual attendance experience </conf/portland/2025/virtual/>`_.
42+
43+
All attendees, in person or virtual, are required to abide by our `Code of Conduct <https://www.writethedocs.org/code-of-conduct/>`_.
4244

4345
Refund Policy
4446
-------------
@@ -89,6 +91,19 @@ Purchase this ticket if a company is paying for your attendance. Companies inter
8991

9092
.. class:: ticket
9193

94+
**Virtual Tickets** *{{tickets.virtual.price}}*
95+
--------------------------------------------
96+
97+
Join us virtually for the main conference days (May 5-6). Learn more about the `virtual attendance experience </conf/portland/2025/virtual/>`_.
98+
99+
{% if flagticketsonsale %}
100+
101+
* `Buy Virtual Ticket <https://ti.to/writethedocs/write-the-docs-{{shortcode}}-{{year}}>`__
102+
103+
{% endif %}
104+
105+
.. class:: ticket
106+
92107
**Opportunity Grants**
93108
----------------------
94109

@@ -128,4 +143,4 @@ The minimum purchase is three tickets at $750 per ticket.
128143

129144
* Contact us at `{{email}} <mailto:{{email}}>`_ for this service.
130145

131-
{% endif %}
146+
{% endif %}

docs/conf/portland/2025/virtual.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
template: {{year}}/generic.html
3+
---
4+
5+
# Virtual Attendance
6+
7+
We're excited to offer a virtual attendance option for Write the Docs Portland 2025.
8+
The virtual component will run on **May 5-6** alongside our in-person conference.
9+
10+
## Platform
11+
12+
We'll be hosting the virtual conference on [Venueless](https://venueless.org),
13+
a platform that combines video streaming with chat and networking features.
14+
15+
## What's Included
16+
17+
Virtual attendance includes:
18+
19+
* Live streamed talks from the main stage
20+
* Ability to participate in Q&A with speakers
21+
* Real-time chat with other virtual attendees
22+
* Virtual networking spaces
23+
24+
## Schedule
25+
26+
The virtual event follows the main conference schedule on **May 5-6**. All sessions are streamed in Pacific Time (PT).
27+
28+
See the full [conference schedule](/conf/portland/2025/schedule/) for complete details about specific talks and events.
29+
30+
## Getting Started
31+
32+
A few days before the conference, you'll receive an email with:
33+
34+
* Your unique login link for Venueless
35+
* A quick start guide for the platform
36+
* Information about testing your setup
37+
38+
Virtual tickets are available on our [tickets page](/conf/portland/2025/tickets/).

0 commit comments

Comments
 (0)