-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (80 loc) · 3.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
layout: page
title: AllAccess – The Exclusive Fan Club
permalink: /
---
<div class="container">
<div class="visual-holder">
<div class="logo">
<a href="#">
<img src="images/logo-2.svg" alt="All Access" />
</a>
</div>
<h1>All Access</h1>
<div class="download-holder-1">
<h2>Join the Exclusive Fan Club of Your Favorite Stars</h2>
<p>
Get closer than ever before. Exclusive content, intimate insights, recommendations and offers just for you.
</p>
<ul class="btn-box">
<li><a class="btn-download" href="https://itunes.apple.com/de/app/all-access-become-a-superfan/id1314955543?mt=8" target="_blank" rel="noopener noreferrer">
<img src="{{ "images/Download_on_the_App_Store_Badge_US-UK_135x40.svg" | absolute_url }}" alt="Download on the App Store" />
</a></li>
<li><div class="btn-nodownload">
<img src="{{ "images/playStore.png" | absolute_url }}" alt="Download on the Google Play" />
</div></li>
</ul>
</div>
<picture class="img-wrapper">
<source srcset="{{ "images/2iPhones-small.png" | absolute_url }}, {{ "images/2iPhones-small-2x.png" | absolute_url }} 2x" media="(max-width: 767px)">
<source srcset="{{ "images/2iPhones-large.png" | absolute_url }}">
<img src="{{ "images/2iPhones-large.png" | absolute_url }}" alt="image description">
</picture>
<ul class="propose-box">
<li>
<picture>
<source srcset="{{ "images/star.svg" | absolute_url }}">
<img src="{{ "star.svg" | absolute_url }}" alt="image description">
</picture>
<h3>Be the first to know</h3>
<p>
Get exclusive updates from your biggest stars!
</p>
</li>
<li>
<picture>
<source srcset="{{ "images/gift.svg" | absolute_url }}">
<img src="{{ "gift.svg" | absolute_url }}" alt="image description">
</picture>
<h3>Just for you</h3>
<p>
Get offers and recommendations selected by your biggest stars just for you!
</p>
</li>
<li>
<picture>
<source srcset="{{ "images/chat.svg" | absolute_url }}">
<img src="{{ "chat.svg" | absolute_url }}" alt="image description">
</picture>
<h3>Direct Messages</h3>
<p>
Receive instant updates and personal messages from your biggest star.
</p>
</li>
</ul>
</div>
<div class="download-holder-2">
<h2>Become one of the few, become a Superfan.</h2>
<p>
Available to download for iOS on the App Store.
</p>
<ul class="btn-box">
<li><a class="btn-download" href="https://itunes.apple.com/de/app/all-access-become-a-superfan/id1314955543?mt=8" target="_blank" rel="noopener noreferrer">
<img src="{{ "images/Download_on_the_App_Store_Badge_US-UK_135x40.svg" | absolute_url }}" alt="Download on the App Store" />
</a></li>
<li><div class="btn-nodownload">
<img src="{{ "images/playStore.png" | absolute_url }}" alt="Download on the Google Play" />
</div></li>
</ul>
</div>
</div>