diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-05-18 16:03:55 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-05-18 16:03:55 -0400 |
commit | 06aa80c432b3e0b3bab35057f62c4fab7abea52e (patch) | |
tree | 2f5190f7ffe19efdcdb92c5bb70840b41862a81c /templates/about/index.html.j2 | |
parent | 6ce8c584359152512a5c7269e565d43703a4de6f (diff) | |
download | carpentertutoring-06aa80c432b3e0b3bab35057f62c4fab7abea52e.tar.xz carpentertutoring-06aa80c432b3e0b3bab35057f62c4fab7abea52e.zip |
feat: post cards, fix about, clean up unused styles
Diffstat (limited to 'templates/about/index.html.j2')
-rw-r--r-- | templates/about/index.html.j2 | 6 |
1 files changed, 2 insertions, 4 deletions
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 @@ <h1>About Us</h1> </section> -<section class=" squarshed"> - <p> +<section> <h2 style="font-size: 1.5em; text-align: center;"> There are many pathways to success. I started Carpenter Tutoring for those seeking a little help finding their way. </h2> - </p> </section> -<section class=" flexible squarshed"> +<section class="flexible"> <figure class="shadowy"> <picture> <source srcset="/assets/amy.webp" type="image/webp" /> |