-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
253 lines (224 loc) · 8.67 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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!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" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Lexend:wght@100;300;400&family=Raleway:wght@200;300;400&display=swap"
rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Lexend:wght@800&display=swap" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue& display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anton&display=swap" rel="stylesheet">
<title>Personal Trainer's Website</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<style>
html,
body {
margin: 0%;
height: 100%;
width: 100%;
padding: 0%;
overflow-x: hidden;
}
</style>
</head>
<body>
<sec>
<div class="container1">
<header>
<div class="logo">
<img src="images/logo.png" alt="logo" srcset="" />
</div>
<div class="menu">
<a href="">Home</a>
<a href="#">About</a>
<a href="#">Services</a>
<a href="#">Plans</a>
<a href="#">Contact</a>
</div>
<div class="links">
<a target="_blank" href="#"><i class="fa fa-instagram fa-lg" aria-hidden="true"></i></a>
<a target="_blank" href="#"><i class="fa fa-twitter fa-lg" aria-hidden="true"></i></a>
<a target="_blank" href="#"><i class="fa fa-facebook fa-lg" aria-hidden="true"></i></a>
<a target="_blank" href="#"><i class="fa fa-youtube-play fa-lg" aria-hidden="true"></i></a>
</div>
</header>
<div class="title">
<h1>
LET'S GET <br />
<span>MOVING</span>
</h1>
</div>
<div class="btn">
<button id="button1">View Services</button>
<button id="button2">Join Now</button>
</div>
</div>
</sec>
<section>
<div class="container2">
<div class="solganblock">
<h4>DISCIPLINE</h4>
<p>DO IT EVEN IF YOU DON'T FEEL LIKE IT</p>
</div>
<div class="aboutme">
<img src="images/trainer.jpg" alt="">
<div class="aboutmetext">
<h4>About Me
<br>
<span>Dwyane Jhonson</span>
</h4>
<p>I'm a paragraph. Here to add your own text and edit me. It’s easy. Just click “Edit Text” or double click
me to add your own content and make changes to the font. Feel free to drag and drop me anywhere you like on
your page. I’m a great place for you to tell a story and let your users know a little more about you.
<br>
<br>
<br>
This is a great space to write long text about your company and your services. You can use this space to go
into a little more detail about your company.
</p>
</div>
</div>
</section>
<section>
<div class="container3">
<div class="headingpg3">
<h2>Choose your
<br>
<span> workout</span>
</h2>
</div>
<div class="box1">
<div class="hovereffect">
<img class="img-responsive" src="images/trxworkout.jpg" alt="">
<div class="overlay">
<h2>TRX <br> WORKOUT</h2>
</div>
</div>
</div>
<div class="box2">
<div class="hovereffect">
<img class="img-responsive" src="images/weightloss.jpg" alt="">
<div class="overlay">
<h2 class="hovertext">WEIGHT <br> LOSS</h2>
</div>
</div>
</div>
<div class="box3">
<div class="hovereffect">
<img class="img-responsive" src="images/muscletone.jpg" alt="">
<div class="overlay">
<h2>MUSCLE <br> TONE</h2>
</div>
</div>
</div>
<div class="box4">
<div class="hovereffect">
<img class="img-responsive" src="images/posture.jpg" alt="">
<div class="overlay">
<h2>POSTURE CORRECTION</h2>
</div>
</div>
</div>
<div class="box5">
<div class="hovereffect">
<img class="img-responsive" src="images/cardio.jpg" alt="">
<div class="overlay">
<h2 class="hovertext">CARDIO <br> FITNESS</h2>
</div>
</div>
</div>
<div class="box6">
<div class="hovereffect">
<img class="img-responsive" src="images/strength.jpg" alt="">
<div class="overlay">
<h2> CORE <br> STRENGHT</h2>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container4">
<div class="c4heading">
<h4>Only you can stop you.</h4>
</div>
<div class="joinusonmobile">
<h2>Join us on <span>mobile</span></h2>
<p>Tell us how you want to be prepaired!</p>
<div class="phoneno">
<input type="tel" name=" " id="phnumber" placeholder="Phone Number">
<button id="sendbutton">Send</button>
</div>
<div class="storelinks">
<h2>Or
<br>
Get it on
</h2>
<a target="_blank" href="#"><img src="images/googellogo.png" alt="" width="35px"></a>
<a target="_blank" href="#"><img src="images/appstore-logo.png" alt="" width="35px"></a>
<a target="_blank" href="#"><img src="images/microsoftlogo.png" alt="" width="35px"></a>
</div>
</div>
</div>
</section>
<section>
<div class="container5">
<div class="contactus">
<h2>Contact Us</h2>
<input type="text" id="nameofuser" placeholder="Name">
<input type="email" placeholder="Email">
<textarea name="msghere" id="msgarea" cols="50" rows="10" placeholder="Type your message here..."></textarea>
<button id="submitbtn">Submit</button>
</div>
</div>
<footer>
<div class="leftside">
<div class="location"><i class="fa fa-map-marker fa-lg" aria-hidden="true"></i> 21 Revolution Street
<span>Paris, France</span></div>
<div class="telephone"><i class="fa fa-phone fa-lg" aria-hidden="true"></i> +1 555 123456</div>
<div class="mail"><i class="fa fa-envelope fa-lg" aria-hidden="true"></i> <a
href="mailto:webmaster@example.com">support@company.com</a></div>
</div>
<div class="rightside">
<h4>About the company</h4>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Similique eos quos placeat, quam provident error.
</p>
<div class="contactlink">
<a target="_blank" href="#"><i class="fa fa-instagram fa-lg" aria-hidden="true"></i></a>
<a target="_blank" href="#"><i class="fa fa-twitter fa-lg" aria-hidden="true"></i></a>
<a target="_blank" href="#"><i class="fa fa-facebook fa-lg" aria-hidden="true"></i></a>
<a target="_blank" href="#"><i class="fa fa-youtube-play fa-lg" aria-hidden="true"></i></a>
</div>
</div>
</footer>
</section>
<section>
<div class="designerspage">
<div class="designerleft"><img src="images/designer.jpg" alt=""></div>
<div class="designerright">
<h3>Hi, I'm Louis, the designer behind this website. Check out my latest visual tools I'm building at <span><a
target="_blank" href="https://github.com/louisbarsiwal">Github</a></span> or follow me on</h3>
<div class="designerlink">
<a target="_blank" href="#"><i class="fa fa-instagram fa-lg" aria-hidden="true"></i></a>
<a target="_blank" href="https://www.linkedin.com/in/louisbarsiwal/"><i class="fa fa-linkedin fa-lg"
aria-hidden="true"></i></a>
<a target="_blank" href="#"><i class="fa fa-twitter fa-lg" aria-hidden="true"></i></a>
<a target="_blank" href="https://codepen.io/louis_barsiwal"><i class="fa fa-codepen fa-lg"
aria-hidden="true"></i></a>
</div>
</div>
</div>
</section>
</body>
</html>