Browse Source

Clearly state the current version near the download button.

(#276)
pull/290/head
Connor Montgomery 11 years ago
parent
commit
2b46e2b400
  1. 8
      assets/css/docs.css
  2. 1
      index.html

8
assets/css/docs.css

@ -99,6 +99,14 @@ body {
height: auto;
opacity: 1;
}
.version {
margin-top: 15px;
text-align: center;
margin-bottom: 0;
color: #b983a6;
}
.docs-nav .docs-nav-item {
display: block;
padding: 20px 15px;

1
index.html

@ -70,6 +70,7 @@
<div class="docs-header-content">
<p class="docs-subtitle">Build mobile apps with simple HTML&#8218; CSS&#8218; and JS components.</p>
<a data-ignore="push" href="https://github.com/twbs/ratchet/archive/v2.0.0.zip" class="btn btn-primary" onClick="_gaq.push(['_trackEvent', 'Downloads', 'V2.0']);">Download Ratchet</a>
<p class="version">Currently v2.0.0</p>
</div>
<div id="carbonads-container"><div class="carbonad"><div id="azcarbon"></div><script type="text/javascript">var z = document.createElement("script"); z.type = "text/javascript"; z.async = true; z.src = "http://engine.carbonads.com/z/58147/azcarbon_2_1_0_HORIZ"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(z, s);</script></div></div>

Loading…
Cancel
Save