File tree 5 files changed +34
-33
lines changed
5 files changed +34
-33
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ writing_day:
28
28
- time : ' 17:00'
29
29
title : ' <b>End of Writing Day</b>'
30
30
- time : ' 17:00'
31
- title : ' <b>Reception starts</b>'
31
+ title : ' <b><a href="../social-events">Reception</a> starts</b>'
32
+
32
33
- time : ' 19:00'
33
34
title : ' <b>Reception ends</b>'
34
35
@@ -95,9 +96,9 @@ talks_day1:
95
96
- duration : ' 0:00'
96
97
title : ' <b>Conference day 1 ends</b>'
97
98
- time : ' 19:00'
98
- title : " <b>Social Event</b> "
99
+ title : ' <b><a href="../social-events"> Social Event</a> starts</b> '
99
100
- time : ' 21:00'
100
- title : " <b>Social Event Ends</b>"
101
+ title : ' <b>Social Event Ends</b>'
101
102
102
103
talks_day2 :
103
104
- time : ' 8:00'
@@ -106,7 +107,7 @@ talks_day2:
106
107
- duration : ' 0:05'
107
108
title : " Welcome address"
108
109
- duration : ' 0:00'
109
- title : " <b><a href='../unconference'>Unconference</a> Starts </b>"
110
+ title : " <b><a href='../unconference'>Unconference</a> starts </b>"
110
111
- duration : ' 0:30'
111
112
slug : docs-ai-tooling-is-better-and-better-for-us-than-you-think-alex-garnett
112
113
- duration : ' 0:10'
Original file line number Diff line number Diff line change 25
25
{% if flaghasboat %}
26
26
< li > < a href ="{{ pathto('conf/'+shortcode+'/'+year_str+'/boat') }} "> Boat Ride</ a > </ li >
27
27
{% endif %}
28
+ < li > < a href ="{{ pathto('conf/'+shortcode+'/'+year_str+'/social-events') }} "> Social Events</ a > </ li >
28
29
{% if flaglivestreaming %}
29
30
< li > < a href ="{{ pathto('conf/'+shortcode+'/'+year_str+'/livestream') }} "> Live Stream</ a > </ li >
30
31
< li > < a href ="{{ pathto('conf/'+shortcode+'/'+year_str+'/qa') }} "> Speaker Q&A</ a > </ li >
Original file line number Diff line number Diff line change 22
22
{% if flaghasboat %}
23
23
< li > < a href ="{{ pathto('conf/'+shortcode+'/'+year_str+'/boat') }} "> Boat Ride</ a > </ li >
24
24
{% endif %}
25
+ < li > < a href ="{{ pathto('conf/'+shortcode+'/'+year_str+'/social-events') }} "> Social Events</ a > </ li >
25
26
{% if flaglivestreaming %}
26
27
< li > < a href ="{{ pathto('conf/'+shortcode+'/'+year_str+'/livestream') }} "> Live Stream</ a > </ li >
27
28
< li > < a href ="{{ pathto('conf/'+shortcode+'/'+year_str+'/qa') }} "> Speaker Q&A</ a > </ li >
Original file line number Diff line number Diff line change @@ -80,20 +80,6 @@ We'll pass on some information about the conference specifically for first-timer
80
80
81
81
{% if flaghasfood %}
82
82
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
-
97
83
.. raw :: html
98
84
99
85
<hr >
@@ -124,21 +110,6 @@ and make sure you know your way around the conference venue.
124
110
A detailed schedule will be announced soon.
125
111
{% endif %}
126
112
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
-
142
113
.. raw :: html
143
114
144
115
<hr >
Original file line number Diff line number Diff line change
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.*
You can’t perform that action at this time.
0 commit comments