diff options
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')?> |