-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
153 lines (110 loc) · 3.7 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
---
layout: default
---
<div id="album-downloads" class="page-header page-title">
<h1>Store</h1>
{% include subnav.html %}
</div>
<div class="home-albums">
<div class="section-header">
<h1 class="page-heading">
Album Downloads: <br>
<small>(MP3 format)</small>
</h1>
<p>
<b>Don't want to wait? Need the music now?</b>
</p>
<p>
Order a downloadable version right here!
</p>
</div>
<div class="cards">
{% for album in site.albums %}
{% include cards.html %}
{% endfor %}
{% for album in site.bundles limit: 1 offset: 1 %}
{% include cards.html %}
{% endfor %}
</div>
</div>
<div id="video-downloads" class="section-header page-title">
<h1 class="page-heading">
Video Downloads
</h1>
<p>
{% include subnav.html %}
</p>
</div>
<div class="home-dvd dvd-download">
{% include grid-items2.html %}
</div>
<div id="cds" class="section-header page-title">
<h1 class="page-heading">Compact Discs</h1>
<p>
<b>Would you rather have a CD of your own, to have and to hold?</b><br>
<br>
Order one right here, and I’ll send it on over!
</p>
<p>
{% include subnav.html %}
</p>
</div>
<div class="home-discs">
<div class="cards">
{% for album in site.cds %}
{% include cards.html %}
{% endfor %}
{% for album in site.bundles limit: 1 %}
{% include cards.html %}
{% endfor %}
</div>
</div>
<div id="dvds" class="section-header page-title">
<h1 class="page-heading">DVD's</h1>
<p>
<strong>Time for an addition to your training resources library??</strong>
</p>
<p>
{% include subnav.html %}
</p>
</div>
<div class="home-dvd">
{% include grid-items.html %}
</div>
<div id="bundles" class="section-header page-title">
<h1 class="page-heading">Bundles</h1>
<p>
{% include subnav.html %}
</p>
</div>
<div class="home-bundle">
<div class="cards">
<div class="card">
<div class="card-copy" style="text-align: center;">
<h1 style="line-height: 1.2em; color: #4f2614;"><i>Have you heard about my Special Bundle Pricing!? </i></h1>
<h2 style="line-height: 1.2em; color: #4f2614;"><i>All 5 CDs and both DVDs just $100!! You can order these as digital downloads or physical copies that I can ship the old fashioned way, right to your doorstep! </i></h2>
<h2>“How do I get these!??”</h2>
<h2>So easy. Order right here!! </h2>
<img class="desktop-arrow" src="{{site.baseurl}}/public/images/arrow_right.png" alt="Order right here!! ">
<h2 style="line-height: 1.2em; color: #0091BA;">
Just $100 US Dollars (plus shipping if you order physical copies)
</h2>
</div>
</div>
{% for album in site.bundles %}
{% include cards.html %}
{% endfor %}
</div>
</div>
<div id="js-parallax-window" class="parallax-window">
<div class="parallax-static-content">
<h2>Peter Leidy</h2>
<p>
Many valued customers find my CD’s are appropriate for Columbus Day, Yom Kippur, Canadian Thanksgiving, National Boss Day, (Eid) al Fitr, United Nations Day, the end of Daylight Savings Time, Halloween, All Saints Day, Day of the Dead, many people’s birthdays, Veterans Day, American Thanksgiving, and other Fall and Winter gift-giving holidays.
</p>
<h3>
Schedule your workshop today <button type="button" name="button"><a href="http://peterleidy.com/direct-support-professionals/contact/">Get Started</a></button> ... and like my <button type="button" name="button"><a href="https://www.facebook.com/PeterLeidyConsultationWorkshopsKeynotesSinging">Facebook Page</a></button> will ya?
</h3>
</div>
<div id="js-parallax-background" class="parallax-background"></div>
</div>