diff options
author | Adam T. Carpenter <atc@53hor.net> | 2024-06-09 18:19:23 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2024-06-09 18:19:23 -0400 |
commit | 4ae354f108acaef8c78b778124d4638904bd7c69 (patch) | |
tree | 7e4efebffa8defd9966276196bd829d4b94a3dd9 /brochure/index.php | |
parent | 67d362b9976d99975f10da46ee900122576e2b3e (diff) | |
download | carpentertutoring-4ae354f108acaef8c78b778124d4638904bd7c69.tar.xz carpentertutoring-4ae354f108acaef8c78b778124d4638904bd7c69.zip |
fix: mobile brochure viewing
Diffstat (limited to 'brochure/index.php')
-rw-r--r-- | brochure/index.php | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/brochure/index.php b/brochure/index.php index 237266d..6dd3621 100644 --- a/brochure/index.php +++ b/brochure/index.php @@ -1,10 +1,16 @@ <?php include('../header.php'); ?> <section class="banner"> - <h1>Interactive brochure</h1> + <h1>Interactive Brochure</h1> </section> <section class="quiet"> -<p>Click on pages to fold and unfold and use the <em>Flip</em> button to toggle front and back.</p> + <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> + </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. + </p> <?php include('./brochure.html')?> |