Skip to content

Commit fb90aec

Browse files
committed
Removed changelog and about pages. (+ @2x optimizations).
1 parent bd1b24c commit fb90aec

File tree

13 files changed

+26
-27
lines changed

13 files changed

+26
-27
lines changed

_config.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ features :
4949
description : Adjust colors, backgrounds and typography
5050
fontawesome_icon_name : adjust
5151

52+
- title : Five device colors
53+
description : Choose between five different device colors to match your app's interface
54+
fontawesome_icon_name : mobile
55+
56+
- title : Five device colors
57+
description : Choose between five different device colors to match your app's interface
58+
fontawesome_icon_name : mobile
59+
5260
- title : Five device colors
5361
description : Choose between five different device colors to match your app's interface
5462
fontawesome_icon_name : mobile
@@ -66,7 +74,7 @@ header_color : "#000000"
6674
header_transparency : 0.1
6775

6876
image_overlay_color : "#363b3d"
69-
image_overlay_transparency : 0.6
77+
image_overlay_transparency : 0.8
7078

7179
feature_icons_foreground_color : "#1d63ea"
7280
feature_icons_background_color : "#e6e6e6"

_includes/appstoreimages.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@
4444
$($appPrice).html(appInfo.formattedPrice);
4545
}
4646

47-
$(".appStoreLink").attr("href", appInfo.trackViewUrl);
47+
// Set price using the iOS app ID if it is not set manually in _config.yml
48+
var $appStoreLink = $(".appStoreLink");
49+
if ($.trim($($appStoreLink).text()).length == 0) {
50+
$($appStoreLink).attr("href", appInfo.trackViewUrl);
51+
}
4852

4953
console.info(appInfo);
5054

_includes/header.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
</div>
1616
<nav>
1717
<ul>
18-
<li><a href="/">Home</a></li>
19-
<li><a href="/changelog">Changelog</a></li>
20-
<li><a href="/faq">FAQ</a></li>
18+
<li><a href="/">Download Press Kit</a></li>
2119
</ul>
2220
</nav>
2321
</header>

_pages/changelog.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

_pages/faq.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

_sass/layout.scss

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,22 @@ nav > ul li a:active {
156156
}
157157

158158
.playStore {
159+
height: 75px;
159160
margin-right: 25px;
160161
}
161162

163+
.appStore {
164+
height: 75px;
165+
}
166+
167+
.appStoreLink {
168+
margin: 0px;
169+
}
170+
162171
.iphonePreview {
163172
grid-area: p;
164173
background-image: url($device-color);
174+
background-size: 445px auto;
165175
background-repeat: no-repeat;
166176
margin-top: 68px;
167177
}
@@ -212,7 +222,7 @@ nav > ul li a:active {
212222
padding-right: 0px;
213223
}
214224

215-
.feature:nth-child(0n+1) {
225+
.feature:nth-child(3n+1) {
216226
padding-left: 0px;
217227
}
218228

assets/Blue.png

45.1 KB
Loading

assets/appstore.png

6.83 KB
Loading

assets/black.png

37.6 KB
Loading

assets/coral.png

46.5 KB
Loading

0 commit comments

Comments
 (0)