Skip to content

Commit ab35699

Browse files
committed
Adds graphics to some sub pages
1 parent 4b2fcd5 commit ab35699

File tree

6 files changed

+59
-30
lines changed

6 files changed

+59
-30
lines changed

src/about/conduct.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@
88
redirect_from: /coc/
99
---
1010

11-
<div class="hero">
11+
<div class="block-container">
1212
<div class="wrapper">
13-
<header>
14-
<h1 class="mb-8 pageheading">{{ title }}</h1>
15-
16-
<div class="max-w-[60rem]">
13+
<header class="flex flex-wrap items-center gap-8 lg:gap-16">
14+
<img
15+
src="/assets/img/theme/graphics/coc.svg"
16+
alt="A code of conduct document"
17+
class="hidden w-full max-w-80 md:block" />
18+
<div class="flex-1 max-w-screen-lg">
19+
<h1 class="mb-8 pageheading">{{ title }}</h1>
1720
<p class="subheading">
1821
DjangoCon US is dedicated to providing a fun harassment-free conference experience for everyone, regardless of gender, gender identity, sexual orientation, disability, physical appearance, body size, race, or religion.
1922
</p>
@@ -51,9 +54,9 @@ <h2 class="mb-8 text-lg font-bold font-heading lg:text-2xl">Need help?</h2>
5154
<section class="prose lg:prose-lg">
5255
<h2>Important Numbers</h2>
5356

54-
<p>Conference staff will be happy to help participants contact venue security or local law enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the duration of the conference. We value your attendance.</p>
57+
<p>Conference staff will be happy to help participants contact venue security or local law enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the duration of the conference. We value your attendance.</p>
5558

56-
<p>If your physical safety or the physical safety of others is at risk, please dial 911. If you are outside of Durham, or on a cell phone, and need to access Durham's 911 services, dial <a href="tel:+1-969-560-4600">(919) 560-4600</a>. For other needs, contact the relevant authorities below.</p>
59+
<p>If your physical safety or the physical safety of others is at risk, please dial 911. If you are outside of Durham, or on a cell phone, and need to access Durham's 911 services, dial <a href="tel:+1-969-560-4600">(919) 560-4600</a>. For other needs, contact the relevant authorities below.</p>
5760
</section>
5861
<section>
5962
<section class="prose lg:prose-lg">

src/about/faq.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@
88
permalink: /faq/
99
---
1010

11-
<div class="hero">
11+
<div class="block-container">
1212
<div class="wrapper">
13-
<header>
14-
<h1 class="mb-6 pageheading">{{ title }}</h1>
15-
16-
<div class="max-w-[60rem]">
13+
<header class="flex flex-wrap items-center gap-8 lg:gap-16">
14+
<img
15+
src="/assets/img/theme/graphics/faq.svg"
16+
alt="Question mark and exclamation point in a speech bubble"
17+
class="hidden w-full max-w-80 md:block" />
18+
<div class="flex-1 max-w-screen-lg">
19+
<h1 class="mb-6 pageheading">{{ title }}</h1>
1720
<h2 class="mb-6 subheading">
1821
The answer to every question below is <strong>YES!</strong>
1922
</h2>

src/about/public-health.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,18 @@
1111

1212
<div class="block-container">
1313
<div class="wrapper">
14-
<div class="max-w-[60rem]">
15-
<h1 class="mb-8 pageheading">{{ title }}</h1>
16-
<h2 class="subheading">DjangoCon US 2024's public health policy includes required testing and a mask recommendation.</h2>
17-
</div>
14+
<header class="flex flex-wrap items-center gap-8 lg:gap-16">
15+
<img
16+
src="/assets/img/theme/graphics/health.svg"
17+
alt="Doctor's bag"
18+
class="hidden w-full max-w-80 md:block" />
19+
<div class="flex-1 max-w-screen-lg">
20+
<h1 class="mb-8 pageheading">{{ title }}</h1>
21+
<p class="subheading">
22+
DjangoCon US 2024's public health policy includes required testing and a mask recommendation.
23+
</p>
24+
</div>
25+
</header>
1826
</div>
1927
</div>
2028

src/about/tickets.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@
1010
---
1111

1212

13-
<div class="py-12">
13+
<div class="block-container">
1414
<div class="wrapper">
15-
<header>
16-
<h1 class="mb-8 pageheading">{{ title }}</h1>
17-
18-
<div class="max-w-[60rem]">
15+
<header class="flex flex-wrap items-center gap-8 lg:gap-16">
16+
<img
17+
src="/assets/img/theme/graphics/tickets.svg"
18+
alt="Two colorful tickets"
19+
class="hidden w-full max-w-80 md:block" />
20+
<div class="flex-1 max-w-screen-lg">
21+
<h1 class="mb-8 pageheading">{{ title }}</h1>
1922
<p class="subheading">
2023
DjangoCon US 2024 tickets are no longer on sale, but if you want to see what they cost, or need to consult the refund policy, keep reading!
2124
</p>

src/about/visas.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,21 @@
88
permalink: /visas/
99
---
1010

11-
<div class="hero">
11+
<div class="block-container">
1212
<div class="wrapper">
13-
<header>
14-
<h1 class="pageheading">{{ title }}</h1>
13+
<header class="flex flex-wrap items-center gap-8 lg:gap-16">
14+
<img
15+
src="/assets/img/theme/graphics/visa.svg"
16+
alt="A passport with a visa stamp in it"
17+
class="hidden w-full max-w-80 md:block" />
18+
<div class="flex-1 max-w-screen-lg">
19+
<h1 class="pageheading">{{ title }}</h1>
20+
</div>
1521
</header>
1622
</div>
1723
</div>
1824

19-
<div class="pt-0 block-container">
25+
<div class="bg-gray-100 block-container">
2026
<div class="wrapper">
2127
<div class="prose lg:prose-lg">
2228
<h2 id="do-i-need-a-visa-to-enter-the-usa">Do I need a visa to enter the USA?</h2>

src/sponsors/index.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@
33
layout: default
44
---
55

6-
<div class="hero">
6+
<div class="block-container">
77
<div class="wrapper">
8-
<div class="max-w-[60rem]">
9-
<h1 class="mb-4 pageheading">{{ title }}</h1>
10-
<p class="lead">DjangoCon US is only possible through the generosity of the organizations and businesses on this page. Their donations make it possible for us to provide opportunity grants to speakers and attendees, record all talks, host sprints, and feed everyone for five days. Thank you for your support!</p>
11-
</div>
8+
<header class="flex flex-wrap items-center gap-8 lg:gap-16">
9+
<img
10+
src="/assets/img/theme/graphics/sponsor.svg"
11+
alt="The words 'Thank you'"
12+
class="hidden w-full max-w-80 md:block" />
13+
<div class="flex-1 max-w-screen-lg">
14+
<h1 class="mb-4 pageheading">{{ title }}</h1>
15+
<p class="lead">DjangoCon US is only possible through the generosity of the organizations and businesses on this page. Their donations make it possible for us to provide opportunity grants to speakers and attendees, record all talks, host sprints, and feed everyone for five days. Thank you for your support!</p>
16+
</div>
17+
</header>
1218
</div>
1319
</div>
1420

0 commit comments

Comments
 (0)