From af9f3710d6664c2a9500a6246027e4d66031c103 Mon Sep 17 00:00:00 2001 From: Anna Makarudze Date: Thu, 6 Jun 2024 09:31:52 +0200 Subject: [PATCH] Add new video to website and add shop link --- static/source/css/event.styl | 1 + templates/core/faq.html | 30 ++++++++++++++++++++---------- templates/core/index.html | 2 +- templates/global/menu.html | 1 + templates/includes/_faq.html | 8 ++++---- 5 files changed, 27 insertions(+), 15 deletions(-) diff --git a/static/source/css/event.styl b/static/source/css/event.styl index 64e678f1c..3c2835aa3 100644 --- a/static/source/css/event.styl +++ b/static/source/css/event.styl @@ -118,6 +118,7 @@ a, a:hover height: 100% background: rgba(0,0,0,0.6) color: white + letter-spacing: 3px button, input, optgroup, select, textarea color: initial diff --git a/templates/core/faq.html b/templates/core/faq.html index 84bc564af..a57c68456 100644 --- a/templates/core/faq.html +++ b/templates/core/faq.html @@ -9,13 +9,23 @@

{% trans "FAQ: Frequently Asked Questions" %}

-

- {% url 'contact:landing' as contact_url %} - {% blocktrans trimmed %} - Django Girls events have been happening all over the world for a while now, and we get some repeat - questions. If you need more help: contact us! - {% endblocktrans %} -

+
+
+

+ {% url 'contact:landing' as contact_url %} + {% blocktrans trimmed %} + Django Girls events have been happening all over the world for a while now, and we get some repeat + questions. If you need more help: contact us! + {% endblocktrans %} +

+
+
+ +
+ +
+ +

{% trans "Django Girls workshops" %}

{% include 'includes/_faq.html' %} @@ -25,7 +35,7 @@

{% trans "Django Girls in general" %}

@@ -105,7 +115,7 @@

{% trans "Django Girls in general" %}

@@ -134,7 +144,7 @@

{% trans "Django Girls in general" %}

diff --git a/templates/core/index.html b/templates/core/index.html index d50e7fe00..ca7d40a99 100644 --- a/templates/core/index.html +++ b/templates/core/index.html @@ -44,7 +44,7 @@

{% trans "What is Django Girls?" %}

{#

Learn more about Django Girls ยป

#}
- +
diff --git a/templates/global/menu.html b/templates/global/menu.html index b152ae37d..e0b20a34f 100644 --- a/templates/global/menu.html +++ b/templates/global/menu.html @@ -42,6 +42,7 @@ diff --git a/templates/includes/_faq.html b/templates/includes/_faq.html index 5d7b1734d..c3890211c 100644 --- a/templates/includes/_faq.html +++ b/templates/includes/_faq.html @@ -3,7 +3,7 @@