-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
515 lines (503 loc) · 30.7 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
507
508
509
510
511
512
513
514
515
<!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>Hein Htet Zaw</title>
<link rel="icon" href="images/profile-logo.jpg">
<!-- Fontawesome Link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<!-- MDB -->
<!-- <link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/4.3.0/mdb.min.css" rel="stylesheet" /> -->
</head>
<body class="bg-light">
<!-- Nav Bar Start -->
<nav class="navbar navbar-expand-lg bg-light shadow-sm sticky-top">
<div class="container">
<a class="navbar-brand fs-3 text-info" href="index.html"><strong>Hein Htet Zaw</strong></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
<!-- <i class="fas fa-bars"></i> -->
</button>
<div class="collapse navbar-collapse ms-5 justify-content-end" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link text-dark me-4 fs-5 fw-bold" aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark me-4 fs-5 fw-bold" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark me-4 fs-5 fw-bold" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark me-4 fs-5 fw-bold" href="#project">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark me-4 fs-5 fw-bold" href="#member">Members</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark me-4 fs-5 fw-bold" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Nav Bar End -->
<!-- Personal Profile Start -->
<section class="home px-5" id="home">
<div class="container-lg">
<div class="row min-vh-100 align-items-center align-content-center">
<div class="col-md-6 mt-5">
<div class="text-center">
<img src="images/profile-logo.jpg" alt="Profile Logo" class="rounded-circle shadow" width="70%" height="70%">
</div>
</div>
<div class="col-md-6 order-md-first mt-5">
<div class="profile">
<h6 class="text-muted">Hello, guys my name is</h6>
<h1 class="text-info fw-bold">Hein Htet Zaw</h1>
<h3 class="fw-bold text-muted">and I'm <span class="text-info">Beginner Web Developer</span></h3>
<p class="text-muted text-info fs-5">From Myanmar</p>
<button class="btn btn-info text-light px-4 fs-5">My Work</button>
</div>
</div>
</div>
</div>
</section>
<!-- Personal Profile End -->
<!-- About me & Skill Start -->
<section class="about px-5 py-5" id="about">
<div class="container-lg">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section-title text-center mb-5">
<h1 class="fw-bold text-info">About Me</h1>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-md-6 mb-4">
<div class="about-text">
<h4 class="fw-bold mb-4 fs-3">Freelancer</h4>
<p class="fs-5 text-muted mt-3">I'm <span class="text-info fw-bold">Hein Htet Zaw</span>. I studied at East Yangon University Second Years (Myanmar) from 2017 to 2018, I studied KMD institute at Diploma In Web Development, Myanmar IT consulting from 2018 to 2020
and I Learn from Code Lab in 2022. I want to be a Professional web developer from <span class="text-info fw-bold">Myanmar</span>.So, I try to be a <span class="text-info fw-bold">Web Developer</span>. I Love
<span class="text-info fw-bold">Coding</span> and I interested a reading, writing code and learning other technologies.
</p>
<div class="row mt-4 text-center">
<div class="col-sm-4">
<div class="service">
<h3 class="fw-bold text-info">50+</h3>
<p class="text-muted fs-5">Project</p>
</div>
</div>
<div class="col-sm-4">
<div class="service">
<h3 class="fw-bold text-info">80+</h3>
<p class="text-muted fs-5">Happy Client</p>
</div>
</div>
<div class="col-sm-4">
<div class="service">
<h3 class="fw-bold text-info">60+</h3>
<p class="text-muted fs-5">Project Review</p>
</div>
</div>
</div>
<!-- CV Form Start -->
<div class="row mt-3">
<div class="col-lg-12">
<div class="cv-form d-flex align-items-center">
<button class="btn btn-info text-light me-5">Download CV</button>
<div class="social-links">
<a href="https://www.facebook.com/kawe.lay.127" target="_blank" class="text-decoration-none"><i class="fa-brands fa-facebook-f fa-2xl text-info me-4"></i></a>
<a href="https://www.instagram.com/heinhtetzaw.127" target="_blank" class="text-decoration-none"><i class="fa-brands fa-instagram fa-2xl text-info me-4"></i></a>
<a href="https://github.com/Justin-Pop123" target="_blank" class="text-decoration-none"><i class="fa-brands fa-github fa-2xl text-info me-4"></i></a>
<a href="https://twitter.com/HeinHte77316263" target="_blank" class="text-decoration-none"><i class="fa-brands fa-twitter fa-2xl text-info me-4"></i></a>
<a href="https://www.linkedin.com/in/justin-pop-2b087a235/" target="_blank" class="text-decoration-none"><i class="fa-brands fa-linkedin-in fa-2xl text-info me-4"></i></a>
</div>
</div>
</div>
</div>
<!-- CV Form End -->
</div>
</div>
<div class="col-md-6">
<div class="skill">
<h4 class="fw-bold mb-4 fs-3">My Skills</h4>
<h6 class="mt-4">HTML</h6>
<div class="progress">
<div class="progress-bar bg-success progress-bar-striped progress-bar-animated" role="progressbar" aria-label="Animated striped example" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%">80%</div>
</div>
<h6 class="mt-4">CSS</h6>
<div class="progress">
<div class="progress-bar bg-warning progress-bar-striped progress-bar-animated" role="progressbar" aria-label="Animated striped example" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: 70%">70%</div>
</div>
<h6 class="mt-4">BOOTSTRAP</h6>
<div class="progress">
<div class="progress-bar bg-info progress-bar-striped progress-bar-animated" role="progressbar" aria-label="Animated striped example" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">60%</div>
</div>
<h6 class="mt-4">JAVASCRIPT</h6>
<div class="progress">
<div class="progress-bar bg-primary progress-bar-striped progress-bar-animated" role="progressbar" aria-label="Animated striped example" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width: 50%">50%</div>
</div>
<h6 class="mt-4">JQUERY</h6>
<div class="progress">
<div class="progress-bar bg-danger progress-bar-striped progress-bar-animated" role="progressbar" aria-label="Animated striped example" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">40%</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About me & Skill End -->
<!-- Our Service Start -->
<section class="service" id="services">
<div class="container-lg">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section-title text-center mb-5">
<h1 class="fw-bold text-info">My Services</h1>
</div>
</div>
</div>
<div class="row text-center p-3">
<div class="col-sm-6 col-md-6 col-lg-4 mb-4">
<div class="my-service bg-white shadow-sm p-4">
<div class="icon">
<i class="fa-solid fa-code fa-3x text-info"></i>
</div>
<h2 class="py-3 fs-3 fw-bold">Development Skill</h2>
<p class="text-muted">Good development makes your products earier to use and maintain reducing support requirements whilst improving qulity and productivity.</p>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4 mb-4">
<div class="my-service bg-white shadow-sm p-4">
<div class="icon">
<i class="fa-solid fa-lightbulb fa-3x text-info"></i>
</div>
<h2 class="py-3 fs-3 fw-bold">Creative Idea</h2>
<p class="text-muted">Lorem ipsum dolor sit amet consectetur adipisicing elit. Aut totam quia, laborum ducimus mollitia deleniti vitae deserunt architecto debitis.</p>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4 mb-4">
<div class="my-service bg-white shadow-sm p-4">
<div class="icon">
<i class="fa-solid fa-image fa-3x text-info"></i>
</div>
<h2 class="py-3 fs-3 fw-bold">PhotoShop</h2>
<p class="text-muted">Lorem ipsum dolor sit amet consectetur adipisicing elit. Aut totam quia, laborum ducimus mollitia deleniti vitae deserunt architecto debitis.</p>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4 mb-4">
<div class="my-service bg-white shadow-sm p-4">
<div class="icon">
<i class="fa-solid fa-clock fa-3x text-info"></i>
</div>
<h2 class="py-3 fs-3 fw-bold">Faster</h2>
<p class="text-muted">The reason why site speed is a ranking factor is that it is, first and foremost, a sign of quality user experience.</p>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4 mb-4">
<div class="my-service bg-white shadow-sm p-4">
<div class="icon">
<i class="fa-solid fa-mobile fa-3x text-info"></i>
</div>
<h2 class="py-3 fs-3 fw-bold">Responsive Design</h2>
<p class="text-muted">Responsive web design can also make social sharing easier, helping you to grow a bigger audience for your brand.</p>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4 mb-4">
<div class="my-service bg-white shadow-sm p-4">
<div class="icon">
<i class="fa-solid fa-gear fa-3x text-info"></i>
</div>
<h2 class="py-3 fs-3 fw-bold">Fully Customizable</h2>
<p class="text-muted">Designing a fully customizable website will helps you put in all the elements that are espectially attractive to your customers.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Our Service End -->
<!-- My Portfolio Start -->
<section class="project mt-4" id="project">
<div class="container-lg">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section-title text-center mb-5">
<h1 class="fw-bold text-info">My Project</h1>
</div>
</div>
</div>
<!-- project start -->
<div class="row text-center">
<div class="col-md-6 col-lg-4 mb-4 p-4">
<div class="project-title">
<img src="images/model-perfume.png" alt="Project" class="w-100 img-thumbnail" style="height: 200px;">
<h3 class="m-3 fw-bold text-info">Model Perfume</h3>
<a href="#" class="text-decoration-none btn btn-info text-light px-4 py-2">Live Demo</a>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 p-4">
<div class="project-title">
<img src="images/save-the-library.png" alt="Project" class="w-100 img-thumbnail" style="height: 200px;">
<h3 class="m-3 fw-bold text-info">Save The Library</h3>
<a href="#" class="text-decoration-none btn btn-info text-light px-4 py-2">Live Demo</a>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 p-4">
<div class="project-title">
<img src="images/grid-design.png" alt="Project" class="w-100 img-thumbnail" style="height: 200px;">
<h3 class="m-3 fw-bold text-info">Grid Design</h3>
<a href="#" class="text-decoration-none btn btn-info text-light px-4 py-2">Live Demo</a>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 p-4">
<div class="project-title">
<img src="images/css-web-design.png" alt="Project" class="w-100 img-thumbnail" style="height: 200px;">
<h3 class="m-3 fw-bold text-info">Css Web Design</h3>
<a href="#" class="text-decoration-none btn btn-info text-light px-4 py-2">Live Demo</a>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 p-4">
<div class="project-title">
<img src="images/bootstrap-dog-design.png" alt="Project" class="w-100 img-thumbnail" style="height: 200px;">
<h3 class="m-3 fw-bold text-info">Dog Web Design</h3>
<a href="#" class="text-decoration-none btn btn-info text-light px-4 py-2">Live Demo</a>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 p-4">
<div class="project-title">
<img src="images//ecommerce-design.png" alt="Project" class="w-100 img-thumbnail" style="height: 200px;">
<h3 class="m-3 fw-bold text-info">Ecommerce Design</h3>
<a href="#" class="text-decoration-none btn btn-info text-light px-4 py-2">Live Demo</a>
</div>
</div>
</div>
<!-- project end -->
</div>
</section>
<!-- My Portfolio End -->
<!-- Marketing Area Start -->
<section class="marketing bg-info" id="marketing">
<div class="container-lg py-5">
<div class="row">
<div class="marketing-content text-center text-white">
<p class="fs-5 text-light">Do You have any project ?</p>
<h3 class="mb-4 fs-1 fst-italic">I'm available for Freelancer projects.</h3>
<a href="https://www.facebook.com/kawe.lay.127" class="btn btn-outline-light px-4 fs-5">Contact Me!</a>
</div>
</div>
</div>
</section>
<!-- Marketing Area End -->
<!-- Developer Member Section Start -->
<section class="member" id="member">
<div class="container-lg">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="member-title text-center m-5">
<h1 class="fw-bold text-info">Our Team Members</h1>
</div>
</div>
</div>
<div class="row justify-content-center mx-2">
<div class="col-lg-8">
<div id="carouselExampleIndicators" class="carousel carousel-dark slide" data-bs-ride="true">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active bg-info" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" class="bg-info" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" class="bg-info" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<!-- developer card start -->
<div class="carousel-item active bg-white shadow-sm rounded px-2 py-5">
<div class="d-flex align-items-center mb-4 ms-3">
<img src="images/developer1.jpg" alt="Developer Member" class="img-thumbnail rounded-circle" width="100" height="100">
<div class="ms-3">
<h3 class="fw-bold fs-4 fst-italic">Hein Thu Ya</h3>
<p class="text-muted fs-5">Web Developer</p>
</div>
</div>
<div class="social-links mb-3 ms-3">
<a href="#" class="text-decoration-none"><i class="fa-brands fa-facebook-f fa-xl text-info me-4"></i></a>
<a href="#" class="text-decoration-none"><i class="fa-brands fa-instagram fa-xl text-info me-4"></i></a>
<a href="#" class="text-decoration-none"><i class="fa-brands fa-github fa-xl text-info me-4"></i></a>
</div>
<p class="text-muted ms-3">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Non nobis quis nisi, nulla id excepturi labore distinctio nemo quae, tempore deserunt placeat culpa assumenda. Similique odio adipisci non accusantium velit!</p>
<div class="rating-star mb-2 ms-3">
<i class="fa-solid fa-star fa-xl text-info"></i>
<i class="fa-solid fa-star fa-xl text-info"></i>
<i class="fa-solid fa-star fa-xl text-info"></i>
</div>
</div>
<!-- developer card end -->
<!-- developer card start -->
<div class="carousel-item bg-white shadow-sm rounded px-2 py-5">
<div class="d-flex align-items-center mb-4 ms-3">
<img src="images/developer2.jpg" alt="Developer Member" class="img-thumbnail rounded-circle" width="100" height="100">
<div class="ms-3">
<h3 class="fw-bold fs-4 fst-italic">Hein Min Soe</h3>
<p class="text-muted fs-5">Mobile Developer</p>
</div>
</div>
<div class="social-links mb-3 ms-3">
<a href="#" class="text-decoration-none"><i class="fa-brands fa-facebook-f fa-xl text-info me-4"></i></a>
<a href="#" class="text-decoration-none"><i class="fa-brands fa-instagram fa-xl text-info me-4"></i></a>
<a href="#" class="text-decoration-none"><i class="fa-brands fa-github fa-xl text-info me-4"></i></a>
</div>
<p class="text-muted ms-3">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Non nobis quis nisi, nulla id excepturi labore distinctio nemo quae, tempore deserunt placeat culpa assumenda. Similique odio adipisci non accusantium velit!</p>
<div class="rating-star mb-2 ms-3">
<i class="fa-solid fa-star fa-xl text-info"></i>
<i class="fa-solid fa-star fa-xl text-info"></i>
<i class="fa-solid fa-star fa-xl text-info"></i>
</div>
</div>
<!-- developer card end -->
<!-- developer card start -->
<div class="carousel-item bg-white shadow-sm rounded px-2 py-5">
<div class="d-flex align-items-center mb-4 ms-3">
<img src="images/developer3.jpg" alt="Developer Member" class="img-thumbnail rounded-circle" width="100" height="100">
<div class="ms-3">
<h3 class="fw-bold fs-4 fst-italic">Thura Sitt Naing</h3>
<p class="text-muted fs-5">UI/UX Developer</p>
</div>
</div>
<div class="social-links mb-3 ms-3">
<a href="#" class="text-decoration-none"><i class="fa-brands fa-facebook-f fa-xl text-info me-4"></i></a>
<a href="#" class="text-decoration-none"><i class="fa-brands fa-instagram fa-xl text-info me-4"></i></a>
<a href="#" class="text-decoration-none"><i class="fa-brands fa-github fa-xl text-info me-4"></i></a>
</div>
<p class="text-muted ms-3">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Non nobis quis nisi, nulla id excepturi labore distinctio nemo quae, tempore deserunt placeat culpa assumenda. Similique odio adipisci non accusantium velit!</p>
<div class="rating-star mb-2 ms-3">
<i class="fa-solid fa-star fa-xl text-info"></i>
<i class="fa-solid fa-star fa-xl text-info"></i>
<i class="fa-solid fa-star fa-xl text-info"></i>
</div>
</div>
<!-- developer card end -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Developer Member Section End -->
<!-- Contact Area Start -->
<section class="contact" id="contact">
<div class="container-lg">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="contact-title text-center m-5">
<h1 class="fw-bold text-info">Contact Me</h1>
</div>
</div>
</div>
<div class="row mx-4">
<!-- Left Side Start -->
<div class="col-md-5 d-flex justify-content-center">
<div class="contact-container">
<div class="contact-section d-flex">
<div class="icon">
<i class="fa-solid fa-phone fa-xl text-info"></i>
</div>
<div class="text ms-3">
<h3 class="fs-4 fw-bold">Phone</h3>
<p class="text-muted">09758295170</p>
</div>
</div>
<div class="contact-section d-flex">
<div class="icon">
<i class="fa-solid fa-envelope fa-xl text-info"></i>
</div>
<div class="text ms-3">
<h3 class="fs-4 fw-bold">Email</h3>
<p class="text-muted">justinpop1997@gmail.com</p>
</div>
</div>
<div class="contact-section d-flex">
<div class="icon">
<i class="fa-solid fa-address-card fa-xl text-info"></i>
</div>
<div class="text ms-3">
<h3 class="fs-4 fw-bold">Address</h3>
<p class="text-muted">Yangon</p>
</div>
</div>
<div class="contact-section d-flex">
<div class="icon">
<i class="fa-brands fa-telegram fa-xl text-info"></i>
</div>
<div class="text ms-3">
<h3 class="fs-4 fw-bold">Telegram</h3>
<p class="text-muted">09968589606</p>
</div>
</div>
<div class="contact-section d-flex">
<div class="icon">
<i class="fa-brands fa-discord fa-xl text-info"></i>
</div>
<div class="text ms-3">
<h3 class="fs-4 fw-bold">Discord</h3>
<p class="text-muted">justinpop1997@gmail.com</p>
</div>
</div>
</div>
</div>
<!-- Left Side End -->
<!-- Right Side Start -->
<div class="col-md-7">
<div class="contact-form">
<form action="">
<div class="row mb-3">
<div class="col-md-6">
<input type="text" placeholder="Your Name" class="form-control form-control-lg fs-5 border-0">
</div>
<div class="col-md-6">
<input type="text" placeholder="Your Email" class="form-control form-control-lg fs-5 border-0">
</div>
</div>
<div class="row mb-3">
<div class="col-md-12">
<input type="text" placeholder="Subject" class="form-control form-control-lg fs-5 border-0">
</div>
</div>
<div class="row mb-3">
<div class="col-md-12">
<textarea cols="30" rows="10" placeholder="Your Message" class="form-control form-control-lg fs-5 border-0"></textarea>
</div>
</div>
<button type="submit" class="btn btn-info fs-5 px-3 py-2 text-light"><i class="fa-solid fa-paper-plane"></i> Send Message</button>
</form>
</div>
</div>
<!-- Right Side End -->
</div>
<div class="row mt-3">
<div class="col-md-12">
<a href="index.html"><i class="fa-solid fa-circle-up fa-3x text-info float-end"></i></a>
</div>
</div>
</div>
</section>
<!-- Contact Area End -->
<!-- Footer Start -->
<section class="footer py-4 border-top mt-5" id="footer">
<div class="container-lg">
<div class="row">
<div class="col-md-12 d-flex justify-content-around mx-3">
<p class="mb-0 text-muted fs-5">Copyright © 2022 in July | I Learn coding from Code Lab</p>
<span class="mb-0 fs-4 fw-bold">Created by <i class="fa-solid fa-heart fa-xl text-info"></i> Justin</span>
</div>
</div>
</div>
</section>
<!-- Footer End -->
</body>
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script>
</html>