-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
223 lines (215 loc) · 9.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/index.css">
<link rel="stylesheet" href="styles/variables.css">
<link rel="stylesheet" href="styles/global.css">
<link rel="stylesheet" href="styles/timeline.css">
<link rel="stylesheet" href="styles/nav_bar.css">
<link rel="stylesheet" href="styles/modal.css">
<link rel="icon" href="assets/favicon.ico">
<title>My Personal Website</title>
</head>
<body>
<nav id="navigation">
<div class="row header-name">
<img src="assets/icon.png" alt="logo"></img>
<a rel="noopener noreferrer" href="#">
<h1 class="fade-underline-text header-name-text">Muhammad Ali</h1>
</a>
</div>
<div>
<ul class="header-list">
<li>
<a class="header-list-item" rel="noopener noreferrer" href="#Full-Stack-Development">
<h2>Full-Stack Development</h2>
</a>
</li>
<li>
<a class="header-list-item" rel="noopener noreferrer" href="#Embedded-Development">
<h2>Embedded Development</h2>
</a>
</li>
</ul>
</div>
</nav>
<section id="Website-Content" class="column">
<section class="About-Me">
<div class="About-Me-Content">
<div class="About-Me-Content-Left column">
<h1>
I am a Computer Science student at the University of Calgary. I
am passionate about <span class="fade-underline-text">full stack development</span> and <span
class="fade-underline-text">embedded systems</span>.
</h1>
<div class="Icons row">
<a href="https://github.com/NuclearTea" rel="noopener noreferrer" target="_blank">
<img src="assets/square-github.svg" alt="Github"></img>
</a>
<a href="https://www.linkedin.com/in/muhammad-ali-6058b61aa/" rel="noopener noreferrer" target="_blank">
<img src="assets/linkedin_pic.svg" alt="Linkedin"></img>
</a>
</div>
</div>
<div class="About-Me-Content-Right">
<img width="75%" src="assets/intro_pic.jpg"
alt="Me at a farm in the Scottish Highlands with 3 hours of sleep in the past 2 days"></img>
</div>
</div>
</section>
<section class="Skill-Section" id="Full-Stack-Development">
<h1>
Full Stack Development
</h1>
<div class="timeline">
<div class="row">
<div class="container left">
<a href="https://github.com/NuclearTea/UDeal" rel="noopener noreferrer" target="_blank">
<div class="content">
<h2>UDeal | University of Calgary Project</h2>
<h2>April 2022</h2>
<p>
UDeal is a marketplace for students where they can create, view, and sell items and services to fellow
students.
</p>
<h4>Click to goto repo!</h4>
</div>
</a>
</div>
<div class="skill-icons">
<img src="assets/c-sharp-c-seeklogo.svg" alt="C#"></img>
<img src="assets/dotnet_logo.svg" alt="dotnet"></img>
<img src="assets/sqlite-seeklogo.svg" alt="dotnet"></img>
<img src="assets/postman-api-platform-seeklogo.svg" alt="dotnet"></img>
</div>
</div>
<div class="row">
<div class="skill-icons">
<img src="assets/postman-api-platform-seeklogo.svg" alt="dotnet"></img>
<img src="assets/Node.js_logo.svg" alt="Node JS"></img>
<img src="assets/ts-logo-128.svg" alt="typescript"></img>
<img src="assets/openapi-1.svg" alt="OpenAPI"></img>
</div>
<div class="container right">
<div class="openModalBtn" data-modal="QA-Automation-Modal" role="button" tabindex="0">
<div class="content">
<h2>QA Automation Intern | Imperial Oil</h2>
<h2>April 2023 - Sept 2023</h2>
<p>I was tasked to create a company exclusive NPM Package which automated API testing for any api with
an openapi schema.
<h4>Click for details</h4>
</div>
</div>
<div id="QA-Automation-Modal" class="modal">
<div class="modal-content">
<span class="close">×</span>
<h2>QA Automation Intern | Imperial Oil</h2>
<h2>April 2023 - Sept 2023</h2>
<p>I was tasked to create a company exclusive NPM Package which:
<ul>
<li>Given any OpenAPI Schema and API root url, auto-generate unit tests for each endpoint (including
path parameters
and query parameters)
<ul>
<li>The test would make a request to the endpoint using the given path,query and/or request body
information and validate the response definition provided in the OpenAPI Documentation</li>
<li>Gave descriptive error messages if any test fails</li>
</ul>
</li>
<li>Integrate with the CI/CD Pipline as a github action which ran on branch merge</li>
<li>Created story in ADO (Azure DevOps) Board if any test fails</li>
<li>Useable as a CLI tool for local development and testing</li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="container left">
<div class="openModalBtn" data-modal="Full-Stack-Developer-Modal" role="button" tabindex="0">
<div class="content">
<h2>Full Stack Developer Intern | Imperial Oil</h2>
<h2>Oct 2023 - Aug 2024</h2>
<p>Used Typescript, React, and CSS to create UI's for a scheduling/assignment application</p>
<p>Integrated NodeJS, .NET Web API, and Azure services to create/update features along with UI</p>
<h4>Click for details</h4>
</div>
</div>
<div class="modal" id="Full-Stack-Developer-Modal">
<div class="modal-content">
<span class="close">×</span>
<h2>Full Stack Developer Intern | Imperial Oil</h2>
<h2>Oct 2023 - Aug 2024</h2>
<p>From little prior experience in web development, I got the opportunity to start developing a full
stack
application which used Typescript, React, NodeJS, Dotnet Web API and was hosted on Azure</p>
<p>I worked with fulfilling stories which ranged from creating entirely new features requiring new UI
functionality on the UI, NodeJS, .NET Web API and integration with Azure services like function apps,
app services, cosmos DB, and Azure SQL</p>
</div>
</div>
</div>
<div class="skill-icons small-img">
<img src="assets/dotnet_logo.svg" alt="dotnet"></img>
<img src="assets/c-sharp-c-seeklogo.svg" alt="c-sharp"></img>
<img src="assets/Microsoft_Azure.svg" alt="Microsoft Azure"></img>
<img src="assets/square-github.svg" alt="github"></img>
<img src="assets/ts-logo-128.svg" alt="typescript"></img>
<img src="assets/Node.js_logo.svg" alt="node js"></img>
<img src="assets/react-svgrepo-com.svg" alt="react"></img>
</div>
</div>
</div>
<h1>Other Related Projects</h1>
<div class="other-related-projects row">
<a target="_blank" rel="noopener noreferrer" href="https://nucleartea.github.io/CPSC.581.Portfolio/">
<div class="content">
<h2>Human Computer Interaction 2 | CPSC 581</h2>
<h2>Sept 2024 - Dec 2024</h2>
<p>As a part of my Computer Science degree, I am taking the second iteration of a course which focuses on
design.</p>
<h4>Click to see my portfolio of projects</h4>
</div>
</a>
<a target="_blank" rel="noopener noreferrer"
href="https://nucleartea.github.io/muhammad.ali.CPSC599.github.io/">
<div class="content">
<h2>Physical and Tangible HCI | CPSC 599</h2>
<h2>Sept 2024 - Dec 2024</h2>
<p>This joint undergraduate and graduate course focuses on the tanbigiblity of technology. Specifically,
thinking about the interactions we have with the digital world and integrating our innate sense
of perception to our interactions with digital things.</p>
<h4>Click to see the projects I built</h4>
</div>
</a>
</div>
</section>
<section class="Skill-Section" id="Embedded-Development">
<h1>
Embedded Development
</h1>
<div class="timeline">
<div class="row">
<div class="container left">
<div class="content">
<h2>Software Developer | CalgaryToSpace</h2>
<h2>May 2022 - May 2023</h2>
</div>
</div>
</div>
<div class="row">
<div class="skill-icons"></div>
<div class="container right">
<div class="content">
<h2>Software Team Lead | CalgaryToSpace</h2>
<h2>May 2023 - Present</h2>
</div>
</div>
</div>
</section>
<script src="script.js"></script>
</body>
</html>