-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
772 lines (764 loc) · 31.4 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
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
<!DOCTYPE html>
<html lang="en">
<head>
<title>Arnav Sharma - Portfolio Website</title>
<meta charset="utf-8" />
<link rel="icon" type="image/x-icon" href="/img/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="/img/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/style.css" />
<script
src="https://kit.fontawesome.com/6c2463af18.js"
crossorigin="anonymous"
></script>
</head>
<body>
<!--Background Start-->
<div class="bg-effect">
<div class="effect-wrap">
<div class="effect effect-1"></div>
<div class="effect effect-2">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="effect effect-3"></div>
<div class="effect effect-4"></div>
<div class="effect effect-5">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="effect effect-6">
<div class="effect-6-1"></div>
<div class="effect-6-2"></div>
</div>
<div class="effect effect-7"></div>
<div class="effect effect-8"></div>
</div>
</div>
<!--Background End-->
<!--Overlay Start-->
<div class="overlay"></div>
<!--Overlay End-->
<!--Main Start-->
<div class="main">
<!--Header Section Start-->
<header class="header">
<div class="container">
<div class="row flex-end nav-margin">
<button type="button" class="nav-toggler">
<span></span>
</button>
<nav class="nav">
<div class="nav-inner">
<ul>
<li><a href="#home" class="nav-item link-item">Home</a></li>
<li><a href="#about" class="nav-item link-item">About</a></li>
<li>
<a href="#project" class="nav-item link-item">Projects</a>
</li>
<li>
<a href="#contact" class="nav-item link-item">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<!--Header Section End-->
<!--Home Section Start-->
<section class="home-section aligin-items-center active" id="home">
<div class="container">
<div class="row aligin-items-center">
<div class="home-text">
<p>Hello I'm</p>
<h1>Arnav Sharma</h1>
<h2>Software Developer Engineer</h2>
<a href="#about" class="btn link-item">More About Me</a>
<a href="#project" class="btn link-item">Projects</a>
</div>
<div class="home-img">
<div class="img-box">
<img src="img/profile-img.jpeg" alt="profile-img" />
</div>
</div>
</div>
</div>
</section>
<!--Home Section End-->
<!--About Section Start-->
<section class="about-section sec-padding" id="about">
<div class="container">
<div class="row">
<div class="section-title">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="about-img">
<div class="img-box">
<img src="img/about-img.svg" alt="" />
</div>
</div>
<div class="about-text">
<p>
<b>
Hello! I'm Arnav Sharma, a passionate Software Engineer with a focus on Full-Stack Web Development.
</b>
<br/>
As a passionate and innovative Full Stack Developer, I thrive on creating impactful software solutions and enhancing user experiences.
I have completed my Bachelor of Technology in Computer Science Engineering from Lovely Professional University, where I maintained a CGPA of 8.63. My journey in tech has been driven by a strong foundation in various programming languages and frameworks, alongside a keen interest in optimizing system performance and developing responsive user interfaces.
</p>
<h3>Technical Skills</h3>
<h4>Languages</h4>
<div class="skills">
<div class="skill-item">JavaScript</div>
<div class="skill-item">TypeScript</div>
<div class="skill-item">C++</div>
<div class="skill-item">C</div>
<div class="skill-item">Ruby</div>
<div class="skill-item">Python</div>
<div class="skill-item">Java</div>
<div class="skill-item">HTML</div>
<div class="skill-item">CSS</div>
</div>
<h4>Frameworks</h4>
<div class="skills">
<div class="skill-item">React.js</div>
<div class="skill-item">Node.js</div>
<div class="skill-item">Express.js</div>
<div class="skill-item">Ruby on Rails</div>
<div class="skill-item">Next.js</div>
<div class="skill-item">Redux</div>
<div class="skill-item">Tailwind.css</div>
<div class="skill-item">Material-UI</div>
</div>
<h4>Database</h4>
<div class="skills">
<div class="skill-item">MySQL</div>
<div class="skill-item">PostgreSQL</div>
<div class="skill-item">MongoDB</div>
</div>
<h4>Developer Tools</h4>
<div class="skills">
<div class="skill-item">VS Code</div>
<div class="skill-item">Git and GitHub</div>
<div class="skill-item">Firebase</div>
</div>
<h4>Coursework</h4>
<div class="skills">
<div class="skill-item">Data Structures and Algorithms</div>
<div class="skill-item">OOPS</div>
<div class="skill-item">Computer Networks</div>
<div class="skill-item">DBMS</div>
</div>
<div class="about-tabs">
<button
type="button"
class="tab-item active"
data-target="#experience"
>
Experince
</button>
<button
type="button"
class="tab-item"
data-target="#education"
>
Education
</button>
</div>
<!--Education Section Start-->
<div class="tab-content" id="education">
<div class="timeline">
<div class="timeline-item">
<span class="date">2020-2024</span>
<h4>Bachelor of Technology (CSE)</h4>
<br />
<i class="fa fa-graduation-cap icon"></i>
<span> Lovely Professional University</span>
<p>
Led the victorious team in a Hack-a-thon competition, surpassing 100 other teams
</p>
</div>
<div class="timeline-item">
<span class="date">2018-2020</span>
<h4>Senior Secondary School</h4>
<br />
<i class="fas fa-school icon"></i>
<span> Birla Public School, Pilani</span>
<p>
Birla Public School is a private school situated in
Pilani, Rajasthan, India. The school was established in
1901.
</p>
</div>
</div>
</div>
<!--Education Section End-->
<!--Experience Section Start-->
<div class="tab-content active" id="experience">
<div class="timeline">
<div class="timeline-item">
<span class="date">June - 2024 - Current</span>
<img class="company-logo" src="img/experience/uolo.webp" alt="" />
<h4>Uolo Edtech</h4>
<p>
<strong
>Working as a Associate Software Developer Engineer at Uolo Edtech.
</strong>
<br/>
<i>
Tech Stack: React.js, Node.js, Express.js, MongoDB, PostgreSQL ElasticSearch, AWS SQS, Redis
</i>
<br/>
• Engineered PostgreSQL-Elasticsearch Synchronization: Designed and implemented a robust, scalable solution to seamlessly
synchronize PostgreSQL data with Elasticsearch during CRUD operations, resulting in a 30% reduction in API latency and 75%
decrease in database load.
<br/>
• Optimized School Training Workflow: Launched a new ERP system for the Success Team to request school training, auto-assign
trainers, send notifications, and schedule Google Calendar invites, reducing manual effort by 80% and increasing successful training
completion by 35%.
<br/>
• Executed Seamless Data Migration: Streamlined the end-to-end migration of project setup data from the previous to the current
year, resulting in a 95% time reduction for the Content Team during annual migrations for 10k+ schools.
</div>
<div class="timeline-item">
<span class="date">Mar 2023 - April 2024</span>
<img class="company-logo" src="img/experience/scaler.webp" alt="" />
<h4>Scaler/InterviewBit</h4>
<p>
<strong
>Working as a SDE Intern at Scaler.
</strong>
<br/>
<i>Tech Stack: Ruby on Rails, MySQL, Sidekiq, React.js, Redux, Redis</i>
<br/>
• Addressed the need for version control for articles by implementing AWS S3 bucket versioning from scratch. This initiative led to a 15% improvement in content quality and improved the efficiency of the SEO team by 20%.
<br/>
• Enhanced user interaction and retention rates in articles by 15% and 10%, respectively, through the introduction of the MCQs based test feature "Topics QuizPop".
<br/>
• Ensured smooth operation of the platform for the Topics Team over 12 months. Achieved a 95% resolution on time and maintained a user satisfaction rating of 4.8+, contributing to enhanced productivity and user confidence.
</p>
</div>
</div>
</div>
<!--Experience Section End-->
<a href="resume.pdf" class="btn" target="_blank">Download CV</a>
<a href="#contact" class="btn link-item">Contact Me</a>
</div>
</div>
</div>
</section>
<!--About Section End-->
<!--Project Section Start-->
<section class="project-section sec-padding" id="project">
<div class="container">
<div class="row">
<div class="section-title">
<h2>Recent Work</h2>
</div>
</div>
<div class="row">
<!--Project Item Start-->
<div class="project-item">
<div class="project-item-thumbnail">
<img src="img/portfolio/8.webp" alt="" />
</div>
<h3 class="project-item-title">Pianifica</h3>
<button type="button" class="btn view-project-btn">
View Project
</button>
<div class="project-item-details">
<div class="description">
<p>
Pianifica is a powerful project management application designed to streamline your workflow and enhance team collaboration. With a wide range of features, it caters to the needs of both small teams and large organizations.
</p>
</div>
<div class="general-info">
<ul>
<a
class="tooltip"
href="https://github.com/arnavsharma2711/pianifica"
target="_blank"
><i class="fa-brands fa-github-alt icon"></i>
<div class="tooltiptext">GitHub Repo</div></a
>
<li>Last Update - <span>Feb 2025</span></li>
<li>
Technology Used -
<span>Next.js, React.js, Tailwind.css, Express.js, Node,js, PostgreSQL, Prisma ORM</span>
</li>
<li>Project Type - <span>Fullstack Website</span></li>
</ul>
</div>
</div>
</div>
<!--Project Item End-->
<!--Project Item Start-->
<div class="project-item">
<div class="project-item-thumbnail">
<img src="img/portfolio/7.webp" alt="" />
</div>
<h3 class="project-item-title">Code with Companion</h3>
<button type="button" class="btn view-project-btn">
View Project
</button>
<div class="project-item-details">
<div class="description">
<p>
A website where users can share a special URL and invite
other people to join them for a video chat. The website's
built-in code editor also allows users to alter one
another's code and compile it in several programming
languages that may be saved. Users can also draw out their
ideas using a whiteboard and they can record the entire
session and store it in your downloads.
</p>
</div>
<div class="general-info">
<ul>
<a
class="tooltip"
href="https://github.com/arnavsharma2711/Code-A-Thon-Programming-Pathshala"
target="_blank"
><i class="fa-brands fa-github-alt icon"></i>
<div class="tooltiptext">GitHub Repo</div></a
>
<a
class="tooltip"
href="https://code-with-companion-arnavsharma2711.vercel.app/"
target="_blank"
><i class="fa-solid fa-rocket icon"></i>
<div class="tooltiptext">Deployment Link</div></a
>
<li>Last Update - <span>Feb 2023</span></li>
<li>
Technology Used -
<span>React.js, Tailwind.css, Socket.io</span>
</li>
<li>Project Type - <span>Fullstack Website</span></li>
</ul>
</div>
</div>
</div>
<!--Project Item End-->
<!--Project Item Start-->
<div class="project-item">
<div class="project-item-thumbnail">
<img src="img/portfolio/1.webp" alt="" />
</div>
<h3 class="project-item-title">Relier</h3>
<button type="button" class="btn view-project-btn">
View Project
</button>
<div class="project-item-details">
<div class="description">
<p>
Relier is a real-world social media app which utilize REST
API for login, register, and all CRUD operations along with
a responsive messaging website which use react hooks,
sending a private message with socket io, and saving data to
MongoDB.
</p>
</div>
<div class="general-info">
<ul>
<a
class="tooltip"
href="https://www.github.com/arnavsharma2711/Portfolio"
target="_blank"
><i class="fa-brands fa-github-alt icon"></i>
<div class="tooltiptext">GitHub Repo</div></a
>
<li>Last Update - <span>Jan 2022</span></li>
<li>
Technology Used -
<span
>React.js, Node.js, Express, MongoDB, Socket.io</span
>
</li>
<li>Project Type - <span>Fullstack Website</span></li>
</ul>
</div>
</div>
</div>
<!--Project Item End-->
<!--Project Item Start-->
<div class="project-item">
<div class="project-item-thumbnail">
<img src="img/portfolio/2.webp" alt="" />
</div>
<h3 class="project-item-title">Camoes</h3>
<button type="button" class="btn view-project-btn">
View Project
</button>
<div class="project-item-details">
<div class="description">
<p>
A Youtube Replica project built using React.JS, Redux,
Firebase Auth, YouTube Data API. The project utilizes
Firebase Auth to authorise the user using there google
account to access a responsive React.JS Front End which
present videos along with its details fetched though Redux
and YouTube Data API v3.
</p>
</div>
<div class="general-info">
<ul>
<a
class="tooltip"
href="https://github.com/arnavsharma2711/Cameos"
target="_blank"
><i class="fa-brands fa-github-alt icon"></i>
<div class="tooltiptext">GitHub Repo</div></a
>
<a
class="tooltip"
href="https://cameos-arnavsharma2711.netlify.app"
target="_blank"
><i class="fa-solid fa-rocket icon"></i>
<div class="tooltiptext">Deployment Link</div></a
>
<li>Last Update - <span>Dec 2021</span></li>
<li>
Technology Used -
<span
>React.JS, Redux, Firebase Auth, Youtube Data API</span
>
</li>
<li>Project Type - <span>Frontend App</span></li>
</ul>
</div>
</div>
</div>
<!--Project Item End-->
<!--Project Item Start-->
<div class="project-item">
<div class="project-item-thumbnail">
<img src="img/portfolio/3.webp" alt="" />
</div>
<h3 class="project-item-title">Imagén</h3>
<button type="button" class="btn view-project-btn">
View Project
</button>
<div class="project-item-details">
<div class="description">
<p>
A Full Stack image sharing app using React.JS with
Tailwind.css for a responsive frontend user experience. This
application is connected to a sanity for backend along with
google authentication for user login/register.
</p>
</div>
<div class="general-info">
<ul>
<a
class="tooltip"
href="https://github.com/arnavsharma2711/Imagen"
target="_blank"
><i class="fa-brands fa-github-alt icon"></i>
<div class="tooltiptext">GitHub Repo</div></a
>
<a
class="tooltip"
href="https://imagen-arnavsharma2711.netlify.app"
target="_blank"
><i class="fa-solid fa-rocket icon"></i>
<div class="tooltiptext">Deployment Link</div></a
>
<li>Last Update - <span>Jan 2022</span></li>
<li>
Technology Used -
<span>React.JS, Tailwind, Sanity.IO </span>
</li>
<li>Project Type - <span>Frontend Website</span></li>
</ul>
</div>
</div>
</div>
<!--Project Item End-->
<!--Project Item Start-->
<div class="project-item">
<div class="project-item-thumbnail">
<img src="img/portfolio/4.webp" alt="" />
</div>
<h3 class="project-item-title">Managé</h3>
<button type="button" class="btn view-project-btn">
View Project
</button>
<div class="project-item-details">
<div class="description">
<p>
A Inventory Mangement System python project dealing with
employee, supplier, category, product and bill management
and bill genration
</p>
</div>
<div class="general-info">
<ul>
<a
class="tooltip"
href="https://github.com/arnavsharma2711/Manage"
target="_blank"
><i class="fa-brands fa-github-alt icon"></i>
<div class="tooltiptext">GitHub Repo</div></a
>
<li>Last Update - <span>Dec 2020</span></li>
<li>
Technology Used -
<span>Python, Tkinker, SQLite3 Module </span>
</li>
<li>Project Type - <span>Python GUI App</span></li>
</ul>
</div>
</div>
</div>
<!--Project Item End-->
<!--Project Item Start-->
<div class="project-item">
<div class="project-item-thumbnail">
<img src="img/portfolio/5.webp" alt="" />
</div>
<h3 class="project-item-title">JavaScript Maths Quiz</h3>
<button type="button" class="btn view-project-btn">
View Project
</button>
<div class="project-item-details">
<div class="description">
<p>
A Javascript based maths quiz which contsist of question
along with its 4 options to choose from. Quiz also contsist
of difficulty level and a option to choose time limit of the
quiz
</p>
</div>
<div class="general-info">
<ul>
<a
class="tooltip"
href="https://github.com/arnavsharma2711/Math-Quiz/"
target="_blank"
><i class="fa-brands fa-github-alt icon"></i>
<div class="tooltiptext">GitHub Repo</div></a
>
<li>Last Update - <span>July 2021</span></li>
<li>
Technology Used - <span> HTML, CSS, JavaScript </span>
</li>
<li>Project Type - <span>Frontend Website</span></li>
</ul>
</div>
</div>
</div>
<!--Project Item End-->
<!--Project Item Start-->
<div class="project-item">
<div class="project-item-thumbnail">
<img src="img/portfolio/6.webp" alt="portfolio-img-1" />
</div>
<h3 class="project-item-title">Oniline Portfolio</h3>
<button type="button" class="btn view-project-btn">
View Project
</button>
<div class="project-item-details">
<div class="description">
<p>
Compilation of academic work and other forms of educational
evidence assembled for the purpose of evaluating coursework
quality, learning progress, and academic achievement.
</p>
</div>
<div class="general-info">
<ul>
<a
class="tooltip"
href="https://www.github.com/arnavsharma2711/Portfolio"
target="_blank"
><i class="fa-brands fa-github-alt icon"></i>
<div class="tooltiptext">GitHub Repo</div></a
>
<a
class="tooltip"
href="https://arnavsharma2711.github.io/Portfolio/"
target="_blank"
><i class="fa-solid fa-rocket icon"></i>
<div class="tooltiptext">Deployment Link</div></a
>
<li>Last Update - <span>Jan 2023</span></li>
<li>
Technology Used - <span> HTML, CSS, Javascript </span>
</li>
<li>Project Type - <span>Frontend Webpage</span></li>
</ul>
</div>
</div>
</div>
<!--Project Item End-->
</div>
</div>
</section>
<!--Project Section End-->
<!--Contact Section Start-->
<section class="contact-section sec-padding" id="contact">
<div class="container">
<div class="row">
<div class="section-title">
<h2>Contact Me</h2>
</div>
</div>
<div class="row">
<div class="contact-form">
<form action="https://formspree.io/f/mknkqpgj" method="post">
<div class="row">
<div class="input-group">
<input
type="text"
placeholder="Name"
name="Name"
class="input-control"
required
/>
</div>
<div class="input-group">
<input
type="text"
placeholder="Email"
name="Email"
class="input-control"
required
/>
</div>
<div class="input-group">
<input
type="text"
placeholder="Subject"
name="Subject"
class="input-control"
required
/>
</div>
<div class="input-group">
<textarea
placeholder="Message"
name="Message"
class="input-control"
required
></textarea>
</div>
<div class="submit-btn">
<button type="submit" class="btn">Send Message</button>
</div>
</div>
</form>
</div>
<div class="contact-info">
<div class="contact-info-item">
<h3>Email</h3>
<p>[email protected]</p>
</div>
<div class="contact-info-item">
<h3>Phone No.</h3>
<p>+91 97737 44766</p>
</div>
<div class="contact-info-item">
<h3>Connect With Me</h3>
<div class="social-links">
<a
class="tooltip"
href="https://www.linkedin.com/in/arnavsharma2711/"
target="_blank"
><i class="fa-brands fa-linkedin"></i>
<div class="tooltiptext">LinkedIn</div></a
>
<a
class="tooltip"
href="https://www.github.com/arnavsharma2711/"
target="_blank"
><i class="fa-brands fa-github"></i>
<div class="tooltiptext">GitHub</div></a
>
<!-- <a
class="tooltip"
href="https://www.twitter.com/profile/"
target="_blank"
><i class="fa-brands fa-twitter"></i>
<div class="tooltiptext">Twitter</div></a
> -->
<!-- <a
class="tooltip"
href="https://www.instagram.com/profile/"
target="_blank"
><i class="fa-brands fa-instagram"></i>
<div class="tooltiptext">Instagram</div></a
> -->
<a
class="tooltip"
href="https://leetcode.com/u/arnavsharma2711/"
target="_blank"
><i class="fa-solid fa-laptop-code"></i>
<div class="tooltiptext">LeetCode</div></a
>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Contact Section End-->
</div>
<!--Main End-->
<!--Project Item PopUp Start-->
<div class="project-popup">
<div class="pp-inner">
<div class="pp-content">
<div class="pp-header">
<button type="button" class="btn pp-close">
<i class="fas fa-times"></i>
</button>
<div class="pp-thumbnail">
<img src="" alt="" />
</div>
<h3></h3>
</div>
<div class="pp-body"></div>
</div>
</div>
</div>
<!--Project Item PopUp Start-->
<script src="js/script.js"></script>
</body>
</html>