Skip to content

Commit

Permalink
Merge pull request #149 from baminteractive/copy-badge-updates
Browse files Browse the repository at this point in the history
Copy badge updates
  • Loading branch information
Nathan Bingham committed May 6, 2015
2 parents 4451a57 + 4010870 commit 252eb05
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 32 deletions.
15 changes: 10 additions & 5 deletions app/styles/_layout/_l-mq.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@
font-size: 1.75rem;
line-height: 2rem !important;
}
.latest-version .version {
font-size: 18px;
margin: 0 !important;
}
.aboutfp h4 {
line-height: 2rem;
}
Expand Down Expand Up @@ -222,6 +218,12 @@
}
}

@media screen and (min-width: 56.250em) {
.latest-version .version {
font-size: 22px;
}
}

/* 900px to 1000px */
@media screen and (min-width: 56.250em) and (max-width: 62.438em) {
.l-max-width {
Expand Down Expand Up @@ -265,6 +267,9 @@
font-size: 1.5rem;
line-height: 1.75rem;
}
.latest-version .version {
font-size: 22px;
}
}

/* 1000px to 1099px */
Expand All @@ -288,4 +293,4 @@
.more-info h4 {
line-height: 1.875rem;
}
}
}
4 changes: 2 additions & 2 deletions app/styles/_modules/_m-build-process.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
.build-process .title {
font-size: 22px;
text-align: right;
margin: 1.125rem 1.875rem 1.125rem 5rem;
margin: 0.45rem 1.875rem 1.125rem 5rem;
line-height:1.2em;
}
}
12 changes: 7 additions & 5 deletions app/styles/_modules/_m-latest-version.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
.latest-version {
text-align: center;
padding: 3.125rem 3.75rem 3.75rem;
background-color: $secondary-accent;
text-align: center;
}

.latest-version .version {
font-size: 22px;
display:inline-block;
margin:0 1em;
font-size: 18px;
}

.latest-version .title {
Expand All @@ -21,6 +19,10 @@
font-weight: bold;
}

.latest-version img {
vertical-align: middle;
}

.latest-version a:hover {
color:#fff;
}
}
4 changes: 0 additions & 4 deletions app/styles/_modules/_m-more-info.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
.more-info button:hover, .more-info .btn:hover {
background-color: #fff;
color: $dark-accent;
}

.whoisusingmjs {

}

.whoisusingmjs .sitelogo_yummly { height: 60px; width: 162px; margin: 0 30px 0 0; }
Expand Down
2 changes: 1 addition & 1 deletion app/templates/deploy.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p>Have a App Manifest file? Start deploying to these AppStores below.<br />Need one? {{#link-to 'generator'}}Start here{{/link-to}}.</p>

<div class="notice-block">
Looking for some debugging tools that work on all your platforms? Try <a class="dark" href='http://www.vorlonjs.io'>vorlon.js</a>. It makes mobile testing a breeze, and works inside the app manifoldJS apps.
Looking for some debugging tools that work on all your platforms? Try <a class="dark" href='http://www.vorlonjs.com'>vorlon.js</a>. It makes mobile testing a breeze, and works inside the app manifoldJS apps.
</div>
</div>
<div class="usage-block">
Expand Down
2 changes: 1 addition & 1 deletion app/templates/documentation.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<p><div class="shell">
<p class="line">
<span class="prompt">$</span>
<span class="command">npm install</span>
<span class="command">npm install -g</span>
<span class="app">manifoldjs</span>
</p>
</div></p>
Expand Down
25 changes: 11 additions & 14 deletions app/templates/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,27 @@
<div class="shell">
<p class="line">
<span class="prompt">$</span>
<span class="command">npm install</span>
<span class="app">manifoldjs</span>
</p>
<p class="line">
<span class="prompt">$</span>
<span class="command">grunt</span>
<span class="command">npm install -g</span>
<span class="app">manifoldjs</span>
</p>
</div>
</div>
</div>
</section>
<section class="l-fullwidth latest-version">
<div class="l-max-width">
<h2 class="title">Latest version:</h2>
<div>
<div class="version">
<strong>Stable:</strong> v0.1.0 (<a href="https://www.npmjs.com/package/manifoldjs" target="_blank">npm</a>)
<div class="l-max-width pure-g">
<div class="pure-u-1">
<h2 class="title">Latest version:</h2>
</div>
</div>
<div class="l-max-width pure-g">
<div class="version pure-u-1 pure-u-md-1-2">
<strong>Stable:</strong> <a href="http://badge.fury.io/js/manifoldjs"><img src="https://badge.fury.io/js/manifoldjs.svg" alt="npm version"></a>
</div>
<div class="version">
<strong>Development:</strong> v0.1.0 (<a href="https://github.com/manifoldjs/ManifoldJS/releases" target="_blank">github</a>)
<div class="version pure-u-1 pure-u-md-1-2">
<strong>Development:</strong> v0.2.0 (<a href="https://github.com/manifoldjs/ManifoldJS/tree/v0.2.0" target="_blank">github</a>)
</div>
</div>
</div>
</section>
<section class="l-fullwidth more-info">
<div class="l-max-width pure-g aboutfp">
Expand Down

0 comments on commit 252eb05

Please sign in to comment.