-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
75 lines (74 loc) · 3.66 KB
/
about.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
<!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>About Us</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="wrapper">
<header>
<div class="logo">
<a href="index.html">
<img src="img/logo.gif" alt="">
</a>
</div>
<div class="info">
<div class="inner">
Call us on: 07624 431271
<br />
Email: <a href="mailto:hackeraj.np@gmail.com">performance@spsiom.com</a>
</div>
<br />
<img src="img/fb.gif" alt="">
</div>
<div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li class="active"><a href="about.html">About Us</a></li>
</ul>
</nav>
</div>
<div class="clear"></div>
</header>
<div class="slider">
<iframe width="100%" height="350" src="https://www.youtube.com/embed/D0gUJ0TBDx8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="content">
<div class="right"><h3>Welcome To Our Site</h3>
<p>I am Ben Carling, the owner and head coach at Sports Performance Services Ltd, based in Douglas, Isle of Man. After studying business management, I decided embark in a career that was also a passion of mine; health and fitness. I had played sports from an early age so it seemed a natural thing to do. I became a qualified Personal Trainer, and latterly an accredited Strength and Conditioning coach with the UKSCA. Currently there are only 4 accredited coaches in the Isle of Man, and circa 600 in the UK.
</p>
<p>As well as private work, I work at the Isle of Man Sport Institute. I work with a wide cross section of athletes from different sports, from field based sports such as football, rugby and hockey to individual sports such as archery, sailing, tennis, motorsport and swimming. I am proud to have played my part in helping these athletes set personal bests, Island records and some that have gone on to achieve scholarships or youth contracts at professional level.
</p>
</div>
<div class="left">
<h3>Our Services</h3>
<ul>
<li> <a href="#"> Athlete Development</a></li>
<li><a href="#"> Strength & Conditioning</a></li>
<li><a href="#"> Speed & Agility Testing</a></li>
<li><a href="#"> Body Composition</a></li>
<li><a href="#"> Cognitive Development</a></li>
<li><a href="#"> Functional Movement Screening</a></li>
<li><a href="#"> 1Rep Max & Power Testing</a></li>
<li><a href="#"> Performance Evaluation Report</a></li>
</ul>
</div>
<div class="clear"></div>
</div>
<div class="footer">
<div class="fleft">
<p>Website by <a href="fb.com/raazkapoorkushwaha">Hackeraj</a></p>
</div>
<div class="fright">
<p>© Sports Performance Services</p>
</div>
<div class="clear"></div>
</div>
</div>
</body>
</html>