-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
566 lines (507 loc) · 32.5 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
<!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>Goral Pahuja</title>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="180x180" href="images/macbook_memoji.png">
<link rel="icon" href="images/tab_icon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/main.css?v=1" />
<link rel="stylesheet" href="assets/css/gradient_button.css?v=1" />
<link rel="stylesheet" href="assets/css/home.css?v=8" />
<link rel="stylesheet" href="assets/css/skills.css?v=2" />
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
<!-- <span class="fab fa-google fa-2x" style = "color:darkred;" ></span>-->
<!-- <span class="fab fa-pinterest-p fa-2x" style = "color:darkred;"></span>-->
<img src="images/macbook_memoji.png" alt="logo" width="80" height="80">
</div>
<div class="content">
<div class="inner">
<h1 class='rainbow rainbow_text_animated'>Goral Pahuja</h1>
<!-- <span class="iconify" data-icon="simple-icons:codechef" data-inline="false" data-width="100" data-height="100"></span>-->
<p id="motto"> learning something new everyday! </p>
<div class="container">
<p style="font-size: 1.25rem ; font-weight: normal ; text-transform: none !important;">I'm...<span class="typed-text rainbow rainbow_text_animated"></span><span class="cursor"> </span></p>
</div>
<ul class="links">
<a href="mailto:goralp@vt.edu" target="_blank" class="icon fa-at fa-2x" id="e-mail"><span class="label">E-mail</span></a>
<a href="http://linkedin.com/in/goralp/" target="_blank" class="icon brands fa-linkedin-in fa-2x" id="linkedin"><span class="label">LinkedIn</span></a>
<a href="https://github.com/pahuja-gor" target="_blank" class="icon brands fa-github fa-2x" id="github"><span class="label">GitHub</span></a>
<a href="https://jovian.ml/pahuja-gor" target="_blank" style="text-decoration: none ; border: 0px ; outline: none ; border-width: 0px ; outline-width: 0px ; border-bottom: none !important;" id="jovianml"><img src="images/jovian_ml_logo.png" class="jovianml_img"></a>
<a href="https://devpost.com/gor-pahuja" target="_blank" style="text-decoration: none ; border: 0px ; outline: none ; border-width: 0px ; outline-width: 0px ; border-bottom: none !important;" id="devpost"><img src="http://nealrs.github.io/devpost-follow-button/icon/devpost-128.png" class="devpost_img"></a>
<a href="https://www.hackerrank.com/gor_pahuja" target="_blank" class="icon brands fa-hackerrank fa-2x" id="hackerrank"><span class="label">HackerRank</span></a>
<a href="https://app.codesignal.com/profile/goral_p" target="_blank" style="text-decoration: none ; border: 0px ; outline: none ; border-width: 0px ; outline-width: 0px ; border-bottom: none ; padding-left: 10px !important;" id="codesignal"><img src="images/codefights.svg" style="width: 35px ; height: 35px !important;" class="codesignal_svg"></a>
</ul>
<!-- <p>A fully responsive site template designed by <a href="https://html5up.net">HTML5 UP</a> and released<br />-->
<!-- for free under the <a href="https://html5up.net/license">Creative Commons</a> license.</p>-->
</div>
</div>
<nav>
<ul>
<li><a href="#about" class="button icon solid fa-grin-stars gradbutton">About Me</a></li>
<li><a href="#skills" class="button icon solid fa-brain gradbutton">Skills</a></li>
<li><a href="#experiences" class="button icon solid fa-network-wired gradbutton">Experiences</a></li>
<li><a href="#projects" class="button icon solid fa-project-diagram gradbutton">Projects</a></li>
<li><a href="#fun-facts" class="button icon solid fa-icons gradbutton">Fun Facts About Me</a></li>
<!-- <li><a href="#contact" class="button icon solid fa-id-badge gradbutton">Contact</a></li>-->
<!-- <li><a href="#elements" class="button icon solid fa-code gradbutton">Elements</a></li>-->
<!-- <li><a title="Resume" href="files/GP_Resume.pdf" target="_blank" class="button icon solid fa-file-alt gradbutton">Resumé</a></li>-->
<li><a href="#resume" class="button icon solid fa-file-alt gradbutton">Resumé</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- About Me -->
<article id="about">
<h2 class="major">About Me</h2>
<span class="image main"><img src="images/vt_logo.png" style="background-color: rgba(0, 0, 0, 0.25) ; mix-blend-mode: lighten" alt="VT Logo" /></span>
<p>I'm a sophomore at <a href="https://vt.edu" style="color: darkorange" target="_blank">Virginia Tech</a> pursuing a double major in <b style="color: darkorange">Computer Science</b> & <b style="color: darkorange">Computational Modeling and Data Analytics (CMDA: Cryptography and Cybersecurity Track)</b> [equivalent to Data Science] with a double minor in <b style="color: darkorange">Mathematics & Cybersecurity</b>.</p>
<p>My goal is to use my various communication skills and technical skills to benefit and leave a lasting impact on society.</p>
<p>My strongest skills are creative problem solving, programming in Python, and programming in Java. I'm interested in learning more about and working with Machine Learning, Data Science, Data Analytics, and Data Visualization.</p>
<p>I'm currently looking for a <b style="color: darkorange">Winter/Spring/Summer 2021 internship</b> related to <b style="color: darkorange">Cybersecurity, Software Engineering, Computer Science, and/or Data Science</b>.</p>
</article>
<!-- Skills -->
<article id="skills">
<h2 class="major">Skills</h2>
<table class="table table-borderless" style="text-align: center ; table-layout: fixed">
<tbody>
<tr>
<td colspan="4"><i class="fab fa-python fa-4x" style="color: yellow"></i><h4>Python</h4></td>
<td colspan="4"><i class="fab fa-java fa-4x" style="color: yellow"></i><h4>Java</h4></td>
<!-- <td colspan="4"><i class="fab fa-cuttlefish fa-4x" style="color: yellow"></i><h4>C++</h4></td>-->
<td colspan="4"><span class="iconify" data-icon="gg:c-plus-plus" data-inline="false" style="color: yellow" data-width="65" data-height="65"></span><h3 style="font-size: large">C++</h3></td>
</tr>
<tr>
<td colspan="4"><i class="fab fa-html5 fa-4x" style="color: yellow"></i><h4>HTML</h4></td>
<td colspan="4"><i class="fab fa-css3 fa-4x" style="color: yellow"></i><h4>CSS</h4></td>
<td colspan="4"><i class="fab fa-bootstrap fa-4x" style="color: yellow"></i><h4>Bootstrap</h4></td>
</tr>
<tr>
<td colspan="6"><i class="fab fa-github fa-4x" style="color: yellow"></i><h4>GitHub</h4></td>
<td colspan="6"><i class="fab fa-git-alt fa-4x" style="color: yellow"></i><h4>Git</h4></td>
</tr>
<tr>
<td colspan="6"><i class="fab fa-react fa-4x" style="color: yellow"></i><h4>React</h4></td>
<td colspan="6"><span class="iconify" data-icon="simple-icons:pytorch" data-inline="false" data-height="60" data-width="60" style="color: yellow;"></span><h4>PyTorch</h4></td>
</tr>
</tbody>
</table>
<h3 class="major">Currently Learning:</h3>
<ul class="alt">
<li><img src="https://www.vectorlogo.zone/logos/mongodb/mongodb-ar21.svg" width="160px" height="80px"><b style="font-size: large ; position: relative; bottom: 35px"> MongoDB</b></li>
<li><img src="https://www.vectorlogo.zone/logos/expressjs/expressjs-icon.svg"><b style="font-size: large ; position: relative; bottom: 25px"> Express.js</b></li>
<li><i class="fab fa-angular fa-3x" style="color: red"></i><b style="font-size: large ; position: relative; bottom: 15px"> Angular</b></li>
<li><i class="fab fa-node fa-5x" style="color: #6cc24a"></i><b style="font-size: large ; position: relative; bottom: 30px"> Node.JS</b></li>
<li><i class="fab fa-linux fa-4x" style="color: white"></i><b style="font-size: large ; position: relative; bottom: 20px"> Linux</b></li>
<li><i class="fab fa-raspberry-pi fa-4x" style="color: hotpink"></i><b style="font-size: large ; position: relative; bottom: 20px"> Raspberry Pi</b></li>
<li><span class="iconify" data-icon="logos:c" data-inline="false" data-width="50" data-height="50"></span> / <span class="iconify" data-icon="logos:c-plusplus" data-inline="false" data-width="50" data-height="50"></span><b style="font-size: large ; position: relative; top: 3px"> C / C++</b></li>
</ul>
<!-- <p style="padding: 0px ; position: relative ; bottom: 50px">-->
<!-- <span class="iconify" data-icon="logos:mongodb" data-inline="false" data-width="150" data-height="150" style="padding-bottom: 25px"></span>-->
<!-- -->
<!-- <img src="https://www.vectorlogo.zone/logos/expressjs/expressjs-icon.svg" style="position: relative ; top: 20px ; right: 10px">-->
<!--<!– <img src="https://www.vectorlogo.zone/logos/expressjs/expressjs-ar21.svg" style="position: relative ; top: 20px ; right: 15px">–>-->
<!-- -->
<!-- <i class="fab fa-angular fa-3x" style="color: red ; position: relative ; right: 15px ; top: 5px"></i>-->
<!-- -->
<!-- <i class="fab fa-node fa-5x" style="color: #6cc24a ; position: relative ; top: 15px ; right: 15px"></i>-->
<!-- #raspberry pi-->
<!-- #linux-->
<!-- #c-->
<!-- #c++-->
<!-- </p>-->
<h2 class="major">Technical Courses</h2>
<ul class="alt">
<li>CS 1114: Introduction to Software Design</li>
<li>CS 2114: Software Design & Data Structures</li>
<li>CS 1064: Introduction to Programming in Python</li>
<li>CS 2984: SS: Intermediate Programming in Python</li>
<li>CS 2104: Intro to Problem Solving in CS</li>
<li>CS 2164: Foundations Security Environment</li>
<li>CS 2304: Introduction to Programming in C++</li>
<li>CS 2505: Intro Computer Organization</li>
<li>CS 3754: Cloud Software Development</li>
</ul>
<div class="github-stats">
<a href="https://github.com/pahuja-gor">
<img align="center" src="https://github-readme-stats.vercel.app/api?username=pahuja-gor&hide_rank=false&hide_title=false&include_all_commits=true&count_private=true&show_icons=true&theme=dracula" />
</a>
<a href="https://github.com/pahuja-gor">
<img align="center" src="https://github-readme-stats.vercel.app/api/top-langs/?username=pahuja-gor&theme=dracula" />
</a>
</div>
</article>
<!-- Experiences -->
<article id="experiences">
<h2 class="major">Experiences</h2>
<span class="image main"><img src="images/raytheon_logo.png" alt="Raytheon" style="mix-blend-mode: lighten" /></span>
<h3>Raytheon Fellowship Program</h3>
<p>I'm 1 of 20 students selected to participate in the second cohort of this program as a <b style="color: red">Raytheon Fellow</b>. I attend bi-weekly lectures and complete a project-based curriculum to build fundamentals in cybersecurity (Linux, hardware, scripting, etc.), machine learning, and development.</p>
<hr>
<span class="image main"><img src="images/mlh_fellowship.jpeg" alt="MLH Fellowship Program" style="mix-blend-mode: lighten" /></span>
<h3>MLH Fellowship Program (Powered by GitHub) [Fall 2020]</h3>
<p>I'm a <b style="color: red ; background-color: white">M</b><b style="color: blue ; background-color: white">L</b><b style="color: gold ; background-color: white">H</b><b style="color: red ; background-color: white"> Fellow</b> in the <b style="color: red">Externship Program</b>.</p>
<p>More details coming soon...</p>
<hr>
<span class="image main"><img src="images/jovian_logo.png" alt="Jovian.ml" style="mix-blend-mode: lighten" /></span>
<h3>Jovian.ml (Summer 2020)</h3>
<p> As a <b style="color: dodgerblue">Python Teacher Assistant/Intern</b> at <a href="https://www.jovian.ml/" target="_blank">Jovian.ml</a>, I created assignments using Jupyter Notebooks for students to assess their Python skills on a weekly basis for Jovian.ml’s <a href="https://jovian.ml/learn/data-analysis-with-python-zero-to-pandas" target="_blank">Python: Zero to Pandas</a> course (hosted by <a href="https://www.freecodecamp.org" target="_blank">freeCodeCamp.org</a>).
I also helped course participants on the forum by answering their questions. Lastly, I graded the parts of the assignments submitted by the course participants that weren't graded by my unit tests which were embedded in the notebooks.</p>
<hr>
<span class="image main"><img src="images/affirmLogic_logo.png" alt="AffirmLogic" style="mix-blend-mode: lighten" /></span>
<h3>AffirmLogic (Winter 2019, Summer 2020)</h3>
<p> As a <b style="color: lightskyblue">Software Engineering Intern (Winter 2019)</b> at <a href="https://www.affirmlogic.com/" target="_blank">AffirmLogic</a>, I had the opportunity to learn more about how anti-malware and antivirus software function. Using C and C++, I tested the functions of AffirmLogic's cybersecurity product, <a href="https://affirmlogic.com/hyperion-platform/" target="_blank">Hyperion</a>. I wrote a collection of 5-6 programs in Python that were used as a part of Hyperion's framework to constantly monitor a specified directory for any modifications (i.e. a new file was added, a file was removed, a file was renamed), and then group the files in that directory into 4 categories. Lastly, I reported a summary of my completed tasks, remaining tasks, and my plans on how to complete them using Scrum, which is an agile framework developers use to tackle complex problems.</p>
<p> As a <b style="color: lightskyblue">Software Engineering Intern (Summer 2020)</b> at <a href="https://www.affirmlogic.com/" target="_blank">AffirmLogic</a>, I had the opportunity to come back and learn more about <a href="https://affirmlogic.com/hyperion-platform/" target="_blank">Hyperion</a>'s functionalities. I developed a Python application that allows the other software developers to back up Hyperion's files and data, and allow them to restore Hyperion's original files and data with the backup created. I also created programs in C/C++ to test <a href="https://www.ornl.gov/technology/201403244" target="_blank">Behavior Specification Units (BSUs)</a> to test Hyperion's efficiency. Lastly, I'm in the process of creating a React app that allows users to view a system's BSUs, update the existing BSUs, and define new BSUs.</p>
<hr>
<span class="image main"><img src="images/stem-away_logo.jpg" alt="STEM-Away" style="mix-blend-mode: lighten" /></span>
<h3>STEM-Away (Summer 2020)</h3>
<p> As an intern at <a href="https://www.stemaway.com/" target="_blank">STEM-Away</a>, I had the amazing opportunity to take up 3 leadership roles: <b style="color: lightgreen">Bioinformatics Project Lead</b>, <b style="color: lightgreen">Machine Learning Project Lead</b>, and <b style="color: lightgreen">Project Programming Lead for Python</b>.</p>
<p>When I was <b style="color: lightgreen">Project Lead</b> for the Bioinformatics Pathway (for the June session) and the Machine Learning Pathway (for the July session), I managed teams of 10-20 interns (high school students to professional doctors) to ensure that they successfully completed the project assigned to them. I also helped them by answering their questions and holding office hours via Slack, the STEM-Away forum, and Google Meet.</p>
<p>When I was <b style="color: lightgreen">Project Programming Lead for Python</b> for the Bioinformatics Pathway and Machine Learning Pathway, I hosted webinars to familiarize ~40 interns with programming in Python (starting with the basics), ensuring all interns have a professional working experience (i.e. Advanced Level) in Python.</p>
</article>
<!-- Projects -->
<article id="projects">
<h2 class="major">Projects</h2>
<!-- <span class="image main"><img src="images/pic03.jpg" alt="" /></span>-->
<h3>Facebook AI Hackathon (August 2020 - Present)</h3>
<p>I'm working in a team with 3 other students to design a chatbot that displays information about a user’s stock portfolio and its stocks, along with a voice recognition component that allows the user to specify which stock(s) to add to the watchlist or to display more information about.</p>
<p>Link: COMING SOON...</p>
<hr>
<h3>ATS Verifier (August 2020 - Present)</h3>
<p>A Python application that scrapes a job posting’s requirements and responsibilities and picks out key words a candidate should include in their resume</p>
<p>Link: COMING SOON...</p>
<hr>
<h3>PyTorch Hackathon (July 2020 - Present)</h3>
<p>Worked with a team of 3 other students to create an interactable Bias-Detection Engine that detects if machine learning models contain bias towards race and gender when they predict results.</p>
<p>Link: <a href="https://zerbraai.herokuapp.com/" target="_blank">https://zerbraai.herokuapp.com/</a></p>
<hr>
<h3>Tipper (July 2020)</h3>
<p>For the Pre-Work section of the iOS App Development Course taught by CodePath, I created an iOS app that allows the user to input a bill amount, choose the tip percentage, and how many people the total bill should be split between.</p>
<p>The app's focus is to simplify calculating the bill between a group of friends during breakfast, lunch, or dinner at a restaurant.</p>
<a href="https://github.com/pahuja-gor/Tipper" target="_blank"><img src="https://gh-card.dev/repos/pahuja-gor/Tipper.svg"></a>
<hr>
<h3>Back-Up Restore (July 2020 - Present)</h3>
<p>During my summer internship with AffirmLogic, I developed a Python application that allows the other software developers to back up Hyperion's files and data, and allow them to restore Hyperion's original files and data with the backup created.</p>
<p>I modified the application I developed for AffirmLogic to remove all company-related information from the code (after getting their permission), making it open to use for all users on GitHub. I plan to further modify the application by allowing users to take backups of their files from file-hosting websites such as Dropbox, Google Drive, and OneDrive.</p>
<a href="https://github.com/pahuja-gor/back-up-restore" target="_blank"><img src="https://gh-card.dev/repos/pahuja-gor/back-up-restore.svg"></a>
<hr>
<h3>Libra (June 2020 - Present)</h3>
<p>I'm working with a team of ~30 students to develop and updated a machine learning API that allows users to build and deploy models using one line of code.</p>
<a href="https://github.com/palashio/Libra" target="_blank"><img src="https://gh-card.dev/repos/palashio/Libra.svg"></a>
<hr>
<h3>Directory Monitor (January 2020)</h3>
<p>During my winter internship with AffirmLogic, I developed a framework that constantly scans/monitors a specific directory for new files added to that directory and sorts them into different subdirectories based on specified criteria.</p>
<p>I modified the application I developed for AffirmLogic to remove all company-related information from the code (after getting their permission), making it open to use for all users on GitHub. I plan to further modify the application by allowing users to specify the subgroups they would like to sort their files in and which specific file extensions fall under each subgroup.</p>
<a href="https://github.com/pahuja-gor/directory-monitor" target="_blank"><img src="https://gh-card.dev/repos/pahuja-gor/directory-monitor.svg"></a>
<hr>
</article>
<!-- Fun Facts -->
<article id="fun-facts">
<h2 class="major">Fun Facts About Me!</h2>
<!-- <span class="image main"><img src="images/san-diego.jpg" alt="San Francisco" style="mix-blend-mode: lighten" /></span>-->
<ul class="alt">
<li>I want to intern and work in Seattle, WA or California.</li>
<li>I love the Office, Parks and Rec, and Community!!</li>
<li>I love biking and hiking on trails.</li>
<li>I enjoy listening to music on Spotify while I'm working out, doing homework, or just relaxing.</li>
<li>I want to be a part of the "next big thing" in the world of technology. I want to help develop a product that will impact society in a positive way.</li>
</ul>
</article>
<!-- Contact -->
<article id="contact">
<h2 class="major">Contact</h2>
<form method="POST" action="">
<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="#" 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>-->
</article>
<!-- Resumé -->
<article id="resume">
<h2 class="major">Resumé</h2>
<p><a href="mailto:goralp@vt.edu" target="_blank">Email</a> me for a copy of my resumé.</p>
</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="jane@untitled.tld" />
</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">
<p class="copyright">Goral Pahuja © 2022. Design: <a id='html5up' href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<!-- BG -->
<div id="bg" style="mix-blend-mode: lighten"></div>
<!-- Scripts -->
<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 src="assets/js/typer.js?v=1"></script>
</body>
</html>