-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactivities.html
333 lines (320 loc) · 10.7 KB
/
activities.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
331
332
333
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<!-- #BeginTemplate "Template.dwt" -->
<head>
<!-- #BeginEditable "doctitle" -->
<title>Activities</title>
<style type="text/css">
#activities-header {
color: #D85E37;
font-weight: bold;
font-size: 50pt;
}
#intro-message {
font-size: xx-large;
text-align: center;
}
.caption,
.caption-right {
font-size: x-large;
}
.caption {
text-align: left;
}
.caption-right {
text-align: right;
}
</style>
<!-- #EndEditable -->
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<link href="Layout.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
function FP_swapImg() {//v1.0
var doc = document, args = arguments, elm, n; doc.$imgSwaps = new Array(); for (n = 2; n < args.length;
n += 2) {
elm = FP_getObjectByID(args[n]); if (elm) {
doc.$imgSwaps[doc.$imgSwaps.length] = elm;
elm.$src = elm.src; elm.src = args[n + 1];
}
}
}
function FP_preloadImgs() {//v1.0
var d = document, a = arguments; if (!d.FP_imgs) d.FP_imgs = new Array();
for (var i = 0; i < a.length; i++) { d.FP_imgs[i] = new Image; d.FP_imgs[i].src = a[i]; }
}
function FP_getObjectByID(id, o) {//v1.0
var c, el, els, f, m, n; if (!o) o = document; if (o.getElementById) el = o.getElementById(id);
else if (o.layers) c = o.layers; else if (o.all) el = o.all[id]; if (el) return el;
if (o.id == id || o.name == id) return o; if (o.childNodes) c = o.childNodes; if (c)
for (n = 0; n < c.length; n++) { el = FP_getObjectByID(id, c[n]); if (el) return el; }
f = o.forms; if (f) for (n = 0; n < f.length; n++) {
els = f[n].elements;
for (m = 0; m < els.length; m++) { el = FP_getObjectByID(id, els[n]); if (el) return el; }
}
return null;
}
function FP_swapImgRestore() {//v1.0
var doc = document, i; if (doc.$imgSwaps) {
for (i = 0; i < doc.$imgSwaps.length; i++) {
var elm = doc.$imgSwaps[i]; if (elm) { elm.src = elm.$src; elm.$src = null; }
}
doc.$imgSwaps = null;
}
}
// -->
</script>
</head>
<body
onload="FP_preloadImgs(/*url*/'Images/Buttons/home_over.png',/*url*/'Images/Buttons/itinerary_over.png',/*url*/'Images/Buttons/activities_over.png',/*url*/'Images/Buttons/accommodation_over.png',/*url*/'Images/Buttons/equipment_over.png',/*url*/'Images/Buttons/contact_over.png')">
<div id="wrapper">
<div id="masthead">
<img alt="" height="300" src="Images/Banner%20with%20logo.jpg" width="900" />
</div>
<div id="top_nav">
<a href="index.html">
<img id="img1" alt="" height="47" onmouseout="FP_swapImgRestore()"
onmouseover="FP_swapImg(1,1,/*id*/'img1',/*url*/'Images/Buttons/home_over.png')"
src="Images/Buttons/home_button.png" width="89" /></a><a href="itinerary.html"><img id="img2" alt=""
height="47" onmouseout="FP_swapImgRestore()"
onmouseover="FP_swapImg(1,1,/*id*/'img2',/*url*/'Images/Buttons/itinerary_over.png')"
src="Images/Buttons/itinerary_button.png" width="124" /></a><a href="activities.html"><img id="img3"
alt="" height="47" onmouseout="FP_swapImgRestore()"
onmouseover="FP_swapImg(1,1,/*id*/'img3',/*url*/'Images/Buttons/activities_over.png')"
src="Images/Buttons/activities_button.png" width="126" /></a><a href="accommodation.html"><img
id="img4" alt="" height="47" onmouseout="FP_swapImgRestore()"
onmouseover="FP_swapImg(1,1,/*id*/'img4',/*url*/'Images/Buttons/accommodation_over.png')"
src="Images/Buttons/accommodation_button.png" width="208" /></a><a href="equipment.html"><img
id="img5" alt="" height="47" onmouseout="FP_swapImgRestore()"
onmouseover="FP_swapImg(1,1,/*id*/'img5',/*url*/'Images/Buttons/equipment_over.png')"
src="Images/Buttons/equipment_button.png" width="144" /></a><a href="contact.html"><img id="img6"
alt="" height="47" onmouseout="FP_swapImgRestore()"
onmouseover="FP_swapImg(1,1,/*id*/'img6',/*url*/'Images/Buttons/contact_over.png')"
src="Images/Buttons/contact_button.png" width="142" /></a>
</div>
<div id="page_content">
<!-- #BeginEditable "content" -->
<br />
<br />
<br />
<br />
<br />
<br />
<div id="layer8" style="z-index: 4; left: 992px; top: 369px">
<img alt="" height="102" src="Images/Logo%20Templates/Template%205a.png" width="70" />
</div>
<br />
<br />
<div id="activities-header" style="z-index: 1; left: 689px; top: 373px">
Activities
</div>
<br />
<div id="layer9" style="z-index: 5; left: 552px; top: 367px; width: 125px">
<img alt="" height="106" src="Images/Logo%20Templates/Template%206a.png" width="125" />
</div>
<br />
<br />
<br />
<div id="layer7" style="z-index: 2; left: 454px; top: 511px">
<img alt="" height="250" src="Images/Ski%20Activities/7-banner.jpg" width="680" />
</div>
<br />
<br />
<div id="intro-message" style="width: 626px; z-index: 3; left: 482px; top: 788px">
This is what exciting stuff we'll being doing during the trip. <em>It's
not all skiing!</em><br />
<br />
<strong><span class="yellow-info-box-centered" style="font-size: large;">Please note, you will be
refused to
take part in certain activities if you do not bring the appropriate
equipment.</span></strong>
</div>
<br />
<br />
<div id="layer10" class="big-numbers" style="z-index: 6; left: 390px; top: 989px">
1
</div>
<div id="layer11" class="framed-image" style="z-index: 7; left: 479px; top: 982px">
<img alt="" height="183"
src="Images/Ski%20Activities/1-skiing%20lessons%20by%20the%20chamonix%20ski%20school.jpg"
width="600" />
</div>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<div id="layer17" class="caption" style="z-index: 8; left: 391px; top: 1177px; width: 715px">
Skiing lessons for beginners provided by the Chamonix Ski School</div>
<br />
<div id="layer18" style="z-index: 9; left: 794px; top: 1225px" class="framed-image">
<img alt="" height="187" src="Images/Ski%20Activities/2-snowboarding.jpg" width="250" />
</div>
<br />
<br />
<br />
<br />
<div id="layer12" class="big-numbers" style="z-index: 6; left: 1074px; top: 1229px">
2
</div>
<br />
<br />
<br />
<br />
<br />
<div id="layer14" class="big-numbers" style="z-index: 6; left: 390px; top: 1487px">
3
</div>
<br />
<div id="layer19" class="caption-right" style="z-index: 8; left: 971px; top: 1427px; width: 161px">
Snowboarding</div>
<br />
<br />
<br />
<br />
<div id="layer15" class="big-numbers" style="z-index: 6; left: 1074px; top: 1740px">
4
</div>
<div id="layer20" style="z-index: 10; left: 473px; top: 1489px" class="framed-image">
<img alt="" height="165" src="Images/Ski%20Activities/4-%20cross%20country%20skiing.jpg" width="300" />
</div>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<div id="layer21" class="caption" style="z-index: 8; left: 391px; top: 1666px">
Cross-country skiing</div>
<br />
<br />
<div id="layer22" style="z-index: 11; left: 810px; top: 1740px" class="framed-image">
<img alt="" height="166" src="Images/Itinerary/4-hiking.jpg" width="250" />
</div>
<br />
<br />
<br />
<br />
<br />
<div id="layer16" class="big-numbers" style="z-index: 6; left: 390px; top: 1971px">
5
</div>
<br />
<br />
<div id="layer26" class="big-numbers" style="z-index: 6; left: 1074px; top: 2228px">
6
</div>
<br />
<br />
<div id="layer30" class="big-numbers" style="z-index: 6; left: 390px; top: 2477px">
7
</div>
<br />
<div id="layer24" style="z-index: 12; left: 473px; top: 1969px" class="framed-image">
<img alt="" height="162" src="Images/Itinerary/6-mer%20de%20glace%20(sea%20of%20ice).jpg" width="250" />
</div>
<br />
<br />
<br />
<br />
<br />
<div id="layer25" class="caption-right" style="z-index: 8; left: 1073px; top: 1913px">
Hiking</div>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<div id="layer32" class="caption" style="z-index: 8; left: 391px; top: 2649px; width: 687px">
Shopping for that special something you'll take home with you</div>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<div id="layer27" class="caption" style="z-index: 8; left: 391px; top: 2143px; width: 603px">
Exploring breathtaking landscapes like the <em>Mer de Glace</em></div>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<div id="layer31" style="z-index: 14; left: 469px; top: 2476px" class="framed-image">
<img alt="" height="159" src="Images/Itinerary/1-shopping.jpg" width="375" />
</div>
<br />
<div id="layer29" class="caption-right" style="z-index: 8; left: 624px; top: 2403px; width: 513px">
Special tickets to the Chamonix Music Festival!</div>
<br />
<div id="layer28" style="z-index: 13; left: 809px; top: 2226px" class="framed-image">
<img alt="" height="166" src="Images/Itinerary/5-%20chamonix%20pop%20rock%20festival.jpg" width="250" />
</div>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<div id="layer34" class="heading-centered" style="width: 993px; z-index: 15; left: 315px; top: 2735px">
With so much to do and see at Chamonix, why would you not go?<br />
<br />
</span><span class="yellow-info-box-centered">Please note - everything will be paid for in advance
except for
<em>Activity 7 where you will need to bring your own money.</em>
</div>
<!-- #EndEditable -->
</div>
<div id="footer">
<map id="ImgMap0" name="ImgMap0">
<area alt="" coords="6, 64, 304, 131" href="http://instagram.co.uk/profile/chs_skitrip" shape="rect" />
<area alt="" coords="3, 138, 303, 200" href="http://facebook.com/profile/CHS+Ski+Trip+2020"
shape="rect" />
<area alt="" coords="2, 210, 305, 275" href="http://twitter.com/user/clarendonskitrip" shape="rect" />
<area coords="334, 64, 401, 129" href="https://hotelarve-chamonix.com/en/" shape="rect" />
<area alt="" coords="410, 66, 464, 130" href="https://www.skiset.co.uk/" shape="rect" />
<area alt="" coords="473, 65, 549, 131" href="https://www.chamonix.com/chamonix-mont-blanc,0,en.html"
shape="rect" />
</map>
<img alt="footer" height="300" src="Images/Footer.png" width="900" usemap="#ImgMap0" />
</div>
</div>
</body>
<!-- #EndTemplate -->
</html>