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
diff --git a/templates/card.html.j2 b/templates/card.html.j2
deleted file mode 100644
index 1397bc8..0000000
--- a/templates/card.html.j2
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
- {% block title %}
- Card Title
- {% endblock %}
-
-
-
- {% block content %}
- Stuff in the card
- {% endblock %}
-
-
-
\ No newline at end of file
diff --git a/templates/posts.html.j2 b/templates/posts.html.j2
index e9efdfb..eec04a9 100644
--- a/templates/posts.html.j2
+++ b/templates/posts.html.j2
@@ -6,10 +6,18 @@
-