diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-05-18 10:10:00 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-05-18 10:10:00 -0400 |
commit | d6a495165b4f36b8bf3137deac46f7bcfb1d7bf1 (patch) | |
tree | c397548f48b5c3f3fa92ff19e6f1a55839f41bb7 /templates/brochure | |
parent | 944ba749c1f7ce257fa41118f2e10aaf934a8723 (diff) | |
download | carpentertutoring-d6a495165b4f36b8bf3137deac46f7bcfb1d7bf1.tar.xz carpentertutoring-d6a495165b4f36b8bf3137deac46f7bcfb1d7bf1.zip |
feat: style changes for cards and banners and text size
Diffstat (limited to 'templates/brochure')
-rw-r--r-- | templates/brochure/index.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/templates/brochure/index.html b/templates/brochure/index.html index 41a62f4..6304887 100644 --- a/templates/brochure/index.html +++ b/templates/brochure/index.html @@ -1,8 +1,8 @@ {% extends "base.html" %} {% block style %} - {% include "../styles.css" %} - {% include "brochure.css" %} +{% include "../styles.css" %} +{% include "brochure.css" %} {% endblock %} {% block main %} @@ -10,13 +10,15 @@ <h1>Interactive Brochure</h1> </section> -<section class="quiet"> +<section> <noscript> - This brochure requires JavaScript to work properly. If you prefer not to use JavaScript, you can <a href="/#offerings">view our offerings on our homepage here.</a> + This brochure requires JavaScript to work properly. If you prefer not to use JavaScript, you can <a + href="/#offerings">view our offerings on our homepage here.</a> </noscript> <p> - Click on pages to fold and unfold and use <em>Flip</em> to toggle front and back. This works best on a tablet or desktop screen. + Click on pages to fold and unfold and use <em>Flip</em> to toggle front and back. This works best on a tablet or + desktop screen. </p> {% include "brochure.html" %} @@ -29,4 +31,4 @@ {% include "brochure.js" %} </script> -{% endblock %} +{% endblock %}
\ No newline at end of file |