-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
374 lines (372 loc) · 13 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Damish Shah</title>
<meta name="description" content="My awesome personal website!" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<header>
<a href=""><div class="logo">DS</div></a>
<div class="right-header">
<div class="menu">
<nav>
<ul>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="#resume">Resume</a>
</li>
<li class="contact">
<a href="#contact">Contact</a>
</li>
</ul>
</nav>
</div>
</div>
</header>
<main>
<div class="hello">
<div class="hello-text">
<h1>Hi.</h1>
<p>I'm Damish</p>
<a href="#about">
<div class="down-arrow"></div>
</a>
</div>
</div>
<div class="about">
<a name="about"></a>
<div class="about-inner">
<h1>About Me</h1>
<div class="about-me">
<div class="about-text">
<p class="about-intro">
I'm a software developer currently based in
<span style="color: darkgreen">Portland, Oregon.</span>
</p>
<div class="about-content">
<p>
I have over 5 years of experience spanning a small startup and
a couple of large corporations. I am currently enjoying
employment on the MediaTailor team at Amazon Web Services
(AWS). While most of my roles have been full-stack, my focus
has always been on building highly available and scalable
backend distributed services running on the cloud.
</p>
<p>
I've always loved to build things; the more challenging the
better. I'm motivated by large-scale, impactful,
customer-driven problems. Bonus points if I'm a customer of
the product myself! I'm interested in senior individual
contributor roles with plenty of opportunites to grow my
architecture and design skills.
</p>
</div>
</div>
<img
class="profile-img"
src="static/images/damish500x700.png"
alt="This is my face"
/>
</div>
</div>
</div>
<div class="about-cont">
<div class="about-inner">
<h1>Some Fun Facts</h1>
<div class="about-me">
<div class="about-text">
<ul class="about-list">
<li>I have 3 cats</li>
<li>
I've lead two teams to national championships in an arcade
game called
<a
class="kq"
href="https://killerqueenarcade.com/howtoplay"
target="_blank"
>Killer Queen</a
>
</li>
<li>I'm an avid computer builder</li>
<li>I love to build custom mechanical keyboards</li>
<li>
I play <span style="font-style: italic">a lot</span> of video
games
</li>
<li>
I'm passionate about community service (check out
<a
class="volunteer-link"
href="https://www.oregonfoodbank.org/"
target="_blank"
>Oregon Food Bank</a
>
and
<a
class="volunteer-link"
href="https://blanchethouse.org/"
target="_blank"
>Blanchet House</a
>
if you're local to Portland!)
</li>
</ul>
<div class="cat-pics">
<img src="static/images/cat1.jpg" />
<img src="static/images/cat2.jpg" />
<img src="static/images/cat3.jpg" />
</div>
</div>
</div>
</div>
</div>
<div class="projects">
<a name="projects"></a>
<div class="projects-inner">
<h1>My Projects</h1>
<div class="projects-slides">
<div>
<h2>Some of My Work</h2>
<div class="my-work">
<div class="project-slide">
<header>
<h4>
<a href="https://www.damishshah.com/chat" target="_blank">
WebRTC Video Chat
</a>
</h4>
<p>Secure, p2p video conferencing application.</p>
<p class="technologies">
nodejs, webrtc, socket.io, docker + compose, nginx
</p>
</header>
<footer>
<a href="https://www.damishshah.com/chat" target="_blank"
>damishshah.com/chat</a
>
<br />
<a
href="https://github.com/damishshah/videochat"
target="_blank"
>source @ github</a
>
</footer>
</div>
<div class="project-slide">
<header>
<h4>
<a
href="https://github.com/damishshah/comic-book-reader"
target="_blank"
>
Comic Book OCR
</a>
</h4>
<p>
Python application to identify speech bubbles and read
text from comic book pages.
</p>
<p class="technologies">
python, flask, gunicorn, opencv, pytesseract
</p>
</header>
<footer>
<a
href="https://github.com/damishshah/comic-book-reader"
target="_blank"
>source @ github</a
>
</footer>
</div>
<div class="project-slide">
<header>
<h4>
<a
href="https://github.com/damishshah/vr-earth-bending"
target="_blank"
>
VR Element Bending Sandbox
</a>
</h4>
<p>
A virtual reality application using gesture recognition to
allow players to control elements in a virtual sandbox.
</p>
<p class="technologies">unity, c#, steamvr, blender</p>
</header>
<footer>
<a
href="https://github.com/damishshah/vr-earth-bending"
target="_blank"
>source @ github</a
>
</footer>
</div>
<div class="project-slide overlayable">
<header>
<h4>VR Demo Video</h4>
</header>
<video autoplay loop muted playsinline>
<source
src="https://www.dropbox.com/s/j9pp63c792xpeif/DemoVideo.mp4?raw=1"
type="video/mp4"
/>
</video>
<footer>
<p class="technologies">click to enlarge</p>
</footer>
</div>
<div class="project-slide">
<header>
<h4>
<a
href="https://github.com/damishshah/auth-server"
target="_blank"
>
Authentication Server
</a>
</h4>
<p>
Auth server template to manage user accounts. Features
full suite of account management API functions including:
user registration, email verification, password recovery,
and user data management.
</p>
<p class="technologies">nodejs, dynamodb, jwt, sendgrid</p>
</header>
<footer>
<a
href="https://github.com/damishshah/auth-server"
target="_blank"
>source @ github</a
>
</footer>
</div>
<div class="project-slide">
<header>
<h4>
<a href="https://www.damishshah.com" target="_blank">
This Website!
</a>
</h4>
<p>Self-hosted personal portfolio website.</p>
<p class="technologies">
html5, css, javascript, aws ec2, docker + compose, nginx
</p>
</header>
<footer>
<a
href="https://github.com/damishshah/damishshah.github.io"
target="_blank"
>source @ github</a
>
</footer>
</div>
</div>
</div>
<div>
<h2>Some Things I've Worked On</h2>
<div class="worked-on">
<div class="project-slide">
<header>
<h4>
<a
href="https://aws.amazon.com/mediatailor/"
target="_blank"
>
MediaTailor @ AWS
</a>
</h4>
<p>
Highly available and scalable server-side ad insertion
engine, enabling video providers to seamlessly insert
individually targeted advertising into their video
streams. Supports millions of concurrent user streams.
</p>
</header>
</div>
<div class="project-slide">
<header>
<h4>
<a
href="http://www.yodle.com/marketing-essentials#email-marketing"
target="_blank"
>
Email Marketing @ Yodle Inc.
</a>
</h4>
<p>
Email marketing platform for small businesses to manage
communication with their customers. Supported sending,
tracking, and analytics for millions of email messages per
day.
</p>
</header>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="resume">
<a name="resume"></a>
<div class="resume-inner">
<p>
Download my resume
<a
href="https://www.dropbox.com/s/dl/uehd3kjc2046ekt/Damish Shah - Resume (Latest).pdf"
>here</a
>
</p>
<a
href="https://www.dropbox.com/s/dl/uehd3kjc2046ekt/Damish Shah - Resume (Latest).pdf"
>
<div class="resume-css-art"></div>
</a>
</div>
</div>
<div class="contact">
<a name="contact"></a>
<div class="contact-inner">
<p>
Check out my
<a
class="contact-link"
href="https://www.linkedin.com/in/damish"
target="_blank"
>LinkedIn</a
>,
<a
class="contact-link"
href="https://github.com/damishshah"
target="_blank"
>GitHub</a
>
</p>
<p>or</p>
<p>
<a class="email-button" href="mailto:[email protected]"
>Email Me</a
>
</p>
</div>
</div>
</main>
<footer></footer>
<button onclick="topFunction()" id="topButton" title="Go to top">
Top
</button>
</body>
<script src="js/main.js"></script>
</html>