-
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 header to match the wire frame.
- Loading branch information
Showing
5 changed files
with
67 additions
and
98 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
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,28 +1,22 @@ | ||
<header> | ||
<div class="row"> | ||
<header class="row"> | ||
<div id="logo" class="large-4 columns"> | ||
<a href="/index.html"> | ||
<img class="large-12 columns" src="/IMG/openfaux-horizontal-600px.png" alt="OpenFaux.org" /> | ||
</a> | ||
</div> | ||
<h3 class="row text-center"> | ||
Browser Plug-in for encrypting and masking internet traffic. | ||
</h3> | ||
<nav class="top-bar row"> | ||
<ul class="title-area"> | ||
<li class="name"></li> | ||
</ul> | ||
<section class="top-bar-section"> | ||
<ul class="left"> | ||
<li><a href="/team.html">Team</a></li> | ||
<li class="divider"></li> | ||
<li><a href="/donate.html">Donate</a></li> | ||
<li class="divider"></li> | ||
<li><a href="/membership.html">Membership</a></li> | ||
<li class="divider"></li> | ||
<li><a href="https://github.com/openfaux">GitHub</a></li> | ||
<li class="divider"></li> | ||
<li><a href="/contributors.html">Contributors</a></li> | ||
</ul> | ||
</section> | ||
</nav> | ||
<div class="large-2 columns"><!-- Filler --> </div> | ||
<div class="large-6 columns nav-links"> | ||
<div class="large-3 columns"> | ||
<a href="/team.html">Team</a> | ||
</div> | ||
<div class="large-3 columns"> | ||
<a href="/donate.html">Donate</a> | ||
</div> | ||
<div class="large-3 columns"> | ||
<a href="/membership.html">Membership</a> | ||
</div> | ||
<div class="large-3 columns"> | ||
<a href="/contributors.html">Contributors</a> | ||
</div> | ||
</div> | ||
</header> |
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,9 +1,10 @@ | ||
$green: #95C94C; | ||
$blue: #54A4DD; | ||
$blue: #0F6DB5; | ||
$red: #DD2F45; | ||
$yellow: #FFFF51; | ||
$purple: #7B0099; | ||
$black: #000000; | ||
$white: #ffffff; | ||
$gray: #808080; | ||
$orange: #F36B32; | ||
$backgroundColor: $white; |
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