-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwinter-stories.shtml
58 lines (46 loc) · 1.67 KB
/
winter-stories.shtml
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
<!DOCTYPE html>
<html lang="en">
<head>
<!--#include file="head.htm"-->
<style type="text/css">
.main {
text-align: center;
}
.main a {
color: inherit;
text-decoration: none;
}
</style>
</head>
<body>
<div class='wrapper'>
<header>
<!--#include file="nav1.htm"-->
<!--#include file="slideshow.htm"-->
<!--#include file="nav2.htm"-->
</header>
<h1 class='pagetitle'>WINTER</h1>
<div class='main'>
<!-- MAIN CONTENT ===================================================== -->
<p align=left><iframe width="560" height="315" src="https://www.youtube.com/embed/mW6iCzY9x-g" frameborder="0" allowfullscreen></iframe></p>
<a href="winter_fun.shtml"><div class='story-preview'>
<div class='img' style='background-image:url(images/skiing.jpg);'></div>
<div class='text-preview'>
<h3>Winter Fun</h3>
<p>Winter memories, made in North Muskoka skiing. There’s no question that summer in North Muskoka is fun. It’s the stuff of life-long memories...</p>
<p class='readmore'>Read More...</p>
</div>
</div></a>
<a href="comforts-of-home.shtml"><div class='story-preview'>
<div class='img' style='background-image:url(images/tubing.jpg);'></div>
<div class='text-preview'>
<h3>Just Like Home</h3>
<p>Imagine this: after a day spent playing in the snow – skating through the woods, cross-country skiing on a lake or gliding through the forest behind a team of dogs – you return, cheeks rosy and body rejuvenated...</p>
<p class='readmore'>Read More...</p>
</div>
</div></a>
<!-- END MAIN CONTENT ===================================================== -->
</div>
<!--#include file="footer.htm"-->
</body>
</html>