diff options
Diffstat (limited to 'templates/about')
-rw-r--r-- | templates/about/index.html | 8 | ||||
-rw-r--r-- | templates/about/team.html | 16 |
2 files changed, 10 insertions, 14 deletions
diff --git a/templates/about/index.html b/templates/about/index.html index 0d2434a..fcbc286 100644 --- a/templates/about/index.html +++ b/templates/about/index.html @@ -5,7 +5,7 @@ <h1>About Us</h1> </section> -<section class="quiet squarshed"> +<section class=" squarshed"> <p> <h2 style="font-size: 1.5em; text-align: center;"> There are many pathways to success. I started Carpenter Tutoring for @@ -14,7 +14,7 @@ </p> </section> -<section class="quiet flexible squarshed"> +<section class=" flexible squarshed"> <figure class="shadowy"> <picture> <source srcset="/assets/amy.webp" type="image/webp" /> @@ -64,8 +64,6 @@ </section> -<section></section> - {% include "team.html" %} -{% endblock %} +{% endblock %}
\ No newline at end of file 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 |