Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
move tagline into index and out of hero
Browse files Browse the repository at this point in the history
  • Loading branch information
eddietejeda committed Jun 2, 2019
1 parent 2f422f3 commit 9befc9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions _includes/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
This will be displayed on the homepage. Ideally, you want to highlight key goals of the website
{% endcomment %}

<main id="main-content">
<section class="usa-hero">
<section class="usa-hero">
<div class="grid-container">
<div class="usa-hero__callout">
<h2 class="usa-hero__heading"><span class="usa-hero__heading--alt">Hero callout:</span>Bring attention to a project priority
</h2><p>Support the callout with some short explanatory text. You don’t need more than a couple of sentences.</p><a class="usa-button" href="javascript:void(0)">Call to action</a>
</h2>
<p>Support the callout with some short explanatory text. You don’t need more than a couple of sentences.</p>
<a class="usa-button" href="javascript:void(0)">Call to action</a>
</div>
</div>
</section>
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
permalink: /
layout: main
layout: wide
title: Home
---

Expand All @@ -17,4 +17,5 @@
{% endcomment %}

{% include hero.html %}
{% include tagline.html %}
{% include highlights.html %}

0 comments on commit 9befc9b

Please sign in to comment.