|
1 | | -<div class="pt-2 xl:pb-10 bg-cream"> |
| 1 | +<div class="pt-0 lg:pt-8 block-container"> |
2 | 2 | <div class="wrapper"> |
3 | | - <div class="flex flex-col my-4 gap-8 lg:flex-row"> |
4 | | - <section class="mx-auto 0 pb-4 text-center lg:flex-1 max-w-4xl"> |
5 | | - <h1 class="mb-4 text-3xl font-extrabold leading-tight md:text-4xl lg:text-5xl"> |
6 | | - Join us for five days of inspiration, education, and networking |
7 | | - </h1> |
8 | | - |
9 | | - <p class="mb-4 text-xl md:text-2xl lg:text-3xl"> |
10 | | - September 8-12th, 2025 |
11 | | - </p> |
12 | | - |
13 | | - <a |
14 | | - href="https://www.ihg.com/voco/hotels/us/en/chicago/chiwp/hoteldetail" |
15 | | - target="_blank" |
16 | | - class="mb-6 text-xl md:text-2xl underline-offset-4 decoration-[2px] lg:text-3xl">voco Chicago Downtown</a> |
17 | | - |
18 | | - <p class="mb-6 text-xl md:text-2xl"> |
19 | | - Chicago, Illinois |
20 | | - </p> |
21 | | - |
22 | | - <div class="button-group justify-center"> |
23 | | - <a class="button w-full sm:w-auto text-lg" href="{{ site.ticket_link }}">Buy Tickets</a> |
24 | | - <a class="button w-full sm:w-auto text-lg" href="{{ site.hotel_reservation_link }}">Book a Hotel Room</a> |
25 | | - |
26 | | - {% comment %} |
27 | | - <a class="button" href="/schedule/">Conference Schedule</a> |
28 | | - {% endcomment %} |
29 | | - </div> |
30 | | - <div class="button-group justify-center p-5"> |
31 | | - <!-- <a |
32 | | - class="font-bold" |
33 | | - href="{{ site.hotel_reservation_link }}" |
34 | | - >Book a Room</a> --> |
35 | | - <a |
36 | | - class="font-bold" |
37 | | - href="{{ site.mailing_list }}">Join Mailing List</a> |
38 | | - </div> |
39 | | - </section> |
40 | | - </div> |
41 | | - </div> |
42 | | -</div> |
43 | | - |
44 | | -<div class=" block-container"> |
45 | | - <div class="wrapper"> |
46 | | - <div class="grid-1-2"> |
47 | | - <section class="flex flex-col items-start justify-center mb-6 sm:mb-0"> |
48 | | - <h2 class="mb-4 text-3xl font-bold leading-relaxed font-heading lg:text-5xl">For Django fans<br/> of all levels</h2> |
| 3 | + <div class="grid-cols-2 gap-8 text-center lg:grid lg:text-left align-center"> |
| 4 | + <section class="my-6"> |
| 5 | + <h2 class="mb-4 text-3xl font-bold text-center lg:text-left lg:leading-relaxed font-heading lg:text-4xl">For Djangonauts of all levels</h2> |
49 | 6 | <p class="mb-6 text-xl lg:text-2xl"> |
50 | 7 | DjangoCon US has something for everyone, from the person who develops Django applications for a living to the person who just tinkers in their spare time. |
51 | 8 | </p> |
52 | | - <a class="button" href="/about">About DjangoCon US</a> |
| 9 | + <a class="w-full text-xl button sm:w-auto" href="/about">About DjangoCon US</a> |
53 | 10 | </section> |
54 | | - <div> |
55 | | - <ul class="space-y-10"> |
56 | | - <li> |
57 | | - {% |
58 | | - include 'date-card.html', |
59 | | - month:"Sep", |
60 | | - days:"8-10", |
61 | | - heading:"Talks: Dozens of talks chosen by the community" |
62 | | - %} |
63 | | - </li> |
64 | | - <li> |
65 | | - {% |
66 | | - include 'date-card.html', |
67 | | - month:"Sep", |
68 | | - days:"11-12", |
69 | | - heading:"Sprints: Team up to work on Django!" |
70 | | - %} |
71 | | - </li> |
72 | | - </ul> |
73 | | - </div> |
| 11 | + |
| 12 | + <ul class="items-center self-end gap-6 py-4 text-left lg:gap-0 md:flex lg:flex-col lg:items-start"> |
| 13 | + <li> |
| 14 | + {% |
| 15 | + include 'date-card.html', |
| 16 | + month:"Sep", |
| 17 | + days:"8-10", |
| 18 | + heading:"Talks: Dozens of talks chosen by the community" |
| 19 | + %} |
| 20 | + </li> |
| 21 | + <li> |
| 22 | + {% |
| 23 | + include 'date-card.html', |
| 24 | + month:"Sep", |
| 25 | + days:"11-12", |
| 26 | + heading:"Sprints: Team up to work on Django!" |
| 27 | + %} |
| 28 | + </li> |
| 29 | + </ul> |
74 | 30 | </div> |
75 | 31 | </div> |
76 | 32 | </div> |
77 | 33 |
|
78 | | -<div class="block-container bg-white"> |
79 | | - <div class="wrapper"> |
80 | | - <h2 class="mb-8 text-2xl font-bold text-center font-heading lg:text-5xl max-w-[20ch] mx-auto">A friendly conference for a friendly community</h2> |
81 | | -<div class="space-y-8"> |
82 | | - <section> |
83 | | - <h2 class="mb-4 text-2xl font-bold font-heading lg:text-4xl">Latest News</h2> |
84 | | - |
85 | | - <ol class="divide-y" reversed> |
86 | | - {%- for post in collections.posts reversed -%} |
87 | | - {% unless post.hidden or post.category == 'talk' or post.category == 'tutorial' %} |
88 | | - {% if forloop.index0 < 3 %} |
89 | | - <li> |
90 | | - <article class="py-4"> |
91 | | - <time |
92 | | - class="mb-2 text-sm tracking-wide text-gray-600 uppercase" |
93 | | - datetime="{{ post.date }}">{{ post.data.published_datetime | formatDateTime: "MMMM d, yyyy" }}</time> |
94 | | - <h3 class="text-xl font-semibold font-heading lg:text-2xl"><a href="{{ post.url }}" class="reverse-link">{{ post.data.title | escape }}</a></h3> |
95 | | - </article> |
96 | | - </li> |
97 | | - {% endif %} |
98 | | - {% endunless %} |
99 | | - {%- endfor -%} |
100 | | - </ol> |
101 | | - |
102 | | - <a class="button" href="/news/">Read more news</a> |
103 | | - </section> |
104 | | - |
105 | | - <div class="grid gap-8 lg:grid-cols-3 lg:gap-16"> |
106 | | - <section class="relative flex flex-col gap-4 p-6 bg-white lg:pt-10 card-effect-1"> |
107 | | - <img src="/assets/img/theme/icons/People.svg" alt="Two people. One person is standing slightly in front of the other." class="w-16 h-16 icon" /> |
108 | | - <h3 class="text-lg font-bold lg:text-2xl font-heading">Code of Conduct</h3> |
109 | | - <p class="lg:text-lg">Participants are expected to be respectful to each other. For details on our expectations, and who to contact if you need assistance, see our <strong><a href="/conduct/" class="link">Code of Conduct</a></strong>.</p> |
110 | | - </section> |
111 | | - |
112 | | - <section class="relative flex flex-col gap-4 p-6 bg-white lg:pt-10 card-effect-2"> |
113 | | - <img src="/assets/img/theme/icons/Document.svg" alt="An official document with words written on it." class="w-16 h-16 icon" /> |
114 | | - <h3 class="text-lg font-bold lg:text-2xl font-heading">COVID-19</h3> |
115 | | - <p class="lg:text-lg">Read our <strong><a href="/public-health" class="link">Public Health Policy</a></strong>, including mask and testing requirements.</p> |
116 | | - </section> |
117 | | - |
118 | | - <section class="relative flex flex-col gap-4 p-6 bg-white lg:pt-10 card-effect-3"> |
119 | | - <img src="/assets/img/theme/icons/Heart.svg" alt="A heart." class="w-16 h-16 icon" /> |
120 | | - <h3 class="text-lg font-bold lg:text-2xl font-heading">Accessibility</h3> |
121 | | - <p class="lg:text-lg">We offer a range of accommodations, including live captioning, thoughtful lunch options, and a dedicated accessibility team to ensure everyone can fully participate.</p> |
122 | | - </section> |
| 34 | +<div class="bg-white block-container wrapper"> |
| 35 | + <div class="space-y-8"> |
| 36 | + <h3 class="mb-4 text-xl font-bold tracking-wide text-center uppercase md:text-2xl font-heading">Learn more about Our Values</h3> |
| 37 | + |
| 38 | + <div class="grid gap-8 lg:grid-cols-2"> |
| 39 | + {% |
| 40 | + include 'value-card.html', |
| 41 | + bg:"/assets/img/2025/54088239977_6e8fb060a5_c.jpg", |
| 42 | + heading:"Code of Conduct" |
| 43 | + paragraph:"Participants are expected to be respectful to each other. For details on our expectations, and who to contact if you need assistance, see our <a href='/conduct/'>Code of Conduct</a>." |
| 44 | + %} |
| 45 | + {% |
| 46 | + include 'value-card.html', |
| 47 | + heading:"Accessibility" |
| 48 | + bg:"/assets/img/2025/53300199096_3d72d83ebd_c.jpg", |
| 49 | + paragraph:"We offer a range of accommodations, including live captioning, thoughtful lunch options, and a dedicated accessibility team to ensure everyone can fully participate." |
| 50 | + %} |
123 | 51 | </div> |
124 | 52 | </div> |
125 | 53 | </div> |
126 | 54 |
|
127 | | -<!-- <div class="block-container"> |
| 55 | +<div class="block-container"> |
128 | 56 | <div class="wrapper"> |
129 | | - <div class="grid-1-2"> |
130 | | - <figure> |
131 | | - <span class="block h-full photo-effect"> |
132 | | - <img |
133 | | - src="/assets/img/noah.jpg" |
134 | | - loading="lazy" |
135 | | - alt="Noah Alorwu smiling for a picture." |
136 | | - class="object-cover w-full h-full"> |
137 | | - </span> |
138 | | - </figure> |
139 | | - <section> |
140 | | - <h2 class="mb-8 text-2xl font-bold font-heading lg:text-5xl">Latest News</h2> |
| 57 | + <section class="items-center justify-between grid-cols-4 gap-8 py-4 sm:grid"> |
| 58 | + <img src="/assets/img/theme/blog.svg" alt="An official document with words written on it." class="hidden w-full sm:block"/> |
141 | 59 |
|
142 | | - <ol class="divide-y" reversed> |
| 60 | + <div class="col-span-3"> |
| 61 | + <h2 class="mb-4 text-3xl font-bold text-center md:text-left font-heading lg:text-4xl">Featured News</h2> |
| 62 | + |
| 63 | + <ol class="flex flex-col items-center col-span-2 md:items-start" reversed> |
143 | 64 | {%- for post in collections.posts reversed -%} |
144 | | - {% unless post.hidden or post.category == 'talk' or post.category == 'tutorial' %} |
145 | | - {% if forloop.index0 < 3 %} |
146 | | - <li> |
147 | | - <article class="py-6"> |
148 | | - <time |
149 | | - class="mb-2 tracking-wide text-gray-600 uppercase" |
150 | | - datetime="{{ post.date }}">{{ post.data.published_datetime | formatDateTime: "MMMM d, yyyy" }}</time> |
151 | | - <h2 class="text-xl font-semibold font-heading lg:text-2xl"><a href="{{ post.url }}" class="reverse-link">{{ post.data.title | escape }}</a></h2> |
152 | | - </article> |
153 | | - </li> |
154 | | - {% endif %} |
155 | | - {% endunless %} |
| 65 | + {% if post.data.featured %} |
| 66 | + <li> |
| 67 | + <article class="gap-8 py-4"> |
| 68 | + <time class="mb-2 tracking-wide text-gray-600 uppercase" datetime="{{ post.date }}"> |
| 69 | + {{ post.data.published_datetime | formatDateTime: "MMMM d, yyyy" }} |
| 70 | + </time> |
| 71 | + <h3 class="text-xl font-semibold font-heading"> |
| 72 | + <a href="{{ post.url }}" class="">{{ post.data.title | escape }}</a> |
| 73 | + </h3> |
| 74 | + </article> |
| 75 | + </li> |
| 76 | + {%- endif -%} |
156 | 77 | {%- endfor -%} |
157 | 78 | </ol> |
158 | | -
|
159 | | - <a class="button" href="/news/">Read More News</a> |
160 | | - </section> |
161 | | - </div> |
| 79 | + </div> |
| 80 | + </section> |
162 | 81 | </div> |
163 | | -</div> --> |
| 82 | +</div> |
164 | 83 |
|
165 | 84 | <div class="block-container"> |
166 | | - <div class="wrapper"> |
167 | | - <h2 class="mb-10 text-2xl font-bold text-center font-heading lg:text-5xl">Our Sponsors</h2> |
| 85 | + <div class="text-center wrapper"> |
| 86 | + <h2 class="mb-10 text-3xl font-bold font-heading lg:text-4xl">Our Sponsors</h2> |
168 | 87 |
|
169 | 88 | {% include "sponsor-listing.html" %} |
| 89 | + |
| 90 | + <a href="/sponsors/" class="mt-20 text-xl button">Become a Sponsor</a> |
170 | 91 | </div> |
171 | 92 | </div> |
0 commit comments