diff --git a/server/static/css/base.css b/server/static/css/base.css index d1701bb..f7497c3 100644 --- a/server/static/css/base.css +++ b/server/static/css/base.css @@ -34,14 +34,21 @@ html { font-style: normal; } +/** Further reset; why doesn't modern-normalize do this? */ - +h1, +h2, +h3, +h4, +h5, +h6 { + margin: 0; +} /* All containers behave this way. */ .container { - width: 100%; - margin-left: 0.25em; - margin-right: 0.25em; + margin-left: 1rem; + margin-right: 1rem; } diff --git a/server/static/voter_bowl_logo.svg b/server/static/voter_bowl_logo.svg new file mode 100644 index 0000000..854e617 --- /dev/null +++ b/server/static/voter_bowl_logo.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/server/vb/templates/includes/faq.dhtml b/server/vb/templates/includes/faq.dhtml new file mode 100644 index 0000000..df9b6e1 --- /dev/null +++ b/server/vb/templates/includes/faq.dhtml @@ -0,0 +1,56 @@ +
+ +

F.A.Q.

+
+

Who organized the Voter Bowl?

+

+ The Voter Bowl is a non-profit project of Front Seat. + Lorem Ipsum is simply dummy text of the printing and typesetting industry. + Lorem Ipsum has been the industry's standard dummy text ever since the + 1500s, when an unknown printer took a galley of type and scrambled it to + make a type specimen book. +

+
+
+

Lorem ipsum lorem ipsum?

+

+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. + Lorem Ipsum has been the industry's standard dummy text ever since the + 1500s, when an unknown printer took a galley of type and scrambled it to + make a type specimen book. +

+
+
diff --git a/server/vb/templates/school.dhtml b/server/vb/templates/school.dhtml index c13d020..f83a123 100644 --- a/server/vb/templates/school.dhtml +++ b/server/vb/templates/school.dhtml @@ -6,19 +6,6 @@ {% block body %}
- {# djlint:off #} - - {# djlint:on #} -
Hello friends.
-
Hello
+
+
+
+ {{ school.short_name }} {{ school.mascot }} logo +

Welcome to the Voter Bowl

+

+ {{ school.short_name }} students: check your voter registration status for a 1 in 10 chance to win a $25 Amazon gift card. +

+
+
+
+
{% include "includes/faq.dhtml" %}
+
{% endblock body %}