summaryrefslogtreecommitdiff
path: root/templates/brochure/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/brochure/index.html')
-rw-r--r--templates/brochure/index.html14
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