-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwintersport.html
97 lines (92 loc) · 3.89 KB
/
wintersport.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
<!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, initial-scale=1.0"/>
<title>Wintersport 2025</title>
<link rel="stylesheet" href="style.css"/>
<link rel="shortcut icon" type="image/x-icon" href="images/Dervis_icon_1.png"/>
</head>
<body>
<!-- HEADER -->
<header class="wintersport-header">
<div class="text-with-vert-line"
style="margin-left: 16px; height: 45px;">
<p class="portfolio-header-title">Wintersport <i>2025</i> <br>in <i>Val Thorens</i></p>
</div>
<a class="contact_me_portfolio"
style="position: absolute; right: 20px; top: 4px;"
href="mailto:dervis.vanleersum@gmail@@com?subject=Say%20hi%20to%20Dervis%20van%20Leersum" onclick="this.href=this.href.replace('@@', '.')">CONTACT</a>
</header>
<!-- GRAY SECTION TITLES -->
<div class="section gray-section-1"
style="position:relative;">
<div class="separator-1"></div>
<h1 class="portfolio">Val Thorens</h1>
<h2 class="portfolio">18 januari 2025</h2>
</div>
<!-- CONTENT SECTION -->
<div class="section">
<div class="text-with-vert-line">
<p><b>Welkom!</b></p>
</div>
<br>
<div class="text-with-vert-line">
<h3>Algemene informatie</h3>
<p>
Onze wintersport is in Frankrijk (Les trois vallees) van 18 januari 2025 tot 25 januari 2025.
De accomodatie <a href="https://www.montagnettes.com/nl/etablissements/montagnettes-soleil-1/" target="_blank"><b>Montagnettes Soleil 1</b></a>
ligt in het centrum van het dorp, langs de grote oefenpiste (apres ski-in / apres ski-out).
De boeking is <b>inclusief</b> 6-daagse Les trois Vallees skipas.
te gebruiken in de gebieden:
<ul>
<li>Val Thorens</li>
<li>Les Menuires</li>
<li>Meribel</li>
<li>Courchevel</li>
<li>Orelle</li>
<li>Brides-les-bains</li>
</ul>
Les Trois Vallees in totaal heeft 600 km piste.
</p>
<p><img style="width: 100%; max-width: 800px;" class="portfolio" src="https://cdn.wintersport.nl/media/skimaps/2023/10/17/plan-pistes-3-vallees.jpg"/></p>
</div>
<br>
<div class="text-with-vert-line">
<h3>Gebied</h3>
<p>
Informatie over Val Thorens vind je <a href="https://www.wintersport.nl/dorpen/val_thorens" target="_blank">hier</a>.
</p>
<p><img style="width: 100%; max-width: 800px;" class="portfolio" src="https://cdn.wintersport.nl/destinations/3/42886.jpg?width=1024"/></p>
</div><br>
<div class="text-with-vert-line">
<h3>Vervoer</h3>
<p>
De reis is zelf in te vullen. Dit kunnen vliegtuig, trein of auto zijn.
</p>
</div>
<br>
<div class="text-with-vert-line">
<h3>Kosten</h3>
<p>
De kosten per persoon zijn inclusief:
<ul>
<li>Les Trois Vallees skipas van 6 dagen (misschien is 7 dagen ook mogelijk);</li>
<li>Bed- en badlinnen;</li>
</ul>
Betalingen op de volgende datum:
<ul>
<li>Gekozen is voor 1 betaling vóór 1 november 2023: <b>€ 855,50</b>;</li>
</ul>
</p>
<p>
Overige kosten:
<ul>
<li><b>n.v.t.;</li>
</ul>
</p>
</div>
</div>
</body>
</html>