-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
387 lines (374 loc) · 13.6 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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Landing page</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<img src="https://img.freepik.com/premium-vector/green-blue-glossy-triangle-shaped-letter-x-icon_95164-14928.jpg?w=740"
alt="logo">
<span><h1><b>JUSTbeYOU</b></h1></span>
<ul>
<li>
<a href="#home">home</a>
</li>
<li>
<a href="#intro">intro</a>
</li>
<li>
<a href="#services">services</a>
</li>
<li>
<a href="#call me">call me</a>
</li>
<li>
<a href="#projects">projects</a>
</li>
<li>
<a href="#contacts">contacts</a>
</li>
<li>
<a href="#testimonials">testimonials</a>
</li>
<li>
<a href="#register">Register</a>
</li>
<li class="icon">
<i class="fa-brands fa-facebook-f"></i>
</li>
<li class="icon">
<i class="fa-brands fa-square-instagram"></i>
</li>
<li class="icon">
<i class="fa-brands fa-square-x-twitter"></i>
</li>
<li> <button type="button">login</button>
<button type="button">sign up</button>
</li>
</ul>
</nav>
</header>
<section class="home" id="home">
<!-- have some text with an bg image -->
<div>
<h1>BUSINESS ANALYTICS</h1><br>
<p>A top consultancy firm having proficiency in management , engineering and marketing</p><br>
<button type="button">Lets Go</button>
</div>
</section>
<section class="intro" id="intro">
<div class="content" >
<div class="text">
<span class="section-title">INTRO</span>
<br>
<h3>we offer best business</h3>
<br>
<p>A firm is a for-profit business, usually
formed as a partnership that provides
professional services, such as legal or accounting services. The theory of the firm posits that firms exist to maximize profits.</p>
<br> <p class="author">LOUIS DENO -CEO</p>
</div>
<div class="image-container">
<img src="swing image.jpg" alt="intro_image"></div>
</div>
</div>
</section>
<section class="services" id="services">
<span class="section-title">SERVICES</span>
<h3>we offer best services
<br>that suits your needs
</h3>
<div class="services-list-container">
<div class="service-item">
<img src="lanscape1.jpg" alt="services">
<h4>off the ground</h4>
<p>perfect for newbie startup</p>
<ul>
<li>Environment</li>
<li>Competition</li>
</ul>
<h6>starting at $100</h6>
<button>DETAILS</button>
</div>
<div class="service-item">
<img src="lanscape2.jpg">
<h4>Market domination</h4>
<p>perfect for newbie startup</p>
<ul>
<li>Environment</li>
<li>Competition</li>
</ul>
<h6>starting at $200</h6>
<button>DETAILS</button>
</div>
<div class="service-item">
<img src="lanscape3.jpg">
<h4>Accelerated growth</h4>
<p>perfect for newbie startup</p>
<ul>
<li>Environment</li>
<li>Competition</li>
</ul>
<h6>starting at $500</h6>
<button>DETAILS</button>
</div>
</div>
<div class="prepositions preposition-p1">
<img src="forest mountain.jpg">
<div class="content">
<h3>Accelerated business growth to improve revenue</h3>
<p>Business growth is a key factor in the success of any business.</p>
</div>
</div>
<div class="prepositions preposition-p2">
<div class="content">
<h3>Business services for companies</h3>
<p>Our services will assure you that we justify our name fully</p>
</div>
<img src="forest2 mountain.jpg">
</div>
<div class="testimonials">
<h3>read our testimonials</h3><br>
<p>what our clients say</p><br>
<div class="testimonials-list-container">
<div class="testimonials-item">
<p>this company helps me to grow at better pace</p>
<h4>
Ann Black-Consultant
</h4>
</div>
<div class="testimonials-item">
<p>at the beginning price seems to be high but i feel quality of content is also high </p>
<h4>
Card West- Owner
</h4>
</div>
<div class="testimonials-item">
<p>I purchased Accelerator growth package and now i renewed the contract each year</p>
<h4>
Marsha singer- Marketer
</h4>
</div>
<div class="testimonials-item">
<p>Market dominator will help you a lot</p>
<h4>
David Green- CEO
</h4>
</div>
<div class="testimonials-item">
<p>JUSTbeYOU will make you a better version of yourself</p>
<h4>
Marry- developer
</h4>
</div>
</div>
</div>
</section>
<section class="call_me" id="call_me">
<div class="content">
<span class="section-title">CALL ME</span>
<h2>want to contact us ?</h2>
<p>just fill the below form and get our best services</p>
<ul>
<li>fill your complete details carefully</li>
<li>just fill the form and our team will connect with you</li>
</ul>
</div>
<div class="form">
<form>
<input type="text" name="Name" placeholder="enter your name"><br><br>
<input type="email" name="Email" placeholder="enter your email"><br><br>
<input type="text" name="phone" placeholder="enter your contact number"><br><br>
<select name="plan">
<option disabled selected>Interested in</option>
<option value="off the ground">off the ground</option>
<option value="Accelerated growth">Accelerated growth</option>
<option value="market domination">market domination</option>
</select><br><br>
<input type="checkbox" name="terms" value="1" id="terms">
<label for="terms">I agree to the terms and conditions</label><br><br>
<button type="submit">Call Me</button><br><br>
</form>
</div>
</section>
<section class="projects" id="projects">
<span class="section-title">PROJECTS</span>
<h3>Projects that we are proud of</h3>
<div class="category-list-container">
<ul>
<li>Show all</li>
<li>design</li>
<li>Development</li>
<li>Marketing</li>
<li>SEO</li>
</ul>
</div>
<div class="projects-list-container">
<div class="project-list-item">
<img>
<div class="project-list-item">
<img>
<div class="project-list-item">
<img>
<div class="project-list-item">
<img>
<div class="project-list-item">
<img>
<div class="project-list-item">
<img>
<div class="project-list-item">
<img>
</div>
</div>
<div class="team">
<h4>introducing the team of consultants</h4>
<p>we help you to achieve your goal</p>
<div class="team-member-list-container">
<div class="team-member-list-item">
<img>
<p>
JOHN DOE
</p>
<p>General Manager</p>
<div class="social-links">
<span>F</span>
<span>T</span>
</div>
</div>
<div class="team-member-list-item">
<img>
<p>
ELIZA BROWN
</p>
<p>Business developer</p>
<div class="social-links">
<span>F</span>
<span>T</span>
</div>
</div>
<div class="team-member-list-item">
<img>
<p>
RIA WHITE
</p>
<p>Online Marketer</p>
<div class="social-links">
<span>F</span>
<span>T</span>
</div>
</div>
</div>
</div>
</section>
<section class="about" id="about">
<img>
<div class="content">
<span class="section-title">ABOUT US</span>
<h3>we known for delivered results</h3>
<p>our goal is to generate good business growth</p>
<ul>
<li>everything is tried and tested</li>
<li>you will become important partner of our company</li>
</ul>
<div class="stats-list-container">
<div class="stats-list-item">
<p>231</p>
<p>happy users</p>
</div>
<div class="stats-list-item">
<p>121</p>
<p>issues solved</p>
</div>
<div class="stats-list-item">
<p>301</p>
<p>good reviews</p>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<div class="content">
<span class="section-title">CONTACT US</span>
<h3>get in touch using the form</h3>
<p>feel free to solve your queries</p>
<div class="contact-info-list-container">
<div class="contact-info-item">
<span>I</span>
<p>22nd Innovative street, Ca 94011, US</p>
</div>
<div class="contact-info-item">
<span>I</span>
<p>+81 730 22 136</p>
</div>
<div class="contact-info-item">
<span>I</span>
<p>+81 324 50 124</p>
</div>
<div class="contact-info-item">
<span>I</span>
<p>[email protected]</p>
</div>
</div>
<h3>Follow us on social media</h3>
<div class="social-link-list-container">
<div class="social-link-item">
<i class="fa-brands fa-square-instagram"></i>
</div>
<div class="social-link-item">
<i class="fa-brands fa-facebook-f"></i>
</div>
<div class="social-link-item">
<i class="fa-brands fa-square-x-twitter"></i>
</div>
<div class="social-link-item">
<i class="fa-brands fa-linkedin"></i>
</div>
<div class="social-link-item">
<i class="fa-brands fa-pinterest"></i>
</div>
</div>
</div>
<div class="form">
<form>
<input type="text" placeholder="name" name="name">
<input type="email" placeholder="email" name="email">
<textarea name="message" placeholder="Your Message"></textarea>
<input type="checkbox" name="terms" id="terms" value="1">
<label for="terms">I agree to the terms and conditions</label>
<button type="submit">Submit Message</button>
</form>
</div>
</section>
<footer>
<div class="footer-list-container">
<div class="footer-item">
<h5>few words about JUSTbeYOU</h5>
<p>JUSTbeYOU is an online marketing agency that helps you to grow your business.</p>
</div>
<div class="footer-item">
<h5>Links</h5>
<a href="#">terms and condition</a>
<a href="#">privacy Policy</a>
</div>
<div class="footer-item">
<h5>tools</h5>
<a href="#">businessgrowth.com</a>
<a href="#">influencer.com</a>
<a herf="#">optimizer.net</a>
</div>
<div class="footer-item">
<h5>Partner</h5>
<a href="#">unicorns.com</a>
<a href="#">staffmanager.com</a>
<a href="#">association.gov</a>
</div>
</div>
<span>Copyright © 2030 All rights reserved | by richard</span>
</footer>
<script src="https://kit.fontawesome.com/ef682f479d.js" crossorigin="anonymous"></script>
</body>
</html>