-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
128 lines (97 loc) · 6.35 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>N&P Badminton Club</title>
<!--meta tages for search engines-->
<meta name="description"
content="Badminton. Club for badminton, London, UK. Social club, junior and adult coaching. wembley and coach">
<meta name="keywords" content="badminton, play badminton, badminton club, playerss, London, UK, sport, exercise, coaching, coach badminton, juniors coaching, adult coaching">
<!--Favicon-->
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<!-- Stylesheet -->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!--add semantic elemets to html body-->
<!--Header-->
<header>
<div class="logo-container">
<div class="logoimageDiv">
<img src="assets/images/logo.JPG" id="logoimage" alt="Logo">
</div>
<h1 id="logo" >N&P Badminton</h1>
<!-- </div> -->
<!-- </a> -->
<input type="checkbox" id="nav-toggle" name="nav-toggle">
<label for="nav-toggle" class="nav-toggle-label"><i class="fa-solid fa-bars"></i></label>
<!--Navigation section-->
<nav>
<ul id="menu">
<li><a href="index.html" class="active">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<!--Main-->
<main>
<section id="about">
<br>
<h2>About Us</h2>
<div class="about-section">
<div class="about-item">
<div class="description">
<h3>Neena Shah</h3>
<p>Badminton England Level 2 Coach and the founder of N&P Badminton Club. With a passion for competitive play, she brings extensive experience and skill to coaching, helping juniors who are beginners as well as intermediate and advanced players sharpen their game, improve techniques, and develop winning strategies. As an active competitor herself, Neena understands the dedication and focus required to succeed on the court, making her an inspiring and knowledgeable coach for those looking to elevate their badminton skills.</p>
</div>
<img src="assets/images/Neena_coach1.JPG" alt="Image Neena Shah Coach and Founder">
</div>
<div class="about-item">
<img src="assets/images/paul_coach2.JPG" alt="Image Paul Harvey Coach and Founder">
<div class="description">
<h3>Paul Harvey</h3>
<p> Badminton England Level 2 Coach and the founder of N&P Badminton Club. Known for his engaging and approachable coaching style, Paul focuses on helping junior players and beginners build a solid foundation in the sport. He specializes in coaching beginner to intermediate players, fostering a fun, supportive environment that encourages growth and confidence on the court. As a social club player, Paul’s passion for the game shines through in his coaching, making sessions enjoyable and accessible for those just starting out in badminton.</p>
</div>
</div>
<div class="about-item">
<div class="description">
<h3>James Leder</h3>
<p>Badminton England Level 2 Badminton Coach and competitive player, dedicated to helping players of all ages and skill levels—from beginners to advanced—reach their full potential. With a strong focus on technique and strategy, James works with both junior and adult players, bringing a wealth of experience and a motivational approach to every session. When he’s not on the court, James enjoys staying active outdoors, spending his free time hiking and running to keep fit and inspired.</p>
</div>
<img src="assets/images/james_coach3.JPG" alt="Image James Leder Coach">
</div>
<div class="about-item">
<img src="assets/images/sohan_coach4.JPG" alt="Image Sohan Shah Coach">
<div class="description">
<h3>Sohan Shah</h3>
<p>Badminton England Level 2 Coach known for his competitive edge and extensive experience despite his young age. Having played since the age of 5, Sohan has a deep-rooted passion for the sport and brings that enthusiasm to his coaching. He works with players of all levels, from beginners to advanced competitors, helping them hone their skills and develop a winning mindset. His experience in competitive play adds a unique insight to his coaching, motivating his players to push their limits and excel on the court.</p>
</div>
</div>
</div>
</section>
</main>
<!--Footer-->
<footer>
<ul id="social-networks">
<li>
<a href="https://www.facebook.com/" target="_blank" rel="noopener"
aria-label="Visit our Facebook page (opens in a new tab)">
<i class="fa-brands fa-facebook"></i></a>
</li>
<li>
<a href="https://www.instagram.com" target="_blank" rel="noopener"
aria-label="Visit our Instagram page (opens in a new tab)">
<i class="fa-brands fa-instagram"></i></a>
</li>
</ul>
<h6 id="footer">©CodingwithLove</h6>
</footer>
<!-- Font Awesome kit -->
<script src="https://kit.fontawesome.com/00dc1bd44c.js" crossorigin="anonymous"></script>
</body>
</html>