-
Notifications
You must be signed in to change notification settings - Fork 22
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 #83 from MarioRicalde/ergodox-ez
Ergodox EZ Banner Change
- Loading branch information
Showing
11 changed files
with
289 additions
and
42 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<section class="fixed-banner" id="fixedBanner"> | ||
<span class="close">X</span> | ||
<span class="detail">SPONSORED BY</span> | ||
<div class="wrapper"> | ||
<div class="display"> | ||
<img src="../img/ergodox-logo.png" alt="" width="429" height="65" title="ErgoDox EZ"> | ||
</div> | ||
<span class="decoration"></span> | ||
<div class="column"> | ||
<div class="title">Pre-assembled, improved, with a 2-year warranty.</div> | ||
<a href="https://ergodox-ez.com/?source=ergodox-io" class="link" title="Customize yours today">Customize yours today</a> | ||
</div> | ||
</div> | ||
</section> |
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 |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
@import "typography"; | ||
@import "functions"; | ||
@import "mixins"; | ||
@import "partials/fixed-banner"; |
Oops, something went wrong.