-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
330 lines (309 loc) · 12.3 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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
---
layout: home
---
{% assign past_events = site.tags.event %}
{% for post in site.tags.event limit: 1 %}
{% assign current_event = post %}
{% endfor %}
<div class="general_destination" id="about"></div>
<div class="general__spacer">
</div>
<div class="scroll_reveal container">
<div class="row">
<div class="col-12">
{% include components/headings.html big="THE RETREAT" small="A weekend to unplug and connect." %}
</div>
</div>
</div>
<div class="scroll_reveal container">
<div class="row how-it-was">
<div class="col-12 col-sm-5">
<h2 class="title--second">Another conference?</h2>
<p class="text">
This is not a conference. It is a weekend in the mountains, with serious hiking and bunk bed sleeping.
</p>
<p class="text">
It is an occasion to really deeply connect with fellow entrepreneurs and investors, but most of all to feel the pull of nature,
enjoying the silence and solitude that you can only get by being in the middle of the mountains.
</p>
</div>
<div class="col-12 col-sm-1">
</div>
<div class="col-12 col-sm-6">
{% include components/quotes.html quote="We will spend 3 nights in the beautiful Dolomites, sleeping at 2,400m high up where
you can only hear your own breath." %}
<p class="text">
The event is deliberately light in its schedule, to maximize the amount of time you can spend actually getting to know the
other participants, as well as meditating with yourself.
</p>
</div>
</div>
</div>
<div class="our-philosophy hidden-xs">
<div class="container">
<div class="general__spacer--big"></div>
<div class="row">
<div class="scroll_reveal col-12">
{% include components/headings.html negative="true" big="OUR PHILOSOPHY" small="Your home for a weekend, in the mountains"
%}
</div>
</div>
<div class="general__spacer"></div>
<div class="row hidden-mobile">
{% for p in site.data.philosophies %}
<div class="scroll_reveal col-12 col-sm-4 col-md-6 col-lg-4 col-xl-3">
{% include components/card.html type="philosophies" title=p.title text=p.text img=p.img %}
</div>
{% endfor %}
</div>
</div>
</div>
<div class="our-philosophy hidden-sm hidden-md">
<div class="col-12">
{% include components/headings.html negative="true" big="OUR PHILOSOPHY" small="Your home for a weekend, in the mountains"
%}
</div>
<div class="our-philosophy__mobile-leteral-scroll scroll_reveal">
<div class="our-philosophy__mobile-leteral-scroll-content">
{% for p in site.data.philosophies %} {% include components/card.html type="philosophies" title=p.title text=p.text img=p.img
%} {% endfor %}
</div>
</div>
</div>
<div class="hike scroll_reveal">
<div class="container">
<h1 class="title--first--negative">THE HIKE</h1>
</div>
{% include components/hike.html %}
</div>
<div class="location">
<div class="container">
<div class="row">
<div class="col-12 col-sm-6 scroll_reveal">
{% include components/headings.html big="THE LOCATION" small="A refuge, but with comfort" %}
<p class="text">
We have chosen the best of the best. The Tierser Alpl mountain refuge sits on top of Sieser Alm, which is the largest high-altitude
Alpine meadow in Europe.
</p>
<p class="text">
The refuge is an historic hut used by mountaineers for decades, but has been completely restored and remodeled into a marvel
of wooden architecture.
</p>
{% include components/quotes.html quote="No need to bring a sleep bag, everything is ready for you. We also negotiated 1
hot shower per day, per guest." %}
</div>
<div class="col-12 col-sm-6 hidden-xs scroll_reveal">
{% include components/card.html type="location" title=current_event.title subtitle=current_event.location img=current_event.image
altitude=current_event.caratteristics.altitude cooking=current_event.caratteristics.cooking beds=current_event.caratteristics.beds
%}
</div>
</div>
</div>
</div>
<div class="location hidden-sm hidden-md">
{% include components/card.html type="location" title=current_event.title subtitle=current_event.location img=current_event.image
altitude=current_event.caratteristics.altitude cooking=current_event.caratteristics.cooking beds=current_event.caratteristics.beds
%}
</div>
<div class="carousel__home scroll_reveal">
<div id="slider" class="carousel__home-slider_1">
{% for image in current_event.gallery-small.image %}
{% assign prev_i = forloop.index | minus: 1 %}
<a data-fancybox="gallery" href="{{current_event.gallery-big.image[prev_i]}}" >
<img src="{{ image }}" alt="">
</a>
{% endfor %}
</div>
<img class="carousel__home__mountain-profile" src="{{'/assets/img/mountain_profile_2.svg' | relative_url }}" alt="">
</div>
<div class="schedule" id="schedule">
<div class="container scroll_reveal">
<div class="row">
<div class="col-12">
{% include components/headings.html big="THE SCHEDULE" small="Your home for a weekend, in the mountains" %}
</div>
<div class="col-10 col-sm-6">
<p class="text">
We will meet at Monte Bianco to ski altogether and have fun and stuff, you know. Hi Stefano let’s do this website I know
you want it!
</p>
</div>
</div>
</div>
<div class="schedule__line-container">
<div class="container">
<div class="row schedule__line-date-element-sizer">
{% for schedule in current_event.schedule %}
<div class="
schedule__line-date-element
general__noselect
tabselector__{{forloop.index}}
{% if forloop.last == false %}separator{% endif %}" onclick="displayScheduleTab('{{forloop.index}}')">
DAY #{{forloop.index}}
<br> {{schedule.day}}
</div>
{% endfor %}
</div>
</div>
<div class="schedule__line-date-element-sizer--mobile">
<ul class="line_background">
{% for schedule in current_event.schedule %}
<li class="schedule__line-date-element general__noselect tabselector__{{forloop.index}}" onclick="displayScheduleTab('{{forloop.index}}')">
<p class="text--fat">DAY {{forloop.index}}</p>
</li>
{% endfor %}
</ul>
</div>
</div>
</div>
<div class="container schedule__tabs">
{% for schedule in current_event.schedule %}
<div class="tab__{{forloop.index}}">
{% for program in schedule.program %}
<div class="row element">
<div class="col-12 col-sm-2">
<p class="text--fat">{{program.time}}</p>
</div>
<div class="col-12 col-sm-10">
<div class="row">
<div class="col-12 col-sm-12">
<p class="text--brown">{{program.what}}</p>
</div>
<div class="col-12 col-sm-12">
<p class="text">{{program.description}}</p>
</div>
</div>
</div>
</div>
{% endfor %}
</div>
{% endfor %}
</div>
<div class="speakers">
<div class="container">
<div class="row">
<div class="col-12 scroll_reveal">
{% include components/headings.html big="SPEAKERS" small="Amazing speakers for an amazing event" %}
</div>
<div class="col-12 speakers__pictures">
<div class="row">
{% for speaker in current_event.speakers %}
<div class="col-sm-4 col-md-4 col-lg-3 scroll_reveal">
<div class="speakers__pictures-card aspect_ratio--speakers">
<img class="lazyload" data-src="{{'/assets/img/speakers/' | relative_url }}{{speaker.pic}}" alt="">
<div class="speakers__pictures-card-data">
<p class="speakers__pictures-card-data-name">{{speaker.name}}</p>
<p class="speakers__pictures-card-data-role">{{speaker.role}}</p>
</div>
<div class="img-overlay"></div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
<div class="speakers__pictures--mobile scroll_reveal">
{% for speaker in current_event.speakers %}
<div class="speakers__pictures-card aspect_ratio--speakers">
<img class="lazyload" data-src="{{'/assets/img/speakers/' | relative_url }}{{speaker.pic}}" alt="">
<div class="speakers__pictures-card-data">
<p class="speakers__pictures-card-data-name">{{speaker.name}}</p>
<p class="speakers__pictures-card-data-role">{{speaker.role}}</p>
</div>
<div class="img-overlay"></div>
</div>
{% endfor %}
</div>
</div>
<div class="attendees">
<div class="container">
<div class="row">
<div class="col-12 scroll_reveal">
{% include components/headings.html big="THE ATTENDEES" small="Amazing attendees" %}
</div>
<div class="col-12">
<div class="row">
{% for a in current_event.attendees %}
<div class="col-6 col-sm-4 col-md-4 col-lg-3 scroll_reveal">
<div class="attendees__pictures-card aspect_ratio--attendees">
<img class="lazyload" data-src="{{'/assets/img/attendees/' | relative_url }}{{a.logo}}" alt="">
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
<div class="organized">
<div class="container">
<div class="row">
<div class="col-12 scroll_reveal">
{% include components/headings.html big="ORGANIZED BY" small="The dream team of the event" %}
</div>
<div class="col-12">
<div class="row">
{% for o in current_event.organizers %}
<div class="col-12 col-sm-6 col-md-6 col-lg-4 scroll_reveal">
<div class="organized__pictures-card aspect_ratio--organizers">
<img class="lazyload" data-src="{{'/assets/img/organizers/' | relative_url }}{{o.pic}}" alt="">
<div class="organized__pictures-card-data">
<p class="organized__pictures-card-data-name">{{o.name}}</p>
<p class="organized__pictures-card-data-role">{{o.role}}</p>
</div>
<div class="img-overlay"></div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
<div class="general_destination" id="past_editions"></div>
<div class="past-editions">
<div class="container">
<div class="row">
<div class="col-12 scroll_reveal">
{% include components/headings.html big="PAST EDITIONS" small="Overview of previous editions" %}
</div>
<div class="col-12 past-editions__pictures">
<div class="row">
{% for o in past_events %}
{% unless forloop.first %}
<div class="col-12 col-sm-6 col-md-6 col-lg-4 scroll_reveal">
<a href="{{site.baseurl}}{{ o.url }}">
<div class="past-editions__pictures-card aspect_ratio--past_editions">
<img class="lazyload" data-src="{{'/assets/img/edition_cards/' | relative_url }}{{o.past_edition.pic}}" alt="">
<div class="past-editions__pictures-card-data">
<p class="past-editions__pictures-card-data-name">{{o.title}}</p>
<p class="past-editions__pictures-card-data-role">{{o.past_edition.period}}</p>
</div>
<div class="img-overlay"></div>
</div>
</a>
</div>
{% endunless %}
{% endfor %}
</div>
</div>
</div>
</div>
<div class="past-editions__pictures--mobile scroll_reveal">
{% for o in past_events %}
{% unless forloop.first %}
<a href="{{site.baseurl}}{{ o.url }}">
<div class="past-editions__pictures-card aspect_ratio--past_editions">
<img class="lazyload" data-src="{{'/assets/img/edition_cards/' | relative_url }}{{o.past_edition.pic}}" alt="">
<div class="past-editions__pictures-card-data">
<p class="past-editions__pictures-card-data-name">{{o.title}}</p>
<p class="past-editions__pictures-card-data-role">{{o.past_edition.period}}</p>
</div>
<div class="img-overlay"></div>
</div>
</a>
{% endunless %}
{% endfor %}
</div>
</div>