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 :
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"
6674header_transparency : 0.1
6775
6876image_overlay_color : " #363b3d"
69- image_overlay_transparency : 0.6
77+ image_overlay_transparency : 0.8
7078
7179feature_icons_foreground_color : " #1d63ea"
7280feature_icons_background_color : " #e6e6e6"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 {
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 (0 n +1 ) {
225+ .feature :nth-child (3 n +1 ) {
216226 padding-left : 0px ;
217227}
218228
You can’t perform that action at this time.
0 commit comments