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
7
7
one aside canny one preparatory up less therefore
8
8
hello oh amid goodness checked.
9
9
app_price : 4.99
10
- ios_app_id :
10
+ ios_app_id : 718043190
11
11
android_app_id :
12
12
13
13
# Icon, screenshot and header image
Original file line number Diff line number Diff line change 17
17
18
18
$ ( ".headerIcon" ) . attr ( "src" , appInfo . artworkUrl512 ) ;
19
19
$ ( ".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 ) ;
21
26
22
27
}
23
28
} ) ;
Original file line number Diff line number Diff line change 1
1
< 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 >
3
3
< div class ="footerIcons ">
4
4
5
5
{% if site.facebook_username %}
Original file line number Diff line number Diff line change 11
11
</ svg >
12
12
< img class ="headerIcon " src ="{{ site.app_icon }} ">
13
13
</ div >
14
- < p > {{ site.app_name }}</ p >
14
+ < p class =" headerName " > {{ site.app_name }}</ p >
15
15
</ div >
16
16
< nav >
17
17
< ul >
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ <h2 class="appPrice">
54
54
</ p >
55
55
</ div >
56
56
< 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 >
59
59
</ div >
60
60
</ div >
61
61
{% include features.html %}
You can’t perform that action at this time.
0 commit comments