-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
762 lines (674 loc) · 31.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
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
<!DOCTYPE HTML>
<!--
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Utkarsh Singh</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" type="text/css" href="main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<style>
/* #bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: -1; /* Pushes the video behind all content */
/* background: url('BackgroundPng.png') no-repeat center center/cover;
} */
/* #bg video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%; */
/* object-fit: cover; /* Adjusts the video to fill the container while maintaining its aspect ratio */
/* object-position: center; /* Ensures the center of the video is prioritized */
/* filter: blur(0px); Adjust blur as needed */
/* } */
.polaroid {
background: rgb(61, 58, 58);
padding: 15px 15px 45px 15px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
transform: rotate(3deg);
transition: transform 0.3s ease;
width: 300px;
position: relative;
}
.polaroid:hover {
transform: rotate(0deg) scale(1.02);
}
.polaroid img {
width: 100%;
height: 350px;
object-fit: cover;
display: block;
}
.polaroid-caption {
text-align: center;
margin-top: 15px;
font-family: 'Permanent Marker', cursive;
color: #dfdfdf;
font-size: 1.2em;
}
/* Add subtle film grain texture */
.polaroid::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyBAMAAADsEZWCAAAAGFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVfJ92AAAACHRSTlMzMzMzMzMzM85JBgUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAwSURBVDjLY2AYBaNg8AJGYQEmGMMMQxjEoIJxDGpQwQSGJKhgMkMZVDCNYcCoAAC/9AkG1qHDBAAAAABJRU5ErkJggg==');
opacity: 0.03;
pointer-events: none;
}
</style>
</head>
<body class="is-preload">
<!-- <div id="bg">
<video autoplay muted loop playsinline>
<source src="179908-862981818.mp4" type="video/mp4" />
<-- Fallback Background Image -->
<!-- <img src="BackgroundPng.PNG" alt="Fallback Background" />
</video>
</div> -->
<style>
/* Hide scrollbars for all elements */
* {
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* Internet Explorer and Edge */
}
/* Hide scrollbars for WebKit browsers (Chrome, Safari, etc.) */
*::-webkit-scrollbar {
display: none;
}
/* Ensure content is still scrollable */
body {
overflow: auto;
}
</style>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
<img src="Headshot.jpeg" alt=""/>
</div>
<div class="content">
<div class="inner">
<h1 style="color: #ffffff; font-family: 'Helvetica', sans-serif;" >Hey, I'm Utkarsh 👋</h1>
<p> I enjoy building stuff that makes people's lives better.
</p>
<p style="color:#ffffffb0">
<a href="https://github.com/utkarshsingh34/"style="margin-right: 20px;">
<i class="fab fa-github fa-2x"></i> <span style="vertical-align: super;"></span>
</a>
<a href="https://www.linkedin.com/in/utkarsh-singh34" style="margin-right: 20px;">
<i class="fab fa-linkedin fa-2x"></i> <span style="vertical-align: super;"></span>
</a>
<!-- <a href="https://x.com/utkarshsingh_34">
<i class="fab fa-twitter fa-2x"></i>
</a> -->
</p>
</div>
</div>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
<!--<li><a href="#elements">Elements</a></li>-->
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- About -->
<article id="about">
<h2 class="major" style="letter-spacing:5px;">About Me</h2>
<!-- <p>
This section contains a curated collection of my philosophies, hobbies and photos. If anything resonates with you, I want to know. Reach me here.
</p> -->
<div class="tldr">
<h3>TL;DR</h3>
<ul style="max-width: 100%; word-wrap: break-word;">
<li style="margin-bottom: 0.5em;">
<span class="emoji">🛍️</span>
<span>Aspiring Software Engineer interested in AI/ML (Check out my <a href="#projects" style="margin-right: 0px;">projects!</a>)</span>
</li>
<li style="margin-bottom: 0.5em;">
<span class="emoji">🌟</span>
<span>Web Developer at <a href="https://sail.cs.illinois.edu/">CS SAIL</a> & Prev SWE Fellow at <a href="https://headstarter.co/">Headstarter AI</a></span>
</li>
<li style="margin-bottom: 0.5em;">
<span class="emoji">🎓</span>
<span>Transferring to B.S. in Mathematics and Computer Science at <a href="https://siebelschool.illinois.edu/academics/undergraduate/degree-program-options/bs-mathematics-computer-science">UIUC</a>
<img src="uiuclogo.png" alt="UIUC Logo" style="height: 1em; width: auto; display: inline-block; vertical-align: middle; margin: 0 0.2em;"></span>
</li>
<li style="margin-bottom: 0.5em;">
<span class="emoji">🌌</span>
<span>Fascinated by physics, stargazing, and pondering the universe</span>
</li>
<li style="margin-bottom: 0.5em;">
<span class="emoji">☕️</span>
<span>I love coffee, chess, philosophy, history, reading and basketball</span>
</li>
</ul>
</div>
<!-- What I Think Section -->
<!-- <div class="tldr">
<h3>TL;DR</h3>
</div> -->
<div style="display: flex; align-items: flex-start;">
<div style="flex: 1; margin-right: 20px;">
<p>
☀️ <strong>work</strong><br>
I see technology not just as a tool, but as a bridge to connect people, ideas, and possibilities. My work revolves around creating impactful solutions that bring value and meaning to people's lives. I'm not drawn to the routine of just doing what's expected. I'm excited by the possibility of creating something innovative, scalable, and, most importantly, meaningful. I thrive in environments where I can experiment, learn, and push boundaries. I'm here to build cool things, collaborate with great minds, and contribute to projects that make a difference.
</p>
</div>
<span class="polaroid" style="flex: 0 0 40%;">
<img src="WhatsApp Image 2024-10-04 at 4.22.05 PM.jpeg" alt="" style="width: 100%; height: auto;" />
<div class="polaroid-caption">Chicago, 2024</div>
</span>
</div>
<div style="display: flex; flex-direction: column; gap: 20px;">
<div style="display: flex; align-items: flex-start;">
<!-- <span class="polaroid" style="flex: 0 0 40%; margin-right: 20px;">
<img src="Utkarsh_Sirius.jpeg" alt="" style="width: 100%; height: auto;" />
<div class="polaroid-caption">Chicago, 2024</div>
</span> -->
<div style="flex: 1;">
<p>
🌱 <strong>life</strong><br>
I’m more than just code and algorithms. I find joy in exploring different aspects of life, whether it’s engaging in deep conversations, going down random rabbitholes, or simply enjoying a cup of coffee. My upbringing in Mumbai centered around the key values- curiosity, hardwork, empathy, and resilience. For me, life is about learning from every experience, staying disciplined, and embracing the unpredictable journey ahead.
</p>
</div>
</div>
<div style="display: flex; align-items: flex-start;">
<!-- <span class="polaroid" style="flex: 0 0 40%; margin-right: 20px;">
<img src="WhatsApp Image 2024-10-04 at 6.16.49 PM.jpeg" alt="" style="width: 100%; height: auto;" />
<div class="polaroid-caption">Chicago, 2024</div>
</span> -->
<div style="flex: 1;">
<p>
⚖️ <strong>balance</strong><br>
Balancing ambition with mindfulness is key. I believe in the importance of pausing, reflecting, and recharging. While I’m driven by goals and challenges, I recognize the value of taking a step back to gain perspective and recalibrate. For me, true success goes beyond professional milestones—it’s about thriving in every aspect of life and spending time with loved ones.
</p>
</div>
</div>
</div>
<!-- Hobbies Section -->
<!-- <div class="tldr">
<h3>TL;DR</h3>
<ul>
<li><span class="emoji">♟️</span> Playing chess and immersing myself in strategic challenges</li>
<li><span class="emoji">🏀</span> Watching and playing basketball</li>
<li><span class="emoji">🪐</span> Stargazing and exploring the night sky</li>
<li><span class="emoji">📖</span> Reading philosophy and physics books</li>
<li><span class="emoji">🌟</span> Writing and researching random topics</li>
</ul>
</div> -->
<!-- Photo Section -->
<!-- <div class="tldr">
<h3>TL;DR</h3>
</div>
<div class="photo-grid">
<img src="crab nebula.jpg" alt="Exploring Chicago" />
<img src="BeautifulPhoto.jpeg" alt="Stargazing moments" />
<img src="BackgroundPng.PNG" alt="Chess game" />
</div>
-->
</article>
<!-- Experience -->
<article id="work">
<h2 class="major">Experience</h2>
<ul>
<h3 style="color: #ffffff; font-size: 1.1em; font-weight: 600; margin-bottom: 0.5em;">Lead Software Engineer</h3>
<p style="color: #ffffffaf; margin: 0 0 0.5em 0;">Subliva | Sep 2024 - Nov 2024</p>
<p style="color: white; line-height: 1.6; margin-bottom: 0.5;">Leading web development efforts as the core developer on a cross-functional team to develop the MVP for their subleasing platform (C2C).</p>
<hr style="margin: 10px 0;">
<h3 style="color: #ffffff; font-size: 1.1em; font-weight: 600; margin-bottom: 0.5em;">Software Engineer</h3>
<p style="color: #ffffffaf; margin: 0 0 0.5em 0;">Project Code | Aug 2024 - Present</p>
<p style="color: #ffffff; line-height: 1.6; margin-bottom: 0.5;">Leading development of the MUSIQA website, developing a refereshing algorithm for users bored of Spotify's recommendations.</p>
<hr style="margin: 10px 0;">
<h3 style="color: #ffffff; font-size: 1.1em; font-weight: 600; margin-bottom: 0.5em;">Web Developer</h3>
<p style="color: #ffffffaf; margin: 0 0 0.5em 0;">CS SAIL | Aug 2024 - Present</p>
<p style="color: #ffffff; line-height: 1.6; margin-bottom: 0.5;">Working with the SAIL team to develop the CS SAIL 2025 website, creating a platform capable of hosting 1000+ concurrent users.</p>
<hr style="margin: 10px 0;">
<h3 style="color: #ffffff; font-size: 1.1em; font-weight: 600; margin-bottom: 0.5em;">Software Engineer Fellow</h3>
<p style="color: #ffffffaf; margin: 0 0 0.5em 0;">Headstarter AI | Jul 2024 - Sep 2024</p>
<p style="color: #ffffff; line-height: 1.6; margin-bottom: 0.5;">Developed 4+ AI-powered applications in a 12-week immersive program, learning best practices in software engineering.
</p>
</ul>
<h2 class="major">Education</h2>
<div style="display: flex; flex-direction: column; gap: 20px;">
<h3 style="color: #ffffff; font-size: 1.1em; font-weight: 600; margin-bottom: 0.5em;">University of Illinois, Urbana-Champaign</h3>
<div style="display: flex; align-items: flex-start; gap: 20px;">
<img src="DHNkdRfXoAEp2VD.0.jpg" alt="UIUC Logo" style="width: 100px; height: 100px;">
<div>
<p style="color: #ffffffaf; margin: 0 0 0.5em 0;">B.S. Astronomy + Data Science | Aug 2023 - Dec 2026</p>
<n>GPA: 4.0/4.0 | Dean's List | James Scholar Honors</n>
<hr style="margin: 5px 0;">
<p>RSOs: Project code, CS Sail, buildillinois, UIAS, SEA, Chess Club, Track and Field Club </p>
</div>
</div>
</div>
<form method="GET" action="https://drive.google.com/file/d/1DMDhKQ0qEQ5A8fPYoGFrjt1nBuUV3r9M/view?usp=sharing">
<input type="submit" value="View Full Resumé">
</form>
</article>
<!-- Projects -->
<!-- Projects -->
<article id="projects">
<h2 class="major">Current Projects</h2>
<!-- AI Evidence Auditor Project -->
<div class="project-card">
<h3 class="project-title">
AI Evidence Auditor
</h3>
<p class="project-tech-stack"><em>Python, TensorFlow, Tesseract, OpenCV, Hugging Face, Azure</em></p>
<p class="project-description">
First time working with an industry dev team. The goal of this project is to develop a CPU-optimized, cost efficient end-to-end AI solution to automate manual auditing of cloud configuration
compliance.
</p>
<ul class="project-highlights">
<li>Learning through building. Training a CNN model on a loaded dataset using keras to classify images as relatable or unrelatable for an initial validation check.</li>
<li>Images classified as relatable are preprocessed by converting to grayscale and applying thresholding to enhance text visibility. Performing Optical Character Recognition (OCR) on pre-processed images using Tesseract for text extraction.</li>
<li>Researching and learning to apply Natural Language Processing via DistilledBERT from the Hugging Face library to automatically audit extracted text from
the previous step.</li>
<li>Utilizing Redis to cache calls to Azure and AWS policy configuration APIs for real-time compliance checks.</li>
</ul>
<form method="GET" action="https://colab.research.google.com/drive/1JPbaGGLmXVSEGiBFwG4CZeLBwO-2Y7AI?usp=sharing">
<input type="submit" value="View Code Sample">
</form>
</div>
<!-- MUSIQA Project
<div class="project-card">
<h3 class="project-title">
<a href="https://music-recommendation-eight.vercel.app/" target="_blank">MUSIQA | Music Recommendation</a>
</h3>
<p class="project-tech-stack"><em>React, Node.js, Spotify API, NumPy, Scikit-learn, Vercel</em></p>
<p class="project-description">
Designed and implemented a vector-based music recommendation system leveraging the LastFM Database to retrieve song metadata and recommend based on cosine similarity, with advanced NLP analysis on lyrics using IBM Watson for relevancy.
</p>
<ul class="project-highlights">
<li>Engineered a KD-Tree algorithm to optimize nearest-neighbor search, reducing retrieval time to under 5 seconds.</li>
<li>Integrated OAuth 2.0 authentication with Spotify for secure logins and seamless playlist management.</li>
</ul>
<form method="GET" action="https://colab.research.google.com/drive/1JPbaGGLmXVSEGiBFwG4CZeLBwO-2Y7AI?usp=sharing">
<input type="submit" value="View Github">
</form>
</div> -->
<h2 class="major">Past Projects</h2>
<!-- Realtime AI Chatbot -->
<div class="project-card">
<h3 class="project-title">
<a href="https://github.com/utkarshsingh34/AI-Chatbot" target="_blank">Realtime AI Chatbot</a>
</h3>
<p class="project-tech-stack"><em>React, Next.js, Axios, Firebase, OpenAI API</em></p>
<p class="project-description">
Developed a context-aware AI chatbot using React and OpenAI’s GPT model with dynamic chat functionalities and fast response times. Gained familiarity with using RESTful APIs and axios for endpoint communication and error handling.
</p>
<form method="GET" action="https://github.com/utkarshsingh34/AI-Chatbot">
<input type="submit" value="View Github Repository">
</form>
</div>
<div class="project-card">
<h3 class="project-title">
<a href="https://github.com/utkarshsingh34/NBA-EDA" target="_blank">Exploratory Analysis on NBA Data</a>
</h3>
<p class="project-tech-stack"><em>Pandas, Scikit-learn, Seaborn</em></p>
<p class="project-description">
Analyzed the evolution of the NBA over the last two decades through player performance trends, highlighting a shift towards a dynamic and fast-paced game in recent years, influenced significantly by the prominence of three-pointers in today's basketball. Got comfortable using pandas, matplotlib and seaborn for data analysis.
</p>
<form method="GET" action="https://github.com/utkarshsingh34/NBA-EDA">
<input type="submit" value="View Github Repository">
</form>
</div>
<div class="project-card">
<h3 class="project-title">
<a href="https://github.com/utkarshsingh34/Inventory" target="_blank">Inventory Management System</a>
</h3>
<p class="project-tech-stack"><em>React, Next.js, Firebase, Vercel</em></p>
<p class="project-description">
First ever Independant project. Developed a simple inventory management system to get my hands dirty with web development.
</p>
<form method="GET" action="https://github.com/utkarshsingh34/Inventory">
<input type="submit" value="View Github Repository">
</form>
</div>
<div class="project-card">
<h3 class="project-title">
Interactive Vending Machine
</h3>
<p class="project-tech-stack"><em>Arduino, C++, Blender, 3D Printing, Figma</em></p>
<p class="project-description">
Collaborated with my high school tech team to build a soda vending machine using arduinos. Gained familiarity with tools like Blender and Figma and 3D printed the final design.
</p>
</div>
</article>
<!-- Involvement
<article id="involvement">
<h2 class="major">Involvement</h2>
<p class="fade-in">
🌟 **Why it matters**<br>
I believe true growth comes from stepping beyond our comfort zones and connecting with diverse communities. Involvement isn’t just about gaining experience but about fostering meaningful connections, creating a positive impact, and expanding perspectives. Each organization I’ve contributed to has shaped my journey, leaving me with new questions and a greater drive to keep learning.
</p>
CS SAIL
<div>
<h3>💻 CS SAIL | Web Developer & Designer</h3>
<p class="fade-in">Working with CS SAIL has been about more than just coding—it’s about creating opportunities for students to discover their passion for computer science. What excites me most is the potential to spark curiosity and inspire future tech enthusiasts. How can we build a platform that not only educates but also empowers students to pursue their interests fearlessly?</p>
</div>
Tutoring
<div>
<h3>📚 Tutoring | Empowering Future Coders</h3>
<p class="fade-in">Tutoring has been a deeply rewarding experience that taught me the power of patience and encouragement. Seeing a student’s confidence grow as they grasp a new concept fuels my passion for teaching. I often ask myself: What more can I do to make complex topics feel approachable and inspire a lifelong love of learning?</p>
</div>
Hamari Sillai
<div>
<h3>🌍 Hamari Sillai | Volunteer & Marketing Support</h3>
<p class="fade-in">Being involved with Hamari Sillai has shown me the resilience and creativity of women striving for economic independence. What I found most inspiring is how technology can amplify their efforts and stories. How can we continue to leverage tech to create sustainable income streams for marginalized communities?</p>
</div>
Seva Trust Foundation -->
<!-- <div>
<h3>🏞️ **Seva Trust Foundation** | Volunteer & Documentary Assistant</h3>
<p class="fade-in">Documenting the stories of tribal communities at Seva Trust Foundation was eye-opening. It wasn’t just about raising awareness but also about learning to listen deeply and tell authentic stories. What is the best way to ensure these voices are heard and their stories resonate with broader audiences?</p>
</div>
Yasham Foundation -->
<!-- <div>
<h3>🏫 **Yasham Foundation** | Tutor & Workshop Organizer</h3>
<p class="fade-in">Tutoring at Yasham Foundation has been a reminder of the transformative power of education. Each workshop left me wondering: How can I better tailor my teaching methods to not just educate but also instill self-confidence and motivation in these young minds?</p>
</div> -->
<!-- Call to Action/Reflection -->
<!-- <p class="fade-in">
🔍 **Reflection**<br>
Every experience has challenged me to think beyond myself and approach technology and problem-solving with empathy and purpose. These questions fuel my curiosity and keep me striving for ways to make a more meaningful impact. I’m excited to continue building connections, giving back, and discovering new ways to contribute and grow.
</p>
</article> -->
<!-- Contact -->
<article id="contact">
<h2 class="major">Contact</h2>
<form method="post" action="mailto:[email protected]">
<div class="fields">
<div class="field half">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="4"></textarea>
</div>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" class="primary" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</form>
<ul class="icons">
<li><a href="https://linkedin.com/in/utkarshsingh34" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/utkarshsingh34" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<!-- <li><a href="https://x.com/utkarshsingh_34" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li> -->
</ul>
</article>
<!-- Elements -->
<article id="elements">
<h2 class="major">Elements</h2>
<section>
<h3 class="major">Text</h3>
<p>This is <b>bold</b> and this is <strong>strong</strong>. This is <i>italic</i> and this is <em>emphasized</em>.
This is <sup>superscript</sup> text and this is <sub>subscript</sub> text.
This is <u>underlined</u> and this is code: <code>for (;;) { ... }</code>. Finally, <a href="#">this is a link</a>.</p>
<hr />
<h2>Heading Level 2</h2>
<h3>Heading Level 3</h3>
<h4>Heading Level 4</h4>
<h5>Heading Level 5</h5>
<h6>Heading Level 6</h6>
<hr />
<h4>Blockquote</h4>
<blockquote>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.</blockquote>
<h4>Preformatted</h4>
<pre><code>i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';</code></pre>
</section>
<section>
<h3 class="major">Lists</h3>
<h4>Unordered</h4>
<ul>
<li>Dolor pulvinar etiam.</li>
<li>Sagittis adipiscing.</li>
<li>Felis enim feugiat.</li>
</ul>
<h4>Alternate</h4>
<ul class="alt">
<li>Dolor pulvinar etiam.</li>
<li>Sagittis adipiscing.</li>
<li>Felis enim feugiat.</li>
</ul>
<h4>Ordered</h4>
<ol>
<li>Dolor pulvinar etiam.</li>
<li>Etiam vel felis viverra.</li>
<li>Felis enim feugiat.</li>
<li>Dolor pulvinar etiam.</li>
<li>Etiam vel felis lorem.</li>
<li>Felis enim et feugiat.</li>
</ol>
<h4>Icons</h4>
<ul class="icons">
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands fa-github"><span class="label">Github</span></a></li>
</ul>
<h4>Actions</h4>
<ul class="actions">
<li><a href="#" class="button primary">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions stacked">
<li><a href="#" class="button primary">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
</section>
<section>
<h3 class="major">Table</h3>
<h4>Default</h4>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td> Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
<h4>Alternate</h4>
<div class="table-wrapper">
<table class="alt">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td> Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
</section>
<section>
<h3 class="major">Buttons</h3>
<ul class="actions">
<li><a href="#" class="button primary">Primary</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button">Default</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button primary icon solid fa-download">Icon</a></li>
<li><a href="#" class="button icon solid fa-download">Icon</a></li>
</ul>
<ul class="actions">
<li><span class="button primary disabled">Disabled</span></li>
<li><span class="button disabled">Disabled</span></li>
</ul>
</section>
<section>
<h3 class="major">Form</h3>
<form method="post" action="#">
<div class="fields">
<div class="field half">
<label for="demo-name">Name</label>
<input type="text" name="demo-name" id="demo-name" value="" placeholder="Jane Doe" />
</div>
<div class="field half">
<label for="demo-email">Email</label>
<input type="email" name="demo-email" id="demo-email" value="" placeholder="[email protected]" />
</div>
<div class="field">
<label for="demo-category">Category</label>
<select name="demo-category" id="demo-category">
<option value="">-</option>
<option value="1">Manufacturing</option>
<option value="1">Shipping</option>
<option value="1">Administration</option>
<option value="1">Human Resources</option>
</select>
</div>
<div class="field half">
<input type="radio" id="demo-priority-low" name="demo-priority" checked>
<label for="demo-priority-low">Low</label>
</div>
<div class="field half">
<input type="radio" id="demo-priority-high" name="demo-priority">
<label for="demo-priority-high">High</label>
</div>
<div class="field half">
<input type="checkbox" id="demo-copy" name="demo-copy">
<label for="demo-copy">Email me a copy</label>
</div>
<div class="field half">
<input type="checkbox" id="demo-human" name="demo-human" checked>
<label for="demo-human">Not a robot</label>
</div>
<div class="field">
<label for="demo-message">Message</label>
<textarea name="demo-message" id="demo-message" placeholder="Enter your message" rows="6"></textarea>
</div>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" class="primary" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</form>
</section>
</article>
</div>
<!-- Footer -->
<footer id="footer">
</footer>
</div>
<div id="bg">
<div id="particles-js"></div>
</div>
<!-- Scripts -->
<script type="text/javascript" src="assets/js/particles.min.js"></script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script type="text/javascript">
particlesJS.load('particles-js', 'assets/config/particles-js.json', function() {});
</script>
</body>
</html>