-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
executable file
·112 lines (96 loc) · 4.69 KB
/
about.html
File metadata and controls
executable file
·112 lines (96 loc) · 4.69 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Canary Canoes | About</title>
<meta name="description" content="Welcome to Canary Canoes the local Canoe club for enthusiasts and hobbyists around">
<meta name="author" content="Conor Drew">
<link rel="stylesheet" href="css/style.css?v=1.0">
<link href='https://fonts.googleapis.com/css?family=Lobster+Two|Ubuntu' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Oswald:400,300' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="about">
<header>
<div class="container position">
<div class="logo"><h1>C<span>anary</span> C<span>anoes</span></h1></div>
<nav>
<ul>
<li id="homenav"><a href="index.html">Home</a></li>
<li id="aboutnav"><a href="about.html">About</a>
<ul>
<li><a href="news.html">News</a></li>
</ul>
</li>
<li id="trainingnav"><a href="training.html">Training</a></li>
<li id="membershipnav"><a href="membership.html">Membership</a></li>
</ul>
</nav>
</div>
</header>
<div class="about-background">
<h1>About</h1>
<h2>Join exsisting members at canary canoes</h2>
</div>
<div class="choose-us">
<h2>Why Choose us?</h2>
<h3>When you choose to canoe with us, you share in history of thousands of years of canoe exploration,
tripping, paddling learning and mindfulness.
Settle down and connect with your boat, feel the water under your hull, relax, look around, enjoy nature at it's best and let the adventure begin.
At Canary Canoes we don't just take you canoeing, we set you on the path to becoming a canoeist, with unique skills and experiences, excitement, expeditions and experiences.
Paddling trips become your own adventure stories that you will remember for a lifetime, that can become part of who you are.
Our purpose is to make your adventures the best that we can, While helping you meet fellow enthusiats and create friendships</h3>
</div>
<div class="to-date">
<h2>Keep Up to date</h2>
<h3>Canary canoes has a news feed.</h3>
<h3>We have a news feed that lets you keep up to date with the lasted goings on with Canary canoes and the sport its self, If you don’t want to miss any news click the link below to view it and get your self up to date.</h3>
<div class="more-button">
<a href="news.html">News</a>
</div>
</div>
<div class="information">
<h2>Information</h2>
<div class="position">
<div class="information-panel-1">
<img src="img/about/guy.jpg">
<div class="text-area">
<h2>Training</h2>
<h3>Join our Training programs, lead by some of the biggest names in Canoeing, To see prices and whats included with the membership</h3>
<div class="more-button">
<a href="training.html">Training</a>
</div>
</div>
</div>
<hr>
<div class="information-panel-1">
<div class="text-area">
<h2>Membership</h2>
<h3>Join others that have the same passion and drive as you, with membership perks plus more,</h3>
<div class="more-button">
<a href="membership.html">Membership</a>
</div>
</div>
<img src="img/about/group.jpg">
</div>
<hr>
<div class="information-panel-1">
<img src="img/about/location.jpg">
<div class="text-area">
<h2>Location</h2>
<h3>Our location was hand picked, surrounded by natural beauty, the rivers have not been touched or modified so when you are relaxing down the river you see 100% pure nature.</h3>
</div>
</div>
</div>
</div>
<div class="contact">
<h2>Contact us</h2>
<h3>To get more information please contact us on:</h3>
<h4>Email: info@canaryCanoes.co.uk<br>
Phone: 07758965412</h4>
</div>
<script src="js/scripts.js"></script>
</body>
</html>