forked from AntennaPod/antennapod.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (55 loc) · 2.2 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
---
layout: homepage
---
<div class="container-fluid">
<div class="container py-5">
<div class="row">
<div class="col-8">
</div>
<div class="col-4">
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="container pt-3 pb-0">
<div class="row justify-content-between align-items-center py-5 text-lg-left">
<div class="col-12 col-lg-6 order-2 order-lg-2">
<h2 class="color-gray-900 hero-header">{% t homepage.features.adfree.title %}</h2>
<p class="size-20 mb-4 color-gray-900">{% t homepage.features.adfree.description %}</p>
</div>
<div class="col-12 col-lg-5 order-1 order-lg-1 pl-lg-0 mb-4 mb-lg-0">
<div class="w-50 half-phone float-md-right">
{% capture img-alt-adfree %}{% t homepage.features.adfree.img-alt %}{% endcapture %}
{% include image.html
alt=img-alt-adfree
loc="/assets/images/screenshots"
file="00.png"
class="w-100"
%}
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="container pt-3 pb-0">
<div class="row justify-content-between align-items-center py-5 text-lg-right">
<div class="col-12 col-lg-6 order-2 order-lg-1">
<h2 class="color-gray-900 hero-header">{% t homepage.features.listenanywhere.title %}</h2>
<p class="size-20 mb-4 color-gray-900">{% t homepage.features.listenanywhere.description %}</p>
</div>
<div class="col-12 col-lg-5 order-1 order-lg-2 pl-lg-0 mb-4 mb-lg-0">
<div class="w-50 half-phone float-md-left">
{% capture img-alt-listenanywhere %}{% t homepage.features.listenanywhere.img-alt %}{% endcapture %}
{% include image.html
alt=img-alt-listenanywhere
loc="/assets/images/screenshots"
file="00.png"
class="w-100"
%}
</div>
</div>
</div>
</div>
</div>