File tree Expand file tree Collapse file tree 13 files changed +26
-27
lines changed Expand file tree Collapse file tree 13 files changed +26
-27
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,14 @@ features :
49
49
description : Adjust colors, backgrounds and typography
50
50
fontawesome_icon_name : adjust
51
51
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
+
52
60
- title : Five device colors
53
61
description : Choose between five different device colors to match your app's interface
54
62
fontawesome_icon_name : mobile
@@ -66,7 +74,7 @@ header_color : "#000000"
66
74
header_transparency : 0.1
67
75
68
76
image_overlay_color : " #363b3d"
69
- image_overlay_transparency : 0.6
77
+ image_overlay_transparency : 0.8
70
78
71
79
feature_icons_foreground_color : " #1d63ea"
72
80
feature_icons_background_color : " #e6e6e6"
Original file line number Diff line number Diff line change 44
44
$ ( $appPrice ) . html ( appInfo . formattedPrice ) ;
45
45
}
46
46
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
+ }
48
52
49
53
console . info ( appInfo ) ;
50
54
Original file line number Diff line number Diff line change 15
15
</ div >
16
16
< nav >
17
17
< 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 >
21
19
</ ul >
22
20
</ nav >
23
21
</ header >
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -156,12 +156,22 @@ nav > ul li a:active {
156
156
}
157
157
158
158
.playStore {
159
+ height : 75px ;
159
160
margin-right : 25px ;
160
161
}
161
162
163
+ .appStore {
164
+ height : 75px ;
165
+ }
166
+
167
+ .appStoreLink {
168
+ margin : 0px ;
169
+ }
170
+
162
171
.iphonePreview {
163
172
grid-area : p;
164
173
background-image : url ($device-color );
174
+ background-size : 445px auto ;
165
175
background-repeat : no-repeat ;
166
176
margin-top : 68px ;
167
177
}
@@ -212,7 +222,7 @@ nav > ul li a:active {
212
222
padding-right : 0px ;
213
223
}
214
224
215
- .feature :nth-child (0 n +1 ) {
225
+ .feature :nth-child (3 n +1 ) {
216
226
padding-left : 0px ;
217
227
}
218
228
You can’t perform that action at this time.
0 commit comments