diff --git a/_includes/hero.html b/_includes/hero.html index 914d7235..59e1b88d 100644 --- a/_includes/hero.html +++ b/_includes/hero.html @@ -2,12 +2,13 @@ This will be displayed on the homepage. Ideally, you want to highlight key goals of the website {% endcomment %} -
-
+

Hero callout:Bring attention to a project priority -

Support the callout with some short explanatory text. You don’t need more than a couple of sentences.

Call to action + +

Support the callout with some short explanatory text. You don’t need more than a couple of sentences.

+ Call to action
\ No newline at end of file diff --git a/index.html b/index.html index 716210d1..417644bb 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ --- permalink: / -layout: main +layout: wide title: Home --- @@ -17,4 +17,5 @@ {% endcomment %} {% include hero.html %} +{% include tagline.html %} {% include highlights.html %}