-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
135 lines (133 loc) · 6.33 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
<!DOCTYPE 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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
</head>
<body>
<header id="header">
<!-- resume header with your name and title -->
<h1>SOHAM DESAI</h1>
<hr>
Computer Science student
<hr>
</header>
<main>
<article id="mainLeft">
<section>
<h2>CONTACT</h2>
<!-- contact info including social media -->
<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>
<p>C++, Java, Python, HTML, CSS, JavaScript, iOS Development, Linux, github, vscode.</p>
</section>
<section>
<h2>EDUCATION</h2>
<h3>Computer Science</h3>
<p>
Rutgers University - Newark
</p>
<p>
<time datetime="2023">2023 - Present</time>
</p>
</section>
<section>
<h2>Certificates</h2>
<ul>
<li>Problem Solving (Basic) - HackerRank</li>
<li>IBM Z Xplore - showcasing proficiency in mainframe technologies</li>
<li>Responsive Web Design - freeCodeCamp</li>
</ul>
</section>
</article>
<article id="mainRight">
<section>
<h2>PROJECT</h2>
<h3>Enhanced Pomodoro Timer(2024)</h3>
<ul>
<li>
Developed a dynamic Pomodoro Timer using JavaScript, featuring customizable work/break intervals, dynamic UI, color transition, and live tab updates to track work/break time, improving time management.
</li>
</ul>
<h3>Personal Portfolio Website(2023 – present)</h3>
<ul>
<li>
Crafted a visually engaging personal portfolio using HTML, CSS, and JavaScript, showcasing projects, skills and experience with interactive design elements and smooth scrolling effects for an enhanced user experience.
</li>
</ul>
<h3>Personality Quiz App | IOS Development (2024)</h3>
<ul>
<li>
Developed a Swift and UIKit-based Personality Quiz App, utilizing MVC architecture for clean data management, integrating advanced navigation across multiple view controller, and implementing data persistence to effectively handle and store user responses, enhancing both user experience and my proficiency in core iOS development principle.
</li>
</ul>
</section>
<section>
<h2>WORK EXPERIENCE</h2>
<h3>Tech Fellow</h3>
<p>
CodePath | <time datetime="2024">May 2024 - August 2024</time>
</p>
<ul>
<li>
Monitor the progress of 3 group (5 students in each group) in technical interview preparation, focusing on data structure and algorithms.
</li>
<li>
Facilitate learning and problem-solving sessions for 15 students, significantly enhancing their coding proficiency and preparation for technical interviews.
</li>
</ul>
<h3>AI-Powered Venture Capital</h3>
<p>
Ignite XL | <time datetime="2024">March 2024 - April 2024</time>
</p>
<ul>
<li>
Researched and evaluate early-stage startups in beauty and healthcare industry and conducted due diligence on 10 deal submissions, assessing their alignment with Ignite XL investment thesis.
</li>
<li>
Analyzed market trends in the beauty sector and created investment summaries, efficiently managing multiple projects within a tight three-week timeframe.
</li>
</ul>
<h3>Tech Associate</h3>
<p>
Staples | <time datetime="2021">June 2021 - January 2022</time>
</p>
<ul>
<li>
Resolved troubleshooting issues with computers, printers, and routers, effectively reducing return rates.
</li>
<li>
Provided exceptional customer service by promptly addressing and resolving technical inquires and concerns, ensuring customer satisfaction and loyalty.
</li>
</ul>
</section>
<section>
<h2>LEADERSHIP & AFFILIATIONS</h2>
<h3>CodePath</h3>
<p>Community Member | Remote | August 2023 - Present</p>
<h3>ColorStack</h3>
<p>Community Member | Newark,NJ | August 2023 - Present</p>
</section>
</article>
</main>
</body>
</html>