-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (76 loc) · 5.53 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
<title>Noah Shaffir</title>
<link rel="stylesheet" type="text/css" href="style.css"></link>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"></link>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<body>
<div class="name">
Noah Shaffir
<p class="above">
I am a dedicated computer science co-op student with a strong background in various modern fields of computing. In the time that I started coding with Python in grade 9, I have realised how much there is to learn, especially outside the classroom. My academic, extracurricular, and professional endeavours have allowed me to explore different areas such as full-stack development, data analytics, robotic process automation, machine learning, and system programming. Additionally, I am experienced in agile software development, participating in scrum teams, performing automated and manual software tests, working with version control tools, defining project requirements with stakeholders, and following waterfall engineering models. As a continuous learner, I am always looking to expand my skills, as without this mindset, I would not have learnt anything beyond my schoolwork. Outside of programming, I am experienced in leadership, community engagement, and marketing through various volunteer roles.
You can click <a href= "https://drive.google.com/file/d/1Lit0fjZLHy-tqvUxAeygJeMIsYf5qKFK/view?usp=sharing">here</a> to view my resume.
Thanks for stopping by!
</p>
<div class = "me">
<img src="noahshaffir.jpg" height="500 px" width="450 px"></img>
</div>
</div>
<br>
<p class="Projects">Projects</p>
<br>
<div class="container-lg my-3">
<div id="myCarousel" class="carousel slide">
<!-- indicators -->
<ol class="carousel-indicators">
<li data-bs-target="#myCarousel" data-bs-slide-to="0" class="active"></li>
<li data-bs-target="#myCarousel" data-bs-slide-to="1"></li>
<li data-bs-target="#myCarousel" data-bs-slide-to="2"></li>
<li data-bs-target="#myCarousel" data-bs-slide-to="3"></li>
<li data-bs-target="#myCarousel" data-bs-slide-to="4"></li>
</ol>
<!-- items -->
<div class="carousel-inner">
<div class="carousel-item active">
<p class="proj">Final Showcase Generator</p>
<p class="proj-sub">Python scripts to download all commits made to a GitHub repository and look for desired files within each downloaded commit to screenshot them. These screenshots were put to a time-lapsed video to show how the code changed.</p>
<p class="proj-sub"><a href="https://github.com/noahshaffir/FinalShowcaseGenerator">View</a></p>
</div>
<div class="carousel-item">
<p class="proj">Caloric Data Visualizer</p>
<p class="proj-sub">Programmed a Python GUI application which takes a user-input of their caloric intake as an Excel file, and visualizes their intake over the month using Matplotlib. It generates additional statistics on the data using Pandas. </p>
<p class="proj-sub"><a href="https://github.com/noahshaffir/CP317Project">View</a></p>
</div>
<div class="carousel-item">
<p class="proj">HawkPals</p>
<p class="proj-sub">HawkPals is a social media web app which helps Laurier students find friends after lockdowns. Built with HTML, CSS, and JavaScript. Designed initially in Figma. Submitted for HawkHacks 2022 hackathon.</p>
<p class="proj-sub"><a href="https://github.com/noahshaffir/HawkPals">View</a></p>
</div>
<div class="carousel-item">
<p class="proj">Student Marking Application</p>
<p class="proj-sub">Developed an application which generates statistics and graphs on students’ grades stored in a database. The application
also exports results into a Word document, for the convenience of the user.</p>
<p class="proj-sub"><a href="https://github.com/noahshaffir/StudentMarkingApplication">View</a></p>
</div>
<div class="carousel-item">
<p class="proj">Bob's Car Rental DBMS</p>
<p class="proj-sub">Developed the software for Bob's Car Rental, a fictional chain of car rental stores. This software made use of a front-end and a Python backend, with a connection to the MySQL database to help associates keep track of inventory and contracts with customers.</p>
<p class="proj-sub"><a href="https://github.com/noahshaffir/cp363a9">View</a></p>
</div>
</div>
<!-- controls -->
<a class="carousel-control-prev" href="#myCarousel" data-bs-slide="prev">
<img src="left.png" height="40 px" width="60 px"></img>
</a>
<a class="carousel-control-next" href="#myCarousel" data-bs-slide="next">
<img src="right.png" height="40 px" width="60 px"></img>
</a>
</div>
</div>
<br>
<div class="projects">Let's Get in Touch!
<br>
<div class="links"><p>
<br>
<a href="https://ca.linkedin.com/in/noahshaffir"><img src="linkedin.jpg" style="float:center" height="100 px" width="300 px"></a></img>
<a href="https://github.com/noahshaffir"><img src="github.jpg" style="float:center" height="100 px" width="150 px"></a></img>
</p></div>
</body>