Skip to content

Commit e1558b3

Browse files
committed
Add social events page
Fixes #2343
1 parent b82dcf1 commit e1558b3

File tree

5 files changed

+34
-33
lines changed

5 files changed

+34
-33
lines changed

docs/_data/portland-2025-schedule.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ writing_day:
2828
- time: '17:00'
2929
title: '<b>End of Writing Day</b>'
3030
- time: '17:00'
31-
title: '<b>Reception starts</b>'
31+
title: '<b><a href="../social-events">Reception</a> starts</b>'
32+
3233
- time: '19:00'
3334
title: '<b>Reception ends</b>'
3435

@@ -95,9 +96,9 @@ talks_day1:
9596
- duration: '0:00'
9697
title: '<b>Conference day 1 ends</b>'
9798
- time: '19:00'
98-
title: "<b>Social Event</b>"
99+
title: '<b><a href="../social-events">Social Event</a> starts</b>'
99100
- time: '21:00'
100-
title: "<b>Social Event Ends</b>"
101+
title: '<b>Social Event Ends</b>'
101102

102103
talks_day2:
103104
- time: '8:00'
@@ -106,7 +107,7 @@ talks_day2:
106107
- duration: '0:05'
107108
title: "Welcome address"
108109
- duration: '0:00'
109-
title: "<b><a href='../unconference'>Unconference</a> Starts</b>"
110+
title: "<b><a href='../unconference'>Unconference</a> starts</b>"
110111
- duration: '0:30'
111112
slug: docs-ai-tooling-is-better-and-better-for-us-than-you-think-alex-garnett
112113
- duration: '0:10'

docs/_templates/2025/menu-desktop.html

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
{% if flaghasboat %}
2626
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/boat') }}">Boat Ride</a></li>
2727
{% endif %}
28+
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/social-events') }}">Social Events</a></li>
2829
{% if flaglivestreaming %}
2930
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/livestream') }}">Live Stream</a></li>
3031
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/qa') }}">Speaker Q&A</a></li>

docs/_templates/2025/menu-mobile.html

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
{% if flaghasboat %}
2323
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/boat') }}">Boat Ride</a></li>
2424
{% endif %}
25+
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/social-events') }}">Social Events</a></li>
2526
{% if flaglivestreaming %}
2627
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/livestream') }}">Live Stream</a></li>
2728
<li><a href="{{ pathto('conf/'+shortcode+'/'+year_str+'/qa') }}">Speaker Q&A</a></li>

docs/conf/portland/2025/schedule.rst

-29
Original file line numberDiff line numberDiff line change
@@ -80,20 +80,6 @@ We'll pass on some information about the conference specifically for first-timer
8080

8181
{% if flaghasfood %}
8282

83-
Reception
84-
~~~~~~~~~
85-
86-
We encourage everyone to drop by on Sunday evening for the conference reception.
87-
This is a great chance to meet other attendees,
88-
and make sure you know your way around the conference venue.
89-
90-
* **Where**: {{about.venue}}, {{about.unconfroom}}
91-
{% if not flaghasschedule %}
92-
* **When**: **{{ date.day_two.reception_time }} {{ tz }}**
93-
{% endif %}
94-
95-
{% endif %}
96-
9783
.. raw:: html
9884

9985
<hr>
@@ -124,21 +110,6 @@ and make sure you know your way around the conference venue.
124110
A detailed schedule will be announced soon.
125111
{% endif %}
126112

127-
{% if about.social_venue %}
128-
129-
Social Event
130-
~~~~~~~~~~~~
131-
132-
The official Write the Docs social!
133-
Expect a relaxed atmosphere where you can chat and network with your fellow documentarians.
134-
135-
Snacks and drinks (non-alcoholic & alcoholic) will be provided.
136-
137-
* **Where**: {{ about.social_venue }}
138-
{% if not flaghasschedule %}
139-
* **When**: **{{ date.day_three.social_time }} {{ tz }}**
140-
{% endif %}
141-
142113
.. raw:: html
143114

144115
<hr>
+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
template: {{year}}/generic.html
3+
og:image: _static/conf/images/headers/{{shortcode}}-{{year}}-opengraph.jpg
4+
---
5+
6+
# Social Events
7+
8+
## Sunday Reception
9+
10+
We encourage everyone to drop by on Sunday evening for the conference reception.
11+
This is a great chance to meet other attendees,
12+
and make sure you know your way around the conference venue.
13+
14+
**Where**: {{about.venue}}, {{about.unconfroom}}
15+
**When**: 5-7 PM
16+
17+
*Both alcoholic and non-alcoholic drinks and snacks will be provided.*
18+
19+
## Monday Night Social
20+
21+
Join us for our Monday night social event! This is a great chance to meet more of your fellow documentarians
22+
and chat about the conference in a relaxed atmosphere.
23+
24+
**Where**: {{about.social_venue}}
25+
**When**: 7-9 PM
26+
27+
*Both alcoholic and non-alcoholic drinks and snacks will be provided.*

0 commit comments

Comments
 (0)