-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtraining.html
More file actions
executable file
·144 lines (126 loc) · 5.98 KB
/
training.html
File metadata and controls
executable file
·144 lines (126 loc) · 5.98 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Canary Canoes | Training</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="training">
<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="training-background">
<h1>Training</h1>
<h2>Training for you, about you</h2>
</div>
<div class="about-training">
<h2>About Training</h2>
<h4>Training will be held on our waters, you will be trained by professionals in small groups to give you the most out of training, our experts will answer any questions you have on the day and after the training is complete you will receive a recognised qualification in that field.</h4>
</div>
<div class="membership-benefits">
<h2>Membership Benefits</h2>
<h4>All training courses will be availabe even to non-members, Members will get courses at a discounted price.
anyone on the course will get to use the clubs waters and equipment while on the training program.</h4>
</div>
<div class="pricing">
<h2>Pricing</h2>
<div class="training-price position">
<div class="col1">
<h2>Novice Training</h2>
<h3>This course is specifically designed for people who may have never stepped foot in a canoe, or has only been in once or twice.
Taught by club experts making sure you feed comfortable and
answering any questions you may have.</h3>
</div>
<div class="col2">
<div class="cost">
<h2>Cost:</h2>
<h4><span>£</span>42<span>.00</span></h4>
</div>
<div class="member-cost">
<h2>Members:</h2>
<h4><span>£</span>25<span>.99</span></h4>
</div>
</div>
</div>
<hr>
<div class="training-price position">
<div class="col1">
<h2>Advanced Training</h2>
<h3>The advanced training course is for people who are feeling confident with using a canoe, but want to advance their experience and be able to use more dangerous parts of the water safelyThis course is run by our experts and professionals</h3>
</div>
<div class="col2">
<div class="cost">
<h2>Cost:</h2>
<h4><span>£</span>100<span>.00</span></h4>
</div>
<div class="member-cost">
<h2>Members:</h2>
<h4><span>£</span>50<span>.00</span></h4>
</div>
</div>
</div>
<hr>
<div class="training-price position">
<div class="col1">
<h2>Intermediate Training</h2>
<h3>This course is for people who are wanting to push the boundary of cannoning and want some help to get them there, this course will teach you how to ride the most intense waters and it also gives you a licence to canoe in the danger spots.This course is run by professionals from across the country.</h3>
</div>
<div class="col2">
<div class="cost">
<h2>Cost:</h2>
<h4><span>£</span>200<span>.00</span></h4>
</div>
<div class="member-cost">
<h2>Members:</h2>
<h4><span>£</span>125<span>.00</span></h4>
</div>
</div>
</div>
<hr>
<div class="training-price position">
<div class="col1">
<h2>First Aid Training</h2>
<h3>First aid training will give you the ability to save someone life, the course is taught by experts who have been saving life's for many years, they will teach you correct procedures like how to perform CPR any many other life saving techniques, handy to have as you never know when you will need it</h3>
</div>
<div class="col2">
<div class="cost">
<h2>Cost:</h2>
<h4><span>£</span>125<span>.00</span></h4>
</div>
<div class="member-cost">
<h2>Members:</h2>
<h4><span>£</span>75<span>.00</span></h4>
</div>
</div>
</div>
</div>
<div class="contact">
<h2>How to book</h2>
<h3>To book you can either come to our club house and talk to a receptionist or book by calling or emailing us on.</h3>
<h4>Email: info@canaryCanoes.co.uk<br>
Phone: 07758965412</h4>
</div>
<script src="js/scripts.js"></script>
</body>
</html>