From d6a495165b4f36b8bf3137deac46f7bcfb1d7bf1 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sun, 18 May 2025 10:10:00 -0400 Subject: feat: style changes for cards and banners and text size --- templates/about/index.html | 8 +++----- templates/about/team.html | 16 +++++++--------- 2 files changed, 10 insertions(+), 14 deletions(-) (limited to 'templates/about') diff --git a/templates/about/index.html b/templates/about/index.html index 0d2434a..fcbc286 100644 --- a/templates/about/index.html +++ b/templates/about/index.html @@ -5,7 +5,7 @@

About Us

-
+

There are many pathways to success. I started Carpenter Tutoring for @@ -14,7 +14,7 @@

-
+
@@ -64,8 +64,6 @@
-
- {% include "team.html" %} -{% endblock %} +{% endblock %} \ No newline at end of file diff --git a/templates/about/team.html b/templates/about/team.html index 2857efe..c2b4498 100644 --- a/templates/about/team.html +++ b/templates/about/team.html @@ -1,13 +1,11 @@ {% for tutor in tutors %} -
+ {% if loop.index0 % 2 == 0 %} - {% include "blurb.html" %} - {% include "figure.html" %} + {% include "blurb.html" %} + {% include "figure.html" %} {% else %} - {% include "figure.html" %} - {% include "blurb.html" %} + {% include "figure.html" %} + {% include "blurb.html" %} {% endif %} -
- -
-{% endfor %} +
+ {% endfor %} \ No newline at end of file -- cgit v1.2.3