From 06aa80c432b3e0b3bab35057f62c4fab7abea52e Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sun, 18 May 2025 16:03:55 -0400 Subject: feat: post cards, fix about, clean up unused styles --- templates/about/index.html.j2 | 6 ++---- templates/about/team.html.j2 | 6 +++--- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'templates/about') diff --git a/templates/about/index.html.j2 b/templates/about/index.html.j2 index 71891ee..ad4480c 100644 --- a/templates/about/index.html.j2 +++ b/templates/about/index.html.j2 @@ -5,16 +5,14 @@

About Us

-
-

+

There are many pathways to success. I started Carpenter Tutoring for those seeking a little help finding their way.

-

-
+
diff --git a/templates/about/team.html.j2 b/templates/about/team.html.j2 index 05bb2f8..07637c8 100644 --- a/templates/about/team.html.j2 +++ b/templates/about/team.html.j2 @@ -1,5 +1,5 @@ {% for tutor in tutors %} - +
{% if loop.index0 % 2 == 0 %} {% include "blurb.html.j2" %} {% include "figure.html.j2" %} @@ -7,5 +7,5 @@ {% include "figure.html.j2" %} {% include "blurb.html.j2" %} {% endif %} -
- {% endfor %} \ No newline at end of file +
+{% endfor %} \ No newline at end of file -- cgit v1.2.3