summaryrefslogtreecommitdiff
path: root/templates/about/team.html
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-05-18 10:10:00 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-05-18 10:10:00 -0400
commitd6a495165b4f36b8bf3137deac46f7bcfb1d7bf1 (patch)
treec397548f48b5c3f3fa92ff19e6f1a55839f41bb7 /templates/about/team.html
parent944ba749c1f7ce257fa41118f2e10aaf934a8723 (diff)
downloadcarpentertutoring-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.html16
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