Skip to content

Commit 387bb4c

Browse files
authored
Merge pull request #113 from djangocon/venueless-minor-updates
minor updates to venueless help & welcome
2 parents 233b85a + 69b6b61 commit 387bb4c

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed
35.4 KB
Loading

src/venueless-help-page.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<div class="wrapper">
99
<header class="flex flex-wrap items-center gap-8 lg:gap-16">
1010
<img
11-
src="/assets/img/theme/hero-img.webp"
11+
src="/assets/img/misc/help-illustration.png"
1212
alt="welcome"
1313
class="hidden w-full max-w-80 md:block" />
1414
<div class="flex-1 max-w-screen-lg">
1515
<h1 class="mb-8 pageheading">{{ title }}</h1>
1616
<p class="subheading">
17-
Need Help? This is the place! Or, go to the <a href="https://djangoconus2024.slack.com">Slack</a> Page.
17+
Need Help? This is the place! Or, visit our <a href="https://djangoconus2024.slack.com">Slack</a>.
1818
</p>
1919
</div>
2020
</header>

src/venueless-welcome-page.html

+3-9
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,14 @@ <h1 class="mb-4 text-4xl font-extrabold leading-tight lg:text-5xl">
2424
class="hover:text-blue 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
2626
<a href="https://djangoconus2024.slack.com">Slack</a> and are looking forward to chatting with
27-
you there while watching the conference. We have two stages Junior Ballroom and Grand Ballroom III where you can watch speakers
27+
you there while watching the conference. <br /><br />We have two stages, Junior Ballroom and Grand Ballroom III where you can watch speakers
2828
while you ask questions in our Slack.
2929
</p>
3030

3131

3232
</section>
3333

3434

35-
<div class="self-end lg:max-w-2xl">
36-
<img
37-
src="/assets/img/theme/hero-img.webp"
38-
alt="A collage of Durham, NC centric stickers and photos."
39-
/>
40-
</div>
4135
</div>
4236
</div>
4337
</div>
@@ -85,12 +79,12 @@ <h2 class="mb-8 text-2xl font-bold text-center font-heading lg:text-5xl max-w-[2
8579
<h2 class="mb-8 text-2xl font-bold text-center font-heading lg:text-3xl max-w-[20ch] mx-auto">See our <strong><a href="https://dcus24.venueless.events/schedule" class="link">Schedule</a></strong>.</h2>
8680

8781
<div class="grid gap-8 lg:grid-cols-2 lg:gap-16">
88-
<section class="relative flex flex-col gap-4 p-6 bg-white bg-lines lg:pt-10 card-effect-1 items-center">
82+
<section class="relative flex flex-col items-center gap-4 p-6 bg-white bg-lines lg:pt-10 card-effect-1">
8983
<a href="https://dcus24.venueless.events/rooms/f2fc9f50-b0cd-4c15-a692-919111fb8b08"><img src="/assets/img/theme/icons/Compass.svg" alt="Two people. One person is standing slightly in front of the other." class="w-16 h-16 icon" />
9084
<h3 class="text-lg font-bold lg:text-2xl font-heading">Junior Ballroom</h3></a>
9185
</section>
9286

93-
<section class="relative flex flex-col gap-4 p-6 bg-white bg-lines lg:pt-10 card-effect-2 items-center">
87+
<section class="relative flex flex-col items-center gap-4 p-6 bg-white bg-lines lg:pt-10 card-effect-2">
9488
<a href="https://dcus24.venueless.events/rooms/f18501f2-a51f-4e1c-8563-e4c97ae4653e"><img src="/assets/img/theme/icons/Globe.svg" alt="An official document with words written on it." class="w-16 h-16 icon" />
9589
<h3 class="text-lg font-bold lg:text-2xl font-heading">Grand Ballroom III</h3></a>
9690
</section>

0 commit comments

Comments
 (0)