-
Notifications
You must be signed in to change notification settings - Fork 0
/
Rudisfitness.html
82 lines (76 loc) · 2.76 KB
/
Rudisfitness.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Crossfit Rudis fitness</title>
<meta name="author" content="Stephen Rice" />
<!-- Set viewport to ensure this page scales correctly on mobile devices -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="rudisfitness.css" />
</head>
<body>
<nav aria-label="Main menu">
<ul>
<li>
<a href="https://goteamup.com/p/580760-rudis-fitness/">Schedule</a>
</li>
<li>
<a href="file:///C:/Users/dach7/Downloads/Rudis-fitness-main/Rudis-fitness-main/classes.html">Classes</a>
</li>
<li>
<a href="file:///C:/Users/dach7/Downloads/Rudis-fitness-main/Rudis-fitness-main/team.html">Meet the team</a>
</li>
</ul>
</nav>
<main>
<header>
<h1>Crossfit Rudis Fitness </h1>
</header>
<section>
<h2>What is Crossfit?</h2>
<p>Crossfit is made up of high intensity training that varies movements between strength and conditioning workouts. </p>
<p>
It's designed to improve overall fitness, strength, and endurance, and is known for its varied and challenging workouts.
</p>
</section>
<section>
<h2>Crossfit Games</h2>
<p>The Crossfit games is an annual athletic competition ranging between 100-120 athletes that who compete against eachother in a series of events to win earn cash prizes and the title of "Fittest on Earth." </p>
<p>
Anyone can enter for the crossfit open but only 10% of the athletes can make it through to the Quarterfinals.
</p>
</section>
<section>
<h2>Rudis Fitness</h2>
At Crossfit Rudis, the well-being of our members is at the forefront of everything we do. Our supportive community, built on trust, encouragement, and friendship, helps ensure that our members not only reach their fitness goals, b</section>
<section>
<h2></h2>
<p><img
class="responsive"
src="rudis1.jpg"
alt="Rudis logo"
width="200"
height="200"
/></p>
</section>
</main>
<aside class="sidebar">
<p>
<a href="https://www.myprotein.com/">
<img src="Myprotein_logo.jpg" width="100" alt="My protein"/>
</p>
<p>
<a href="https://www.reebok.co.uk/">
<img src="reebok.jpg" width="100" alt="Reebok"/>
</p>
<p>
<a href="https://games.crossfit.com/">
<img src="CrossFit_Games_logo.jpg" width="100" alt="Crossfit games"/>
</p>
</aside>
<footer>
<div id="about">About this website</div>
<div id="copyright">This is the copyright notice</div>
</footer>
</body>
</html>