Skip to content

Commit

Permalink
Link fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdriviere committed Jun 30, 2017
1 parent bf84e92 commit ccba038
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h3 class="nav__brand">Sparkle</h3>
<li class="nav__menu__item"><a href="#">About</a></li>
<li class="nav__menu__item"><a href="#">Download</a>
<ul class="nav__dropdown">
<li class="nav__dropdown__item"><a href="#">Fork from Github</a></li>
<li class="nav__dropdown__item"><a href="https://github.com/jdriviere/sparkle-css.git">Fork from Github</a></li>
<li class="nav__dropdown__item">
<a href="https://github.com/jdriviere/sparkle-css/archive/v1.0.0.zip">Download</a>
</li>
Expand All @@ -95,9 +95,16 @@ <h3 class="nav__brand">Sparkle</h3>
</header>

<section class="banner">
<div class="container">
<div class="container centralize-alt">
<h1 class="text--center">SPARKLE</h1>
<button class="btn btn--light btn--lrg btn--f-round">Download v1.0.0</button>
<div class="pull--center-alt">
<a href="https://github.com/jdriviere/sparkle-css/archive/v1.0.0.zip" class="btn btn--light--outline btn--lrg btn--f-round">
<i class="fa fa-download"></i> Download v1.0.0
</a>
<a href="https://github.com/jdriviere/sparkle-css.git" class="btn btn--light btn--lrg btn--f-round">
<i class="fa fa-github"></i> Github
</a>
</div>
</div>
</section>

Expand Down

0 comments on commit ccba038

Please sign in to comment.