-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
246 lines (241 loc) · 8.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Provolution</title>
<!-- UIkit CSS -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.3/css/uikit.min.css"
/>
<!-- UIkit JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.3/js/uikit.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.3/js/uikit-icons.min.js"></script>
</head>
<body>
<div
style="height:100vh;position:relative;text-align:center; background:url(img/bg.jpg);background-size:cover;"
>
<img
src="img/provo.png"
alt="Provolution"
style="display:inline-block; max-width:20vw; min-width:150px;"
/>
<h1
style="color:black;font-weight: 100; letter-spacing: 0.2em; padding-top:5vh;"
>
THIS IS PROVOLUTION
</h1>
<p>
<a
href="#events"
style="color:black; border:3px solid black; background: rgba(255,255,255,0.3); padding:10px; font-weight:100;"
>See our current Events</a
>
</p>
</div>
<div
style="text-align:center; padding:50px; position:relative;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,000000+0,000000+100 */
background:white;"
>
<h1>Events 2019</h1>
<div
class="uk-card uk-card-default uk-grid-collapse uk-child-width-1-2@s uk-margin"
uk-grid
>
<div class="uk-card-media-left uk-cover-container">
<img src="img/streem.jpg" alt="" uk-cover />
<canvas width="600" height="400"></canvas>
</div>
<div>
<div class="uk-card-body" id="events">
<h3 class="uk-card-title">StreemFreerun <b>Streem Jam 2019</b></h3>
<p>
This is the first event of it's kind. The idea is to have an
international Jam to train together combined with small
workshop-like events. We hope to see you all at this event and
hope it will revive the provolution community.
<br />
Please choose your option
</p>
<a
class="uk-button uk-button-primary"
href="https://www.streemfreerun.com/events/event/streem-jam-2019/"
target="_blank"
>Attendee</a
>
<a
href="https://forms.gle/911LZPnPRmFw6FmH9"
class="uk-button uk-button-secondary"
>Professional Athelte</a
>
<br />
<i
>professional athletes might be able to take part as invited
athletes</i
>
</div>
</div>
</div>
<h1>Previous international Events</h1>
<p>
The events listed below are events with provolution-athletes on an
inernational basis. Local events with no athletes from abroad will not
be listed below (events in Switzerland with only swiss athletes for
example).
</p>
<div
class="uk-card uk-card-default uk-grid-collapse uk-child-width-1-2@s uk-margin"
uk-grid
>
<div class="uk-card-media-left uk-cover-container">
<iframe
width="100%"
height="315"
src="https://www.youtube.com/embed/naUInjU2R3U"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
<div>
<div class="uk-card-body" id="events">
<h3 class="uk-card-title">
StreemFreerun <b>Mini-Workshop 2018</b>
</h3>
<p>
This was our last Event with provolution Athletes: A small
workshop in Basel, Switzerland together with the athletes Antonio
Bosso and Mattia Formicola from Naples, Italy.
</p>
</div>
</div>
</div>
<div
class="uk-card uk-card-default uk-grid-collapse uk-child-width-1-2@s uk-margin"
uk-grid
>
<div class="uk-card-media-left uk-cover-container">
<iframe
width="100%"
height="315"
src="https://www.youtube.com/embed/OfUL872KWQE"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
<div>
<div class="uk-card-body" id="events">
<h3 class="uk-card-title">
StreemFreerun <b>Workshop, 2016 Basel</b>
</h3>
<p>
Together with the Provolution athletes Antonio Bosso and Mattia
Formicola we held a small workshop in Basel.
</p>
</div>
</div>
</div>
<div
class="uk-card uk-card-default uk-grid-collapse uk-child-width-1-2@s uk-margin"
uk-grid
>
<div class="uk-card-media-left uk-cover-container">
<iframe
width="100%"
height="315"
src="https://www.youtube.com/embed/3mTw9yuFhe0"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
<div>
<div class="uk-card-body" id="events">
<h3 class="uk-card-title">
Provolution <b>Parkour Meeting 2014 Naples</b>
</h3>
<p>
Together with the Provolution athletes and Matthias Mayer we went
to Naples and enjoyed the italian sun, the amazing spots of Naples
and the Motion Park. Besides plenty of time to train together we
held a short workshop for newcomers.
</p>
</div>
</div>
</div>
<div
class="uk-card uk-card-default uk-grid-collapse uk-child-width-1-2@s uk-margin"
uk-grid
>
<div class="uk-card-media-left uk-cover-container">
<iframe
width="100%"
height="315"
src="https://www.youtube.com/embed/OhxNjEmD2XM"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
<div>
<div class="uk-card-body" id="events">
<h3 class="uk-card-title">
StreemFreerun <b>ShadeCamp #2, 2013 Basel</b>
</h3>
<p>
Together with the Provolution athletes (UK, IT, CH), Alexandr
Gisych (RU), Alexandra Shevchenko (RU) and Vlad Erovikov (RU) we
had an amazing time in Basel (CH) and Istein (DE). During the
workshop attendees were able to learn a lot from the athletes. And
in the free time we were able to shoot an amazing short film:
<a href="https://www.youtube.com/watch?v=_vpB66Ar318"
>No Mercy II</a
>
</p>
</div>
</div>
</div>
<div
class="uk-card uk-card-default uk-grid-collapse uk-child-width-1-2@s uk-margin"
uk-grid
>
<div class="uk-card-media-left uk-cover-container">
<iframe
width="100%"
height="315"
src="https://www.youtube.com/embed/WXkI3fBdNMw"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
<div>
<div class="uk-card-body" id="events">
<h3 class="uk-card-title">
StreemFreerun <b>ShadeCamp #1, 2012 Basel</b>
</h3>
<p>
Together with the Provolution athletes, Alexandr Gisych (RU),
Alexandra Shevchenko (RU) und Vitaly Berezhnoy (RU) we had an
amazing time in Basel. During a long workshop attendees were able
to learn a lot from the athletes. And in the free time we were
able to shoot an amazing short film:
<a href="https://www.youtube.com/watch?v=GA4TDVtxUTk">No Mercy</a>
</p>
</div>
</div>
</div>
</div>
<div style="text-align:center; padding:25px;">
<p>
Website designed by <a href="https://weblify.ch">Weblify</a> and
provided by <a href="https://streemfreerun.com">StreemFreerun Basel</a>
</p>
</div>
</body>
</html>