Skip to content

Commit

Permalink
Merge pull request #136 from djangocon/2024-recap
Browse files Browse the repository at this point in the history
First draft of recap page!
  • Loading branch information
sodevious authored Dec 13, 2024
2 parents c5f71da + 550e13b commit cc9b3b2
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 128 deletions.
4 changes: 2 additions & 2 deletions src/_data/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"domain": "https://2024.djangocon.us",
"timezone": "America/New_York",
"conf_year": 2024,
"phase": "active",

"phase": "archived",
"conduct_email": "conduct@djangocon.us",
"contact_us_email": "hello@djangocon.us",
"opportunity_grants_email": "grants@djangocon.us",
Expand All @@ -20,6 +19,7 @@
"sponsorship_prospectus": "",
"ticket_link": "https://ti.to/defna/djangocon-us-2024",
"photos_link": "https://flickr.com/photos/djangocon/albums/72177720312367244/",
"youtube_link": "https://www.youtube.com/playlist?list=PL2NFhrDSOxgWqE_5w5CX2iUR7-P1D0ny7",

"social": {
"flickr": "https://flickr.com/photos/djangocon/albums/",
Expand Down
130 changes: 23 additions & 107 deletions src/_includes/home/archived-conf-home.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!-- Hero -->
<div class="pt-8 pb-0 bg-repeat border-b-4 border-black lg:pt-2 bg-lines">
<div class="wrapper">
<div class="flex flex-col items-center gap-8 lg:flex-row">
<section class="self-center w-full pb-4 lg:flex-1">
<div class="pt-8 pb-0 bg-repeat border-b-4 border-blue-400 lg:pt-2 bg-lines">
<div class="wrapper my-8">
<div class="flex flex-col pt-4 items-center gap-8 ">
<section class="text-center self-center">
<h1 class="mb-4 text-4xl font-extrabold leading-tight lg:text-5xl">
{{ site.conf_year }} DjangoCon US Recap
</h1>
Expand All @@ -12,74 +12,44 @@ <h1 class="mb-4 text-4xl font-extrabold leading-tight lg:text-5xl">
</p>
</section>

<div class="self-end py-8 lg:max-w-2xl">
<div class="py-4">
<img
src="/assets/img/theme/welcome-durham.svg"
alt="The word Durham surrounded by colorful characters and stickers"
aria-hidden="true"
/>
</div>
</div>

<a href="{{ site.youtube_link }}" class="button bg-yellow my-4">Watch Talks on YouTube</a>
</div>
</div>
</div>

<!-- Secondary -->
<div class="block-container">
<div class="wrapper">
<div class="grid gap-8 lg:grid-cols-5 lg:gap-16">
<figure class="block h-full lg:col-span-3 photo-effect">
{% comment %}
Ideal 1200x630 image
{% endcomment %}
<img
src="https://picsum.photos/1200/630"
alt=""
loading="lazy"
class="object-cover w-full h-full"
/>
</figure>

<section class="lg:col-span-2">
<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>
<div class=" mx-auto gap-4 max-w-3xl :grid-cols-1">
<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>

<h3 class="mb-6 text-lg font-heading lg:text-xl">
<b>Font memory from {{ site.conf_year }}?</b>
<br/>Share it with us:</h3>
{% include "conf-social-share.html" %}
</section>

<section class="prose prose-lg lg:col-span-3">
<section class="prose prose-lg">
{% markdown %}
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!

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:
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.

* **Deep Dive Day**, a single-track conference day dedicated to talks that go into more detail on Django topics
* Accessibility wins: Once again we provided subsidized child care, a **dedicated lactation room** and **live captioning** for all talks
* **Travel stipends** for all speakers
* **Technology reimbursement** for online presenters

Thanks to our generous sponsors, who helped make these conference dreams a reality.
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.

We thank our fantastic sponsors, speakers, volunteers, and the City of Durham for making this event possible.
{% endmarkdown %}
</section>
<div class="flex flex-col items-center justify-center gap-6 lg:col-span-2">
<img
src="/assets/img/theme/graphics/sponsor.svg"
alt="The words 'Thank you'"
class="w-full" />
</div>
</div>
</div>
</div>


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

<ul class="grid gap-8 lg:grid-cols-3 auto-rows-fr">
Expand All @@ -90,10 +60,14 @@ <h2 class="mb-4 text-2xl font-bold font-heading lg:text-5xl">Awesome Talks and T
{%- include "session-card.html", session:session.data, color_class: color_class %}
{%- endfor %}
</ul>

<section class="my-8 text-center">
<a href="{{ site.youtube_link }}" class="button bg-yellow">Watch Talks on YouTube</a>
<a href="/schedule" class="button bg-yellow">See list of all talks</a>
</section>
</div>
</div>


<!-- Presenters -->
<div class="block-container">
<div class="wrapper">
Expand All @@ -102,65 +76,7 @@ <h2 class="mb-8 text-3xl font-bold font-heading lg:text-5xl">Our Presenters are
</div>
</div>


<!-- Stats -->
<div class="bg-purple block-container">
<div class="wrapper">
<div class="grid-1-2">
<section class="flex flex-col justify-center">
<h2 class="mb-4 text-3xl font-bold font-heading lg:text-5xl">{{ site.conf_year }} By the Numbers</h2>
<p class="mb-6 text-xl lg:text-2xl">
{{ site.conf_year }} was an amazing year for attendance, sponsorship,
talks, food, really everything that goes into making a conference
great.
</p>
</section>
<div>
<div class="overflow-x-auto">
<table class="text-lg">
<thead>
<tr>
<th>What?</th>
<th>Tell me about it.</th>
</tr>
</thead>
<tbody class="bg-white">
<tr>
<td>In-person Attendees</td>
<td>276</td>
</tr>
<tr>
<td>Online Attendees</td>
<td>167</td>
</tr>
<tr>
<td>Tutorial Attendees</td>
<td>42</td>
</tr>
<tr>
<td>Tutorials</td>
<td>{{ collections.tutorials | size }}</td>
</tr>
<tr>
<td>Talks</td>
<td>{{ collections.talks | size }}</td>
</tr>
<tr>
<td>Virtual Co-writing Sessions</td>
<td>2</td>
</tr>
<tr>
<td>Trivia Questions</td>
<td>15</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>

<!-- Photos -->
<div class="block-container">
<div class="wrapper">
<div class="grid lg:grid-cols-3 auto-rows-fr">
Expand All @@ -187,7 +103,7 @@ <h2 class="mb-4 text-2xl font-bold font-heading lg:text-3xl">Picture Perfect</h2
</div>

<!-- Organizers -->
<div class="block-container">
<div class="block-container bg-gray-100">
<div class="wrapper">
<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>
<p class="mb-6 text-xl lg:text-2xl">
Expand Down
Binary file added src/assets/img/2024/54088240897_a94556b65d_c.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/2024/54088241362_0c5817d0e3_c.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/2024/54089363253_3a0747a461_c.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/2024/54089363688_7a5818089f_c.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/2024/54089368503_6d978c30af_c.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/2024/54089369558_641c45d7a0_c.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/2024/54089445524_7e706bce76_c.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/2024/54089447634_f814ba2b43_c.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 22 additions & 19 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,34 @@

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


# Any number of featured photos. No maxiumum.
# Desktop this looks like a 3x3 grid, with 2 on the first row.
# Best to use (3*n + 2) photos.
featured_photos:
- src: https://picsum.photos/800/600
alt: A photo placeholder
- src: https://picsum.photos/800/600
alt: A photo placeholder
- src: https://picsum.photos/800/600
alt: A photo placeholder
- src: https://picsum.photos/800/600
alt: A photo placeholder
- src: https://picsum.photos/800/600
alt: A photo placeholder
- src: https://picsum.photos/800/600
alt: A photo placeholder
- src: https://picsum.photos/800/600
alt: A photo placeholder
- src: https://picsum.photos/800/600
alt: A photo placeholder
- src: /assets/img/2024/54089368503_6d978c30af_c.jpg
alt: Board game night at DjangoCon US 2024
- src: /assets/img/2024/54089447634_f814ba2b43_c.jpg
alt: Dinner at Geer Street Garden
- src: /assets/img/2024/54089363688_7a5818089f_c.jpg
alt: DjangoCon US 2024 attendees
- src: /assets/img/2024/54089445524_7e706bce76_c.jpg
alt: Attendees at DjangoCon US 2024
- src: /assets/img/2024/54089369558_641c45d7a0_c.jpg
alt: Attendees at DjangoCon US 2024
- src: /assets/img/2024/54088240897_a94556b65d_c.jpg
alt: Meeting during sprints at DjangoCon US 2024
- src: /assets/img/2024/54088241362_0c5817d0e3_c.jpg
alt: Panel discussion at DjangoCon US 2024
- src: /assets/img/2024/54089363253_3a0747a461_c.jpg
alt: Rock climbing after DjangoCon US 2024
---


Expand Down

0 comments on commit cc9b3b2

Please sign in to comment.