-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
566 lines (561 loc) · 20 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>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mohammad Islam</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="mediaqueries.css">
<link rel="icon" href="./assets/MI (1).png" type="image/x-icon">
<script src="./assets/typescript.js"></script>
</head>
<body>
<nav id="desktop-nav">
<div class="logo"><a href="https://mohammadaislam.com/">Mohammad Islam</a></div>
<div>
<ul class="nav-links">
<li><a href= "#about">About</a></li>
<li><a href= "#experience">Experience</a></li>
<li><a href= "#projects">Projects</a></li>
<li><a href= "#contact">Contact</a></li>
</ul>
</div>
</nav>
<nav id="hamburger-nav">
<div class="logo">Mohammad Islam</div>
<div class="hamburger-menu">
<div class="hamburger-icon" onclick="toggleMenu()">
<span></span>
<span></span>
<span></span>
</div>
<div class="menu-links">
<li><a href= "#about" onclick="toggleMenu()">About</a></li>
<li><a href= "#experience" onclick="toggleMenu()">Experience</a></li>
<li><a href= "#projects" onclick="toggleMenu()">Projects</a></li>
<li><a href= "#contact" onclick="toggleMenu()">Contact</a></li>
</div>
</div>
</nav>
<section id="profile" class="no-style">
<div class="section__pic-container">
<img src="./assets/post (2).png" alt="Mohammad Islam pfp">
</div>
<div class="section__text">
<p class="section__text__p1">Hello, I'm</p>
<h1 class="title">Mohammad Islam</h1>
<p class="section__text__p2"><span id="text"></span></p>
<p class="section__text__p3">I am a student at Cornell University majoring in computer science
and my favorite hobby is to learn!</p>
<div class="btn-container">
<button class="btn btn-color-2" onclick="window.open('./assets/Mohammad_Islam_resume_copy.pdf')">
Download CV
</button>
<button class="btn btn-color-1" onclick="location.href='./#contact'">
Contact Info
</button>
</div>
<div id="socials-container">
<a href="https://www.linkedin.com/in/mohammadaislam/" target="_blank">
<img src="./assets/linkedin.png"
alt="LinkedIn profile"
class="icon" />
</a>
<a href="https://github.com/mohammad0612" target="_blank">
<img src="./assets/github.png" alt="GitHub profile"
class="icon"/>
</a>
</div>
</div>
</section>
<section id="about">
<p class="section__text__p1">Get To Know More</p>
<h1 class="title">About Me</h1>
<div class="section-container">
<div class="section__pic-container">
<img src="./assets/pic2.jpg" alt="Profile picture"
class="about-pic"
/>
</div>
<div class="about-details-container">
<div class="about-containers2">
<div class="details-container">
<img
src="./assets/education.png"
alt="Educaton Icon"
class="icon"
/>
<h3>Education</h3>
<p>B.Sc. Bachelors Degree in Computer Science, Operations Research and Engineering</p>
<p class="graduation"> <b>Expected: May 2025</b> </p>
</div>
</div>
<div class="text-container">
<p>
I am very interested in the software development, backend and machine
learning areas of computer science.
</p>
<p><br>Here are some interests that don't involve coding <span
style="color:black">=)</span></p>
<ul class="exp-list2">
<li>I love <b>weightlifting</b>. The gym is a safe space for my mental
health and it motivates me!</li>
<li>I love <b>watching TV shows</b>. I enjoy thrillers and dramas with
some of my favorite being The Sopranos,
Game of Thrones, and Breaking Bad.</li>
<li>Watching and playing <b>basketball</b>. My favorite team are the
76ers. Challenge me to a three point contest!</li>
<li>Listening to <b>music</b>. I like to think of music as
medicine for the soul. Some of my favorite artists are The Weeknd,
Frank Ocean, and Future.</li>
</ul>
</div>
</div>
</div>
<img src="./assets/arrow.png" alt="Arrow Icon" class="icon arrow"
onclick="location.href='./#experience'"
/>
</section>
<section id="experience" class="experience-section">
<p class="section__text__p1">Explore My</p>
<h1 class="title">Experience</h1>
<div class="experience-details-container">
<div class="about-containers">
<div class="details-container">
<h2 class="experience-subtitle">Languages</h2>
<div class="article-container">
<article>
<img
src="./assets/checkmark.png"
alt="Experience Icon"
class="icon"
/>
<div>
<h3>Python</h3>
<p>Experienced</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience Icon"
class="icon"
/>
<div>
<h3>Java</h3>
<p>Experienced</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience Icon"
class="icon"
/>
<div>
<h3>OCaml</h3>
<p>Experienced</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience Icon"
class="icon"
/>
<div>
<h3>JavaScript</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience Icon"
class="icon"
/>
<div>
<h3>HTML/CSS</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience Icon"
class="icon"
/>
<div>
<h3>TypeScript</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience Icon"
class="icon"
/>
<div>
<h3>C</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience Icon"
class="icon"
/>
<div>
<h3>SQL</h3>
<p>Intermediate</p>
</div>
</article>
</div>
</div>
<div class="details-container">
<h2 class="experience-subtitle">Technologies</h2>
<div class="article-container">
<article>
<img
src="./assets/checkmark.png"
alt="Experience Icon"
class="icon"
/>
<div>
<h3>NumPy</h3>
<p>Experienced</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience Icon"
class="icon"
/>
<div>
<h3>PyTorch</h3>
<p>Experienced</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience Icon"
class="icon"
/>
<div>
<h3>Express.js</h3>
<p>Experienced</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience Icon"
class="icon"
/>
<div>
<h3>Node.js</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience Icon"
class="icon"
/>
<div>
<h3>React.js</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience Icon"
class="icon"
/>
<div>
<h3>Git/Bash</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience Icon"
class="icon"
/>
<div>
<h3>AWS EC2</h3>
<p>Basic</p>
</div>
</article>
<article>
<img
src="./assets/checkmark.png"
alt="Experience Icon"
class="icon"
/>
<div>
<h3>MongoDB</h3>
<p>Intermediate</p>
</div>
</article>
</div>
</div>
</div>
<!-- starts here -->
<div class="roles-container">
<div class="roles-details-container">
<h1 class="roles-h1">Full Stack Developer</h1>
<p class="roles-p1"> September 2023 - Present</p>
<p class="roles-p2">Hack4Impact</p>
<ul class="role-description">
<li>Utilizing the MERN (MongoDB, Express.js, React, Node.js) stack, agile and test-driven development methodologies to
create a scalable platform, accommodating the growing demand for accessible clean water data.</li>
<li>Orchestrated the implementation of an admin login component using Firebase, which included a reCAPTCHA for added
security, ensuring exclusive access for Clean the World members with admin rights.</li>
<li>Spearheaded the development of a dynamic frontend visualization map, benefiting 2.5 million people in Lima, Peru
disconnected from water grids by enabling real-time region display with integrated filtered analysis markers.</li>
</ul>
<div class="tech-icons">
<img src="./assets/firebase-removebg-preview.png"
alt="firebase icon"
class="icon"
/>
<img src="./assets/react-removebg-preview.png"
alt="react icon"
class="icon"
/>
<img src="./assets/nodejss-removebg-preview.png"
alt="node icon"
class="icon square"
/>
<img src="./assets/typescriptlogo-removebg-preview.png"
alt="typescript icon"
class="icon square"
/>
<img src="./assets/mongo.png"
alt="mongodb icon"
class="icon square"
/>
</div>
</div>
<div class="roles-container">
<div class="roles-details-container">
<h1 class="roles-h1">Machine Learning Researcher</h1>
<p class="roles-p1"> April 2023 - Present</p>
<p class="roles-p2">Cornell Tech</p>
<ul class="role-description">
<li>Curated a robust dataset for 130+ Apple products, collecting carbon
emission and technical details over the past 5 years for prepation in analysis.</li>
<li>Enhanced and expanded on the existing architectural carbon model
proposed by Udit Gupta, optimizing a linear regression model using stochastic gradient descent to predict
carbon emissions of different processors and hardware in Apple products.</li>
<li>Collaborated with S4AI Lab Group to increase the model's accuracy and
communicated findings for data driven sustainable product design and forthcoming algorithmic footprint calculator.</li>
</ul>
<div class="tech-icons">
<img src="./assets/python-removebg-preview.png"
alt="python icon"
class="icon"
/>
</div>
</div>
<div class="roles-details-container">
<h1 class="roles-h1">Software Engineer Intern</h1>
<p class="roles-p1"> May 2023 - August 2023</p>
<p class="roles-p2">Berkeley Pharma Tech</p>
<ul class="role-description">
<li>Leveraged HTML/CSS to resolve website bugs and successfully integrate Metamask into
the web3 application by utilizing hardhat node leading to 90% reduction of reported bugs.</li>
<li>Collaborated with a partner to develop the frontend of an web3 minting
application using React.js, ensuring seamless crypotcurrency transaction functionality and user experience.</li>
<li id="experience2">Implemented a solution to ensure 10% royalties from NFT trades were
directed to our company, contributing to $100K+ revenue generation and business growth.</li>
</ul>
<div class="tech-icons">
<img src="./assets/react-removebg-preview.png"
alt="react icon"
class="icon"
/>
<img src="./assets/html-removebg-preview.png"
alt="html icon"
class="icon"
/>
<img src="./assets/css-removebg-preview.png"
alt="css icon"
class="icon"
/>
<img src="./assets/javascript-removebg-preview.png"
alt="javascript icon"
class="icon"
/>
<img src="./assets/hardhat.png"
alt="hardhat icon"
class="icon hardhat-icon"
/>
</div>
</div>
<div class="roles-details-container">
<h1 class="roles-h1">Development Intern</h1>
<p class="roles-p1"> June 2022 - August 2022</p>
<p class="roles-p2">Novartis Pharmaceuticals</p>
<ul class="role-description">
<li>Pioneered SQL transparency improvements, logging qualification assessments and creating systematic red flag identifications for 150+ vendors.
</li>
<li>Implemented automated data infrastructure using JavaScript and VBA for governance plans that require yearly revisions, eliminating need for manual email reminders and ensured seamless renewals and compliance.</li>
<li>Transformed vendor data processing, delivering a 30% speed improvement for business continuity decisions through a cutting edge metrics dashboard, aided by department data scientist.</li>
</ul>
<div class="tech-icons">
<img src="./assets/java-removebg-preview.png"
alt="java icon"
class="icon"
/>
<img src="./assets/javascript-removebg-preview.png"
alt="javascript icon"
class="icon"
/>
<img src="./assets/vba-removebg-preview.png"
alt="vba icon"
class="icon"
/>
<img src="./assets/aqwa_-removebg-preview.png"
alt="aqwa icon"
class="icon"
/>
</div>
</div>
<!--ends here -->
</div>
<img src="./assets/arrow.png" alt="Arrow Icon" class="icon arrow exp"
onclick="location.href='./#experience2'"
/>
<img src="./assets/arrow.png" alt="Arrow Icon" class="icon arrow exp2"
onclick="location.href='./#projects'"
/>
</section>
<section id="projects">
<p class="section__text__p1">Browse My Recent</p>
<h1 class="title">Projects</h1>
<div class="experience-details-container">
<div class="about-containers">
<div class="details-container color-container">
<div class="article-container">
<img src="./assets/sirens.png"
alt="Project 1"
class="project-img"
/>
</div>
<h2 class="experience-subtitle project-title">Reducing NYC Car Crashes</h2>
<div class="btn-container github-btn">
<button class="btn btn-color-2 project-btn first"
onclick="window.open('https://github.com/mohammad0612/NYC-Traffic-Accidents', '_blank')">
Github
</button>
</div>
<div class="tech-icons">
<img src="./assets/python-removebg-preview.png"
alt="python icon"
class="icon"
/>
</div>
</div>
<div class="details-container color-container">
<div class="article-container">
<img src="./assets/J.A.ME..png"
alt="Project 1"
class="project-img"
/>
</div>
<h2 class="experience-subtitle project-title">J.A.M.E. Street Brokerage</h2>
<div class="btn-container github-btn">
<button class="btn btn-color-2 project-btn"
onclick="window.open('https://github.com/mohammad0612/J.A.M.E.-Street-Brokerage-Simulation', '_blank')">
Github
</button>
</div>
<div class="tech-icons">
<img src="./assets/ocaml-removebg-preview.png"
alt="ocaml icon"
class="icon"
/>
<img src="./assets/polygon.png"
alt="polygon.io icon"
class="icon square"
/>
</div>
</div>
<div class="details-container color-container">
<div class="article-container">
<img src="./assets/algorithm.png"
alt="Project 1"
class="project-img"
/>
</div>
<h2 class="experience-subtitle project-title">74% Profitable Trader Bot</h2>
<div class="btn-container github-btn">
<button class="btn btn-color-2 project-btn"
onclick="window.open('https://github.com/mohammad0612/CCI-Auto-Trading-Algorithm', '_blank')">
Github
</button>
</div>
<div class="tech-icons">
<img src="./assets/tradingview-removebg-preview (1).png"
alt="tradingview icon"
class="icon tradingview-icon"
/>
<img src="./assets/pinescript-removebg-preview.png"
alt="pinescript icon"
class="icon"
/>
</div>
</div>
</div>
</div>
<img
src="./assets/arrow.png"
alt="Arrow icon"
class="icon arrow"
onclick="location.href='./#contact'"
/>
</section>
<section id="contact">
<p class="section__text__p1">Get In Touch</p>
<h1 class="title">Contact Me</h1>
<div class="contact-info-upper-container">
<div class="contact-info-container">
<img src="./assets/email.png" alt="email icon"
class="icon contact-icon email-icon"/>
<p><a href="mailto:mai54@cornell.edu">mai54@cornell.edu</a></p>
</div>
<div class="contact-info-container">
<img src="./assets/linkedin.png" alt="linkedin icon" class="icon contact-icon"/>
<p><a href="https://www.linkedin.com/in/mohammadaislam/" target="_blank">LinkedIn</a></p>
</div>
<div class="contact-info-container">
<img src="./assets/zoom.png" alt="zoom icon" class="icon contact-icon"/>
<p><a href="https://calendly.com/mohammadaislam" target="_blank">Calendly</a></p>
</div>
</div>
</section>
<footer>
<nav>
<div class="nav-links-container">
<ul class="nav-links">
<li><a href= "#about">About</a></li>
<li><a href= "#experience">Experience</a></li>
<li><a href= "#projects">Projects</a></li>
<li><a href= "#contact">Contact</a></li>
</ul>
</div>
</nav>
<p>Copyright © 2023 Mohammad Islam. All Rights Reserved</p>
</footer>
<script src="script.js"></script>
</body>
</html>