Skip to content

Commit

Permalink
Minor clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrythall committed Apr 26, 2024
1 parent 252bd6a commit a98eefc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
7 changes: 5 additions & 2 deletions src/_content/posts/cfp-last-call.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
---
title: "Don't Miss Out: Last Call for DjangoCon US 2024 Talk Proposals!"
layout: post

author: DjangoCon US Communication Team
category: General
date: 2024-04-18 06:00:00
layout: post

cover:
url: /assets/img/blog/speaker_cfp.jpg
alt: "Abigail Mesrenyame Dogbe speaking at DjangoCon US 2023"
title: "Don't Miss Out: Last Call for DjangoCon US 2024 Talk Proposals!"
---

Hey Django enthusiasts!

**UPDATE**: The CFP has been extended to Monday, April 29th at Noon EDT!
Expand Down
5 changes: 4 additions & 1 deletion src/_layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ <h1 class="text-3xl font-bold font-heading lg:text-5xl text-balance">{{ title }}
<div class="mx-auto prose lg:prose-lg">
{% if cover %}
<figure>
<img src="{{ cover.url }}" alt="{{ cover.alt }}" class="w-full media" />
<img
src="{{ cover.url }}"
alt="{{ cover.alt }}"
class="w-full media" />
</figure>
{% endif %}

Expand Down
13 changes: 6 additions & 7 deletions src/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,18 +112,21 @@ <h2 class="mb-8 text-2xl font-bold font-heading lg:text-5xl">Conference Features

<div class="grid gap-8 lg:grid-cols-3 lg:gap-16">
<section class="flex flex-col gap-4 p-6 bg-white border-2">
<img src="/assets/img/icons/People.svg" alt="Two people. One person is standing slightly in front of the other." class="w-16 h-16 icon" />
<h3 class="text-lg font-bold lg:text-2xl font-heading" id="code-of-conduct">Code of Conduct</h3>
<p class="lg:text-lg">We’re committed to providing a safe and friendly environment for everyone to learn, meet, and enjoy the conference. All organizers, attendees, speakers and sponsors must follow the <a href="/conduct/" class="link">Code of Conduct</a>.</p>
<p class="lg:text-lg">We’re committed to providing a safe and friendly environment for everyone to learn, meet, and enjoy the conference. All organizers, attendees, speakers and sponsors must follow the <strong><a href="/about/conduct/" class="link">Code of Conduct</a></strong>.</p>
</section>

<section class="flex flex-col gap-4 p-6 bg-white border-2">
<img src="/assets/img/icons/Heart.svg" alt="A heart." class="w-16 h-16 icon" />
<h3 class="text-lg font-bold lg:text-2xl font-heading" id="commitment-to-diversity">Commitment to Diversity</h3>
<p class="lg:text-lg">It is a core aim of DjangoCon US 2023 to encourage diversity, enforce our <a href="/conduct/" class="link">Code of Conduct</a>, and make our event as inclusive and accessible as possible.</p>
<p class="lg:text-lg">It is a core aim of DjangoCon US 2023 to encourage diversity, enforce our <strong><a href=/about/conduct/" class="link">Code of Conduct</a></strong>, and make our event as inclusive and accessible as possible.</p>
</section>

<section class="flex flex-col gap-4 p-6 bg-white border-2">
<img src="/assets/img/icons/Document.svg" alt="An official document with words written on it." class="w-16 h-16 icon" />
<h3 class="text-lg font-bold lg:text-2xl font-heading" id="opportunity-grants">COVID-19 Safety</h3>
<p class="lg:text-lg">As part of our commitment to the safety of our attendees, we have a <a href="/covid/" class="link">COVID-19 Policy</a> and require all attendees to be vaccinated and masked, and have a negative COVID test prior to attending.</p>
<p class="lg:text-lg">As part of our commitment to the safety of our attendees, we have a <strong><a href="/about/covid/" class="link">COVID-19 Policy</a></strong> and require all attendees to be vaccinated and masked, and have a negative COVID test prior to attending.</p>
</section>
</div>
</div>
Expand All @@ -133,9 +136,6 @@ <h3 class="text-lg font-bold lg:text-2xl font-heading" id="opportunity-grants">C
<div class="wrapper">
<div class="grid-1-2">
<figure>
{% comment %}
TODO: Use Image component
{% endcomment %}
<span class="photo-effect">
<img
src="/assets/img/crowd-1.jpg"
Expand Down Expand Up @@ -163,7 +163,6 @@ <h2 class="mb-8 text-2xl font-bold font-heading lg:text-5xl">Day 1 Orientation</
</div>
</div>


{% comment %}
<section class="section-pad theme-light-gray v-pad-bottom-extra">
<div class="row card-row">
Expand Down

0 comments on commit a98eefc

Please sign in to comment.