-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
506 lines (454 loc) · 19.2 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
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
<!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>Tomosh v1.2</title>
</head>
<link rel="stylesheet" href="assets/css/style.css">
<body>
<nav class="navbar navbar-expand-lg navbar-light shadow-sm">
<div class="container" id="">
<a class="navbar-brand" href="#home">
<img src="logo.png" alt="" class="logo">
</a>
<button class="navbar-toggler btn btn-primary --navBtn" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pricing">Pricing</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Free Illustration Galary
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item" href="#galary">Boy</a></li>
<li><a class="dropdown-item" href="#galary">Girl</a></li>
<li><a class="dropdown-item" href="#galary">Animated Background</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- SETTING UP INTRO -->
<div class="container --intro" id="home">
<div class="row">
<div class="col-md-8">
<h1 class="display-2 --h1">Get your everyday <span class="text-primary">animation </span>done!</h1>
<p class="text mt-3">
Get ideas for your animation and bost your mind.Share us message to improve our services.Peace!
</p>
<a class="btn btn-primary mt-5" href="https://web.facebook.com/tonmoy.mojumder.9803" target="blank">Hire me
<span class="fa-solid fa-bolt mt-2"></span>
</a>
</div>
<div class="col-md-4">
<img src="youngboy.png" alt="" class="img-fluid">
<p class="text text-center">
Have a relax!We will take care of your works.
</p>
</div>
</div>
</div>
<!--
+++++++++++++++++++++++++++++++++
____________FEATURES_____________
+++++++++++++++++++++++++++++++++
-->
<section class="features" id="features">
<div class="container">
<h1 class="display-2 text-center mt-5 fw-bold">Our <span class="text-primary">features</span> </h1>
<div class="underline bg-primary"></div>
<div class="underline-box bg-primary"></div>
<h1 class="display-6 fw-bold text-center mt-3 text-primary">A design solution you will love</h1>
<div class="row">
<div class="col-md-6">
<span class="fa-solid fa-gauge-high text-primary --flogo"></span>
<h1 class="display-5 fw-bold text-center">Fast & Reliable</h1>
<p class="text">
Get your designs in 1-2 days.
</p>
</div>
<div class="col-md-6">
<span class="fa-solid fa-sack-dollar text-primary --flogo"></span>
<h1 class="display-5 fw-bold text-center">Fixed Monthly Rate</h1>
<p class="text">
No extra costs.Pay the same bill in every month
</p>
</div>
<div class="col-md-6">
<span class="--flogo">
<img src="pentool.svg" alt="" class="img-fluid">
</span>
<h1 class="display-5 fw-bold text-center">Pro designers</h1>
<p class="text">
Work with battle-tested professionals only.
</p>
</div>
<div class="col-md-6">
<span class="--flogo">
<img src="REGTANGLE.svg" alt="" class="img-fluid">
</span>
<h1 class="display-5 fw-bold text-center">Flexiable & Scaleable</h1>
<p class="text">
No contracts.Scale up or down as you go
</p>
</div>
</div>
</div>
</section>
<!--
+++++++++++++++++++++++++++++++++
____________PRICING_____________
+++++++++++++++++++++++++++++++++
-->
<section class="pricing" id="pricing">
<div class="container" id="container">
<h1 class="display-2 fw-bold text-center">Pricing</h1>
<div class="underline bg-primary"></div>
<div class="underline-box bg-primary"></div>
<h1 class="display-5">
Quickly build an effective design for your project.You can have customizatuion with unbelievable prices.
</h1>
<div class="row">
<div class="col-md-4">
<h1 class="display-2 text-center text-primary">Free</h1>
<p class="text">No bill payment</p>
<p class="text">No Customization</p>
<p class="text">E-mail support</p>
<button class="btn btn-secondary">Sign up</button>
</div>
<div class="col-md-4">
<h1 class="display-2 text-center text-primary">$15 / <span>mo</span></h1>
<p class="text">Single user support</p>
<p class="text">Pay lowest costs</p>
<p class="text">Full design Customization</p>
<p class="text">Priority E-mail support</p>
<p class="text">
help center access
</p>
<p class="text"></p>
<button class="btn btn-primary">Get started</button>
</div>
<div class="col-md-4">
<h1 class="display-2 text-center text-primary">$30 / <span>mo</span></h1>
<p class="text">3 users support</p>
<p class="text">15 GB of storage</p>
<p class="text">Full design Customization</p>
<p class="text">Priority E-mail support</p>
<p class="text">
help center access
</p>
<p class="text"></p>
<button class="btn btn-primary">Get started</button>
</div>
</div>
</div>
</section>
<!-- +++++++++++++++++++++++++++++++++++++++++++++
===========FREE ILLUSTRATION GALARY=============
++++++++++++++++++++++++++++++++++++++++++++++++
-->
<section class="galary" id="galary">
<h1 class="display-2 text-center fw-bold p-3"><span class="text-primary">Illustration</span> Galary</h1>
<div class="container">
<div class="row">
<div class="col-md-6">
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-primary" type="submit">Search</button>
</form>
</div>
<div class="col-md-3">
<select class="form-select" aria-label="Default select example">
<option selected>Categories</option>
<option value="1">Boy</option>
<option value="2">Girl</option>
<option value="3">Animated Background</option>
</select>
</div>
<div class="col-md-3">
<select class="form-select" aria-label="Default select example">
<option selected>Types</option>
<option value="1">Outline</option>
<option value="2">Flatline</option>
<option value="3">Two Color</option>
</select>
</div>
</div>
<!-- SETTING UP IMAGES -->
<div class="row --galary">
<div class="col-md-4">
<img src="img/manypixel/Brainstorming session _Monochromatic1.png" alt="" srcset="" class="img-fluid">
<p class="text text-center text-capitalize">team meeting</p>
</div>
<div class="col-md-4">
<img src="img/manypixel/Card Payment_Monochromatic2.png" alt="" srcset="" class="img-fluid">
<p class="text text-center text-capitalize">Card payment</p>
</div>
<div class="col-md-4">
<img src="img/manypixel/Easter basket _Monochromatic3.png" alt="" srcset="" class="img-fluid">
<p class="text text-center text-capitalize">Easter basket</p>
</div>
</div>
<div class="row --galary">
<div class="col-md-4">
<img src="img/manypixel/Easter bunny_Monochromatic4.png" alt="" srcset="" class="img-fluid">
<p class="text text-center text-capitalize">Easter bunny</p>
</div>
<div class="col-md-4">
<img src="img/manypixel/Football team_Monochromatic5.png" alt="" srcset="" class="img-fluid">
<p class="text text-center text-capitalize">Football team</p>
</div>
<div class="col-md-4">
<img src="img/manypixel/Notifications_Monochromatic6.png" alt="" srcset="" class="img-fluid">
<p class="text text-center text-capitalize">Notifications</p>
</div>
</div>
<div class="row --galary">
<div class="col-md-4">
<img src="img/manypixel/Ranking_Monochromatic7.png" alt="" srcset="" class="img-fluid">
<p class="text text-center text-capitalize">Ranking</p>
</div>
<div class="col-md-4">
<img src="img/manypixel/Startup_Monochromatic8.png" alt="" srcset="" class="img-fluid">
<p class="text text-center text-capitalize">startup</p>
</div>
<div class="col-md-4">
<img src="img/manypixel/Team building _Monochromatic9.png" alt="" srcset="" class="img-fluid">
<p class="text text-center text-capitalize">Team biulding</p>
</div>
</div>
</div>
</section>
<!-- +++++++++++++++++++++++++++++++++++++++++++++
=========== ABOUT ============
++++++++++++++++++++++++++++++++++++++++++++++++
-->
<section class="about" id="about">
<h1 class="display-2 text-center --h1">About Me</h1>
<div class="underline bg-primary"></div>
<div class="underline-box bg-primary"></div>
<button class="btn btn-primary --name">I am Tonmoy</button>
<div class="container">
<div class="row">
<div class="col-md-10">
<p class="text">
I am a young coder.I love to make beautiful and attractive web pages.This is a multi-layout responsive website using bootstrap.Rightnow studying in 11th.Favourite subject mathematics and ICT.
</p>
</div>
</div>
<h1 class="display-4 --h1 text-center">My hobbies</h1>
<div class="row --hobby">
<div class="col-md-3">
<span class="fas fa-music h-icon text-primary"></span>
<p class="text">Listening Music</p>
</div>
<div class="col-md-3">
<span class="fa-solid fa-hand-back-fist h-icon text-primary"></span>
<p class="text">Fitness goals</p>
</div><div class="col-md-3">
<i class="fa-solid fa-paintbrush h-icon text-primary"></i>
<p class="text">Illustration</p>
</div><div class="col-md-3">
<i class="fa-solid fa-brain h-icon text-primary"></i>
<p class="text">Math solving</p>
</div>
</div>
</div>
</section>
<!-- +++++++++++++++++++++
============= CONTACT US==================
++++++++++++++++ -->
<section class="contact" id="contact">
<div class="container">
<h1 class="display-2 text-center fw-bold"><span class="text-primary">Contact</span>
Us</h1>
<div class="underline bg-primary"></div>
<div class="underline-box bg-primary"></div>
<div class="contact-img">
<span class="fa-solid fa-envelope-circle-check --msg"></span>
</div>
<div class="form-container">
<div class="row form-1">
<div class="col-md-6 mb-2">
<form action="">
<input type="text" class="form-control" placeholder="First name">
</form>
</div>
<div class="col-md-6 mb-1">
<input type="text" class="form-control" placeholder="Last name">
</div>
</div>
<div class="row form-1">
<div class="col-md-12">
<input type="text" class="form-control" placeholder="Email">
</div>
</div>
<div class="row form-1">
<div class="col-md-12">
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3" placeholder="message us.."></textarea>
</div>
</div>
<button class="btn btn-primary">Send
<i class="fa-solid fa-paper-plane"></i>
</button>
</div>
</div>
</section>
<!--
##########################################################################
===============================footer===============================
##########################################################################
-->
<section class="footer">
<footer class="page-footer font-small unique-color-dark">
<div style="background-color:rgb(0, 0, 0);">
<div class="container">
<!-- Grid row-->
<div class="row py-4 d-flex align-items-center">
<!-- Grid column -->
<div class="col-md-6 col-lg-5 text-center text-md-left mb-4 mb-md-0">
<h6 class="mb-0 text-primary">Get connected with us on social networks!</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-6 col-lg-7 text-center text-md-right">
<!-- Facebook -->
<a class="fb-ic p-1" href="https://web.facebook.com/tonmoy.mojumder.9803">
<i class="fab fa-facebook-f white-text mr-4"> </i>
</a>
<!-- Twitter -->
<a class="tw-ic p-1">
<i class="fab fa-twitter white-text mr-4"> </i>
</a>
<!-- Google +-->
<a class="gplus-ic p-1">
<i class="fab fa-google-plus-g white-text mr-4"> </i>
</a>
<!--Linkedin -->
<a class="li-ic p-1">
<i class="fab fa-linkedin-in white-text mr-4"> </i>
</a>
<!--Instagram-->
<a class="ins-ic p-1">
<i class="fab fa-instagram white-text"> </i>
</a>
</div>
<!-- Grid column -->
</div>
<!-- Grid row-->
</div>
</div>
<!-- Footer Links -->
<div class="container text-center text-md-left mt-5">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="font-weight-bold text-primary fw-bolder display-6">tomosh</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto text-white" style="width: 120px; height: 6px">
<p class="text-primary">I am Tonmoy.I can handle responsive websites with html, css , js , sass and bootstrap.Have a good day!</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase text-white display-7 fw-bold">Projects</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto text-white" style="width: 65px;height: 2px;">
<p>
<a href="http://tomosh.infinityfreeapp.com/?i=1" target="blank"
>Tomosh
</a>
</p>
<p>
<a href="#!">Scroll</a>
</p>
<p>
<a href="#!">gotdone</a>
</p>
<p>
<a href="#!">Building Booking</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold text-white">Useful links</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto text-white" style="width: 65px;height: 2px;">
<p>
<a href="#!">Home</a>
</p>
<p>
<a href="#!">Pricing</a>
</p>
<p>
<a href="#!">Client Rates</a>
</p>
<p>
<a href="#!">Help</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold text-white">Contact</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto text-white" style="width: 65px;height: 2px;">
<p class="text-primary">
<i class="fas fa-home mr-3 text-white"></i>Bangladesh</p>
<p class="text-primary">
<i class="fas fa-envelope mr-3 text-white"></i>[email protected]</p>
<p class="text-primary">
<i class="fab fa-whatsapp mr-3 text-white"></i>+8801728054581</p>
<p class="text-primary">
<i class="fas fa-paper-plane mr-3 text-white"></i> +8801728054581</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
<!-- Copyright -->
<div class="footer-copyright text-center py-3 text-white">
<p class="fw-bold">
© 2020 Copyright:
<a href="#home">www.tomosh.com</a>
</p>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<!--
##########################################################################
===============================UP-ICON===============================
##########################################################################
-->
<a class="up-icon-container" href="#home">
<i class="fas fa-arrow-up --up-icon"></i>
</a>
</section>
<!-- IMPORT SCRIPT -->
<script src="/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="./node_modules/@fortawesome/fontawesome-free/js/all.min.js"></script>
</body>
</html>