This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php
executable file
·384 lines (373 loc) · 17.9 KB
/
index.php
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
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
<?php
require_once('contact-form.php');
?><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<meta property="og:title" content="The Ski Locker - a creative space in Chamonix"/>
<meta property="og:image" content="img/mountain.jpg"/>
<meta property="og:site_name" content="The Ski Locker"/>
<meta property="og:description" content="We started The Ski Locker because we’re a group of entrepreneurs trying to make our living in Chamonix. Most of us had previously been working in London, Stockholm or Paris. Cities are vibrant and dynamic, but not a great creative environment for us mountain lovers."/>
<title>The Ski Locker ~ Chamonix</title>
<link href="css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="fonts/font-awesome/css/font-awesome.min.css">
<link href='http://fonts.googleapis.com/css?family=Raleway:300' rel='stylesheet' type='text/css'>
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div id="navbar" class="navbar navbar-inverse">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="/">
The Ski Locker
</a>
<a class="icon" data-toggle="collapse" data-target="#heart" href="#"><i class="icon-heart pull-right"></i></a>
<span class="tagline">Creative space in Chamonix</span></div>
<div id="heart" class="collapse dropdown">
<div class="arrow-up"></div>
<ul class="menu">
<li><a href="https://twitter.com/TheSki_locker">Twitter</a></li>
<li><a href="http://www.facebook.com/theskilocker">Facebook</a></li>
<li><a href="https://github.com/ChamGeeks">Github</a></li>
</ul>
</div>
</div>
</div>
<div id="home" class="welcome">
<div class="container">
<div class="content">
<div class="controls">
<a href="#pricing" class="col-md-4 col-sm-4 col-xs-12 filter active" data-filter="locker">Prices</a>
<a href="#contact" class="col-md-4 col-sm-4 col-xs-12 filter" data-filter="contact">Contact</a>
<a href="#chamonix" class="col-md-4 col-sm-4 col-xs-12 filter" data-filter="chamonix">Chamonix</a>
<span class="stretch"></span>
</div>
</div>
</div>
</div><!-- /.container -->
<!-- Services Section -->
<div id="theskilocker" class="section">
<div class="container">
<div class="content">
<div class="section">
<div class="row">
<div class="col-md-5 col-sm-5 col-xs-12">
<h1>The Ski Locker</h1>
<p>We started The Ski Locker because we’re a group of entrepreneurs trying to make our living in Chamonix. Most of us had previously been working in London, Stockholm or Paris. Cities are vibrant and dynamic, but not a great creative environment for us mountain lovers. We quickly noticed the importance of using our passion for the mountains as a key to unlock our creativity and well-being.
This is not a secret or something we want to keep to ourselves. Join us and experience deep powder snow, fantastic trail-running, climbing and hiking whilst at the same time have the opportunity to create interesting projects in Chamonix.</p>
</div>
<div class="col-md-7 col-sm-7 col-xs-12">
<img class="slide-in right" src="img/mountain.jpg" alt="The mountains unlock our creativity">
</div>
</div>
</div>
</div>
<div class="section">
<div id="team" class="row">
<div id="chamonix" class="section">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12 pull-right">
<h1>We work here</h1>
<p>There are many people with different jobs, skills and personalities working here. At the moment we are looking for more people to join us, maybe it would suit you? We will keep the list of availability updated – we’re ready for the 2015 winter season!</p>
</div>
<div class="col-md-6 col-sm-6 col-xs-12 pull-right">
<img class="slide-in left img-responsive" src="img/theskilocker-worker.jpg" alt="The people working at The Ski Locker in Chamonix">
</div>
</div>
</div> <!-- /#team -->
</div>
<div class="section">
<div class="row last">
<div class="col-md-5 col-sm-5 col-xs-12">
<h1>Activities in Chamonix.</h1>
<p>Chamonix is not like a standard ski resort; it’s active and full of life all year around. Of course activities are mainly centred around sport but we also have several cultural events like the Cosmo Jazz festival or the Yoga festival during the summer. With Italy and Switzerland around the corner you have the chance to experience different cultures only a few kilometers away. The one hour trip to Geneva airport also makes it quick and easy to fly anywhere in the world.</p>
<h2>Winter</h2>
<p>The majority of people associate Chamonix with deep powder turns and great skiers riding down steep couloirs. This is however only a small part of what Chamonix can offer. The Aiguille du Midi lift, only 100m from The Ski Locker, gives you access to famous off-piste skiing like the "Vallé Blanche" or steeper runs like the Couloir des Cosmiques and the Glacier Rond. If you’re a fan of pizza you can simply ski-tour across the Italian border for your lunch!</p>
<h2>Summer</h2>
<p>If you have ever visited Chamonix in the summer you won’t be surprised to hear that summer season is busier than winter season. As the skiers depart, hikers, runners, climbers and mountaineers roll into town. It’s simply a unique place in the world and the perfect spot for anyone who’s into mountain sports.</p>
</div>
<div class="col-md-7 col-sm-7 col-xs-12">
<img class="slide-in right" src="img/petter-wallberg.jpg" alt="Petter Wallberg skiing in Chamonix">
</div>
</div>
</div>
</div><!-- /.content -->
</div>
<!-- Picing -->
<div id="pricing" class="section">
<div class="fixed-container">
<div class="content text-center">
<h1>Long-term Pricing Table</h1>
<p>All prices are per MONTH and EXCLUDE VAT</p>
<p>
<small>( The office is fire and theft insuranced )</small>
</p>
<br /><br /><br /><br />
<div class="pricing">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="wrapper">
<h3 class="text-center">Year</h3>
<table class="table">
<thead>
<tr><th><span class="price"><i class="icon-euro"></i>
200
<span class="per-month">/ month</span>
</span></th></tr>
</thead>
<tbody>
<tr><td>Personal workstation</td></tr>
<tr><td>Meeting room</td></tr>
<tr><td>Ski Locker</td></tr>
<tr><td>Logo on website</td></tr>
<tr><td>Blog account</td></tr>
<tr><td>Window sign</td></tr>
<tr><td><a class="btn" href="#contact">BOOK NOW</a></td></tr>
</tbody>
</table>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="wrapper">
<h3 class="text-center">Season</h3>
<table class="table">
<thead>
<tr><th><span class="price"><i class="icon-euro"></i>
230
<span class="per-month">/ month</span>
</span></th></tr>
</thead>
<tbody>
<tr><td>Personal workstation</td></tr>
<tr><td>Meeting room</td></tr>
<tr><td>Ski Locker</td></tr>
<tr><td>Logo on website</td></tr>
<tr><td><s>Blog account</s></td></tr>
<tr><td><s>Window sign</s></td></tr>
<tr><td><a class="btn" href="#contact">BOOK NOW</a></td></tr>
</tbody>
</table>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="wrapper">
<h3 class="text-center">Month</h3>
<table class="table">
<thead>
<tr><th><span class="price"><i class="icon-euro"></i>
270
</span></th></tr>
</thead>
<tbody>
<tr><td><s>Personal</s> Flexible workstation</td></tr>
<tr><td>Meeting room</td></tr>
<tr><td>Ski Locker</td></tr>
<tr><td><s>Logo on website</s></td></tr>
<tr><td><s>Blog account</s></td></tr>
<tr><td><s>Window sign</s></td></tr>
<tr><td><a class="btn" href="#contact">BOOK NOW</a></td></tr>
</tbody>
</table>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div><!-- /.container -->
<!-- Picing -->
<div id="pricing" class="section">
<div class="fixed-container">
<div class="content text-center">
<h1>Hot desk Pricing Table</h1>
<p>All prices are per MONTH and EXCLUDE VAT</p>
<p>
<small>( The office is fire and theft insuranced )</small>
</p>
<br /><br /><br /><br />
<div class="pricing">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="wrapper">
<h3 class="text-center">Year</h3>
<table class="table">
<thead>
<tr><th><span class="price"><i class="icon-euro"></i>
160
<span class="per-month">/ month</span>
</span></th></tr>
</thead>
<tbody>
<tr><td>Flexible workstation</td></tr>
<tr><td>Only 2 days a week</td></tr>
<tr><td>Ski Locker</td></tr>
<tr><td>Logo on website</td></tr>
<tr><td><a class="btn" href="#contact">BOOK NOW</a></td></tr>
</tbody>
</table>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="wrapper">
<h3 class="text-center">Season</h3>
<table class="table">
<thead>
<tr><th><span class="price"><i class="icon-euro"></i>
190
<span class="per-month">/ month</span>
</span></th></tr>
</thead>
<tbody>
<tr><td>Flexible workstation</td></tr>
<tr><td>Only 2 days a week</td></tr>
<tr><td>Ski Locker</td></tr>
<tr><td>Logo on website</td></tr>
<tr><td><a class="btn" href="#contact">BOOK NOW</a></td></tr>
</tbody>
</table>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="wrapper">
<h3 class="text-center">Month</h3>
<table class="table">
<thead>
<tr><th><span class="price"><i class="icon-euro"></i>
220
</span></th></tr>
</thead>
<tbody>
<tr><td>Flexible workstation</td></tr>
<tr><td>Only 2 days a week</td></tr>
<tr><td>Ski Locker</td></tr>
<tr><td>Logo on website</td></tr>
<tr><td><a class="btn" href="#contact">BOOK NOW</a></td></tr>
</tbody>
</table>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div><!-- /.container -->
<div id="pricing-short-term" class="section">
<div class="fixed-container">
<div class="content text-center">
<h1>Short-term Pricing Table</h1>
<p>All prices EXCLUDE VAT</p><br /><br /><br /><br />
<div class="pricing">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="wrapper">
<h3 class="text-center">Meeting Room</h3>
<table class="table">
<thead>
<tr><th><span class="price"><i class="icon-euro"></i>50/h</span></th></tr>
</thead>
<tbody>
<tr><td>Whiteboard</td></tr>
<tr><td>LED screen with Chromecast</td></tr>
<tr><td>Sound proof</td></tr>
<tr><td>6 chairs</td></tr>
<tr><td><a class="btn" href="#contact">BOOK NOW</a></td></tr>
</tbody>
</table>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="wrapper">
<h3 class="text-center">Per Day</h3>
<table class="table">
<thead>
<tr><th><span class="price"><i class="icon-euro"></i>30</span></th></tr>
</thead>
<tbody>
<tr><td>Flexible workstation</td></tr>
<tr><td>Internet</td></tr>
<tr><td>Printer</td></tr>
<tr><td>Ski Locker</td></tr>
<tr><td><a class="btn" href="#contact">BOOK NOW</a></td></tr>
</tbody>
</table>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div><!-- /.container -->
<!-- Contact Section -->
<div id="contact" class="section">
<div class="container">
<div class="content">
<h1>Contact The Ski Locker</h1>
<?php
if($message) {
echo '<div class="alert alert-color alert-'. $message[0] .'"><p>'.
$message[1]
.'</p></div>';
}
?>
<form role="form" action="/#contact" method="post">
<div class="form-group">
<input type="text" class="form-control" name="full_name" id="full_name" placeholder="Full Name" required>
<label for="full_name"><i class="icon-tag"></i></label>
<div class="clearfix"></div>
</div>
<div class="form-group">
<input type="email" class="form-control" id="email" name="email" placeholder="Enter email" required>
<label for="email"><i class="icon-inbox"></i></label>
<div class="clearfix"></div>
</div>
<div class="form-group textarea">
<textarea rows="6" class="form-control" name="message" id="message" placeholder="Write Message" required></textarea>
<label for="message"><i class="icon-pencil"></i></label>
<div class="clearfix"></div>
</div>
<input type="text" name="simple" style="display: none;">
<button type="submit" class="btn btn-large">Send Message</button>
</form>
</div>
</div>
</div><!-- /.container -->
<div class="section">
<iframe class="google-map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2775.6295750811696!2d6.867713699999777!3d45.91871539784516!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47894e718f91cedb%3A0x32c95c50630f4ac7!2s26+Place+Edmond+Desailloud%2C+74400+Chamonix-Mont-Blanc%2C+France!5e0!3m2!1sen!2sse!4v1414593261766" width="800" height="600" frameborder="0" style="border:0"></iframe>
</div>
<div id="footer" class="section">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<h3>The Ski Locker</h3>
<p>
The Ski Locker was created to give creative people living and visiting Chamonix the chance to meet, ski and work together. Everyone is welcome, even if you just want to hang out.
<br />
</p>
<div class="social-media">
<a href="https://twitter.com/TheSki_locker" data-toggle="tooltip" title="twitter">
<i class="icon-twitter"></i>
</a>
<a href="http://www.facebook.com/theskilocker" data-toggle="tooltip" title="facebook">
<i class="icon-facebook"></i>
</a>
<a href="https://github.com/ChamGeeks" data-toggle="tooltip" title="github">
<i class="icon-github"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/jquery.mixitup.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/init.js"></script>
</body>
</html>