-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.html
182 lines (166 loc) · 7.11 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
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PC9160VL14"></script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robort" content="INDEX, FOLLOW">
<meta name="kewords" content="first webdev code,first,HTML,CSS,Javascript">
<title>BEAST HUB FITNESS GYM</title>
<link rel="stylesheet" href="Project-Gym website(main).css">
<link href="https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400;500&family=Ubuntu:wght@300&display=swap"
rel="stylesheet">
<!-- <link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap" rel="stylesheet"> -->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</head>
<body>
<header>
<div>
<a href="#" target="_blank">
<div><img class="img" src="Beast hub logo.png" alt="Error">
</a>
</div>
</div>
<nav>
<div>
<ul>
<li class="active-home-btn"> <a href="#" target="_blank">HOME</a> </li>
<li> <a href="#" target="_blank">JOIN NOW</a> </li>
<li> <a href="#" target="_blank">SUBSCRIPTION</a> </li>
<li> <a href="#" target="_blank">ABOUT US</a> </li>
<li> <a href="#" target="_blank">CONTACT US</a></li>
</ul>
</div>
</nav>
</header>
<div class="video">
<video class="video1" autoplay muted loop>
<source src="BG-1.mp4" type="video/mp4">
</video>
<div class="content-box">
<img class="qoute-img" src="qoute.png" alt="">
<p class="qoute"><span class="color-mix-1"> To keep the body in good health is a duty, otherwise
we</span><span class="color-mix-2"> shall not be able to keep our
mind strong and clear. When it</span><span class="color-mix-1">
comes to eating right and exercising,
there is no 'I'll start</span> <span class="color-mix-2"> tomorrow.
It never gets easier, you just get better.
The gym</span><span class="color-mix-1"> is not the social club for the fit but, hub for
hustlers!</span></p>
<img src="BG-02.png" width="1519px" height="680px" alt="Error">
</div>
<div id="container">
<h1>Register Today!</h1>
<form action="data.php">
<div class="form-grp">
<input type="text" placeholder="Enter your Name" spellcheck="true">
</div>
<div class="form-grp">
<input type="number" placeholder="Enter your Age" spellcheck="true">
</div>
<div class="form-grp">
<input type="text" placeholder="Enter your Gender" spellcheck="true">
</div>
<div class="form-grp">
<input type="email" placeholder="Enter your Email id" spellcheck="true">
</div>
<div class="form-grp">
<input type="number" placeholder="Enter your Phone Number" spellcheck="true">
</div>
<input class="submit-button" type="submit">
</form>
</div>
<video class="video2" autoplay muted loop>
<source src="Bg-2.mp4" type="video/mp4">
</video>
<div id="btn">
<a href="#">
<button>Register</button></a>
</div>
<video class="video3" autoplay muted loop>
<source src="BG-03.mp4" type="video/mp4">.
</video>
</div>
<div class="last-section">
<div id="part-1">
<ul>
<div class="list-part-1">MEMBERSHIP</div>
<a href="#" target="_blank">
<li class="list-part-li">Join Now</li>
</a>
<a href="#" target="_blank">
<li class="list-part-li">Memeber Login </li>
</a>
<a href="#" target="_blank">
<li class="list-part-li"> Terms and Conditions</li>
</a>
<a href="#" target="_blank">
<li class="list-part-li">Code of Cunduct</li>
</a>
</ul>
</div>
<div id="part-2">
<ul>
<div class="list-part-2">GYMS</div>
<a href="#" target="_blank">
<li class="list-part-li">Find a Gym</li>
</a>
<a href="#" target="_blank">
<li class="list-part-li">By Country </li>
</a>
<a href="#" target="_blank">
<li class="list-part-li"> By City</li>
</a>
<a href="#" target="_blank">
<li class="list-part-li"> By Locality</li>
</a>
</ul>
</div>
<div id="part-3">
<ul>
<div class="list-part-3">POPULAR LINKS</div>
<a href="#" target="_blank">
<li class="list-part-li">FAQ/Contact</li>
</a>
<a href="#" target="_blank">
<li class="list-part-li"> Group training</li>
</a><a href="#" target="_blank">
<li class="list-part-li"> Corporate Membership</li>
</a><a href="#" target="_blank">
<li class="list-part-li"> Privacy & Cookie Policy</li>
</a>
</ul>
</div>
</div>
<div class="copy-write-text">
<span>© 2022 BeastHub.com Ltd.
</span>
</div>
<!-- Me -->
<div class="my-name">
<span> <a href="https://www.linkedin.com/in/abhishek-singh2073" target="_blank">By- Abhishek Singh</a>
</span>
</div>
<!-- Till here -->
<div class="social-handles">
<!-- <a href="#" class="anchor-style" target="_blank"> -->
<ion-icon id="Socail-icon-1" name="logo-google"></ion-icon>
<!-- </a> -->
<!-- <a href="#" class="anchor-style" target="_blank"> -->
<ion-icon id="Socail-icon-2" class="social-H-icon" name="logo-linkedin"></ion-icon>
<!-- </a> -->
<!-- <a href="#" class="anchor-style" target="_blank"> -->
<ion-icon id="Socail-icon-3" class="social-H-icon" name="logo-twitter"></ion-icon>
<!-- </a> -->
<!-- <a href="#" class="anchor-style" target="_blank"> -->
<ion-icon id="Socail-icon-4" class="social-H-icon" name="logo-facebook"></ion-icon>
<!-- </a> -->
<!-- <a href="#" class="anchor-style" target="_blank"> -->
<ion-icon id="Socail-icon-5" class="social-H-icon" name="logo-instagram"></ion-icon>
<!-- </a> -->
</div>
</body>
</html>