-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#17 - Updating the footer to match the wire frame.
- Loading branch information
Showing
4 changed files
with
126 additions
and
27 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
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,19 +1,45 @@ | ||
<footer class="row"> | ||
<div class="row text-center"> | ||
<a href="https://github.com/openfaux"> | ||
<img src="/IMG/github.png"/> | ||
</a> | ||
<a href="https://facebook.com/openfaux"> | ||
<img src="/IMG/facebook.png"/> | ||
</a> | ||
<a href="https://twitter.com/openfaux"> | ||
<img src="/IMG/twitter.png"/> | ||
</a> | ||
<a href="https://youtube.com/openfaux"> | ||
<img src="/IMG/youtube.png"/> | ||
</a> | ||
<div class="large-3 columns"> | ||
<!--Filler space--> | ||
| ||
</div> | ||
<div id="copyright" class="row text-center"> | ||
© 2013 - OpenFaux Foundation, Inc. | ||
<div class="large-6 columns footer-links"> | ||
<!--We don't actually have any links to put here yet...--> | ||
<!--<div class="large-3 columns border-right">--> | ||
<!--<a>--> | ||
<!--Link me!--> | ||
<!--</a>--> | ||
<!--</div>--> | ||
<!--<div class="large-3 columns border-right">--> | ||
<!--<a>--> | ||
<!--Link me!--> | ||
<!--</a>--> | ||
<!--</div>--> | ||
<!--<div class="large-3 columns border-right">--> | ||
<!--<a>--> | ||
<!--Link me!--> | ||
<!--</a>--> | ||
<!--</div>--> | ||
<!--<div class="large-3 columns">--> | ||
<!--<a>--> | ||
<!--Link me!--> | ||
<!--</a>--> | ||
<!--</div>--> | ||
</div> | ||
<div class="large-3 columns"> | ||
<div class="footer-icons"> | ||
<a href="https://github.com/openfaux"> | ||
<img src="/IMG/github.png"/> | ||
</a> | ||
<a href="https://facebook.com/openfaux"> | ||
<img src="/IMG/facebook.png"/> | ||
</a> | ||
<a href="https://twitter.com/openfaux"> | ||
<img src="/IMG/twitter.png"/> | ||
</a> | ||
<a href="https://youtube.com/openfaux"> | ||
<img src="/IMG/youtube.png"/> | ||
</a> | ||
</div> | ||
</div> | ||
</footer> |
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