-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
420 lines (393 loc) · 25.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Chit Boricha | Passionate Graphic Designer & Animator</title>
<meta content="Welcome to my creative world! Explore captivating designs, stunning artworks, and impressive visual creations. From logo designs and business cards to magazine advertisements and 3D masterpieces, my portfolio showcases the range and depth of my artistic talent. Join me on this visual journey and be inspired by my passion for design." name="description">
<meta content="design portfolio, graphic design showcase, logo designs, business cards, magazine advertisements, 3D artworks, creative talent, visual inspiration" name="keywords">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon-16x16.png">
<link rel="manifest" href="/assets/img/site.webmanifest">
<link rel="mask-icon" href="/assets/img/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<!-- Google Fonts -->
<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=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Cardo:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: PhotoFolio
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/photofolio-bootstrap-photography-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="header d-flex align-items-center">
<div class="container-fluid d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center me-auto me-lg-0">
<!-- Uncomment the line below if you also wish to use an image logo -->
<img src="assets/img/logo.png" alt="Chit Boricha">
</a>
<nav id="navbar" class="navbar">
</nav><!-- .navbar -->
<div class="header-social-links">
<a href="https://www.instagram.com/chitboricha333/" target="_blank" class="instagram"><i class="bi bi-instagram"></i></a>
<!-- <a href="https://www.linkedin.com/in/chit-boricha-a10395275/" target="_blank" class="linkedin"><i class="bi bi-linkedin"></i></i></a> -->
</div>
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="hero d-flex flex-column justify-content-center align-items-center" data-aos="fade" data-aos-delay="1500">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 text-center">
<h1>I'm <span>Chit Boricha</span> a creative graphic designer based in India</h1>
</div>
<div class="col-lg-8 text-center">
<h2>With a keen eye for aesthetics and a passion for visual storytelling, I bring ideas to life through stunning designs and immersive 3D creations. From captivating illustrations to eye-catching logos, I strive to deliver unique and impactful visuals that leave a lasting impression. Join me on this artistic voyage as I push the boundaries of design and showcase the power of imagination.</h2>
<a href="#contact" title="Available for hire" class="btn-get-started">Available for hire</a>
</div>
</div>
</div>
</section><!-- End Hero Section -->
<main id="main" data-aos="fade" data-aos-delay="1500">
<section id="tools" class="tools">
<div class="container text-center">
<h3 class="text-center my-5">Things I know</h3>
<div class="row justify-content-center row-cols-auto">
<div class="col mt-2">
<img src="assets/img/tools/photoshop.png" alt="photoshop" width="48">
</div>
<div class="col mt-2">
<img src="assets/img/tools/illustrator.png" alt="illustrator" width="48">
</div>
<div class="col mt-2">
<img src="assets/img/tools/indesign.png" alt="indesign" width="48">
</div>
<div class="col mt-2">
<img src="assets/img/tools/icons8-3ds-max-48.png" alt="3ds max" width="48">
</div>
<div class="col mt-2">
<img src="assets/img/tools/icons8-adobe-flash-48.png" alt="2d flash" width="48">
</div>
<div class="col mt-2">
<img src="assets/img/tools/icons8-corel-draw-67.png" alt="CorelDRAW" width="48">
</div>
<div class="col mt-2">
<img src="assets/img/tools/icons8-figma-48.png" alt="figma" width="48">
</div>
<div class="col mt-2">
<img src="assets/img/tools/icons8-microsoft-office-48.png" alt="microsoft office" width="48">
</div>
<div>
<img src="assets/img/tools/icons8-video-editing-48.png" alt="video editing" width="48">
</div>
<div>
<img src="assets/img/tools/icons8-image-editing-48.png" alt="image editing" width="48">
</div>
</div>
</div>
</section>
<!-- ======= Gallery Section ======= -->
<section id="gallery" class="gallery">
<div class="container-fluid">
<h3 class="text-center my-5">Portfolio</h3>
<div class="row gy-4 justify-content-center">
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-1.jpg" class="object-fit-cover img-fluid" alt="Sew in Style's">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-1.jpg" title="Crafted a captivating logo with CorelDRAW, bringing Sew in Style's vision to life." class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-2.jpg" class="img-fluid" alt="sample business card">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-2.jpg" title="A sample business card design with CorelDRAW, showcasing the start of my creative journey." class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-3.jpg" class="img-fluid" alt="personalised visiting card">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-3.jpg" title="A personalised visiting card design in CorelDRAW" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-4.jpg" class="img-fluid" alt="sample business card">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-4.jpg" title="A sample business card design with CorelDRAW, showcasing the start of my creative journey." class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-5.jpg" class="img-fluid" alt="business card design">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-5.jpg" title="A business card design for one of my freelance client, RD Wealth solutions in CorelDRAW." class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-6.jpg" class="img-fluid" alt="">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-6.jpg" title="A visually captivating visiting card designed for a passionate photographer, capturing moments through the lens in Adobe Photoshop." class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-7.jpg" class="img-fluid" alt="magazine advertisement design">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-7.jpg" title="Crafted magazine advertisements for Mogu Mogu Refreshing drink company, showcasing the refreshing essence of their product, using Adobe Photoshop." class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-8.jpg" class="img-fluid" alt="press advertisement design">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-8.jpg" title="Crafted press advertisements for Mogu Mogu Refreshing drink company, showcasing the refreshing essence of their product, using Adobe Photoshop" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-9.jpg" class="img-fluid" alt="Banner advertisement design">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-9.jpg" title="Crafted Banner advertisements for Mogu Mogu Refreshing drink company, showcasing the refreshing essence of their product, using Adobe Photoshop" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-10.jpg" class="img-fluid" alt="medicine box design">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-10.jpg" title="Designed an eye-catching Vitera softgel medicine box for Fadus Healthcare using CorelDRAW, ensuring a visually appealing and professional packaging solution." class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-11.jpg" class="img-fluid" alt="3D effects image">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-11.jpg" title="Explored the world of 3D effects in Adobe Photoshop by creating a captivating image where an object emerges from a phone, adding depth and dimension to the composition." class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-12.jpg" class="img-fluid" alt="3d sample design">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-12.jpg" title="On a journey of learning 3D design with 3ds Max and created a basic layouts, exploring the fundamentals of modeling and composition to bring the furniture to life in a virtual space." class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-13.jpg" class="img-fluid" alt="3d sample design">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-13.jpg" title="On a journey of learning 3D design with 3ds Max and created a basic layouts, exploring the fundamentals of modeling and composition to bring the furniture to life in a virtual space." class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-14.jpg" class="img-fluid" alt="3d sample design">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-14.jpg" title="On a journey of learning 3D design with 3ds Max and created a basic layouts, exploring the fundamentals of modeling and composition to bring the furniture to life in a virtual space." class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-15.jpg" class="img-fluid" alt="3d sample design">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-15.jpg" title="On a journey of learning 3D design with 3ds Max and created a basic layouts, exploring the fundamentals of modeling and composition to bring the furniture to life in a virtual space." class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-16.jpg" class="img-fluid" alt="Wall Painting">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-16.jpg" title="Wall Painting" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-17.jpg" class="img-fluid" alt="Wall Painting">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-17.jpg" title="Wall Painting" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-18.jpg" class="img-fluid" alt="Sketch">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-18.jpg" title="Sketch" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-19.jpg" class="img-fluid" alt="Wall Painting">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-19.jpg" title="Wall Painting" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-20.jpg" class="img-fluid" alt="Wall Painting">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-20.jpg" title="Wall Painting" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-21.jpg" class="img-fluid" alt="Sketch">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-21.jpg" title="Sketch" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-22.jpg" class="img-fluid" alt="Sketch">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-22.jpg" title="Sketch" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-23.jpg" class="img-fluid" alt="Wall Painting">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-23.jpg" title="Wall Painting" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-24.jpg" class="img-fluid" alt="Wall Painting">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-24.jpg" title="Wall Painting" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-25.jpg" class="img-fluid" alt="Wall Painting">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-25.jpg" title="Wall Painting" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-26.jpg" class="img-fluid" alt="Wall Painting">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-26.jpg" title="Wall Painting" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-27.jpg" class="img-fluid" alt="Wall Painting">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-27.jpg" title="Wall Painting" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-28.jpg" class="img-fluid" alt="Sketch">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-28.jpg" title="Sketch" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-29.jpg" class="img-fluid" alt="Wall Painting">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-29.jpg" title="Wall Painting" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-30.jpg" class="img-fluid" alt="Wall Painting">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-30.jpg" title="Wall Painting" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="gallery-item h-100">
<img src="assets/img/gallery/gallery-31.jpg" class="img-fluid" alt="Wall Painting">
<div class="gallery-links d-flex align-items-center justify-content-center">
<a href="assets/img/gallery/gallery-31.jpg" title="Wall Painting" class="glightbox preview-link"><i class="bi bi-arrows-angle-expand"></i></a>
</div>
</div>
</div><!-- End Gallery Item -->
</div>
</div>
</section><!-- End Gallery Section -->
<section id="download" class="download">
<div class="container text-center">
<h3 class="text-center mt-5 mb-4">Download</h3>
<div>
<a href="/assets/docs/chit-boricha-resume.pdf" title="Download Resume" class="btn-get-started" download>Resume</a>
<a href="/assets/docs/chit-boricha-portfolio.pdf" title="Download Portfolio" class="btn-get-started" download>Portfolio</a>
</div>
</div>
</section>
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" class="footer">
<div class="container">
<div id="contact" class="contact">
<p>Contact me on</p>
<a href="mailto:[email protected]">chitboricha333[at]gmail[dot]com</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<div id="preloader">
<div class="line"></div>
</div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>