-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpacks.html
More file actions
663 lines (616 loc) · 24.1 KB
/
packs.html
File metadata and controls
663 lines (616 loc) · 24.1 KB
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
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, user-scalable=no"/>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link href="css/packs.css" rel="stylesheet" type="text/css" />
<link href="css/styles.css" rel="stylesheet" type="text/css" />
<link href="css/footer.css" rel="stylesheet" type="text/css" />
<link href="css/components.css" rel="stylesheet" type="text/css" />
<link href="css/responsive.css" rel="stylesheet" type="text/css" />
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<title>Services - Boxmad</title>
</head>
<body>
<!-- Manu -->
<header class="header-nav">
<div class="nav-logo"><a href="index.html"><img class="img-nav" src="img/logo-transparent.png"></a></div>
<nav class="nav">
<a href="index.html" class="btn-nav">HOME</a>
<a href="boxPark.html" class="btn-nav">BOXPARK</a>
<a href="packs.html" class="btn-nav">SERVICES</a>
<a href="about.html" class="btn-nav">ABOUT US</a>
<a href="contact.html" class="btn-nav">CONTACT</a>
</nav>
</header>
<nav class="secundary-nav" role="navigation">
<div id="menuToggle">
<input type="checkbox" />
<span></span>
<span></span>
<span></span>
<ul id="menu">
<li><a href="index.html">HOME</a></li>
<li><a href="boxPark.html">BOXPARK</a></li>
<li><a href="packs.html">SERVICES</a></li>
<li><a href="about.html">ABOUT US</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
</nav>
<!-- SERGIO -->
<div class="header-container-pack">
<div id="header-pack-img">
<div class="header-text-container animate__animated animate__zoomIn" id="title-services-container">
<a id="title-header" id="title-services" href="packs.html"
><h1>DISCOVER OUR ACTIVITIES, COURSES AND PACKS</h1></a
>
</div>
</div>
</div>
<div class="strip-container">
<div class="strip-container-small">
<div id="promo-container">
<div class="optional-activities">
<div class="main-activity">
<span class="logo-act"><i class="fas fa-running stripe-log"></i></span>
<h2 class="activity-type">ACTIVITIES</h2>
</div>
<p class="activity-type-description">
Come to our center and enjoy the most exciting activities
</p>
</div>
</div>
</div>
</div>
<div id="activity-description">
<div id="row-card" class="row container-row">
<div class="card col-xs-6 col-sm-8 col-md-4 col-lg-3 col-xl-3 m-5 p-1">
<img src="img/surf1.jpg" class="card-img-top" alt="Card image" />
<div class="card-block">
<h4 class="card-title p-2 bold">Surf</h4>
<p class="card-text textp p-2 border-bottom border-dark">
Who said that Madrid had no beach? Come and surf with our static
waves
</p>
<ul class="list-group list-group-flush">
<li class="list-group-item">
<i class="fas fa-hourglass-half icon-cards"></i>Duration: 1h
</li>
<hr>
<li class="list-group-item">
<i class="fas fa-euro-sign icon-cards"></i>Price: 20€
</li>
<hr>
</ul>
<div class="container justify-content-center">
<a href="contact.html" class="btn btn-primary btn-box">Book</a>
</div>
<hr>
<div class="youtube-container">
<div class="youtube">
<a href="https://www.youtube.com/watch?v=x29s4SC6mvA"
><div class="youtube-icon"></div
></a>
<p class="youtube-icon-description">
Check our surf indoor place
</p>
</div>
</div>
</div>
</div>
<div
class="card col-xs-6 col-sm-8 col-md-4 col-lg-3 col-xl-3 m-5 p-1">
<img src="img/swpool2.jpg" class="card-img-top" alt="Card image" />
<div class="card-block">
<h4 class="card-title p-2 bold">Swimming Pool</h4>
<p class="card-text textp p-2 border-bottom border-dark">
Come with your friends and enjoy of our swimming Pool facilities.There are 3 big slides and a space adapted to make bbq.
</p>
<ul class="list-group list-group-flush">
<li class="list-group-item">
<i class="fas fa-hourglass-half icon-cards"></i>Duration: 1h
</li>
<hr>
<li class="list-group-item">
<i class="fas fa-euro-sign icon-cards"></i>Price: 20€
</li>
<hr>
</ul>
<div class="container justify-content-center">
<a href="contact.html" class="btn btn-primary btn-box">Book</a>
</div>
<hr>
<div class="youtube-container">
<div class="youtube">
<a href="https://www.youtube.com/watch?v=cGB77v4nEHo"
><div class="youtube-icon"></div
></a>
<p class="youtube-icon-description">
Check our swimming pool
</p>
</div>
</div>
</div>
</div>
<div
class="card col-xs-6 col-sm-8 col-md-4 col-lg-3 col-xl-3 m-5 p-1">
<img src="img/kartss.jpg" class="card-img-top" alt="Card image" />
<div class="card-block">
<h4 class="card-title p-2 bold">Karting</h4>
<p class="card-text textp p-2 border-bottom border-dark">
We have more than 2km of track with a limit of up to 10 participants. Come to drive!
</p>
<ul class="list-group list-group-flush">
<li class="list-group-item">
<i class="fas fa-hourglass-half icon-cards"></i>Duration: 30min
</li>
<hr>
<li class="list-group-item">
<i class="fas fa-euro-sign icon-cards"></i>Price: 25€
</li>
</ul>
<hr>
<div class="container justify-content-center">
<a href="contact.html" class="btn btn-primary btn-box">Book</a>
</div>
<hr>
<div class="youtube-container">
<div class="youtube">
<a href="https://www.youtube.com/watch?v=bVsXVqHbX3o"
><div class="youtube-icon"></div
></a>
<p class="youtube-icon-description">
Check our race circuit
</p>
</div>
</div>
</div>
</div>
<div
class="card col-xs-6 col-sm-8 col-md-4 col-lg-3 col-xl-3 m-5 p-1">
<img src="img/paintball.jpg" class="card-img-top" alt="Card image" />
<div class="card-block">
<h4 class="card-title p-2 bold">Paintball</h4>
<p class="card-text textp p-2 border-bottom border-dark">
We have several fields adapted for paintball. Choose between different themes and decorations
</p>
<ul class="list-group list-group-flush">
<li class="list-group-item">
<i class="fas fa-hourglass-half icon-cards"></i>Duration: 1.5h
</li>
<hr>
<li class="list-group-item">
<i class="fas fa-euro-sign icon-cards"></i>Price: 25€
</li>
<hr>
</ul>
<div class="container justify-content-center">
<a href="contact.html" class="btn btn-primary btn-box">Book</a>
</div>
<hr>
<div class="youtube-container">
<div class="youtube">
<a href="https://www.youtube.com/watch?v=aEoDmGvqY0M"
><div class="youtube-icon"></div
></a>
<p class="youtube-icon-description">
Check our paintball field
</p>
</div>
</div>
</div>
</div>
<div
class="card col-xs-6 col-sm-8 col-md-4 col-lg-3 col-xl-3 m-5 p-1">
<img src="img/skate.jpg" class="card-img-top" alt="Card image" />
<div class="card-block">
<h4 class="card-title p-2 bold">Skate</h4>
<p class="card-text textp p-2 border-bottom border-dark">
Enjoy of our skate park. One of the biggest spanish skateparks with a great varity of pools where you could learn new tricks
</p>
<ul class="list-group list-group-flush">
<li class="list-group-item">
<i class="fas fa-hourglass-half icon-cards"></i>Duration: Full
day
</li>
<hr>
<li class="list-group-item">
<i class="fas fa-euro-sign icon-cards"></i>Price: 25€
</li>
<hr>
</ul>
<div class="container justify-content-center">
<a href="contact.html" class="btn btn-primary btn-box">Book</a>
</div>
<hr>
<div class="youtube-container">
<div class="youtube">
<a href="https://www.youtube.com/watch?v=I8u16mZqDMQ"
><div class="youtube-icon"></div
></a>
<p class="youtube-icon-description">
Check our skatepark
</p>
</div>
</div>
</div>
</div>
<div
class="card col-xs-6 col-sm-8 col-md-4 col-lg-3 col-xl-3 m-5 p-1">
<img
src="img/climbingcenter.jpg"
class="card-img-top"
alt="Card image"
/>
<div class="card-block">
<h4 class="card-title p-2 bold">Climbing</h4>
<p class="card-text textp p-2 border-bottom border-dark">
Enjoy of the heighest climber wall on Europe. There are more than
50 paths addapted to different levels.
</p>
<ul class="list-group list-group-flush">
<li class="list-group-item">
<i class="fas fa-hourglass-half icon-cards"></i>Duration: Full
day
</li>
<hr>
<li class="list-group-item">
<i class="fas fa-euro-sign icon-cards"></i>Price: 18€
</li>
<hr>
</ul>
<div class="container justify-content-center">
<a href="contact.html" class="btn btn-primary btn-box">Book</a>
</div>
<hr>
<div class="youtube-container">
<div class="youtube">
<a href="https://www.youtube.com/watch?v=uxmSgKP3GJ4"
><div class="youtube-icon"></div
></a>
<p class="youtube-icon-description">
Check our climbing center
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="strip-container">
<div class="strip-container-small">
<div id="promo-container">
<div class="optional-activities">
<div class="main-activity">
<span class="logo-act"><i class="fas fa-university stripe-log"></i></span>
<h2 class="activity-type">COURSES</h2>
</div>
<p class="activity-type-description">
Become an expert learning with the best surfing and climbing professionals.
</p>
</div>
</div>
</div>
</div>
<div id="promo-container">
<div class="button-wrapper">
<button type="button" id="surf-btn" class="btn btn-primary but-course">Surf</button>
<button type="button" id="climb-btn" class="btn btn-primary but-course">Climbing</button>
</div>
</div>
<div id="courses-container">
<div class="course">
<div id="beg-course-container"class="level-course">
<h2 id="beg-course" class="title-course">CHOOSE A SPORT</h2>
</div>
<div class="saved-course">
<p id="price-before-beg" class="line-through"></p>
<p>
<span class="saved-div">Save 10%</span>
</p>
</div>
<div id="final-price-beg-container" class="price-course">
</div>
<div class="button-course">
<a href="contact.html"><button type="button" class="btn btn-primary btn-box">
More Info
</button></a>
</div>
<div class="description-course-wrapper">
<ul class="list-description">
<li class="element-description">
<i class="far fa-thumbs-up thumb-green"></i>
<p>Material included</p>
</li>
<li class="element-description">
<i class="far fa-thumbs-up thumb-green"></i>
<p>Private Lessons (optional)</p>
</li>
</ul>
</div>
<div class="list-description">
<div class="description-info">
<span class="logo-act"><i class="far fa-calendar-alt"></i></span>
<p>Schedule: Tuesday and Thursday</p>
</div>
<div class="description-info">
<span class="logo-act"><i class="fas fa-chalkboard-teacher"></i></span>
<p>Private Lessons</p>
</div>
<div class="description-info">
<span class="logo-act"><i class="fas fa-users"></i></span>
<p>Max. group of 5</p>
</div>
</div>
</div>
<div class="course">
<div class="level-course">
<h2 id="mid-course" class="title-course">CHOOSE A SPORT</h2>
</div>
<div class="saved-course">
<p id="price-before-int" class="line-through"></p>
<p>
<span class="saved-div">Save 15%</span>
</p>
</div>
<div id="final-price-int-container" class="price-course">
</div>
<div class="button-course">
<a href="contact.html"><button type="button" class="btn btn-primary btn-box">
More Info
</button></a>
</div>
<div class="description-course-wrapper">
<ul class="list-description">
<li class="element-description">
<i class="far fa-thumbs-up thumb-green"></i>
<p>Material included</p>
</li>
<li class="element-description">
<i class="far fa-thumbs-up thumb-green"></i>
<p>Private Lessons</p>
</li>
<li class="element-description">
<i class="far fa-thumbs-up thumb-green"></i>
<p>Official certification</p>
</li>
</ul>
</div>
<div class="list-description">
<div class="description-info">
<span class="logo-act"><i class="far fa-calendar-alt"></i></span>
<p>Schedule: Monday and Wednesday</p>
</div>
<div class="description-info">
<span class="logo-act"
><i class="fas fa-chalkboard-teacher"></i
></span>
<p>Private Lessons</p>
</div>
<div class="description-info">
<span class="logo-act"><i class="fas fa-users"></i></span>
<p>Max. group of 5</p>
</div>
</div>
</div>
<div class="course">
<div class="level-course">
<h2 id="adv-course" class="title-course">CHOOSE A SPORT</h2>
</div>
<div class="saved-course">
<p id="price-before-adv" class="line-through"></p>
<p>
<span class="saved-div">Save 20%</span>
</p>
</div>
<div id="final-price-adv-container" class="price-course">
</div>
<div class="button-course">
<a href="contact.html"><button type="button" class="btn btn-primary btn-box">
More Info
</button></a>
</div>
<div class="description-course-wrapper">
<ul class="list-description">
<li class="element-description">
<i class="far fa-thumbs-up thumb-green"></i>
<p>Material included</p>
</li>
<li class="element-description">
<i class="far fa-thumbs-up thumb-green"></i>
<p>Private Lessons</p>
</li>
<li class="element-description">
<i class="far fa-thumbs-up thumb-green"></i>
<p>Official certification</p>
</li>
</ul>
</div>
<div class="list-description">
<div class="description-info">
<span class="logo-act"><i class="far fa-calendar-alt"></i></span>
<p>Schedule: Flexible</p>
</div>
<div class="description-info">
<span class="logo-act"
><i class="fas fa-chalkboard-teacher"></i
></span>
<p>Private Lessons</p>
</div>
<div class="description-info">
<span class="logo-act"><i class="fas fa-users"></i></span>
<p>Max. group of 3</p>
</div>
</div>
</div>
</div>
<div class="strip-container">
<div class="strip-container-small">
<div id="promo-container">
<div class="optional-activities">
<div class="main-activity">
<span class="logo-act stripe-log"><i class="fas fa-box stripe-log"></i></span>
<h2 class="activity-type">PACKS</h2>
</div>
<p class="activity-type-description">
Discover the new packs and offers that we have monthly
</p>
</div>
</div>
</div>
</div>
<div class="center">
<div class="property-card">
<a href="contact.html">
<div class="property-image property-one">
<div class="property-image-title">
<!-- Optional <h5>Card Title</h5> If you want it, turn on the CSS also. -->
</div>
</div></a
>
<div class="property-description">
<h5 class="h5-pack-card">Sky diving</h5>
<p class="p-pack-card">
Enjoy an unforgettable experience. This pack offers parachute jumping plus theoretical classes offered by our partner Airspeeders. Book with us to get a 9% discount
</p>
</div>
</div>
<div class="property-card">
<a href="contact.html">
<div class="property-image property-two">
<div class="property-image-title">
<!-- Optional <h5>Card Title</h5> If you want it, turn on the CSS also. -->
</div>
</div></a
>
<div class="property-description">
<h5 class="h5-pack-card">Paintball + BBQ</h5>
<p class="p-pack-card">
Come with your group of friends and enjoy our pintball field. This pack includes 300 free balls and BBQ
</p>
</div>
</div>
<div class="property-card">
<a href="contact.html">
<div class="property-image property-three">
<div class="property-image-title">
<!-- Optional <h5>Card Title</h5> If you want it, turn on the CSS also. -->
</div>
</div></a
>
<div class="property-description">
<h5 class="h5-pack-card">Canoe + hotel </h5>
<p class="p-pack-card">
Book with us and enjoy the canoe descent of the Sella River. This pack includes a hotel night + breakfast
</p>
</div>
</div>
<div class="property-card">
<a href="contact.html">
<div class="property-image property-four">
<div class="property-image-title">
<!-- Optional <h5>Card Title</h5> If you want it, turn on the CSS also. -->
</div>
</div></a
>
<div class="property-description">
<h5 class="h5-pack-card">Bungee Jumping</h5>
<p class="p-pack-card">
Because it is your birthday, if you book with us, our partner High Jump will give you a bungee jump if you are accompanied by at least two other people.
</p>
</div>
</div>
<div class="property-card">
<a href="contact.html">
<div class="property-image property-five">
<div class="property-image-title">
<!-- Optional <h5>Card Title</h5> If you want it, turn on the CSS also. -->
</div>
</div></a
>
<div class="property-description">
<h5 class="h5-pack-card">Karts + BBQ </h5>
<p class="p-pack-card">
Come spend a day with your friends at our Kart track. This pack includes 2h of karts plus barbecue. A minimum of 10 person is required.
</p>
</div>
</div>
<div class="property-card">
<a href="contact.html">
<div class="property-image property-six">
<div class="property-image-title">
<!-- Optional <h5>Card Title</h5> If you want it, turn on the CSS also. -->
</div>
</div></a
>
<div class="property-description">
<h5 class="h5-pack-card">Trekking Weekend</h5>
<p class="p-pack-card">
Enjoy a weekend in contact with nature. This pack includes a trekking route through the entire Sierra de Navacerrada with the help of our partner Trekking Paths. Get a 10% discount by booking with us
</p>
</div>
</div>
<div class="property-card">
<a href="contact.html">
<div class="property-image property-seven">
<div class="property-image-title">
<!-- Optional <h5>Card Title</h5> If you want it, turn on the CSS also. -->
</div>
</div></a
>
<div class="property-description">
<h5 class="h5-pack-card">Outdoor climbing</h5>
<p class="p-pack-card">
Come with your friends and learn outdoor climbing with us under the supervision of our staff. This activity is aimed at beginners. Includes material and transportation. Contact with us for further information
</p>
</div>
</div>
<div class="property-card">
<a href="contact.html">
<div class="property-image property-eight">
<div class="property-image-title">
<!-- Optional <h5>Card Title</h5> If you want it, turn on the CSS also. -->
</div>
</div></a
>
<div class="property-description">
<h5 class="h5-pack-card">Skiing + hotel</h5>
<p class="p-pack-card">
This pack includes a 2-day ski pass plus a hotel night for two people in Sierra Nevada. Contact us for more information
</p>
</div>
</div>
</div>
<!--JAVI footer -->
<div id="footer-placeholder"></div>
<!--Estas líneas de código me permiten reusar el código que contiene footer.html-->
<!--end of footer -->
<script
src="https://kit.fontawesome.com/6945a766f6.js"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0"
crossorigin="anonymous"
></script>
<script src="services.js"></script>
<script>
$(function(){
$("#footer-placeholder").load("footer.html");
});
</script>
</body>
</html>