Skip to content

Commit

Permalink
added download button with release zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogfalo committed Nov 4, 2014
1 parent 29430d8 commit 1c94d7b
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 5 deletions.
9 changes: 7 additions & 2 deletions bin/materialize.min.css

Large diffs are not rendered by default.

File renamed without changes.
Binary file added bin/materialize.zip
Binary file not shown.
9 changes: 8 additions & 1 deletion css/ghpages-materialize.css
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ a {
background-color: #ea454b; }
.red.lighten-2, nav, ul.tabs .indicator, #index-banner {
background-color: #ee6e73; }
.red.lighten-3 {
.red.lighten-3, #download-button {
background-color: #f3989b; }
.red.lighten-4 {
background-color: #f8c1c3; }
Expand Down Expand Up @@ -3261,6 +3261,13 @@ p {
#index-banner h4 {
margin-bottom: 40px; }

#download-button {
width: 200px;
height: 70px;
line-height: 70px;
font-size: 19px;
font-weight: 500; }

.promo p {
margin-top: -40px;
font-size: 1.7rem;
Expand Down
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,19 @@
<li><a href="sass.html">SASS</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="javascript.html">JavaScript</a></li>
<li><a href="team.html">Meet the Team</a></li>
<li><a href="team.html">Meet the Team</a></li>
</ul>
</div>
</nav>
<div class="section" id="index-banner">
<div class="container">
<h1 class="header">Materialize</h1>
<div class='row center'>
<h4 class ="header col s12 light center">A modern responsive front-end framework based on Material Design</h4><br><br>
<h4 class ="header col s12 light center">A modern responsive front-end framework based on Material Design</h4><br>

</div>
<div class="row center">
<a href="bin/materialize.zip" id="download-button" class="button thick raised waves-effect waves-light">Download</a>
</div>

</div>
Expand Down
9 changes: 9 additions & 0 deletions sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ p {
}
}

#download-button {
@extend .red.lighten-3;
width: 200px;
height: 70px;
line-height: 70px;
font-size: 19px;
font-weight: 500;
}

.promo{

p {
Expand Down

0 comments on commit 1c94d7b

Please sign in to comment.