Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #76 from 18F/logo-fix
Browse files Browse the repository at this point in the history
Logo changed
  • Loading branch information
Laura Gerhardt committed Jun 12, 2017
2 parents fcfb337 + cdf0f9b commit 8324be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -335,7 +335,7 @@ Two main sections of importance:
2. The site navigation

The site logo can be found in [the main template](src/templates/fedramp.html)
and is currently referencing ![FedRAMP Logo](https://s3.amazonaws.com/sitesusa/wp-content/uploads/sites/482/2015/02/logo3.png)
and is currently referencing ![FedRAMP Logo](https://s3.amazonaws.com/sitesusa/wp-content/uploads/sites/482/2017/06/FedRAMP-web-banner_Main-21-21.png)
which redirects the user to [www.fedramp.gov](https://www.fedramp.gov) if clicked.

```html
Expand Down
2 changes: 1 addition & 1 deletion src/templates/fedramp.html
Expand Up @@ -22,7 +22,7 @@
<div id="head-content" class="limit clearfix">
<!-- SITE-TITLE/LOGO -->
<div id="sitetitle">
<a href="https://www.fedramp.gov" title="FedRAMP"><img src="https://s3.amazonaws.com/sitesusa/wp-content/uploads/sites/482/2015/02/logo3.png" alt="FedRAMP"></a>
<a href="https://www.fedramp.gov" title="FedRAMP"><img src="https://s3.amazonaws.com/sitesusa/wp-content/uploads/sites/482/2017/06/FedRAMP-web-banner_Main-21-21.png" width=270 alt="FedRAMP"></a>
</div>

</div>
Expand Down

0 comments on commit 8324be6

Please sign in to comment.