-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67d2dd6
commit 185cf72
Showing
2 changed files
with
39 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="Soham Desai's Professional Portfolio - Computer Science student at Rutgers University showcasing projects, skills, and work experience."> | ||
<title>SOHAM DESAI</title> | ||
<link href="style.css" rel="stylesheet"> | ||
<title>SOHAM DESAI</title> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"> | ||
</head> | ||
|
||
|
@@ -19,18 +22,20 @@ <h1>SOHAM DESAI</h1> | |
<section> | ||
<h2>CONTACT</h2> | ||
<!-- contact info including social media --> | ||
<p> | ||
<i class="fa fa-envelope" aria-hidden="true"></i> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
<p> | ||
<i class="fab fa-github" aria-hidden="true"></i> | ||
<a href="github.com/desaisoham0">desaisoham0</a> | ||
</p> | ||
<p> | ||
<i class="fab fa-linkedin" aria-hidden="true"></i> | ||
<a href="linkedin.com/soham-desai-068952212">soham-desai-068952212</a> | ||
</p> | ||
<address> | ||
<p> | ||
<i class="fa fa-envelope" aria-hidden="true"></i> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
<p> | ||
<i class="fab fa-github" aria-hidden="true"></i> | ||
<a href="https://github.com/desaisoham0">desaisoham0</a> | ||
</p> | ||
<p> | ||
<i class="fab fa-linkedin" aria-hidden="true"></i> | ||
<a href="https://www.linkedin.com/in/soham-desai-068952212/">soham-desai-068952212</a> | ||
</p> | ||
</address> | ||
</section> | ||
<section> | ||
<h2>SKILLS</h2> | ||
|
@@ -43,7 +48,7 @@ <h3>Computer Science</h3> | |
Rutgers University - Newark | ||
</p> | ||
<p> | ||
2023 - Present | ||
<time datetime="2023">2023 - Present</time> | ||
</p> | ||
</section> | ||
<section> | ||
|
@@ -74,14 +79,14 @@ <h3>Personal Portfolio Website</h3> | |
<h2>WORK EXPERIENCE</h2> | ||
<h3>Delivery Driver</h3> | ||
<p> | ||
Amazon | 2023 - present | ||
Amazon | <time datetime="2023">2023 - Present</time> | ||
</p> | ||
<p> | ||
Ensured timely and accurate delivery of orders, enhancing customer satisfaction. | ||
</p> | ||
<h3>Tech Associate</h3> | ||
<p> | ||
Staples | 2021 - 2022 | ||
Staples | <time datetime="2021">2021 - 2022</time> | ||
</p> | ||
<p> | ||
Resolved troubleshooting issues with computers, printers, and routers, effectively reducing return rates. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters