Skip to content

Commit cc9b3b2

Browse files
authored
Merge pull request #136 from djangocon/2024-recap
First draft of recap page!
2 parents c5f71da + 550e13b commit cc9b3b2

11 files changed

+47
-128
lines changed

src/_data/site.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"domain": "https://2024.djangocon.us",
33
"timezone": "America/New_York",
44
"conf_year": 2024,
5-
"phase": "active",
6-
5+
"phase": "archived",
76
"conduct_email": "[email protected]",
87
"contact_us_email": "[email protected]",
98
"opportunity_grants_email": "[email protected]",
@@ -20,6 +19,7 @@
2019
"sponsorship_prospectus": "",
2120
"ticket_link": "https://ti.to/defna/djangocon-us-2024",
2221
"photos_link": "https://flickr.com/photos/djangocon/albums/72177720312367244/",
22+
"youtube_link": "https://www.youtube.com/playlist?list=PL2NFhrDSOxgWqE_5w5CX2iUR7-P1D0ny7",
2323

2424
"social": {
2525
"flickr": "https://flickr.com/photos/djangocon/albums/",

src/_includes/home/archived-conf-home.html

+23-107
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!-- Hero -->
2-
<div class="pt-8 pb-0 bg-repeat border-b-4 border-black lg:pt-2 bg-lines">
3-
<div class="wrapper">
4-
<div class="flex flex-col items-center gap-8 lg:flex-row">
5-
<section class="self-center w-full pb-4 lg:flex-1">
2+
<div class="pt-8 pb-0 bg-repeat border-b-4 border-blue-400 lg:pt-2 bg-lines">
3+
<div class="wrapper my-8">
4+
<div class="flex flex-col pt-4 items-center gap-8 ">
5+
<section class="text-center self-center">
66
<h1 class="mb-4 text-4xl font-extrabold leading-tight lg:text-5xl">
77
{{ site.conf_year }} DjangoCon US Recap
88
</h1>
@@ -12,74 +12,44 @@ <h1 class="mb-4 text-4xl font-extrabold leading-tight lg:text-5xl">
1212
</p>
1313
</section>
1414

15-
<div class="self-end py-8 lg:max-w-2xl">
15+
<div class="py-4">
1616
<img
1717
src="/assets/img/theme/welcome-durham.svg"
1818
alt="The word Durham surrounded by colorful characters and stickers"
1919
aria-hidden="true"
2020
/>
21-
</div>
21+
</div>
22+
23+
<a href="{{ site.youtube_link }}" class="button bg-yellow my-4">Watch Talks on YouTube</a>
2224
</div>
2325
</div>
2426
</div>
2527

2628
<!-- Secondary -->
2729
<div class="block-container">
2830
<div class="wrapper">
29-
<div class="grid gap-8 lg:grid-cols-5 lg:gap-16">
30-
<figure class="block h-full lg:col-span-3 photo-effect">
31-
{% comment %}
32-
Ideal 1200x630 image
33-
{% endcomment %}
34-
<img
35-
src="https://picsum.photos/1200/630"
36-
alt=""
37-
loading="lazy"
38-
class="object-cover w-full h-full"
39-
/>
40-
</figure>
41-
42-
<section class="lg:col-span-2">
43-
<h2 class="mb-8 subheading">DjangoCon US {{ site.conf_year }} was hosted in Durham, North Carolina for the first time and hosted 000 attendees from all over the world!</h2>
31+
<div class=" mx-auto gap-4 max-w-3xl :grid-cols-1">
32+
<h2 class="mb-8 subheading">DjangoCon US {{ site.conf_year }} was hosted in Durham, North Carolina for the second time and brought together over 300 attendees from all over the world!</h2>
4433

45-
<h3 class="mb-6 text-lg font-heading lg:text-xl">
46-
<b>Font memory from {{ site.conf_year }}?</b>
47-
<br/>Share it with us:</h3>
48-
{% include "conf-social-share.html" %}
49-
</section>
50-
51-
<section class="prose prose-lg lg:col-span-3">
34+
<section class="prose prose-lg">
5235
{% markdown %}
53-
From tutorials on Airflow and Postgres to talks about contributing to Django and diversity, equity and inclusion to hallway tracks and sprint contributions, 2023 was another fantastic year for DjangoCon US!
54-
55-
Every year, DjangoCon US works hard to make our program better and more accessible, and this year we're super proud of the features we had:
36+
Wow, what a ride! With three days of Django magic and two days of sprints, over 440 of us came together both online and in-person to learn, share and grow.
5637

57-
* **Deep Dive Day**, a single-track conference day dedicated to talks that go into more detail on Django topics
58-
* Accessibility wins: Once again we provided subsidized child care, a **dedicated lactation room** and **live captioning** for all talks
59-
* **Travel stipends** for all speakers
60-
* **Technology reimbursement** for online presenters
61-
62-
Thanks to our generous sponsors, who helped make these conference dreams a reality.
38+
DjangoCon US continues to be a hallmark event for the Django community, and strives to bring together the people behind the projects we all know and love. We had a great time learning from each other, sharing our experiences, and making new friends.
39+
40+
We thank our fantastic sponsors, speakers, volunteers, and the City of Durham for making this event possible.
6341
{% endmarkdown %}
6442
</section>
65-
<div class="flex flex-col items-center justify-center gap-6 lg:col-span-2">
66-
<img
67-
src="/assets/img/theme/graphics/sponsor.svg"
68-
alt="The words 'Thank you'"
69-
class="w-full" />
70-
</div>
7143
</div>
7244
</div>
7345
</div>
7446

75-
7647
<!-- Talk highlights -->
7748
<div class="bg-gray-100 block-container">
7849
<div class="wrapper">
7950
<section class="mb-8 text-center">
8051
<h2 class="mb-4 text-2xl font-bold font-heading lg:text-5xl">Awesome Talks and Tutorials</h2>
81-
<p class="mb-6 text-lg lg:text-xl">We featured over 50 talks & tutorials this year. Here are some crowd favorites!</p>
82-
<a href="/schedule/" class="button">View the full schedule</a>
52+
<p class="mb-6 text-lg lg:text-xl">Speakers shared over 50 talks & tutorials this year. Here are some crowd favorites!</p>
8353
</section>
8454

8555
<ul class="grid gap-8 lg:grid-cols-3 auto-rows-fr">
@@ -90,10 +60,14 @@ <h2 class="mb-4 text-2xl font-bold font-heading lg:text-5xl">Awesome Talks and T
9060
{%- include "session-card.html", session:session.data, color_class: color_class %}
9161
{%- endfor %}
9262
</ul>
63+
64+
<section class="my-8 text-center">
65+
<a href="{{ site.youtube_link }}" class="button bg-yellow">Watch Talks on YouTube</a>
66+
<a href="/schedule" class="button bg-yellow">See list of all talks</a>
67+
</section>
9368
</div>
9469
</div>
9570

96-
9771
<!-- Presenters -->
9872
<div class="block-container">
9973
<div class="wrapper">
@@ -102,65 +76,7 @@ <h2 class="mb-8 text-3xl font-bold font-heading lg:text-5xl">Our Presenters are
10276
</div>
10377
</div>
10478

105-
106-
<!-- Stats -->
107-
<div class="bg-purple block-container">
108-
<div class="wrapper">
109-
<div class="grid-1-2">
110-
<section class="flex flex-col justify-center">
111-
<h2 class="mb-4 text-3xl font-bold font-heading lg:text-5xl">{{ site.conf_year }} By the Numbers</h2>
112-
<p class="mb-6 text-xl lg:text-2xl">
113-
{{ site.conf_year }} was an amazing year for attendance, sponsorship,
114-
talks, food, really everything that goes into making a conference
115-
great.
116-
</p>
117-
</section>
118-
<div>
119-
<div class="overflow-x-auto">
120-
<table class="text-lg">
121-
<thead>
122-
<tr>
123-
<th>What?</th>
124-
<th>Tell me about it.</th>
125-
</tr>
126-
</thead>
127-
<tbody class="bg-white">
128-
<tr>
129-
<td>In-person Attendees</td>
130-
<td>276</td>
131-
</tr>
132-
<tr>
133-
<td>Online Attendees</td>
134-
<td>167</td>
135-
</tr>
136-
<tr>
137-
<td>Tutorial Attendees</td>
138-
<td>42</td>
139-
</tr>
140-
<tr>
141-
<td>Tutorials</td>
142-
<td>{{ collections.tutorials | size }}</td>
143-
</tr>
144-
<tr>
145-
<td>Talks</td>
146-
<td>{{ collections.talks | size }}</td>
147-
</tr>
148-
<tr>
149-
<td>Virtual Co-writing Sessions</td>
150-
<td>2</td>
151-
</tr>
152-
<tr>
153-
<td>Trivia Questions</td>
154-
<td>15</td>
155-
</tr>
156-
</tbody>
157-
</table>
158-
</div>
159-
</div>
160-
</div>
161-
</div>
162-
</div>
163-
79+
<!-- Photos -->
16480
<div class="block-container">
16581
<div class="wrapper">
16682
<div class="grid lg:grid-cols-3 auto-rows-fr">
@@ -187,7 +103,7 @@ <h2 class="mb-4 text-2xl font-bold font-heading lg:text-3xl">Picture Perfect</h2
187103
</div>
188104

189105
<!-- Organizers -->
190-
<div class="block-container">
106+
<div class="block-container bg-gray-100">
191107
<div class="wrapper">
192108
<h2 class="mb-4 text-3xl font-bold font-heading lg:text-5xl">DjangoCon US {{ site.conf_year }} was<br/> possible through lots of ❤️</h2>
193109
<p class="mb-6 text-xl lg:text-2xl">
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

src/index.html

+22-19
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,34 @@
77

88
# Featured talks (talks only). Max 6.
99
featured_session_slugs:
10-
- error-culture
11-
- upgrading-eol-django-a-journey-from-v1-to-v5
12-
- finding-2-0
10+
- keynote-sheena-oconnell
11+
- keynote-mario-munoz
12+
- keynote-natalia-bidart
13+
- a-brief-history-of-django
14+
- an-opinionated-guide-to-modern-django-forms
15+
- django-the-web-framework-that-changed-my-life
1316

1417

1518
# Any number of featured photos. No maxiumum.
1619
# Desktop this looks like a 3x3 grid, with 2 on the first row.
1720
# Best to use (3*n + 2) photos.
1821
featured_photos:
19-
- src: https://picsum.photos/800/600
20-
alt: A photo placeholder
21-
- src: https://picsum.photos/800/600
22-
alt: A photo placeholder
23-
- src: https://picsum.photos/800/600
24-
alt: A photo placeholder
25-
- src: https://picsum.photos/800/600
26-
alt: A photo placeholder
27-
- src: https://picsum.photos/800/600
28-
alt: A photo placeholder
29-
- src: https://picsum.photos/800/600
30-
alt: A photo placeholder
31-
- src: https://picsum.photos/800/600
32-
alt: A photo placeholder
33-
- src: https://picsum.photos/800/600
34-
alt: A photo placeholder
22+
- src: /assets/img/2024/54089368503_6d978c30af_c.jpg
23+
alt: Board game night at DjangoCon US 2024
24+
- src: /assets/img/2024/54089447634_f814ba2b43_c.jpg
25+
alt: Dinner at Geer Street Garden
26+
- src: /assets/img/2024/54089363688_7a5818089f_c.jpg
27+
alt: DjangoCon US 2024 attendees
28+
- src: /assets/img/2024/54089445524_7e706bce76_c.jpg
29+
alt: Attendees at DjangoCon US 2024
30+
- src: /assets/img/2024/54089369558_641c45d7a0_c.jpg
31+
alt: Attendees at DjangoCon US 2024
32+
- src: /assets/img/2024/54088240897_a94556b65d_c.jpg
33+
alt: Meeting during sprints at DjangoCon US 2024
34+
- src: /assets/img/2024/54088241362_0c5817d0e3_c.jpg
35+
alt: Panel discussion at DjangoCon US 2024
36+
- src: /assets/img/2024/54089363253_3a0747a461_c.jpg
37+
alt: Rock climbing after DjangoCon US 2024
3538
---
3639

3740

0 commit comments

Comments
 (0)