Skip to content

Commit

Permalink
Added superscript to main header, new section to features page
Browse files Browse the repository at this point in the history
  • Loading branch information
dhochbaum-dcp committed Apr 23, 2024
1 parent 202d2b0 commit e4f73e9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/templates/components/main-header.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@
<LinkTo @route="about">About</LinkTo>
</li>
<li>
<LinkTo @route="features" class="features-header-link">Features</LinkTo>
<LinkTo @route="features" class="features-header-link">
Features
<span class="badge sup">
<strong>New!</strong>
</span>
</LinkTo>
</li>
<li>
<LinkTo @route="data">Data</LinkTo>
Expand Down
21 changes: 21 additions & 0 deletions app/templates/features.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@
<div
class="content-area cell large-5 large-cell-block-y xxlarge-4 text-center medium-text-left"
>
<h1>
New Features!
</h1>
<h2 class="header-medium">
Search History
</h2>
<div class="grid-x">
<div class="cell medium-3 feature-image-cell">
<a href="/img/slideshow/search-history.gif" target="_blank">
<img class="feature-image" src="/img/slideshow/search-history.gif" alt="A video showing the search history functionality" />
</a>
</div>
<div class="cell medium-9">
<p>
Access what you're looking for more quickly using your search history.
</p>
</div>
</div>

<hr />

<h1>
Features
</h1>
Expand Down

0 comments on commit e4f73e9

Please sign in to comment.