-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
515 lines (482 loc) · 24.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Portfolio</title>
<link rel="stylesheet" href="styles/styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap"
rel="stylesheet">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1GJ42GH34F"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-1GJ42GH34F');
</script>
<body class="main-content">
<header class="section sec1 header active" id="home">
<div class="header-content">
<div class="left-header">
<div class="h-shape"></div>
<div class="image">
<img src="img/Myself.png" alt="">
</div>
</div>
<div class="right-header">
<h1 class="name">
Hi, I'm <span>Steven Sousa.</span>
A Computer Scientist.
</h1>
<p> I am a senior in Computer Science at Bridgewater State University, graduating in May, aspiring to transition into the Software Engineering field with an immediate availability.
My tech stack includes Python, JavaScript, SQL (MySQL & PostgreSQL), MongoDB, React, HTML, CSS, Docker.
<br /><br />
I have a passion for learning new technologies and am always seeking new challenges.
Currently, I am focused on Web Development, focusing on learning React, and have iOS development also included in my 2025 goals.
</p>
<div class="btn-con">
<a class="main-btn" download href="Steven Sousa - Resume.pdf">
<span class="btn-text">Download CV</span>
<span class="btn-icon"><i class="fas fa-download"></i></span>
</a>
</div>
</div>
</div>
</header>
<main>
<section class="section sec2 about" id="about">
<div class="main-title">
<h2>About <span>me</span><span class="bg-text">my stats</span></h2>
</div>
<div class="about-container">
<div class="left-about">
<h4>Information About me</h4>
<p>
I'm a senior computer scientist at Bridgewater State University actively seeking a full-time or internship opportunity.
I am a team player, self-starter, and motivated individual with a strong work ethic and lover of perfection.
I have a passion for learning new technologies and am always seeking new challenges.
<br /><br />
Outside of coding, I enjoy riding motorcycles, working out, playing video games and the guitar. I am also currently learning German.
I speak fluently English and Portuguese (Brazil) and hold citizenships in the U.S., Italy, and Brazil.
</p>
<div class="btn-con">
<a class="main-btn" download href="Steven Sousa - Resume.pdf">
<span class="btn-text">Download CV</span>
<span class="btn-icon"><i class="fas fa-download"></i></span>
</a>
</div>
</div>
<div class="right-about">
<div class="about-item">
<div class="abt-text">
<p class="large-text">5+</p>
<p class="small-text">Side Projects <br /> Completed</p>
</div>
</div>
<div class="about-item">
<div class="abt-text">
<p class="large-text">7/8</p>
<p class="small-text">Semesters <br /> Completed with a 3.94 GPA</p>
</div>
</div>
<div class="about-item">
<div class="abt-text">
<p class="large-text">2</p>
<p class="small-text">Development field being learned at the moment: React & Django.</p>
</div>
</div>
<div class="about-item">
<div class="abt-text">
<p class="large-text">ACTIVE LEARNING</p>
<p class="small-text">Through <br /> Udemy, YouTube, Peers, & Academia</p>
</div>
</div>
</div>
</div>
<div class="about-stats">
<h4 class="stat-title">My Skills</h4>
<div class="progress-bars">
<div class="progress-bar">
<p class="prog-title">Python</p>
<div class="progress-container">
<p class="progress-text">90%</p>
<div class="progress">
<span class="python"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">Java</p>
<div class="progress-container">
<p class="progress-text">70%</p>
<div class="progress">
<span class="java"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">C</p>
<div class="progress-container">
<p class="progress-text">60%</p>
<div class="progress">
<span class="c"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">Web Development</p>
<div class="progress-container">
<p class="progress-text">80%</p>
<div class="progress">
<span class="web"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">SQL</p>
<div class="progress-container">
<p class="progress-text">80%</p>
<div class="progress">
<span class="sql"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">iOS</p>
<div class="progress-container">
<p class="progress-text">20%</p>
<div class="progress">
<span class="ios"></span>
</div>
</div>
</div>
</div>
</div>
<h4 class="stat-title">My Timeline</h4>
<div class="timeline">
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-graduation-cap"></i>
</div>
<p class="tl-duration"> September 2023 - May 2025</p>
<h5>B.S in Computer Science<span> - Bridgewater State University - GPA: 3.94</span></h5>
<p>Coursework taken: Software Engineering (Python), Analysis of Algorithms,
Logic and Computers (Alice 2.5), Web Application Development (Full Stack), Computer Forensics,
Computer Networks, Organization of Programming Languages, Intro to AI (Python), Cloud Computing
(Python, GCP), Databases (MySQL), Operating Systems (Java), Machine Learning (Python), Senior Design (Python).</p>
</div>
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration"> August 2022 - Present</p>
<h5>Engineering Administrator<span> - Tech Etch Inc.</span></h5>
<p>Designed and developed a dashboard webpage to centralize published Power BI reports, enhancing company-wide visibility and accessibility to decision-making data. </p>
<p>Automated daily reporting task, reducing the manual effort by 100% through Power BI. </p>
<p>Developed and maintained numerous critical Power BI reports and dashboards, providing actionable insights to the Executive Team, Operations, and cross-functional departments to drive data-driven decisions. </p>
</div>
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration"> August 2021 - August 2022</p>
<h5>Quality Control Inspector<span> - Tech Etch Inc.</span></h5>
<p>Conducted First Article Inspection Reports (FAIRs) utilizing vision system equipment, ensuring compliance with quality standards and specifications.</p>
<p>Reviewed and validated programs for vision system equipment to ensure accuracy and readiness for production.</p>
<p>Collaborated with inspectors to identify and resolve program errors, optimize system performance, and maintain quality standards.</p>
</div>
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-graduation-cap"></i>
</div>
<p class="tl-duration"> September 2020 - December 2022</p>
<h5>A.A in Computer Science<span> - Cape Cod Community College - GPA: 3.73</span></h5>
<p>Coursework taken: Python 1, Java 2, Procedural Programming (C), Data Structures & Algorithms
(Java), Intro to Computer Systems, Computer Architecture & Organization (Arduino).</p>
</div>
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration"> May 2018 - August 2022</p>
<h5>Photo Etch Video Inspector<span> - Tech Etch Inc.</span></h5>
<p>Programmed vision system equipment for precise and efficient dimensional sorting of parts, improving production accuracy and efficiency.</p>
<p>Mentored employees on how to program and utilize vision system equipment, ensuring consistent adherence to quality standards, procedures, and efficiency.</p>
</div>
</div>
</section>
<section class="section sec3 portfolio" id="portfolio">
<div class="main-title">
<h2>My<span>Portfolio</span><span class="bg-text">My Work</span></h2>
</div>
<p class="port-text"> Here are some of my programming projects!</p>
<div class="portfolios">
<div>
<h3>Personal Portfolio Website</h3>
<div class="portfolio-item">
<div class="image">
<img alt="" src="img/Website.jpg">
</div>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a class="icon" href="https://github.com/Stevensousa67/stevensousa67.github.io" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
<h5>HTML, CSS, JavaScript</h5>
</div>
<div>
<h3>YelpCamp!</h3>
<div class="portfolio-item">
<div class="image">
<img alt="" src="img/YelpCamp!.jpeg">
</div>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a class="icon" href="https://github.com/Stevensousa67/COMP499" target="_blank">
<i class="fab fa-github"></i>
</a>
<a class="icon" href="https://yelpcamp.stevensousa.com" target="_blank">
<i class="fas fa-globe"></i>
</a>
</div>
</div>
</div>
<h5>HTML, CSS, JavaScript, Node.js, Express, MongoDB</h5>
</div>
<div>
<h3>Soccer</h3>
<div class="portfolio-item">
<div class="image">
<img alt="" src="img/Soccer.jpg">
</div>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a class="icon" href="https://github.com/Stevensousa67/Soccer" target="_blank">
<i class="fab fa-github"></i>
</a>
<a class="icon" href="https://soccer.stevensousa.com" target="_blank">
<i class="fas fa-globe"></i>
</a>
</div>
</div>
</div>
<h5>HTML, CSS, JavaScript, PostgreSQL, Node.js, ESPN API</h5>
</div>
<div>
<h3>Population History App</h3>
<div class="portfolio-item">
<div class="image">
<img alt="" src="img/AI.jpg">
</div>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a class="icon" href="https://github.com/Stevensousa67/Artificial-Intelligence/tree/main/Population_History_App" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
<h5>Python, Flask, Jinja, Bootstrap</h5>
</div>
<div>
<h3>Enigma Machine GUI</h3>
<div class="portfolio-item">
<div class="image">
<img alt="" src="img/Enigma%20Machine.jpg">
</div>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a class="icon"
href="https://github.com/Stevensousa67/CSC105/blob/main/Moodle_Assignments/Capstone%20Project/Enigma_Machine.py" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
<h5>Python</h5>
</div>
<div>
<h3>Nokia Snake Game</h3>
<div class="portfolio-item">
<div class="image">
<img alt="" src="img/Snake%20Game.jpg">
</div>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a class="icon"
href="https://github.com/Stevensousa67/CSC105/blob/main/Moodle_Assignments/Snake_Game.py" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
<h5>Python</h5>
</div>
<div>
<h3>Caesar Cipher</h3>
<div class="portfolio-item">
<div class="image">
<img alt="" src="img/Caesar%20Cipher.jpg">
</div>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a class="icon"
href="https://github.com/Stevensousa67/CSC105/blob/main/Moodle_Assignments/Caesar_Cipher.py" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
<h5>Python</h5>
</div>
<div>
<h3>Meteorite Landings</h3>
<div class="portfolio-item">
<div class="image">
<img alt="" src="img/Meteorite%20Landings.jpg">
</div>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a class="icon" href="https://github.com/Stevensousa67/COMP390/tree/main/Assignment%201.2" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
<h5>Python, NASA API</h5>
</div>
<div>
<h3>Full List</h3>
<div class="portfolio-item">
<div class="image">
<img alt="" src="img/Full List.jpg">
</div>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a class="icon" href="https://github.com/Stevensousa67?tab=repositories" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section sec4 contact" id="contact">
<div class="contact-container">
<div class="main-title">
<h2>Contact <span>Me</span><span class="bg-text">My Contacts</span></h2>
</div>
<div class="contact-content-con">
<div class="left-contact">
<h4>Contact me here</h4>
<p>Below is my contact information. Please feel free to use the fields on the right to send me
a message and I will respond back as soon as I can.</p>
<div class="contact-info">
<div class="contact-item">
<div class="icon">
<i class="fas fa-map-marker-alt"></i>
Location
</div>
<p>Plymouth, MA, USA</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fas fa-envelope"></i>
Email
</div>
<p>[email protected]</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fas fa-language"></i>
Languages
</div>
<p>English & Portuguese</p>
</div>
</div>
<div class="contact-icons">
<div class="contact-icon">
<a href="https://www.linkedin.com/in/stevenssousa/" target="_blank">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://x.com/Stevensousa67" target="_blank">
<i class="fa-brands fa-x-twitter"></i>
</a>
<a href="https://github.com/Stevensousa67" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://www.youtube.com/channel/UCYg298llXK-mMdj9ZMrzgow" target="_blank">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
<div class="right-contact">
<form action="https://formsubmit.co/[email protected]" class="contact-form"
method="POST">
<div class="input-control i-c-2">
<input name="name" placeholder="Your Name" required type="text">
<input name="email" placeholder="Your Email" required type="email">
<input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_subject" value="New Email from Portfolio Website!">
<input type="hidden" name="_next"
value="https://stevensousa67.github.io/thankyou.html">
</div>
<div class="input-control">
<input name="subject" placeholder="Subject" required type="text">
</div>
<div class="input-control">
<textarea cols="15" id="" name="message" placeholder="Enter your message here..."
rows="8"></textarea>
</div>
<div class="submit-btn">
<button class="main-btn" type="submit">
<span class="btn-text">Submit</span>
<span class="btn-icon"><i class="fa fa-paper-plane"></i></span>
</button>
</div>
</form>
</div>
</div>
</div>
</section>
</main>
<div class="controls">
<div class="control active-btn" data-id="home">
<i class="fas fa-home"></i>
</div>
<div class="control" data-id="about">
<i class="fas fa-user"></i>
</div>
<div class="control" data-id="portfolio">
<i class="fas fa-briefcase"></i>
</div>
<div class="control" data-id="contact">
<i class="fas fa-envelope-open"></i>
</div>
</div>
<div class="theme-btn">
<i class="fas fa-adjust"></i>
</div>
<script src="app.js"></script>
</body>
</html>