Skip to content

Commit 145e140

Browse files
committed
✏️ Replace Durham with Chicago in a bunch of places
1 parent c58242e commit 145e140

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

src/_layouts/session.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1 class="my-2 text-3xl font-bold leading-tight lg:text-5xl">{{ title }}</h1>
1414
</span>
1515

1616
<a
17-
href="https://time.is/compare/{{ start_datetime | formatDateTime: "hhmma_dd_MMMM_yyyy" }}_in_Durham"
17+
href="https://time.is/compare/{{ start_datetime | formatDateTime: "hhmma_dd_MMMM_yyyy" }}_in_Chicago"
1818
class="button"
1919
aria-label="View on time.is">View on time.is</a>
2020
</p>

src/about/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<header class="flex flex-wrap items-center gap-8 lg:gap-16">
1212
<img
1313
src="/assets/img/theme/graphics/about.svg"
14-
alt="Two global with a map marker on Durham, NC"
14+
alt="A cartoony drawing of a globe with a map marker placed on a green land mass"
1515
class="hidden w-full max-w-80 md:block" />
1616

1717
<div class="flex-1 max-w-screen-lg">

src/about/tickets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ <h2 class="mb-8 text-2xl font-bold font-heading lg:text-4xl">What is the refund
171171

172172
For all dates the cutoff is on or before 5:00 PM PDT per the time stamp on DEFNA's servers.
173173

174-
**We hope to see you in Durham!**
174+
**We hope to see you in Chicago!**
175175
{% endmarkdown %}
176176
</section>
177177
</div>

src/sponsors/information.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h4 id="need-a-custom-sponsorship-package">Need a custom sponsorship package?</h
244244

245245
<p>We've helped sponsors host luncheons, throw parties, and add opportunity grant sponsorship and other perks to existing packages.</p>
246246

247-
<p>Whether you're joining us in Durham or supporting us from afar, please consider sponsoring DjangoCon US 2025.</p>
247+
<p>Whether you're joining us in Chicago or supporting us from afar, please consider sponsoring DjangoCon US 2025.</p>
248248

249249
<p>We can't do it without you and hope to see you there!</p>
250250

src/venue.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h1 class="mb-4 pageheading">Welcome to Chicago!</h1>
4848
<img
4949
class="w-full mt-8"
5050
src="/assets/img/2025/venue-2.svg"
51-
alt="The word Durham surrounded by colorful characters and stickers"
51+
alt="A stylized drawing of a cityscape"
5252
aria-hidden="true"
5353
/>
5454
</section>
@@ -154,7 +154,7 @@ <h2 class="text-3xl font-bold font-heading lg:text-5xl">Other hotel options near
154154
/>
155155
<figcaption>Hyatt Centric Chicago Magnificent Mile</figcaption>
156156
</figure> -->
157-
157+
158158
</div>
159159
</div>
160160

@@ -163,10 +163,10 @@ <h2 class="text-3xl font-bold font-heading lg:text-5xl">Other hotel options near
163163
<header class="mb-12">
164164
<h2 class="mb-6 text-3xl font-bold font-heading lg:text-5xl" id="places">Around Chicago</h2>
165165
<p class="space-y-6 text-xl lg:text-2xl max-w-[60rem]">
166-
The voco Chicago Downtown is perfectly situated to explore the best of Chicago! Public transportation, including the famous "L" train system (CTA), is easily accessible.
166+
The voco Chicago Downtown is perfectly situated to explore the best of Chicago! Public transportation, including the famous "L" train system (CTA), is easily accessible.
167167
</p><br/>
168168
<p class="space-y-6 text-xl lg:text-2xl max-w-[60rem]">
169-
The Clark/Lake CTA station (serving the Blue, Green, Brown, Pink, and Orange Lines) is just a short walk away, connecting you to most major attractions and O'Hare International Airport.
169+
The Clark/Lake CTA station (serving the Blue, Green, Brown, Pink, and Orange Lines) is just a short walk away, connecting you to most major attractions and O'Hare International Airport.
170170
</p><br/>
171171
<p class="space-y-6 text-xl lg:text-2xl max-w-[60rem]">
172172
Popular ride-sharing services (Uber, Lyft) and traditional taxis are also readily available. While you're cruising around town, be sure to check out some of our favorite spots and activities:
@@ -217,13 +217,13 @@ <h2 class="mb-6 text-3xl font-bold font-heading lg:text-5xl">An Accessible Exper
217217
</li>
218218
<li>
219219
A Lactation Room will be available as needed Sunday-Wednesday.
220-
220+
221221
<!-- A refrigerator will be available in that room.
222222
<a href="/news/lactation-room/"
223223
>Read more about using the lactation room</a>.
224224
-->
225225
</li>
226-
<!--
226+
<!--
227227
<li>
228228
<a href="http://www.aasandiego.org/">Attend a recovery meeting</a>.
229229
There are many recovery meetings near the conference hotel,
@@ -243,4 +243,4 @@ <h2 class="mb-6 text-3xl font-bold font-heading lg:text-5xl">An Accessible Exper
243243
</li>
244244
</ul>
245245
</div>
246-
</div>
246+
</div>

src/venueless-welcome-page.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="flex flex-col gap-8 lg:flex-row">
1111
<section class="self-center w-full pb-4 lg:flex-1">
1212
<h1 class="mb-4 text-4xl font-extrabold leading-tight lg:text-5xl">
13-
Welcome to DjangoCon US 2024 Online
13+
Welcome to DjangoCon US 2025 Online
1414
</h1>
1515
<br>
1616
<!-- <p class="mb-4 text-2xl lg:text-3xl">
@@ -23,8 +23,8 @@ <h1 class="mb-4 text-4xl font-extrabold leading-tight lg:text-5xl">
2323
target="_blank"
2424
class="hover:text-teal reverse-link">Durham Convention Center<br/><strong>Durham, NC</strong></a> -->
2525
We are so happy to be hosting you online. We will be hosting discussions on
26-
<a href="https://djangoconus2024.slack.com">Slack</a> and are looking forward to chatting with
27-
you there while watching the conference. <br /><br />We have two stages, Junior Ballroom and Grand Ballroom III where you can watch speakers
26+
<a href="https://djangoconus2025.slack.com">Slack</a> and are looking forward to chatting with
27+
you there while watching the conference. <br /><br />We have two stages, Wolf Point and Sauganash, where you can watch speakers
2828
while you ask questions in our Slack.
2929
</p>
3030

@@ -50,7 +50,7 @@ <h2 class="mb-4 text-3xl font-bold leading-relaxed font-heading lg:text-5xl">Loo
5050
<div>
5151
<ul class="space-y-10">
5252
<li>
53-
<h2 class="mb-4 text-xl font-bold leading-relaxed font-heading lg:text-3xl"><a href="https://djangoconus2024.slack.com">Slack</a></h2>
53+
<h2 class="mb-4 text-xl font-bold leading-relaxed font-heading lg:text-3xl"><a href="https://djangoconus2025.slack.com">Slack</a></h2>
5454
<p>This is where we will be chatting. Come ask the speakers questions.
5555
Here you can also look at job opportunities, find the help desk, announcements updating speaker times, and hang out with us</p>
5656
</li>

src/visa-invitation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1 class="mb-6 text-center pageheading">{{ title }}</h1>
2424
</li>
2525
<li>
2626
<label for="address">Address</label>
27-
<input type="text" name="address" id="address" placeholder="125 32nd Street, Durham, North Carolina, USA" required>
27+
<input type="text" name="address" id="address" placeholder="125 32nd Street, Chicago, Ohio, USA" required>
2828
</li>
2929
<li>
3030
<label for="dob">Date of Birth</label>

tools/generate_speaker_blog_post.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
3131
If you'd like to check out these talks and more, [tickets are still on sale]({{site.ticket_link}}).
3232
Tutorials (sold separately from conference registration) are $195 each, and we will have the schedule
33-
for those up soon. We hope to see you in Durham!
33+
for those up soon. We hope to see you in Chicago!
3434
"""
3535

3636
LINE_TEMPLATE = """- {talk["title"]} by {talk["presenters"][0]["name"]} {urls}"""

0 commit comments

Comments
 (0)