-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (67 loc) · 2.79 KB
/
index.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
<!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>Document</title>
<link rel="stylesheet" href="stylesheet.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="main">
<nav id="navigation">
<div id="i1"><img src="">logo</div>
<ul class="uol">
<li class="items"><a href="#">Home</a></li>
<li class="items"><a href="#">About Us</a></li>
<li class="items"><a href="#">Contact Us</a></li>
</ul>
<form class="Search" action="action_page.php">
<input type="text" placeholder="Search.." name="search" id="input1">
<button type="submit" id="b1"><i class="fa fa-search"></i></button>
</form>
</nav>
<div class="sub1">
<section class="s1">
<h2 id="h1">Train Inspired !!</h2>
<p id="p1">Unleash inspiration with motivational workout music, coaches that guide & inspire , and
strenth programs that provide a real path to results.</p>
<input type="button" value="Join Now" id="b2">
</section>
<section class="s2">
<p id="p2">AMP</p>
<p id="p3"><br>WORKOUT<br>YOUR</p>
</section>
</div>
<div class="sub2">
<h2 class="yo">FEATURES FOR ALL YOUR FITNESS NEEDS</h2>
<section class="s3">
<img src="Yellow-music-icon-on-transparent-background-PNG.png" alt="music" id="i2">
<h4 class="h2">Music</h4>
<p class="p4">An unparalleled workout experience with best music facility</p>
</section>
<section class="s4">
<img src="cardio.png" alt="Cardio" id="i3">
<h4 class="h2">Cardio Coach</h4>
<p class="p4">Audio guided workouts that push you further and cheer you on</p>
</section>
<section class="s5">
<img src="strenth.png" alt="strenth" id="i4">
<h4 class="h2">Strength Training</h4>
<p class="p4">A variety of workouts & programs for all fitness levels</p>
</section>
<section class="s6">
<img src="tempo.png" alt="tempo" id="i5">
<h4 class="h2">Tempo Run</h4>
<p class="p4">Run to a beat that matches your stride with our pace matching technology</p>
</section>
</div>
</div>
<HR>
</HR>
<footer>
Copyright © alpha_a_unisexgym
</footer>
</body>
</html>