-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
209 lines (169 loc) · 7.1 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<html>
<!-- ================================================================ -->
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<title>Chiara Pilates</title>
<link rel="apple-touch-icon" sizes="57x57" href="apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- ================================================================ -->
<!-- CSS -->
<script src="https://kit.fontawesome.com/231d9c5a9f.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
</head>
<!-- ---------------------------------------------------------------- -->
<body>
<section id="titolo" class="black">
<div class="bg-image"></div>
<div class="header container center">
<div class="bg-text">
<img class="logo" src="assets/logo.png">
<div class="logopink regular">C o n c e n t r a t i . . .
R i l a s s a t i . . .
E s p r i m i t i</div>
</div>
</div>
</section>
<!-- ================================================================ -->
<!-- Sezione Download Moduli -->
<!-- <section class="sezione bcolor first">
<div class="center container">
<div class="darkpink medium bold separatorsotto">
Moduli Corsi Pilates
</div>
<div class="card shadow zoom">
<div class="lightpink small regular textalignement separatorsottosmall">
Scarica i Moduli:
</div>
<ul id="listamoduli" class="textalignement">
</ul>
</div>
</div>
</section>
<script id="template-moduli" type="text/template">
<li class="modulo interactive">
<div class="pdfIcon">
<i class="far fa-file-pdf"></i>
</div>
<div class="pdfLink">
<a target="_blank" href="{{link}}">{{title}}</a>
</div>
</li>
</script> -->
<!-- ================================================================ -->
<div id="generated-istruttori">
<!--Generated list items will go here-->
</div>
<!-- $$$$$$ -->
<script id="template-sezione" type="text/template">
<section class="sezione {{bcolor}}">
<div class="center container">
<div class="darkpink medium bold separatorsotto">{{titolo}}</div>
<div class="flex">
{{istruttore}}
</div>
<div class="flex">
{{attivita}}
</div>
</div>
</section>
</script>
<script id="template-istruttore" type="text/template">
<div class="{{cardType}} shadow zoom">
<div class="profileheader">
<div class="profilepicture">
<img src="assets/{{photoUrl}}" alt="{{name}}">
</div>
<div class="profileheaderinfo">
<div class="profilename lightpink small regular textalignement separatorsottosmall">
{{name}}
</div>
<div class="profilebuttons textalignement">
{{whatsapp}}
{{instagram}}
{{mail}}
</div>
</div>
</div>
<div class="profileinfo textalignement">{{info}}</div>
</div>
</script>
<script id="template-attivita" type="text/template">
<div class="{{cardType}} shadow zoom">
<div class="lightpink small regular textalignement separatorsottosmall">{{title}}</div>
<div class="textalignement">{{description}}</div>
</div>
</script>
<!-- $$$$$$ -->
<!-- ================================================================ -->
<!-- Galleria -->
<section id="galleria" class="sezione bcolor0">
<div id="generated-galleria" class="center flex container">
<!--Generated list items will go here-->
</div>
</section>
<script id="template-galleria" type="text/template">
<div class="{{cardType}} shadow zoom galleriafoto">
<img src="assets/{{photoUrl}}">
</div>
</script>
<!-- ================================================================ -->
<section id="contatti" class="sezione white">
<h3 class="container center">Contatti</h3>
<div class="container">
<div class="mail socialbutton interactive">
<i class="fas fa-envelope-square fa-2x"></i>
<a target="_blank" href="mailto:[email protected]">[email protected]</a>
</div>
<div class="phone socialbutton interactive">
<i class="fas fa-phone-square fa-2x"></i>
<a target="_blank" href="tel:+393886967485">+39 388 69 67 485</a>
</div>
<!-- <div class="facebook socialbutton interactive">
<i class="fab fa-facebook-square fa-2x"></i>
<a target="_blank" href="https://www.facebook.com/chiara.trione/">@chiara.trione</a>
</div>
-->
<div class="instagram socialbutton interactive">
<i class="fab fa-instagram-square fa-2x"></i>
<a target="_blank" href="https://www.instagram.com/chiara_pilates/">chiara_pilates</a>
</div>
<div class="separatorsotto"></div>
<div class="address interactive">
<a target="_blank" href="https://goo.gl/maps/UDaQkCcGzRG2">
<div class="">Chiara Pilates</div>
<div class="">Viale Ambrogio da Fossano, 1,</div>
<div class="">12045 Fossano CN</div>
</a>
</div>
<div class="map shadow">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2843.122133753989!2d7.730629015851075!3d44.55360437910074!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x12cd594cee0e761b%3A0xf2170798b397649f!2sChiara+Pilates!5e0!3m2!1sen!2sit!4v1551208141139" height="300" frameborder="0" style="border:0" allowfullscreen>
</iframe>
</div>
</div>
</section>
<!-- =========================== FOOTER =========================== -->
<section id="footer" class="center black">
<a target="_blank" class="container" href="https://github.com/pappalar">© 2020 Marco Pappalardo</a>
</section>
<!-- ============================= DATA ============================= -->
<script src="script.js"></script>
<!-- ================================================================ -->
</body>
</html>