-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (22 loc) · 1023 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pickleball Sound</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Waynewood Recreation Association</h1>
<p>Below are links to equipment that has been professionally tested to generate less loudness and lower pitch compared to normal Pickleball equipment </p>
</header>
<main>
<section class="resources">
<a href="https://pickleballsound.com/recommended-paddles/" class="button" target="_blank">Low-Noise Paddle List 1</a>
<a href="https://pball.grandpickleball.org/Menu-Organization/Paddle%20Test%20Results.pdf" class="button" target="_blank">Low Noise Paddle List 2</a>
<a href="https://drive.google.com/file/d/1US1HOs9AS3syus9jrGjtclYo40ejJABu/view?usp=sharing" class="button" target="_blank">Low-Noise Ball List</a>
</section>
</main>
</body>
</html>