-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperiences.html
More file actions
255 lines (196 loc) · 9.83 KB
/
experiences.html
File metadata and controls
255 lines (196 loc) · 9.83 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Experiences</title>
<link rel="stylesheet" href="Homepage.css">
<link rel="stylesheet" href="experiences.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
</head>
<body>
<div style="position: absolute; overflow-x: hidden; min-height: 100%; width: 100%;">
<!--header-->
<nav>
<div class="logo">
<h4>Ishaan Patel</h4>
</div>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="certificates.html">Certificates</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="GameProjects.html">Game Projects</a></li>
<li>
<a href="https://github.com/Ishaan35" target="_blank">
GitHub
</a>
</li>
<li><a href="https://www.youtube.com/channel/UCEShkg8TVshTmfDlvBZkXjw" target="_blank"> YouTube</a></li>
<li><a href="connect.html" target="_blank"> Connect</a></li>
</ul>
<div class="burger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
<!--Content-->
<div class="heading">
<br>
<h1>Experience</h1>
<br>
<div class="experienceListGrid">
<div class="experienceItemCard" onclick='openLink("https://www.hubspot.com/")'>
<img src="Images/HubSpot.jpg" width="40%"
style="margin-top: 20px; box-shadow: 0px 5px 8px rgb(155, 155, 155); border-radius: 10px;">
<h1>HubSpot</h1>
<h3>Software Engineer Intern</h3>
<p>May 2025 - August 2025</p>
</div>
<div class="experienceItemCard" onclick='openLink("https://www.hubspot.com/")'>
<img src="Images/HubSpot.jpg" width="40%"
style="margin-top: 20px; box-shadow: 0px 5px 8px rgb(155, 155, 155); border-radius: 10px;">
<h1>HubSpot</h1>
<h3>Software Engineer Intern</h3>
<p>September 2024 - December 2024</p>
</div>
<div class="experienceItemCard" onclick='openLink("https://www.intuit.com/")'>
<img src="Images/Intuit.jpg" width="40%" style="margin-top: 20px; box-shadow: 0px 5px 8px rgb(155, 155, 155); border-radius: 10px;">
<h1>Intuit</h1>
<h3>Software Engineer Co-op</h3>
<p>January 2024 - April 2024</p>
</div>
<div class="experienceItemCard" onclick='openLink("https://www.torpedolabs.com/")'>
<img src="Images/TorpedoLabs.png" width="40%" style="margin-top: 20px; box-shadow: 0px 5px 8px rgb(155, 155, 155); border-radius: 10px;">
<h1>Torpedo Labs</h1>
<h3>Software Engineer Intern</h3>
<p>May 2023 - September 2023</p>
</div>
<div class="experienceItemCard" onclick='openLink("https://watai.ca/")'>
<img src="Images/wat.ai.jpg" width="40%" style="margin-top: 20px; box-shadow: 0px 5px 8px rgb(155, 155, 155); border-radius: 10px;">
<h1>Wat.AI</h1>
<h3>Software Developer</h3>
</div>
<div class="experienceItemCard">
<img src="Images/TampaEvents.png" width="75%" style="margin-top: 20px; box-shadow: 0px 5px 8px rgb(155, 155, 155); border-radius: 10px;">
<h1>Tampa Events Inc.</h1>
<h3>Full Stack Software Developer</h3>
</div>
<div class="experienceItemCard"
onclick='openLink("https://www.marketyze.ca/")'>
<img src="Images/Marketyze.png" width="35%">
<h1>Marketyze</h1>
<h3>Web Developer</h3>
<p>Web Developer at an organization dedicated to providing accessible marketing opportunities to youth</p>
</div>
</div>
<br>
<h1>Freelance Work</h1>
<br>
<div class="experienceListGrid">
<div class="experienceItemCard">
<img src="Images/GameIcon.png" width="35%">
<h1> </h1>
<h3>Freelance Game Programmer</h3>
<p>Worked as a freelance game programmer for a small Indiana based gaming start-up. Developed car controllers, programmed camera views and various gaming effects involving game
physics.</p>
</div>
<div class="experienceItemCard">
<img src="Images/flickGameStudio.png" width="35%">
<h1>Flick Game Studio</h1>
<h3>Lead Programmer</h3>
<p>Worked with a team of game developers to program a snowboarding game with advanced
controls in the Unity game engine.</p>
</div>
</div>
</div>
<br>
<br>
<br>
<br>
<!--
<div class="content-container">
<br>
<br>
<div class="section-heading">
<div class="line"></div>
<h2>Freelance</h2>
<div class="line"></div>
</div>
<div class="experienceItem">
<div class="experienceText" style="width: 100%;">
<h3>Freelance Game Programmer</h3>
<br>
<div class="experienceItemList">
<li>
Worked as a freelance game programmer for a small Indiana based gaming start-up.
</li>
<li>
Developed car controllers, programmed camera views and various gaming effects involving game
physics.
</li>
</div>
</div>
<hr
style="color: gray; height: 1px; background: lightgrey; border: none; width: 75%; position: relative; margin: auto; margin-top: 6vh;">
</div>
<div class="experienceItem">
<div class="experienceText" style="width: 100%;">
<h3>Lead Programmer - <a href="http://www.flickgamestudio.com.br/index.php"
style="color: #0061bd;">Flick Game Studio</a>
</h3>
<br>
<div class="experienceItemList">
<li>
Working with a team of game developers to program a snowboarding game with advanced
controls in the Unity game engine.
</li>
</div>
</div>
</div>
<div class="section-heading" style="margin-top: 10vh;">
<div class="line"></div>
<h2>Volunteer</h2>
<div class="line"></div>
</div>
<div class="experienceItem">
<div class="experienceText" style="width: 50%;">
<h3>Credit Valley Conservation</h3>
<br>
<div class="experienceItemList">
<li>
Maintained environmental areas by clearing and maintaining trails/walkways, planting trees,
cutting weeds, trimming overgrown trees, etc
</li>
</div>
</div>
<a href="https://cvc.ca/about-cvc/" class="experienceImage" style="padding-left: 2vw;"><img
src="https://www.creditvalleyca.ca/wp-content/uploads/2017/10/CVC-Logo-horizontal-300x138.png"></a>
</div>
</div>
-->
<!--footer-->
<nav style="position: relative; bottom: 0; width: 100%; left: 0;">
<ul class="footer-links" style="padding-bottom: 5px; padding-top: 5px;">
<li>
<a href="https://github.com/Ishaan35" target="_blank">
<img src="Images/gitWhite.png" width="45px" style="padding-top: 9px;">
</a>
</li>
<li><a href="https://www.linkedin.com/in/ishaan35/" target="_blank">
<img src="Images/linkedin.png" width="40px" style="padding-top: 12px;">
</a></li>
<li><a href="https://www.youtube.com/channel/UCEShkg8TVshTmfDlvBZkXjw" target="_blank">
<img src="Images/youtubesquare.png" width="60px" style="padding-top: 1px;">
</a></li>
<li><a href="mailto:toishaanpatel@gmail.com" target="_blank">
<img src="Images/gmail.png" width="45px" style="padding-top: 14px;">
</a></li>
</ul>
</nav>
<script src="app.js"></script>
<script src="projects.js"></script>
</div>
</body>
</html>