Skip to content

Commit

Permalink
Merge pull request #508 from 18F/nmb/clarify-index-html
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmb committed Mar 21, 2024
2 parents 4a7b95f + 71110e1 commit 9c5996b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
22 changes: 11 additions & 11 deletions _includes/guidelist.html
@@ -1,74 +1,74 @@
<section class="usa-section border-1 border-primary-dark">
<div class="grid-container">
<h2> Some approaches and stuff</h2>
<h2>Links to actual guides as they appear online</h2>
<div class="grid-row grid-gap">
<div class="grid-col-6 tablet:grid-col-3 margin-top-2">
<a href="{{'/accessibility/' | url }}">
{% image_with_class "assets/_common/_img/guide_icons/accessibility.svg" "maxw-6" "" %}
<p>So accessibiliity</p>
<p>{{ titles_roots["accessibility"].title }}</p>
</a>
</div>

<div class="grid-col-6 tablet:grid-col-3 margin-top-2">
<a href="{{'/agile/' | url }}">
{% image_with_class "assets/_common/_img/guide_icons/agile.svg" "maxw-6" "" %}
<p>So agile</p>
<p>{{ titles_roots["agile"].title }}</p>
</a>
</div>

<div class="grid-col-6 tablet:grid-col-3 margin-top-2">
<a href="{{'/brand/' | url }}">
{% image_with_class "assets/_common/_img/guide_icons/brand.svg" "maxw-6" "" %}
<p>Such brand</p>
<p>{{ titles_roots["brand"].title }}</p>
</a>
</div>

<div class="grid-col-6 tablet:grid-col-3 margin-top-2">
<a href="{{'/content-guide/' | url }}">
{% image_with_class "assets/_common/_img/guide_icons/content.svg" "maxw-6" "" %}
<p>Very content-guide </p>
<p>{{ titles_roots["content-guide"].title }}</p>
</a>
</div>

<div class="grid-col-6 tablet:grid-col-3 margin-top-2">
<a href="{{'/derisking/' | url }}">
{% image_with_class "assets/_common/_img/guide_icons/derisking.svg" "maxw-6" "" %}
<p> Such derisking </p>
<p>{{ titles_roots["derisking"].title }}</p>
</a>
</div>

<div class="grid-col-6 tablet:grid-col-3 margin-top-2">
<a href="{{'/eng-hiring/' | url }}">
{% image_with_class "assets/_common/_img/team-lg.svg" "maxw-6" "" %}
<p>Much hiring of engineers</p>
<p>{{ titles_roots["eng-hiring"].title }}</p>
</a>
</div>

<div class="grid-col-6 tablet:grid-col-3 margin-top-2">
<a href="{{'/product/' | url }}">
{% image_with_class "assets/_common/_img/guide_icons/product.svg" "maxw-6" "" %}
<p>Product guide (Wow)</p>
<p>{{ titles_roots["product"].title }}</p>
</a>
</div>

<div class="grid-col-6 tablet:grid-col-3 margin-top-2">
<a href="{{'/ux-guide/' | url }}">
{% image_with_class "assets/_common/_img/guide_icons/user-interviews-love--c.svg" "maxw-6" "" %}
<p>So much UX all the time</p>
<p>{{ titles_roots["ux-guide"].title }}</p>
</a>
</div>

<div class="grid-col-6 tablet:grid-col-3 margin-top-2">
<a href="{{'/engineering/' | url }}">
{% image_with_class "assets/_common/_img/guide_icons/engineering.svg" "maxw-6" "" %}
<p>Engineering whoa</p>
<p>{{ titles_roots["engineering"].title }}</p>
</a>
</div>

<div class="grid-col-6 tablet:grid-col-3 margin-top-2">
<a href="{{'/methods/' | url }}">
{% image_with_class "assets/_common/_img/guide_icons/content.svg" "maxw-6" "" %}
<p>Methods</p>
<p>{{ titles_roots["methods"].title }}</p>
</a>
</div>

Expand Down
7 changes: 4 additions & 3 deletions _includes/hero.html
Expand Up @@ -5,10 +5,11 @@
<section class="usa-hero">
<div class="grid-container">
<div class="usa-hero__callout">
<h1 class="usa-hero__heading"><span class="usa-hero__heading--alt">Hero callout:</span>Bring attention to a project priority
<h1 class="usa-hero__heading">This is not the Guides home page
</h1>
<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>
<p>On the web, this home page does not appear. The actual guides homepage lives in the 18F.gsa.gov repository. Look into the individual
guides below for the actual Guides content.</p>
<a class="usa-button" href="https://18f.gsa.gov/guides/">Leave to visit the actual Guides homepage</a>
</div>
</div>
</section>

0 comments on commit 9c5996b

Please sign in to comment.