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/team.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'templates/about/team.html') 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