Skip to content

Commit 3504bf4

Browse files
committed
Merge pull request #133 from phonegap/product-links
made product anchor positions more precise, #93
2 parents 5bbe155 + ba8f76c commit 3504bf4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

_sass/_products.sass

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.anchor
22
display: block
33
position: relative
4-
top: -90px
4+
top: -63px
55
visibility: hidden
66
.products--opening-section
77
@extend .benefits
@@ -133,7 +133,7 @@
133133
box-sizing: content-box
134134
@media (min-width: 820px)
135135
.anchor
136-
top: -160px
136+
top: -90px
137137
@media (min-width: 940px)
138138
.products--grid-descriptions
139139
display: -webkit-box

products.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ <h2>PhoneGap vs. Apache Cordova</h2>
4646
<a href="#phonegap-cli-section">our command line interface</a>, the <a href="#desktop-app-section">PhoneGap Desktop app</a>, the <a href="#mobile-app-section">PhoneGap Developer app</a>, and <a href="#phonegap-build">PhoneGap Build</a>.</p>
4747
</section>
4848
</div>
49+
<a class="anchor" id="phonegap-cli-section"></a>
4950
<section class="products--phonegap-cli-section">
50-
<a class="anchor" id="phonegap-cli-section"></a>
5151
<h2>PhoneGap CLI</h2>
5252
<p>The PhoneGap CLI is the <strong>most powerful and flexible way to use PhoneGap</strong>. Built on top of Apache Cordova, you can <strong>create</strong>, <strong>serve</strong>, <strong>compile</strong>, and <strong>run</strong> apps from the comfort of your command-line terminal. Written in Node.js and distributed on npm, you can use the CLI on any platform and integrate it into any web development workflow. Whether developing locally or running a continuous integration server, the PhoneGap CLI will meet your needs.</p>
5353
<p>If you're a power-user who wants control over your environment, then the PhoneGap CLI is for you.</p>
5454
<a href="http://docs.phonegap.com/references/phonegap-cli/" class="button--pill--next">Read the Docs</a>
5555
</section>
56+
<a class="anchor" id="desktop-app-section"></a>
5657
<section class="products--desktop-app-section">
57-
<a class="anchor" id="desktop-app-section"></a>
5858
<div class="gs-step__content">
5959
<h2 class="gs-step__title">Desktop App</h2>
6060
<div class="gs-step__description">
@@ -80,8 +80,8 @@ <h3 class="download__version">Version 0.2.1 (Beta)</h3>
8080
<div class="download__image">{% include images/pg-desktop.svg %}</div>
8181
</div>
8282
</section>
83+
<a class="anchor" id="mobile-app-section"></a>
8384
<section class="products--mobile-app-section">
84-
<a class="anchor" id="mobile-app-section"></a>
8585
<div class="gs-step__content">
8686
<h2 class="gs-step__title">Developer Mobile App</h2>
8787
<div class="gs-step__description">
@@ -110,8 +110,8 @@ <h2 class="gs-step__title">Developer Mobile App</h2>
110110
<div class="download__image">{% include images/pg-mobile.svg %}</div>
111111
</div>
112112
</section>
113+
<a class="anchor" id="phonegap-build"></a>
113114
<section class="products--phonegap-build">
114-
<a class="anchor" id="phonegap-build"></a>
115115
<h2>PhoneGap Build</h2>
116116
<p>Take the pain of compiling out of mobile app development - simply upload your HTML, CSS and Javascript assets to PhoneGap Build and we’ll package them for you. <strong>Get app-store ready apps without the headache of maintaining native SDKs</strong>. We do the work for you in the cloud and your app will always be built with the most up-to-date SDK for the platform you are targeting.</p>
117117
<p>Package your mobile apps in the cloud with PhoneGap Build.</p>

0 commit comments

Comments
 (0)