File tree Expand file tree Collapse file tree 6 files changed +11
-6
lines changed
Expand file tree Collapse file tree 6 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ app_description : Wherever some that and kiwi that well
77 one aside canny one preparatory up less therefore
88 hello oh amid goodness checked.
99app_price : 4.99
10- ios_app_id :
10+ ios_app_id : 718043190
1111android_app_id :
1212
1313# Icon, screenshot and header image
Original file line number Diff line number Diff line change 1717
1818 $ ( ".headerIcon" ) . attr ( "src" , appInfo . artworkUrl512 ) ;
1919 $ ( ".appIconLarge" ) . attr ( "src" , appInfo . artworkUrl512 ) ;
20- $ ( ".iphoneScreen" ) . attr ( "src" , appInfo . screenshotUrls [ 0 ] ) ;
20+ // $(".iphoneScreen").attr("src", appInfo.screenshotUrls[0]); Uncommented since Apple does not provide iPhone X/XS/XR screenshots in their iTunes lookup API
21+ $ ( ".appName, .headerName" ) . html ( appInfo . trackName ) ;
22+ $ ( ".appPrice" ) . html ( appInfo . formattedPrice ) ;
23+ $ ( ".appStoreLink" ) . attr ( "href" , appInfo . trackViewUrl ) ;
24+
25+ console . info ( appInfo ) ;
2126
2227 }
2328 } ) ;
Original file line number Diff line number Diff line change 11< footer >
2- < p class ="footerText "> Designed and developed by < a href ="http://emilbaehr.com " > Emil Baehr </ a > in Copenhagen </ p >
2+ < p class ="footerText "> Made by < a href ="{{ site.your_link }} " > {{ site.your_name }} </ a > in {{ site.your_city }} </ p >
33 < div class ="footerIcons ">
44
55 {% if site.facebook_username %}
Original file line number Diff line number Diff line change 1111 </ svg >
1212 < img class ="headerIcon " src ="{{ site.app_icon }} ">
1313 </ div >
14- < p > {{ site.app_name }}</ p >
14+ < p class =" headerName " > {{ site.app_name }}</ p >
1515 </ div >
1616 < nav >
1717 < ul >
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ <h2 class="appPrice">
5454 </ p >
5555 </ div >
5656 < div class ="downloadButtonsContainer ">
57- < a href ="https:// "> < img class ="playStore " src ="/assets/playstore.png "> </ a >
58- < a href ="https:// "> < img class ="appStore " src ="/assets/appstore.png "> </ a >
57+ < a class =" playStoreLink " href =""> < img class ="playStore " src ="/assets/playstore.png "> </ a >
58+ < a class =" appStoreLink " href =""> < img class ="appStore " src ="/assets/appstore.png "> </ a >
5959 </ div >
6060 </ div >
6161 {% include features.html %}
You can’t perform that action at this time.
0 commit comments