-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
641 lines (583 loc) · 25.3 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
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ankush-Raj | Portfolio-Website</title>
<meta
name="description"
content="ARMY stands for Ankush Raj Mahe Yam, this is brief about me"
/>
<meta
name="description"
content="This Website showcasing Ankush Raj Technical skills and Professional skills. It means it is a Portfolio-Website of Ankush Raj Mahe Yam"
/>
<meta
name="keywords"
content="Portfolio Website, Portfolio-Website, Ankush raj Mahe Yam, ankush raj, ARMY"
/>
<meta name="author" content="Ankush Raj, Ankush Raj Mahe Yam - ARMY" />
<link
rel="icon"
href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhs05se340R2P0W-zXltf33NNkRYI1bj7gJ7DyEAMm8SNFSohMjsyqAJnidUxLW-mu6Q0-77jFDGgTAFFWlfVeIHOHolYpCtcDIEXDa8buDjryhrZFK4VbY7uQZRbGz7fnBiLCSAQ68rDZ8882cpXZp34mMKiVaik2Om0fwV7zI6_Fst85oUzVjt8Y0Qy_m/s320/man3.png"
/>
<link rel="stylesheet" type="text/css" href="style.css" />
<link
href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css"
rel="stylesheet"
/>
</head>
<body>
<!-- header site -->
<header>
<div class="logo"><span>Ankush </span>Raj</div>
<ul class="navlist">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div id="menu-icon" class="bx bx-menu"></div>
</header>
<!-- home section -->
<section id="home" class="home">
<div class="home-content">
<h1>Hi! I'm <span>Ankush Raj</span></h1>
<div class="change-text">
<h3>And I'm</h3>
<h3>
<span class="word">Youtuber</span>
<span class="word">Web-Designer</span>
<span class="word">Frontend-Developer</span>
<span class="word">UX/UI-Developer</span>
<span class="word">Graphic-Designer</span>
<span class="word">Content-Creator</span>
</h3>
</div>
<p>
Hi, I'm Ankush Raj or Ankush Raj Mahe Yam, but most people call me ARMY. My
profession is coding, and my passions are gaming and content creation.
I am a fast learner, hardworking, and self-motivated. I speak both
Hindi and English and have a strong interest in digital marketing.
Currently, I'm a student at Q-Spider/J-Spider software training
institute, where I'm enhancing my skills in Java Full Stack
Development. I'm seeking a part-time job in the IT field for the next
3-4 months, after which I plan to transition to full-time work. My
ultimate goal is to become a successful software developer. If anyone
can assist me in finding a job related to my skills, please feel free
to DM me on any social media by simply <span> ↴ </span>
</p>
<div class="info-box">
<div class="email-info">
<h5>Email :</h5>
<span>ankushrajmaheyam@gmail.com</span>
</div>
<div class="ankush-info">
<h5>Search on Google :</h5>
<span id="typing"></span>
</div>
</div>
<div class="btn-box">
<a href="./Assets/Ankush_Resume_Software.pdf" class="btn" download="Ankush-Resume">Download CV</a>
<a href="#contact" class="btn">Hire Me</a>
</div>
</div>
<div class="home-image">
<div class="img-box">
<div class="liquid-shape">
<svg
viewBox="0 0 500 500"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="100%"
id="blobSvg"
>
<defs>
<linearGradient id="gradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop
offset="0%"
style="
stop-color: rgb(18, 247, 255);
--darkreader-inline-stopcolor: #3cc0c4;
"
data-darkreader-inline-stopcolor=""
></stop>
<stop
offset="100%"
style="
stop-color: rgb(245, 245, 245);
--darkreader-inline-stopcolor: #d5d3cf;
"
data-darkreader-inline-stopcolor=""
></stop>
</linearGradient>
</defs>
<path
id="blob"
d="M463,321.5Q447,393,376.5,407.5Q306,422,253,413Q200,404,149,382Q98,360,100.5,305Q103,250,117,207Q131,164,161.5,117.5Q192,71,254,59.5Q316,48,348.5,101.5Q381,155,430,202.5Q479,250,463,321.5Z"
fill="url(#gradient)"
>
<animate attributeName="d" dur="20000ms"
repeatCount="indefinite"
values="M463,321.5Q447,393,376.5,407.5Q306,422,253,413Q200,404,149,382Q98,360,100.5,305Q103,250,117,207Q131,164,161.5,117.5Q192,71,254,59.5Q316,48,348.5,101.5Q381,155,430,202.5Q479,250,463,321.5Z;
M443,300Q387,350,343,375.5Q299,401,250.5,399.5Q202,398,147.5,381Q93,364,72.5,307Q52,250,93,208Q134,166,167,130.5Q200,95,258.5,69Q317,43,362.5,89Q408,135,453.5,192.5Q499,250,443,300Z;
M405.5,311Q419,372,371.5,424.5Q324,477,255.5,460.5Q187,444,135,407.5Q83,371,73,310.5Q63,250,90.5,202Q118,154,157,119Q196,84,249,87.5Q302,91,339,125Q376,159,384,204.5Q392,250,405.5,311Z;
M431,319Q440,388,381.5,431Q323,474,260,443.5Q197,413,139,392.5Q81,372,83,311Q85,250,81.5,187.5Q78,125,136.5,103Q195,81,252,74Q309,67,341.5,113.5Q374,160,398,205Q422,250,431,319Z;
M431.5,291.5Q364,333,343,402Q322,471,250,471.5Q178,472,124.5,426Q71,380,88,315Q105,250,122,209.5Q139,169,165.5,120.5Q192,72,241,99Q290,126,323,149.5Q356,173,427.5,211.5Q499,250,431.5,291.5Z;
M438.5,315.5Q430,381,374,420.5Q318,460,252.5,451.5Q187,443,122,416.5Q57,390,45,320Q33,250,68.5,197Q104,144,153.5,124Q203,104,246.5,115.5Q290,127,363.5,120.5Q437,114,442,182Q447,250,438.5,315.5Z;
M418.5,293.5Q370,337,340.5,388Q311,439,250,438Q189,437,120.5,415.5Q52,394,79.5,322Q107,250,107.5,198.5Q108,147,159.5,138Q211,129,251.5,125.5Q292,122,327.5,145Q363,168,415,209Q467,250,418.5,293.5Z;
M463,321.5Q447,393,376.5,407.5Q306,422,253,413Q200,404,149,382Q98,360,100.5,305Q103,250,117,207Q131,164,161.5,117.5Q192,71,254,59.5Q316,48,348.5,101.5Q381,155,430,202.5Q479,250,463,321.5Z;
"
</path>
</svg>
</div>
<div class="liquid-shape">
<svg
viewBox="0 0 500 500"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="100%"
id="blobSvg"
>
<defs>
<linearGradient id="gradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop
offset="0%"
style="
stop-color: rgb(18, 247, 255);
--darkreader-inline-stopcolor: #3cc0c4;
"
data-darkreader-inline-stopcolor=""
></stop>
<stop
offset="100%"
style="
stop-color: rgb(245, 245, 245);
--darkreader-inline-stopcolor: #d5d3cf;
"
data-darkreader-inline-stopcolor=""
></stop>
</linearGradient>
</defs>
<path
id="blob"
d="M463,321.5Q447,393,376.5,407.5Q306,422,253,413Q200,404,149,382Q98,360,100.5,305Q103,250,117,207Q131,164,161.5,117.5Q192,71,254,59.5Q316,48,348.5,101.5Q381,155,430,202.5Q479,250,463,321.5Z"
fill="url(#gradient)"
>
<animate attributeName="d" dur="20000ms"
repeatCount="indefinite"
values="M463,321.5Q447,393,376.5,407.5Q306,422,253,413Q200,404,149,382Q98,360,100.5,305Q103,250,117,207Q131,164,161.5,117.5Q192,71,254,59.5Q316,48,348.5,101.5Q381,155,430,202.5Q479,250,463,321.5Z;
M443,300Q387,350,343,375.5Q299,401,250.5,399.5Q202,398,147.5,381Q93,364,72.5,307Q52,250,93,208Q134,166,167,130.5Q200,95,258.5,69Q317,43,362.5,89Q408,135,453.5,192.5Q499,250,443,300Z;
M405.5,311Q419,372,371.5,424.5Q324,477,255.5,460.5Q187,444,135,407.5Q83,371,73,310.5Q63,250,90.5,202Q118,154,157,119Q196,84,249,87.5Q302,91,339,125Q376,159,384,204.5Q392,250,405.5,311Z;
M431,319Q440,388,381.5,431Q323,474,260,443.5Q197,413,139,392.5Q81,372,83,311Q85,250,81.5,187.5Q78,125,136.5,103Q195,81,252,74Q309,67,341.5,113.5Q374,160,398,205Q422,250,431,319Z;
M431.5,291.5Q364,333,343,402Q322,471,250,471.5Q178,472,124.5,426Q71,380,88,315Q105,250,122,209.5Q139,169,165.5,120.5Q192,72,241,99Q290,126,323,149.5Q356,173,427.5,211.5Q499,250,431.5,291.5Z;
M438.5,315.5Q430,381,374,420.5Q318,460,252.5,451.5Q187,443,122,416.5Q57,390,45,320Q33,250,68.5,197Q104,144,153.5,124Q203,104,246.5,115.5Q290,127,363.5,120.5Q437,114,442,182Q447,250,438.5,315.5Z;
M418.5,293.5Q370,337,340.5,388Q311,439,250,438Q189,437,120.5,415.5Q52,394,79.5,322Q107,250,107.5,198.5Q108,147,159.5,138Q211,129,251.5,125.5Q292,122,327.5,145Q363,168,415,209Q467,250,418.5,293.5Z;
M463,321.5Q447,393,376.5,407.5Q306,422,253,413Q200,404,149,382Q98,360,100.5,305Q103,250,117,207Q131,164,161.5,117.5Q192,71,254,59.5Q316,48,348.5,101.5Q381,155,430,202.5Q479,250,463,321.5Z;
"
</path>
</svg>
</div>
<img
src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhs05se340R2P0W-zXltf33NNkRYI1bj7gJ7DyEAMm8SNFSohMjsyqAJnidUxLW-mu6Q0-77jFDGgTAFFWlfVeIHOHolYpCtcDIEXDa8buDjryhrZFK4VbY7uQZRbGz7fnBiLCSAQ68rDZ8882cpXZp34mMKiVaik2Om0fwV7zI6_Fst85oUzVjt8Y0Qy_m/s320/man3.png"
alt="A AI Image of Ankush Raj Mahe Yam (ARMY)"
/>
</div>
<div class="social-icons">
<a href="https://www.linkedin.com/in/ankushrajmaheyam" target="_blank"
><i class="bx bxl-linkedin"></i
></a>
<a href="https://github.com/AnkushRajMaheYam" target="_blank"
><i class="bx bxl-github"></i
></a>
<a href="https://www.youtube.com/@ankushrajamaheyam" target="_blank"
><i class="bx bxl-youtube"></i
></a>
<a href="https://www.facebook.com/ankushrajmaheyam" target="_blank"
><i class="bx bxl-facebook"></i
></a>
<a href="https://www.instagram.com/ankushrajamaheyam" target="_blank"
><i class="bx bxl-instagram"></i
></a>
<a href="https://www.x.com/ankushrajmaheya" target="_blank"
><i class="bx bxl-twitter"></i
></a>
</div>
</div>
</section>
<!-- about Section -->
<section id="about" class="about">
<div class="img-about">
<img
src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEityLcxNs0J55-RlzyNkMM1CAHa4WnOp30RjYPnshqk3-Ey0_XZDPlbFFZAZbep8jZYWdX_XWIJlzuOAc3PhthVps9G027HwpQZisv78aLwLFduAjT5mbZw1HwZvPz_Ikt6q2JWnsioZIsJk7DnLwNA_MVwzorrauyXVGAwdilttq60lTXokHdSvWcd57Wz/s320/about-me-pic2.png"
alt="Image of Ankush Raj Mahe Yam (ARMY)"
/>
<div class="info-about1">
<span>1+</span>
<p>Years of Experience</p>
</div>
<div class="info-about2">
<span>3+</span>
<p>Project Complete</p>
</div>
<div class="info-about3">
<span>5+</span>
<p>Happy Clients</p>
</div>
</div>
<div class="about-content">
<span>Let me introduce myself</span>
<h2>About Me</h2>
<h3>A story of good</h3>
<p>
I have completed my B.Tech degree from Sershah Engineering College,
Sasaram, specialized in Electrical and Electronics Engineering (EEE).
Also I skilled in programming languages such as Java, SQL, Python and
JavaScript, complemented by skills in HTML, CSS etc. Certified Field
Technician in Networking and Storage (FTNS) with a degree from Pradhan
Mantri Kaushal Kendre (PMKK) in Gaya, Bihar. Currently serving as a
freelancer in web development and digital content creation, showcasing
technical expertise and versatility.
</p>
<div class="btn-box">
<a href="#" class="btn">Read More!</a>
</div>
</div>
</section>
<!-- services section -->
<section id="services" class="services">
<div class="main-text">
<span>What i will do for you</span>
<h2>Our Services</h2>
</div>
<div class="section-services">
<div class="service-box">
<i class="bx bx-code-alt service-icon"></i>
<h3>Web Developer</h3>
<p>
I am skilled in website development, delivering Java-based full-stack websites with seamless performance, user-friendly UI/UX, Razorpay payment integration, and consistently positive client feedback .....
</p>
<div class="btn-box service-btn">
<a href="#" class="btn">Read More!</a>
</div>
</div>
<div class="service-box">
<i class="bx bx-book-content service-icon"></i>
<h3>Content Creator</h3>
<p>
I excel in content creation, crafting engaging ads for social media to boost visibility. I manage YouTube channels like Bestech, Filmedia, and Gamend, showcasing skills in video production, design, and ......
</p>
<div class="btn-box service-btn">
<a href="#" class="btn">Read More!</a>
</div>
</div>
<div class="service-box">
<i class="bx bx-edit-alt service-icon"></i>
<h3>Graphic Designer</h3>
<p>
I have mid-level graphic design skills, specializing in creating posters, thumbnails, and ads for social media. I design logos and promotional materials for YouTubers and my own channels, including .....
</p>
<div class="btn-box service-btn">
<a href="#" class="btn">Read More!</a>
</div>
</div>
</div>
</section>
<!-- skill section -->
<section id="skills" class="skills">
<div class="main-text">
<span>technical and professional</span>
<h2>My Skills</h2>
</div>
<div class="skill-main">
<div class="skill-left">
<h3>Technical Skills</h3>
<div class="skill-bar">
<div class="info">
<p>HTML</p>
<p>82%</p>
</div>
<div class="bar">
<span class="html"></span>
</div>
</div>
<div class="skill-bar">
<div class="info">
<p>CSS</p>
<p>75%</p>
</div>
<div class="bar">
<span class="css"></span>
</div>
</div>
<div class="skill-bar">
<div class="info">
<p>Figma</p>
<p>60%</p>
</div>
<div class="bar">
<span class="figma"></span>
</div>
</div>
<div class="skill-bar">
<div class="info">
<p>JavaScript</p>
<p>80%</p>
</div>
<div class="bar">
<span class="javascript"></span>
</div>
</div>
<div class="skill-bar">
<div class="info">
<p>Java</p>
<p>60%</p>
</div>
<div class="bar">
<span class="java"></span>
</div>
</div>
<div class="skill-bar">
<div class="info">
<p>SQL</p>
<p>90%</p>
</div>
<div class="bar">
<span class="sql"></span>
</div>
</div>
</div>
<div class="skill-right">
<h3>Professional Skills</h3>
<div class="professional">
<div class="box">
<div class="circle" data-dots="60" data-percent="90"></div>
<div class="text">
<big>90%</big>
<small>Team work</small>
</div>
</div>
<div class="box">
<div class="circle" data-dots="60" data-percent="80"></div>
<div class="text">
<big>80%</big>
<small>Creativity</small>
</div>
</div>
<div class="box">
<div class="circle" data-dots="60" data-percent="70"></div>
<div class="text">
<big>70%</big>
<small>Communicaton</small>
</div>
</div>
<div class="box">
<div class="circle" data-dots="60" data-percent="90"></div>
<div class="text">
<big>90%</big>
<small>Project Mangement</small>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio Section -->
<section id="portfolio" class="portfolio">
<div class="main-text">
<span>What i will do for you</span>
<h2>Latest Projects</h2>
</div>
<div class="container">
<div class="fillter-buttons">
<button class="btn" data-filter=".all">All</button>
<button class="btn" data-filter=".products">Products</button>
<button class="btn" data-filter=".inter">Interacting</button>
<button class="btn" data-filter=".web">Web App</button>
</div>
<div class="portfolio-gallery">
<div class="port-box mix products all">
<div class="port-image">
<img src="./Assets/1.jpg" alt="Ankush's Latest Projects Jpg1" />
</div>
<div class="port-content">
<h3>YouTube Thumbnail</h3>
<p>
This Youtube thumbnail desined by me for our Bestech Youtube Channel.
</p>
<a href="https://www.youtube.com/@BestechOfficial" target="_blank"
><i class="bx bx-link-external"></i
></a>
</div>
</div>
<div class=
"port-box mix inter all">
<div class="port-image">
<img src="./Assets/2.jpeg" alt="Ankush's Latest Projects Jpg1" />
</div>
<div class="port-content">
<h3>EMI Website</h3>
<p>
This eCommerce website offers features like the option to purchase products using EMI and is built using the MERN technology stack.
</p>
<a href="https://www.fiverr.com/ankushrajmaheya/do-expert-e-commerce-website-developer" target="_blank"
><i class="bx bx-link-external"></i
></a>
</div>
</div>
<div class="port-box mix products all">
<div class="port-image">
<img src="./Assets/3.jpg" alt="Ankush's Latest Projects Jpg1" />
</div>
<div class="port-content">
<h3>Graphic Designer</h3>
<p>
This poster I was design for a real estate company(KBPL).
</p>
<a href="https://g.co/kgs/1kRw18p" target="_blank"
><i class="bx bx-link-external"></i
></a>
</div>
</div>
<div class="port-box mix web all">
<div class="port-image">
<img src="./Assets/4.jpeg" alt="Ankush's Latest Projects Jpg1" />
</div>
<div class="port-content">
<h3>News Website</h3>
<p>
This News Website builded by the use of MERN Stack techonology.
</p>
<a href="https://www.fiverr.com/ankushrajmaheya/create-custom-news-website-using-mern" target="_blank"
><i class="bx bx-link-external"></i
></a>
</div>
</div>
<div class="port-box mix products all">
<div class="port-image">
<img src="./Assets/6.jpg" alt="Ankush's Latest Projects Jpg1" />
</div>
<div class="port-content">
<h3>Digital content</h3>
<p>
This design was created by me during my role as a Digital Marketer and Content Creator for a company.
</p>
<a href="https://namastetech.in" target="_blank"
><i class="bx bx-link-external"></i
></a>
</div>
</div>
<div class="port-box mix web all">
<div class="port-image">
<img src="./Assets/kurta-selling-website.png" alt="Ankush's Latest Projects Jpg1" />
</div>
<div class="port-content">
<h3>eCommerce Website</h3>
<p>
This website was made by MERN technology and it have all eCommerce features that need run ecommerce website.
</p>
<a href="https://www.fiverr.com/ankushrajmaheya/create-custom-online-kurta-selling-website-using-mern" target="_blank"
><i class="bx bx-link-external"></i
></a>
</div>
</div>
<div class="port-box mix web all">
<div class="port-image">
<img src="./Assets/tech village banner 3.jpg" alt="Ankush's Latest Projects Jpg1" />
</div>
<div class="port-content">
<h3>Graphic Designer</h3>
<p>
This design was created by me during my role as a Digital Marketer and Content Creator for a company.
</p>
<a href="#" target="_blank"
><i class="bx bx-link-external"></i
></a>
</div>
</div>
<div class="port-box mix web all">
<div class="port-image">
<img src="./Assets/preview-of-nts.png" alt="Ankush's Latest Projects Jpg1" />
</div>
<div class="port-content">
<h3>MERN Website</h3>
<p>
this website builded by mern stack technology.
</p>
<a href="#" target="_blank"
><i class="bx bx-link-external"></i
></a>
</div>
</div>
<div class="port-box mix web all">
<div class="port-image">
<img src="./Assets/preview-of-pac.png" alt="Ankush's Latest Projects Jpg1" />
</div>
<div class="port-content">
<h3>Political Advisory Committee</h3>
<p>
This is a static website which made by only html, css, javascript and PHP.
</p>
<a href="#" target="_blank"
><i class="bx bx-link-external"></i
></a>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact">
<div class="main-text">
<span>ask me question</span>
<h2>Contact Me</h2>
</div>
<form action="#">
<input type="text" name="" value="name" placeholder="Your Name" />
<input type="email" name="" value="email" placeholder="Your Email" />
<input type="tel" name="" value="mob" placeholder="Your Mob-No." />
<input type="text" name="" value="add" placeholder="Your Address" />
<div class="radioCheckbox">
<div class="checkboxes">
<label for="hr">HR of Company</label>
<input type="checkbox" name="" value="" id="hr" />
<label for="other">Others</label>
<input type="checkbox" name="" value="" id="other" />
</div>
<div class="radioes">
<input type="radio" name="" value="" id="proCom" />
<label for="proCom">Product Based Company</label>
<input type="radio" name="" value="" id="serCom" />
<label for="serCom">Service Based Company</label>
</div>
</div>
<select>
<optgroup>
<option value=""></option>
<option value="">Google</option>
<option value="">Microsoft</option>
<option value="">Adobe</option>
</optgroup>
<optgroup>
<option value=""></option>
<option value="">Flipkart</option>
<option value="">TCS</option>
<option value="">Adobe</option>
</optgroup>
</select>
<textarea rows="10" cols="30" placeholder="Your Message"></textarea>
<div class="btn-box formBtn">
<button type="submit" class="btn">Send Message</button>
</div>
</form>
</section>
<footer>
<p>© 2024 by Ankush Raj Mahe Yam || All Right Reserved.</p>
<a href="#"><i class='bx bxs-up-arrow-alt'></i></a>
</footer>
<script src="mixitup.min.js"></script>
<script src="script.js"></script>
</body>
</html>