-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
506 lines (428 loc) · 21.4 KB
/
index.html
File metadata and controls
506 lines (428 loc) · 21.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Description" content="Dee's portfolio website.">
<meta name="theme-color" content="#8E00FF"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="style.css" rel="stylesheet" type="text/css">
<link rel="preconnect" href="https://cdnjs.cloudflare.com/">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link href='https://unpkg.com/boxicons@2.0.7/css/boxicons.min.css' rel='stylesheet'>
<link rel="preconnect" href="https://fonts.gstatic.com/">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="apple-touch-icon" sizes="180x180" href="Assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="Assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="Assets/favicon-16x16.png">
<link rel="manifest" href="manifest.json"></link>
<script type="module" src="https://cdn.jsdelivr.net/npm/@pwabuilder/pwainstall@latest/dist/pwa-install.min.js"></script>
<title> Dee </title>
<meta property="og:image" content="https://deedev.dev/images/Assets/maskable_icon.png" />
</head>
<header id="myHeader">
<div class="progress-container">
<div class="progress-bar" id="myBar"></div>
</div>
<a name="topB"></a>
<div class="top">
<h1 class="logo" id="dee">
DEE
</h1>
<div class="nav" id="navigation">
<ul>
<li><a href="#aboutme">About</a></li>
<li><a href="#projectsMark">Projects</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="Assets/DeeSlawotskyResume.pdf">Resume</a></li>
</ul>
</nav>
</div>
</header>
<main class="containerAbout">
<section class="about">
<div>
<div id="aboutme" data-aos="zoom-in-down"> <h2>Hi, I'm Dee </h2> </div>
<div id="info" data-aos="zoom-in-up">
<p>
I'm a recent Computer Science graduate from Queens College, New York, achieving summa cum laude honors. My passion lies in front-end development, focusing on user experience and interfaces. <be>
I'm detail-oriented, dedicated to refining project elements and optimizing outcomes. I excel both individually and collaboratively, valuing project interdependencies.
My web development experience further solidifies my commitment to creating impactful digital solutions. <br>
<!-- I also like working in a team as I appreciate the learning and experience you gain from your peers. -->
</p>
</div>
</div>
<div id="aboutpics" data-aos="zoom-out">
<picture>
<source srcset="Assets/TotalBubble.webp" type="image/webp">
<source srcset="Assets/TotalBubble.png" type="image/png">
<img src="Assets/TotalBubble.png" loading="lazy" class="lazyload" alt="Bubbles">
</picture>
</div>
</main>
</section>
<!-- <div class="firstWave">
<svg id="slide" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#8f00ff" fill-opacity="1" d="M0,320L34.3,293.3C68.6,267,137,213,206,208C274.3,203,343,245,411,240C480,235,549,181,617,170.7C685.7,160,754,192,823,186.7C891.4,181,960,139,1029,144C1097.1,149,1166,203,1234,202.7C1302.9,203,1371,149,1406,122.7L1440,96L1440,0L1405.7,0C1371.4,0,1303,0,1234,0C1165.7,0,1097,0,1029,0C960,0,891,0,823,0C754.3,0,686,0,617,0C548.6,0,480,0,411,0C342.9,0,274,0,206,0C137.1,0,69,0,34,0L0,0Z"></path>
</svg>
</div>
<div id="secondWave">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#b19cd9" fill-opacity="1" d="M0,288L34.3,261.3C68.6,235,137,181,206,133.3C274.3,85,343,43,411,69.3C480,96,549,192,617,240C685.7,288,754,288,823,266.7C891.4,245,960,203,1029,165.3C1097.1,128,1166,96,1234,90.7C1302.9,85,1371,107,1406,117.3L1440,128L1440,0L1405.7,0C1371.4,0,1303,0,1234,0C1165.7,0,1097,0,1029,0C960,0,891,0,823,0C754.3,0,686,0,617,0C548.6,0,480,0,411,0C342.9,0,274,0,206,0C137.1,0,69,0,34,0L0,0Z"></path>
</svg>
</div> -->
<main class="container">
<div id="newTitle">
<h2>Education</h2>
</div>
<section class="cardEx" data-aos="fade-left">
<div id="QueensCollege">
<h3>Queens College, City University of New York (CUNY)
<br>
<div id="QCtype">
Bachelors of Arts in Computer Science
<br><i>Summa Cum Laude</i>
</div>
</h3>
<p>
Graduation Date: May 2023
<br>
GPA: 3.96/4.00
<br>
Relevant Coursework:
Discrete Structures and Algorithms, Java, Data Structures, Web Development,
Operating Systems, Software Engineering, Databases, Probabilities, and Mathematical Statistics
</p>
</div>
</section>
<div id="newTitle">
<h2>Skills </h2>
</div>
<section class="skills">
<div id="skillType">Programming:</div>
<div id="skillChips" data-aos="zoom-in">Java</div>
<div id="skillChips" data-aos="zoom-in">HTML</div>
<div id="skillChips" data-aos="zoom-in">CSS</div>
<div id="skillChips" data-aos="zoom-in">JavaScript</div>
<div id="skillChips" data-aos="zoom-in">React</div>
<div id="skillChips" data-aos="zoom-in">Tailwind</div>
<div id="skillChips" data-aos="zoom-in">Python</div>
<div id="skillChips" data-aos="zoom-in">SQL</div>
<br>
<div id="skillType">Technologies:</div>
<div id="skillChips" data-aos="zoom-in">Eclipse</div>
<div id="skillChips" data-aos="zoom-in">MS Visual Studio Code</div>
<div id="skillChips" data-aos="zoom-in">Android Studio</div>
<div id="skillChips" data-aos="zoom-in">MYSQL</div>
<div id="skillChips" data-aos="zoom-in">pgAdmin</div>
<div id="skillChips" data-aos="zoom-in">Git</div>
<div id="skillChips" data-aos="zoom-in">Github</div>
<div id="skillChips" data-aos="zoom-in">Tableau</div>
<div id="skillChips" data-aos="zoom-in">Google Colab</div>
<div id="skillChips" data-aos="zoom-in">Figma</div>
<div id="skillChips" data-aos="zoom-in">Firebase</div>
<br>
<div id="skillType">Spoken Languages:</div>
<div id="skillChips" data-aos="zoom-in">Hebrew (Native)</div>
</section>
<div id="newTitle">
<h2>Relevant Experience</h2>
</div>
<div class="flex-container">
<section class="cardEx" data-aos="fade-right" style="padding-left: 0.5em">
<div id="CTP">
<h3>Tabs
<br> <div id="QCtype">Engineering Intern<br> Jun 2023 – Aug 2023 </div>
</h3>
<p>
<br>
Refactored components, including creating new ones, and collaborated with the designer to implement consistent messaging across the site.
Developed and implemented endpoints to display and calculate various invoices within a single contract, enhancing the functionality and flexibility of the system.
Collaborated on developing an internal tool that streamlined the contract information input and editing process, reducing reliance on third-party solutions like Retool while enhancing efficiency.
</p>
</div>
</section>
<section class="cardEx" data-aos="fade-left" style="padding-left: 0.5em">
<div id="CTP">
<h3>Rent The Runway
<br> <div id="QCtype">Engineering Intern, Membership Team<br> Jun 2022 – Aug 2022 </div>
</h3>
<p>
<br>
Developed and enhanced the member onboarding flow to collect additional fit metrics, collaborating with the product and design teams and enabling the machine learning team to improve the recommendations algorithm to reduce member churn.
Documented over 50 different components on the site to allow engineers to begin working on a design system with reusable buttons and links, while refactoring and creating the initial components.
Explored and solved multiple reported bugs across the website, creating a better user experience.
</p>
</div>
</section>
<section class="cardEx" data-aos="fade-right" style="padding-left: 0.5em">
<div id="CTP">
<h3>CUNY Tech Prep
<br> <div id="QCtype">Fellow, Software Development <br> Jun 2021 – Jun 2022 </div>
</h3>
<p>
<br>
Learned in-demand technologies like React, Node + Express, and PostgreSQL as well as industry best practices for design, implementation, and deployment such as MVC, version control with Git/GitHub,
agile & Scrum with Trello and Slack, test driven development, and CI/CD
</p>
<a href="Assets/CTP Certificate_Slawotsky.pdf" id="btnGit2" class="btn">Certificate ➜</a>
</div>
</section>
<section class="cardEx" data-aos="fade-left">
<div id="CTP">
<h3>EverUp Micro-Credentials
<br> <div id="QCtype">Fellow, Data Analytics <br> Aug 2021 </div>
</h3>
<p>
<br>
Built and applied in-demand data analytics skills and tools, including SQL, Python, and Tableau.
Extracted information from data, generated actionable insights, and gathered, wrangled, analyzed and visualized data to inform strategy,
including a Covid-19 data analysis to see patterns in disease spread.
</p>
<a href="Assets/DAVID SLAWOTSKY_Certificate of Completion_Micro Credential Summer 2021.pdf" id="btnGit2" class="btn">Certificate ➜</a>
</div>
</section>
</div>
<div id="projectsMark"> </div>
<div id="projects"> <h2>Projects</h2> </div>
<section class="card" data-aos="fade-left">
<picture>
<source srcset="Assets/dropLaptop.png" type="image/png">
<img src="Assets/dropLaptop.png" loading="lazy" class="lazyload" alt="project 5">
</picture>
<div id="project5">
<h3>Drop Weather<br></h3>
<p>
Co-developed a beautiful and modern weather website. Implemented user interface to display AccuWeather API data on the website, utilizing location services for user-specific weather information, and building a Progressive Web App with integrated Service Worker caching.
</p>
<a href="https://github.com/afshanafalza/DropWeather" id="btnGit5" class="btn">Github ➜</a>
</div>
</section>
<section class="card" data-aos="fade-right">
<picture>
<source srcset="Assets/floorApp.png" type="image/webp">
<source srcset="Assets/floorApp.png" type="image/jpg">
<img src="Assets/floorApp.png" loading="lazy" class="lazyload" alt="project 4">
</picture>
<div id="project4">
<h3>Flooring Inc.<br></h3>
<p>
Developed and designed the app for Flooring Inc. using Java, Firebase for authentication and flooring database, and Android Studio. This app was made to allow the chain to showcase their flooring selection, while allowing employees to edit the selection as needed upon logging in. The app includes both search by floor categories and search by name.
</p>
<a href="https://github.com/davlsb/FlooringInc" id="btnGit4" class="btn">Github ➜</a>
</div>
</section>
<section class="card" data-aos="fade-left">
<picture>
<source srcset="Assets/LochittyForSite.webp" type="image/webp">
<source srcset="Assets/LochittyForSite.jpg" type="image/jpg">
<img src="Assets/LochittyForSite.jpg" loading="lazy" class="lazyload" alt="project 3">
</picture>
<div id="project3">
<h3>Lochitty, <br> A location based connection application.</h3>
<p>
Using React, the Material UI library, Sequelize, and Express.js routes, Lochitty was created, focused to reconnect people and ease our communities back to pre-pandemic norm. This solution has a hyperlocal setup, so essentially, with a click of a button, any logged in user can post a chat message or plan an event so that any other user within the same zip code can see them.
</p>
<a href="https://github.com/davlsb/Lochitty" id="btnGit3" class="btn">Github ➜</a>
</div>
</section>
<section class="card" data-aos="fade-right">
<picture>
<source srcset="Assets/DiabetesModel.png" type="image/webp">
<source srcset="Assets/DiabetesModel.png" type="image/jpg">
<img src="Assets/DiabetesModel.png" loading="lazy" class="lazyload" alt="project 2">
</picture>
<div id="project2">
<h3>Model for Diabetes Patient Readmission</h3>
<p>
Explored, analysed and wrangled data to determine the risk of an individual to be readmitted to a hospital within 30 days based on an dataset. Implemented the kNN and Decision Tree method and compared the accuracy of the 2 algorithms for optimal assessment and prediction.
</p>
<a href="https://github.com/davlsb/data_analytics_2/blob/main/Python/Unit4/Project_4.ipynb" id="btnGit2" class="btn">Github ➜</a>
</div>
</section>
<section class="card" data-aos="fade-left">
<picture>
<source srcset="Assets/WebsitePWA.webp" type="image/webp">
<source srcset="Assets/WebsitePWA.jpg" type="image/jpg">
<img src="Assets/WebsitePWA.jpg" loading="lazy" class="lazyload" alt="project 1">
</picture>
<div id="project1">
<h3>DeeDev, a Portfolio Website</h3>
<p>
Created using HTML, CSS & Javascript. The portfolio website adapts to the system based on Dark and Light theme, optimized per Web.Dev guidelines, and is PWA (Progressive Web App) ready including a Service Worker to cache the content.
</p>
<a href="https://github.com/davlsb/dee.github.io" id="btnGit1" class="btn">Github ➜</a>
</div>
</section>
</main>
<main class="containerContact">
<section class="contactMe">
<div id="contact"> <h2 class="contactTitle">Contact Me</h2> </div>
<section class="cardEx" data-aos="zoom-in-up">
<div id="contactText">
<p>
Here are several other buttons in order to reach me. Choose the preferred method and I should get back to you as soon as possible!
</p>
<div class="button-container">
<button class="custom-button open-button" onclick="openForm()">Form <i class='bx bx-paper-plane'></i></button>
<a href="https://www.linkedin.com/in/dees/" id="linkedin-button" class="bx bxl-linkedin"></a>
<a href="https://github.com/davlsb" id="github-button" class="bx bxl-github"></a>
<a href="mailto:slawotsky+website@gmail.com" id="email-button" class="bx bxs-envelope"></a>
</div>
</div>
</section>
<div class="box" id="shadowBlur">
<p> </p>
</div>
<div class="form-popup" id="myForm">
<form name="gform" id="gform" action="https://docs.google.com/forms/d/e/1FAIpQLSdBGRXL0tL03-7G_aI6a2nP9XluU3cVadxqiudVgquJgG12rg/formResponse?" target="hidden_iframe" onsubmit="return validateForm();" class="form-container">
<h1>Contact Form</h1>
<div class="form-inputs">
<div class="material-textfield">
<input placeholder=" " type="text" name="entry.1803483636" id="entry.1803483636" required>
<label for="name">Full Name</label>
</div>
<div class="material-textfield">
<input placeholder=" " type="email" name="entry.567895808" id="entry.567895808" required>
<label for="email">Email</label>
</div>
<div class="material-textfield-message">
<textarea name="entry.1960167367" id="entry.1960167367" cols="40" rows="5" placeholder="Message"></textarea>
</div>
<div class="material-textfield">
<input placeholder=" " type="number" name="math-answer" id="math-answer" required>
<label for="math-answer" id="math-question"> </label>
</div>
</div>
<button id="submitBtn" type="submit" class="btn">Send</button>
<button type="button" class="btn cancel" onclick="closeForm()">Close and Reset</button>
</form>
<iframe name="hidden_iframe" id="hidden_iframe" style="display:none;" onload="if(submitted) {}"></iframe>
</div>
<br>
</main>
<div class="tab-body">
<div class="tab-container">
<a class="waitBeforeNavigateQuick" href="#aboutme">
<div class="tab purple active">
<i class='bx bx-info-circle'></i>
<p>About</p>
</div>
<a class="waitBeforeNavigateQuick" href="#projectsMark">
<div class="tab pink">
<i class='bx bx-briefcase'></i>
<p>Projects</p>
</div>
</a>
<a class="waitBeforeNavigateQuick" href="#contact">
<div class="tab yellow">
<i class='bx bx-mail-send'></i>
<p>Contact</p>
</div>
</a>
<a class="waitBeforeNavigate" href="Assets/DeeSlawotskyResume.pdf">
<div class="tab green">
<i class='bx bx-file'></i>
<p>Resume</p>
</div>
</a>
</div>
</div>
<script src="lazysizes.min.js" async=""></script>
<script src="https://unpkg.com/aos@next/dist/aos.js" defer></script>
<script src="script.js" defer></script>
<script type="text/javascript">var submitted=false;</script>
<script type="module">
import 'https://cdn.jsdelivr.net/npm/@pwabuilder/pwaupdate';
const el = document.createElement('pwa-update');
document.body.appendChild(el);
</script>
<script>
function generateMathQuestion() {
const firstNumber = Math.floor(Math.random() * 10);
const secondNumber = Math.floor(Math.random() * 10);
const answer = firstNumber + secondNumber;
document.getElementById("math-question").textContent = `What is ${firstNumber} + ${secondNumber}?`;
document.getElementById("math-answer").value = ""; // Clear any previous answer
document.getElementById("math-answer").dataset.correctAnswer = answer;
}
function validateForm() {
const userAnswer = parseInt(document.getElementById("math-answer").value);
const correctAnswer = parseInt(document.getElementById("math-answer").dataset.correctAnswer);
if (userAnswer === correctAnswer) {
alert("Math answer is correct. Form submitted!");
return true;
} else {
alert("Incorrect math answer. Please try again.");
generateMathQuestion(); // Generate a new math question
return false; // Prevent form submission
}
}
function closeForm() {
document.getElementById("myForm").style.display = "none"; // Hide the popup
document.getElementById("entry.1803483636").value = ""; // Clear Full Name input
document.getElementById("entry.567895808").value = ""; // Clear Email input
document.getElementById("entry.1960167367").value = ""; // Clear Message input
generateMathQuestion(); // Generate a new math question
}
document.addEventListener("DOMContentLoaded", function() {
generateMathQuestion(); // Generate initial math question
});
</script>
<script>
const tabs = document.querySelectorAll('.tab');
tabs.forEach(clickedTab => {
clickedTab.addEventListener('click', ()=>{
tabs.forEach(tab => {
tab.classList.remove('active');
});
clickedTab.classList.add('active');
const clickedTabBGColor = getComputedStyle(clickedTab).getPropertyValue('color');
console.log(clickedTabBGColor);
document.getElementById('btnGit1').style.background = clickedTabBGColor;
document.getElementById('btnGit2').style.background = clickedTabBGColor;
document.getElementById('btnGit3').style.background = clickedTabBGColor;
document.getElementById('btnGit4').style.background = clickedTabBGColor;
document.getElementById('submitBtn').style.background = clickedTabBGColor;
if(clickedTabBGColor == "rgb(147, 112, 219)"){ //Purple
document.getElementsByClassName('about')[0].style.backgroundImage = 'linear-gradient(to bottom,#8c00ff, #8c00ff, #8c00ffd7, #8c00ffd7, #7f01e6bd, #8c00ffb7, #8c00ff00)';
}
else if(clickedTabBGColor == "rgb(178, 75, 243)"){ //Pink
document.getElementsByClassName('about')[0].style.backgroundImage = 'linear-gradient(to bottom, rgba(178, 75, 243, 0.95), rgba(178, 75, 243, 0.85), rgba(178, 75, 243, 0.75), rgba(178, 75, 243, 0.65), rgba(178, 75, 243, 0.55), rgba(178, 75, 243, 0.45), #8c00ff00)';
}
else if(clickedTabBGColor == "rgb(215, 161, 249)"){ //green
document.getElementsByClassName('about')[0].style.backgroundImage = 'linear-gradient(to bottom, rgba(215, 161, 249, 0.95), rgba(215, 161, 249, 0.90), rgba(215, 161, 249, 0.85), rgba(215, 161, 249, 0.80), rgba(215, 161, 249, 0.75), rgba(215, 161, 249, 0.70), #8c00ff00)';
document.getElementById('info').style.color = "#fff";
}
else if(clickedTabBGColor == "rgb(197, 118, 246)"){ //Yellow
document.getElementsByClassName('about')[0].style.backgroundImage = 'linear-gradient(to bottom, rgba(197, 118, 246, 0.95), rgba(197, 118, 246, 0.90), rgba(197, 118, 246, 0.80), rgba(197, 118, 246, 0.70), rgba(197, 118, 246, 0.60), rgba(197, 118, 246, 0.50), #8c00ff00)';
document.getElementById('info').style.color = "#fff";
}
});
});
function waitBeforeNavigate(ev) {
ev.preventDefault(); // prevent default anchor behavior
const goTo = this.getAttribute("href"); // store anchor href
setTimeout(function(){
window.location = goTo;
}, 900); // time in ms
};
document.querySelectorAll(".waitBeforeNavigate")
.forEach(EL => EL.addEventListener("click", waitBeforeNavigate));
function waitBeforeNavigateQuick(ev) {
ev.preventDefault(); // prevent default anchor behavior
const goTo = this.getAttribute("href"); // store anchor href
setTimeout(function(){
window.location = goTo;
}, 400); // time in ms
};
document.querySelectorAll(".waitBeforeNavigateQuick")
.forEach(EL => EL.addEventListener("click", waitBeforeNavigateQuick));
</script>
<footer>
Thanks for stopping by!
<br>
If you like this site, feel free to check the <a href="https://github.com/davlsb/dee.github.io" class="repBtn">repository</a> to see how it was built
<br>
😊
<br>
</footer>