summaryrefslogtreecommitdiff
path: root/brochure/index.php
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2024-06-09 18:19:23 -0400
committerAdam T. Carpenter <atc@53hor.net>2024-06-09 18:19:23 -0400
commit4ae354f108acaef8c78b778124d4638904bd7c69 (patch)
tree7e4efebffa8defd9966276196bd829d4b94a3dd9 /brochure/index.php
parent67d362b9976d99975f10da46ee900122576e2b3e (diff)
downloadcarpentertutoring-4ae354f108acaef8c78b778124d4638904bd7c69.tar.xz
carpentertutoring-4ae354f108acaef8c78b778124d4638904bd7c69.zip
fix: mobile brochure viewingHEADmaster
Diffstat (limited to 'brochure/index.php')
-rw-r--r--brochure/index.php10
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')?>