Skip to content

Commit 99282be

Browse files
committed
landing page
1 parent a0e6a5b commit 99282be

File tree

2 files changed

+22
-159
lines changed

2 files changed

+22
-159
lines changed
+21-158
Original file line numberDiff line numberDiff line change
@@ -1,168 +1,31 @@
1-
2-
<div class="pt-8 bg-repeat block-container">
3-
<div class="wrapper narrow">
4-
<div class="space-y-8 text-center">
5-
<img
6-
src="/assets/img/theme/logo.svg"
7-
alt="DjangoCon US"
8-
class="h-12 mx-auto lg:h-24">
9-
10-
<h1 class="mb-4 text-4xl font-extrabold leading-tight lg:text-5xl">
11-
Join us for <strong>five days</strong><br/> of inspiration, education,<br/>and networking
1+
<section class="bg-light-blue-50">
2+
<div class="mx-auto max-w-screen-xl px-4 py-32 lg:flex lg:items-center">
3+
<div class="mx-auto max-w-xl text-center">
4+
<h1 class=" font-extrabold text-blue-950 text-5xl/[1.5]">
5+
DjangoCon US 2025
6+
<strong class="font-extrabold text-blue-700 text-2xl uppercase tracking-wide block">Chicago, Illinois</strong>
127
</h1>
138

14-
<p class="mb-4 text-2xl lg:text-3xl">
15-
<strong>September 22-27, 2024</strong>
9+
<p class="mt-8 sm:text-2xl/relaxed">
10+
<a href="https://www.ihg.com/voco/hotels/us/en/chicago/chiwp/hoteldetail" target="_blank"
11+
class="hover:text-blue block link">voco Chicago Downtown</a>
12+
<strong>September 8-12th, 2025</strong>
1613
</p>
1714

18-
<p class="mb-6 text-2xl lg:text-3xl">
19-
<a
20-
href="https://www.marriott.com/events/start.mi?id=1674740649947&key=GRP"
21-
target="_blank"
22-
class="hover:text-blue link">Durham Convention Center<br/><strong>Durham, NC</strong></a>
15+
<p class="flex flex-wrap justify-center my-6 gap-4">
16+
<a href="{{ site.ticket_link }}" class="button ">Mailing list for updates</a>
17+
<a href="https://fosstodon.org/@djangocon" class="button">@djangocon@fosstodon</a>
2318
</p>
2419

25-
<p class="flex flex-wrap justify-center gap-4">
26-
<a
27-
href="{{ site.ticket_link }}"
28-
class="button bg-blue">Buy tickets</a>
29-
<a
30-
href="{{ site.mailing_list }}"
31-
class="button">Join our mailing list</a>
20+
<p class="mt-12 text-lg">
21+
Stay tuned for lots more news coming soon. We're working hard to open our speaker CFPs, opportunity grants, etc.
3222
</p>
33-
</div>
34-
</div>
35-
</div>
36-
37-
<div class="bg-gray-100 block-container">
38-
<div class="wrapper">
39-
<div class="grid gap-8 lg:grid-cols-2 lg:gap-16">
40-
<section>
41-
<h2 class="mb-4 text-2xl font-bold font-heading lg:text-4xl lg:mb-8">Book your hotel room</h2>
42-
<div class="mb-4 space-y-4 text-lg">
43-
<p>The conference will be hosted at the <a href="https://www.marriott.com/en-us/hotels/rducv-durham-marriott-city-center/overview/" class="">Marriott Durham City Center</a>. Be sure to book your room by <strong>September 16!</strong>
44-
<p>The hotel connects directly to the convention center.</p>
45-
</div>
46-
47-
<div class="flex flex-wrap gap-4">
48-
<a href="{{ site.hotel_reservation_link }}" class="button">Book your room</a>
49-
<a
50-
class="button"
51-
href="https://maps.google.com/maps?ll=35.997514,-78.902347&z=16&t=m&hl=en&gl=US&mapclient=embed&q=301%20W%20Morgan%20St%20Durham%2C%20NC%2027701"
52-
target="_blank">View on map</a>
53-
</div>
5423

55-
56-
<figure class="mt-6">
57-
<img
58-
class="w-full media"
59-
src="/assets/img/venue/durham-marriott-exterior.jpeg"
60-
alt="Exterior photo of Durham Marriott City Center"
61-
/>
62-
<figcaption>Durham Marriott City Center</figcaption>
63-
</figure>
64-
</section>
65-
66-
<div class="space-y-8">
67-
<section>
68-
<h2 class="mb-4 text-2xl font-bold font-heading lg:text-4xl">Latest News</h2>
69-
70-
<ol class="divide-y" reversed>
71-
{%- for post in collections.posts reversed -%}
72-
{% unless post.hidden or post.category == 'talk' or post.category == 'tutorial' %}
73-
{% if forloop.index0 < 3 %}
74-
<li>
75-
<article class="py-4">
76-
<time
77-
class="mb-2 text-sm tracking-wide text-gray-600 uppercase"
78-
datetime="{{ post.date }}">{{ post.data.published_datetime | formatDateTime: "MMMM d, yyyy" }}</time>
79-
<h3 class="text-xl font-semibold font-heading lg:text-2xl"><a href="{{ post.url }}" class="reverse-link">{{ post.data.title | escape }}</a></h3>
80-
</article>
81-
</li>
82-
{% endif %}
83-
{% endunless %}
84-
{%- endfor -%}
85-
</ol>
86-
87-
<a class="button" href="/news/">Read more news</a>
88-
</section>
89-
90-
<section class="p-4 bg-green-100 rounded">
91-
<h3 class="mb-4 text-lg font-bold font-heading lg:text-2xl">Attention!</h3>
92-
<p class="text-lg lg:text-xl">
93-
Our
94-
<a href="/speaking/" class="link">Call for Proposals</a>
95-
and
96-
<a href="/opportunity-grants/" class="link">Opportunity Grant applications</a>
97-
are now open!
98-
</p>
99-
</section>
100-
</div>
101-
</div>
102-
</div>
103-
</div>
104-
105-
<div class="bg-blue-600 block-container">
106-
<div class="wrapper">
107-
<div class="grid gap-8 lg:grid-cols-3 lg:gap-16">
108-
<section class="relative flex flex-col gap-4 p-6 bg-white lg:pt-10 card-effect-1">
109-
<img src="/assets/img/theme/icons/Compass.svg" alt="A compass" class="w-16 h-16 icon" />
110-
<h3 class="text-lg font-bold lg:text-2xl font-heading">Learn from Django's Brightest</h3>
111-
<p class="lg:text-lg">Every conference is packed with talks and workshops by Django veterans and enthusiastic first-time presenters. <a href="https://2022.djangocon.us/talks/" class="link">See last year's schedule</a></p>
112-
</section>
113-
114-
<section class="relative flex flex-col gap-4 p-6 bg-white lg:pt-10 card-effect-2">
115-
<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" />
116-
<h3 class="text-lg font-bold lg:text-2xl font-heading">Let's Grow Together&mdash;Organize DjangoCon US</h3>
117-
118-
<p class="lg:text-lg">
119-
<a href="https://2023.djangocon.us/news/call-for-2023-volunteers/">Help make the conference happen</a> by taking a leadership role on the organizing team, or volunteering to help out over the next several months.
120-
121-
<a href="mailto:[email protected]?subject=Organizing DjangoCon US 2023" class="link">Contact us to volunteer</a></p>
122-
</section>
123-
124-
<section class="relative flex flex-col gap-4 p-6 bg-white lg:pt-10 card-effect-3">
125-
<img src="/assets/img/theme/icons/Document.svg" alt="An official document with words written on it." class="w-16 h-16 icon" />
126-
<h3 class="text-lg font-bold lg:text-2xl font-heading">Code of Conduct</h3>
127-
<p class="lg:text-lg">
128-
Participants are expected to be respectful to each other. DjangoCon US is a welcoming environment.
129-
<a href="https://github.com/djangocon/2023.djangocon.us/blob/main/CODE_OF_CONDUCT.md" class="link">See our code of conduct</a>
130-
</p>
131-
</section>
132-
</div>
133-
</div>
134-
</div>
135-
136-
<div class="block-container">
137-
<div class="wrapper">
138-
<div class="grid gap-8 lg:grid-cols-2 lg:gap-16">
139-
<div>
140-
<figure>
141-
<span class="photo-effect">
142-
<img
143-
class="w-full media"
144-
src="/assets/img/crowd-1.jpg"
145-
alt="DjangoCon US organizers and attendees"
146-
/>
147-
</span>
148-
<figcaption>DjangoCon Organizers and attendees</figcaption>
149-
</figure>
150-
</div>
151-
<section>
152-
<h2 class="mb-4 text-2xl font-bold font-heading lg:text-4xl">Sponsor DjangoCon US</h2>
153-
<p class="text-lg">By giving to the community who builds and supports the software you use, you help ensure its happiness, health, and productivity. Sponsoring DjangoCon US also puts your brand in front of &gt;10,000 Python professionals and opportunities to speak directly to all of them.</p>
154-
155-
<div class="flex flex-wrap gap-4 mt-4">
156-
<a
157-
href="mailto:[email protected]?subject=Sponsoring DjangoCon US 2023"
158-
class="button">Ask About Sponsorship</a>
159-
<!--
160-
<a
161-
href="https://drive.google.com/file/d/12nkZ93LjEqVMwk-PZ9Ka_uQa99_1ZOYu/view"
162-
class="button">See Our Prospectus</a>
163-
-->
164-
</div>
165-
</section>
24+
<p class="mt-8">
25+
<a href="mailto:[email protected]">
26+
Interested in sponsorship? Get in touch!
27+
</a>
28+
</p>
16629
</div>
16730
</div>
168-
</div>
31+
</section>

src/_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
{%- endblock -%}
7979
</main>
8080

81-
<footer id="SiteFooter" class="py-20 bg-white border-t-4 border-black">
81+
<footer id="SiteFooter" class="py-20 bg-white opacity-75 border-t-4 border-blue-200">
8282
<div class="container mx-auto ">
8383
<div class="grid gap-8 px-4 place-items-center">
8484
{% include "conf-social-share.html" %}

0 commit comments

Comments
 (0)