diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-05-18 10:10:00 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-05-18 10:10:00 -0400 |
commit | d6a495165b4f36b8bf3137deac46f7bcfb1d7bf1 (patch) | |
tree | c397548f48b5c3f3fa92ff19e6f1a55839f41bb7 /templates/about/team.html | |
parent | 944ba749c1f7ce257fa41118f2e10aaf934a8723 (diff) | |
download | carpentertutoring-d6a495165b4f36b8bf3137deac46f7bcfb1d7bf1.tar.xz carpentertutoring-d6a495165b4f36b8bf3137deac46f7bcfb1d7bf1.zip |
feat: style changes for cards and banners and text size
Diffstat (limited to 'templates/about/team.html')
-rw-r--r-- | templates/about/team.html | 16 |
1 files changed, 7 insertions, 9 deletions
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 %} -<section class="quiet flexible"> +<sectionclass=" flexible"> {% 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 %} -</section> - -<section></section> -{% endfor %} + </section> + {% endfor %}
\ No newline at end of file |