Skip to content

Commit

Permalink
Update important dates and news sections in home_dates.html and home_…
Browse files Browse the repository at this point in the history
…news.html templates
  • Loading branch information
Darkbeast-glitch committed Apr 16, 2024
1 parent e52b99e commit fe8263e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 30 deletions.
12 changes: 5 additions & 7 deletions djangocon_2024/templates/modules/home_dates.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

<div class="container">
<div class="title-container">
<img src="{% static 'images/other/important_dates.svg' %}" class="dates_logo img-fluid"
alt="tickets">
<img src="{% static 'images/other/important_dates.svg' %}" class="dates_logo img-fluid" alt="tickets">
</div>

<div class="d-flex flex-column align-items-start important-dates-container w-100">
Expand Down Expand Up @@ -68,8 +67,8 @@
<li>
🗓 15th - Schedule Publication
</li>
<li>
✈️ 15th - Grants Applications Deadline
<li class="text-decoration-line-through">
✈️ 15th - Grants Applications Deadline
</li>
<li>
🎫 31st - Early Bird Ticket Sales Closes
Expand All @@ -95,7 +94,7 @@
</span>
<ul class="important-dates-text w-100 mt-3 mt-lg-0">
<li>
🎪 5-7th - Main Conference, Workshops & Lightning Talks
🎪 5-7th - Main Conference, Workshops & Lightning Talks
</li>
<li>
💻 8-9th - Sprints
Expand All @@ -106,5 +105,4 @@
</ul>
</div>
</div>
</div>

</div>
9 changes: 5 additions & 4 deletions djangocon_2024/templates/modules/home_news.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@
<img src="{% static 'images/other/latest-news.png' %}" class="news_logo img-fluid" alt="latest news" />
</div>
<p class="mb-0">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSf0gym2shcbIQtxIOFlMuH5UdhfStEDrt2sBbVlD8MLNbNoGw/viewform" style="text-decoration: none; color: #005E83;">
Opportunity Grant now open, <strong>If you would want to attend DJC EU 24 but don't have the financial means, Apply for Grant today!</strong>
<a href="https://djangogirls.org/en/vigo/" style="text-decoration: none; color: #005e83">
Join the Django Girls Workshop at DjangoCon Europe 2024 on June
8th! Applications are open—learn more and apply today.✨💻
</a>
</p>
<small class="published" style="color: black">Published 21 March. 2024</small>
<small class="published" style="color: black">Published: 16 April. 2024</small>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
35 changes: 16 additions & 19 deletions djangocon_2024/templates/pages/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,22 @@

<div class="centered-logo text-center">
<div id="main_logo">
<img src="{% static 'images/logo/main_logo.png' %}" alt="Djangocon 2024 logo"
class="img-fluid px-4 px-lg-0">
<img src="{% static 'images/logo/main_logo.png' %}" alt="Djangocon 2024 logo" class="img-fluid px-4 px-lg-0">
</div>
</div>

<div class="row px-5 mainbutton">
<div class="container-button pt-5 px-3 d-flex justify-content-center">
<a href="https://docs.google.com/forms/d/e/1FAIpQLScsoB5fHM7nc3fZlyAS86P7CH0aSl0jGdIkM505LR6VpSooUQ/viewform" class="mx-2">
<a href="https://pretalx.evolutio.pt/djangocon-europe-2024/featured/" class="mx-2">
<button class="btn btn-primary btn-lg pycon-btn yellow-btn text-uppercase home-btn" role="button">
Apply for Grant <span class="pl-2">💰</span>
Featured Talks <span class="pl-2">🔊</span>
</button>
</a>


<a href="https://pretix.evolutio.pt/evolutio/djceu2024/" class="mx-2">
<button class="btn btn-primary btn-lg pycon-btn yellow-btn text-uppercase home-btn" role="button">
Buy your Tickets <span class="pl-2">🎫</span>
Buy your Tickets <span class="pl-2">🎫</span>
</button>
</a>
</div>
Expand Down Expand Up @@ -66,26 +65,24 @@
{% include 'modules/default.html' with content=files.6|markdown %}
<br class="my-4">

{# ABOUT#}
{# {% include 'templates/default.html' with content=files.0 %}#}
{# <hr/> #}
{# ABOUT#}
{# {% include 'templates/default.html' with content=files.0 %}#}
{#
<hr /> #}

{# LATEST-NEWS#}
{# {% include 'modules/home/news.html' %}#}
{# LATEST-NEWS#}
{# {% include 'modules/home/news.html' %}#}


{# PORTO-INFO#}
{# PORTO-INFO#}
{% comment %} {% include 'modules/default.html' with content=files.1 %} {% endcomment %}

{# SPONSORS#}
{# {% include 'modules/default.html' with content=files.2 %}#}
{# SPONSORS#}
{# {% include 'modules/default.html' with content=files.2 %}#}

{# MAILING-LIST#}
{# {% include 'modules/home/mailing.html' %}#}



{% endblock content %}
{# MAILING-LIST#}
{# {% include 'modules/home/mailing.html' %}#}



{% endblock content %}

0 comments on commit fe8263e

Please sign in to comment.