Skip to content

Commit

Permalink
Added the buy button
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Dec 19, 2016
1 parent 1425de1 commit 66b7ad2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<h1 class="title">Gridly</h1>
<p>The minimal grid system.</p>
<div class="row">
<div class="col">
<a class="btn btn-buy" href="https://market.bloggify.org/2-gridly">
<i class="octicon octicon-credit-card"></i> Buy
</a>
</div>
<div class="col">
<a class="btn" href="https://github.com/IonicaBizau/gridly/zipball/gh-pages">
<i class="octicon octicon-file-zip"></i> Download .zip
Expand Down
4 changes: 4 additions & 0 deletions example/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ a.btn {
display: inline-block;
}

a.btn.btn-buy {
background-color: #1abc9c;
}

a.btn:hover {
background-color: #2C3E50;
}

0 comments on commit 66b7ad2

Please sign in to comment.