-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from joshbruce/header-footer-logo-update
[Website]: Header footer logo update
- Loading branch information
Showing
12 changed files
with
318 additions
and
292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,195 +1,5 @@ | ||
{% capture code_preview %} | ||
<h6 class="usa-heading-alt" id="big-footer">Big footer</h6> | ||
|
||
<footer class="usa-footer usa-footer-big" role="contentinfo"> | ||
<div class="usa-grid usa-footer-return-to-top"> | ||
<a href="#">Return to top</a> | ||
</div> | ||
<div class="usa-footer-primary-section"> | ||
<div class="usa-grid-full"> | ||
<nav class="usa-footer-nav usa-width-two-thirds"> | ||
<ul class="usa-unstyled-list usa-width-one-fourth usa-footer-primary-content"> | ||
<li class="usa-footer-primary-link"> | ||
<h4>Topic</h4> | ||
</li> | ||
<li><a href="#">Secondary link</a></li> | ||
<li><a href="#">Secondary link</a></li> | ||
<li><a href="#">Secondary link</a></li> | ||
<li><a href="#">Secondary link</a></li> | ||
</ul> | ||
<ul class="usa-unstyled-list usa-width-one-fourth usa-footer-primary-content"> | ||
<li class="usa-footer-primary-link"> | ||
<h4>Topic</h4> | ||
</li> | ||
<li><a href="#">Secondary link</a></li> | ||
<li><a href="#">Secondary link</a></li> | ||
<li><a href="#">Secondary link</a></li> | ||
<li><a href="#">Secondary link</a></li> | ||
</ul> | ||
<ul class="usa-unstyled-list usa-width-one-fourth usa-footer-primary-content"> | ||
<li class="usa-footer-primary-link"> | ||
<h4>Topic</h4> | ||
</li> | ||
<li><a href="#">Secondary link</a></li> | ||
<li><a href="#">Secondary link</a></li> | ||
<li><a href="#">Secondary link</a></li> | ||
<li><a href="#">Secondary link</a></li> | ||
</ul> | ||
<ul class="usa-unstyled-list usa-width-one-fourth usa-footer-primary-content"> | ||
<li class="usa-footer-primary-link"> | ||
<h4>Topic</h4> | ||
</li> | ||
<li><a href="#">Secondary link</a></li> | ||
<li><a href="#">Secondary link</a></li> | ||
<li><a href="#">Secondary link</a></li> | ||
<li><a href="#">Secondary link</a></li> | ||
</ul> | ||
</nav> | ||
|
||
<div class="usa-sign_up-block usa-width-one-third"> | ||
<h3 class="usa-sign_up-header">Sign up</h3> | ||
|
||
<label class="" for="email" id="">Your email address</label> | ||
<input id="email" name="email" type="email"> | ||
|
||
<button type="submit">Sign up</button> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="usa-footer-secondary_section usa-footer-big-secondary-section"> | ||
<div class="usa-grid"> | ||
<div class="usa-footer-logo usa-width-one-half"> | ||
<img class="usa-footer-logo-img" src="{{ site.baseurl }}/assets/img/logo-img.png" alt="Logo image"> | ||
<h3 class="usa-footer-logo-heading">Name of Agency</h3> | ||
</div> | ||
<div class="usa-footer-contact-links usa-width-one-half"> | ||
<a class="usa-link-facebook" href="#"> | ||
<span>Facebook</span> | ||
</a> | ||
<a class="usa-link-twitter" href="#"> | ||
<span>Twitter</span> | ||
</a> | ||
<a class="usa-link-youtube" href="#"> | ||
<span>YouTube</span> | ||
</a> | ||
<a class="usa-link-rss" href="#"> | ||
<span>RSS</span> | ||
</a> | ||
<address> | ||
<h3 class="usa-footer-contact-heading">Agency Contact Center</h3> | ||
<p>(800) CALL-GOVT</p> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</address> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<h6 class="usa-heading-alt" id="medium-footer">Medium footer</h6> | ||
|
||
<footer class="usa-footer usa-footer-medium" role="contentinfo"> | ||
<div class="usa-grid usa-footer-return-to-top"> | ||
<a href="#">Return to top</a> | ||
</div> | ||
<div class="usa-footer-primary-section"> | ||
<div class="usa-grid-full"> | ||
<nav class="usa-footer-nav"> | ||
<ul class="usa-unstyled-list"> | ||
<li class="usa-width-one-sixth usa-footer-primary-content"> | ||
<a class="usa-footer-primary-link" href="#">Primary link</a> | ||
</li> | ||
<li class="usa-width-one-sixth usa-footer-primary-content"> | ||
<a class="usa-footer-primary-link" href="#">Primary link</a> | ||
</li> | ||
<li class="usa-width-one-sixth usa-footer-primary-content"> | ||
<a class="usa-footer-primary-link" href="#">Primary link</a> | ||
</li> | ||
<li class="usa-width-one-sixth usa-footer-primary-content"> | ||
<a class="usa-footer-primary-link" href="#">Primary link</a> | ||
</li> | ||
<li class="usa-width-one-sixth usa-footer-primary-content"> | ||
<a class="usa-footer-primary-link" href="#">Primary link</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</div> | ||
|
||
<div class="usa-footer-secondary_section"> | ||
<div class="usa-grid"> | ||
<div class="usa-footer-logo usa-width-one-half"> | ||
<img class="usa-footer-logo-img" src="{{ site.baseurl }}/assets/img/logo-img.png" alt="Logo image"> | ||
<h3 class="usa-footer-logo-heading">Name of Agency</h3> | ||
</div> | ||
<div class="usa-footer-contact-links usa-width-one-half"> | ||
<a class="usa-link-facebook" href="#"> | ||
<span>Facebook</span> | ||
</a> | ||
<a class="usa-link-twitter" href="#"> | ||
<span>Twitter</span> | ||
</a> | ||
<a class="usa-link-youtube" href="#"> | ||
<span>YouTube</span> | ||
</a> | ||
<a class="usa-link-rss" href="#"> | ||
<span>RSS</span> | ||
</a> | ||
<address> | ||
<h3 class="usa-footer-contact-heading">Agency Contact Center</h3> | ||
<p>(800) CALL-GOVT</p> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</address> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<h6 class="usa-heading-alt" id="slim-footer">Slim footer</h6> | ||
|
||
<footer class="usa-footer usa-footer-slim" role="contentinfo"> | ||
<div class="usa-grid usa-footer-return-to-top"> | ||
<a href="#">Return to top</a> | ||
</div> | ||
<div class="usa-footer-primary-section"> | ||
<div class="usa-grid-full"> | ||
<nav class="usa-footer-nav usa-width-two-thirds"> | ||
<ul class="usa-unstyled-list"> | ||
<li class="usa-width-one-fourth usa-footer-primary-content"> | ||
<a class="usa-footer-primary-link" href="#">Primary link</a> | ||
</li> | ||
<li class="usa-width-one-fourth usa-footer-primary-content"> | ||
<a class="usa-footer-primary-link" href="#">Primary link</a> | ||
</li> | ||
<li class="usa-width-one-fourth usa-footer-primary-content"> | ||
<a class="usa-footer-primary-link" href="#">Primary link</a> | ||
</li> | ||
<li class="usa-width-one-fourth usa-footer-primary-content"> | ||
<a class="usa-footer-primary-link" href="#">Primary link</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
<div class="usa-width-one-third"> | ||
<div class="usa-footer-primary-content usa-footer-contact_info"> | ||
<p>(800) CALL-GOVT</p> | ||
</div> | ||
<div class="usa-footer-primary-content usa-footer-contact_info"> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="usa-footer-secondary_section"> | ||
<div class="usa-grid"> | ||
<div class="usa-footer-logo"> | ||
<img class="usa-footer-slim-logo-img" src="{{ site.baseurl }}/assets/img/logo-img.png" alt="Logo image"> | ||
<h3 class="usa-footer-slim-logo-heading">Name of Agency</h3> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<h6 class="usa-heading-alt" id="big-footer">SAM footer</h6> | ||
<section id="iae-footer"> | ||
<footer> | ||
<div class="usa-grid usa-footer-return-to-top"> | ||
|
@@ -199,7 +9,7 @@ <h3 class="usa-footer-slim-logo-heading">Name of Agency</h3> | |
<div class="iae-footer-body usa-grid"> | ||
<div class="iae-footer-logo usa-width-one-sixth"> | ||
<a class="image-wrap" href="http://www.gsa.gov" target="_blank"> | ||
<img alt="GSA logo" src="assets/img/logo-gsa.png"> | ||
<img alt="GSA logo" src="{{ site.baseurl }}/assets/img/logos/gsa-reverse.png"> | ||
</a> | ||
</div> | ||
<ul class="iae-footer-links usa-unstyled-list usa-width-five-sixths"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{% capture code_preview %} | ||
<h6>Unauthenticated</h6> | ||
<section id="iae-header"> | ||
<header> | ||
<div class="iae-header"> | ||
|
@@ -12,7 +13,7 @@ | |
</div> | ||
<div class="iae-header-logo"> | ||
<a class="image-wrap" href="#"> | ||
<img alt="Transtion SAM.gov Logo" src="{{ site.baseurl }}/assets/img/transition-sam-logo.png"> | ||
<img width="250" alt="Transtion SAM.gov Logo" src="{{ site.baseurl }}/assets/img/logos/tsg-reverse.png"> | ||
</a> | ||
</div> | ||
</div> | ||
|
@@ -31,4 +32,34 @@ | |
</div> | ||
</header> | ||
</section> | ||
|
||
<h6>Authenticated</h6> | ||
<section id="iae-header"> | ||
<header> | ||
<div class="iae-header"> | ||
<div class="usa-grid"> | ||
<div class="iae-header-menu"> | ||
<div class="iae-header-nav"> | ||
<i class="fa fa-bars" aria-hidden="true"></i> | ||
<div class="m_T-1x"> | ||
MENU | ||
</div> | ||
</div> | ||
<div class="iae-header-logo"> | ||
<a class="image-wrap" href="#"> | ||
<img width="250" alt="Transtion SAM.gov Logo" src="{{ site.baseurl }}/assets/img/logos/tsg-reverse.png"> | ||
</a> | ||
</div> | ||
</div> | ||
<div class="iae-sign-in"> | ||
<i class="fa fa-search" aria-hidden="true"></i> | ||
<i class="fa fa-bell" aria-hidden="true"></i> | ||
<div class="pull-right m_L-3x"> | ||
[email protected] | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
</section> | ||
{% endcapture %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
{% capture code_preview %} | ||
<h6>Bordered Table</h6> | ||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<th scope='col'>Document title</th> | ||
<th scope='col'>Description</th> | ||
<th scope='col'>Year</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<th scope='row'>Declaration of Independence</th> | ||
<td>Statement adopted by the Continental Congress declaring independence from the British Empire.</td> | ||
<td>1776</td> | ||
</tr> | ||
<tr> | ||
<th scope='row'>Bill of Rights</th> | ||
<td>The first ten amendments of the U.S. Constitution guaranteeing rights and freedoms.</td> | ||
<td>1791</td> | ||
</tr> | ||
<tr> | ||
<th scope='row'>Declaration of Sentiments</th> | ||
<td>A document written during the Seneca Falls Convention outlining the rights that American women should be entitled to as citizens.</td> | ||
<td>1848</td> | ||
</tr> | ||
<tr> | ||
<th scope='row'>Emancipation Proclamation</th> | ||
<td>An executive order granting freedom to slaves in designated southern states.</td> | ||
<td>1863</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<h6>Borderless Table</h6> | ||
|
||
<table class="usa-table-borderless"> | ||
<thead> | ||
<tr> | ||
<th scope='col'>Document Title</th> | ||
<th scope='col'>Description</th> | ||
<th scope='col'>Year</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<th scope='row'>Declaration of Independence</th> | ||
<td>Statement adopted by the Continental Congress declaring independence from the British Empire.</td> | ||
<td>1776</td> | ||
</tr> | ||
<tr> | ||
<th scope='row'>Bill of Rights</th> | ||
<td>The first ten amendments of the U.S. Constitution guaranteeing rights and freedoms.</td> | ||
<td>1791</td> | ||
</tr> | ||
<tr> | ||
<th scope='row'>Declaration of Sentiments</th> | ||
<td>MadeA document written during the Seneca Falls Convention outlining the rights that American women should be entitled to as citizens.</td> | ||
<td>1848</td> | ||
</tr> | ||
<tr> | ||
<th scope='row'>Emancipation Proclamation</th> | ||
<td>An executive order granting freedom to slaves in designated southern states.</td> | ||
<td>1863</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
{% endcapture %} | ||
|
||
{% capture uikit-php %} | ||
|
||
... | ||
|
||
{% endcapture %} | ||
|
||
{% capture uikit-js %} | ||
|
||
... | ||
|
||
{% endcapture %} | ||
|
||
{% capture uikit-docs %} | ||
<h4 class="usa-heading">Tables</h4> | ||
<h5>Required keys</h5> | ||
|
||
<h5>Optional keys</h5> | ||
{% endcapture %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.