-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
204 lines (171 loc) · 9.04 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
<!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.0" />
<title>Ameen Al-Asady</title>
<link rel="stylesheet" href="styles.css" />
<script src="https://kit.fontawesome.com/74f9d1cd2d.js" crossorigin="anonymous"></script>
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png" />
<link rel="manifest" href="favicons/site.webmanifest" />
<script src="script.js" defer></script>
<script src="https://code.jquery.com/jquery-3.6.3.min.js"
integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.7.7/lottie.min.js"
integrity="sha512-HDCfX3BneBQMfloBfluMQe6yio+OfXnbKAbI0SnfcZ4YfZL670nc52Aue1bBhgXa+QdWsBdhMVR2hYROljf+Fg=="
crossorigin="anonymous"></script>
<meta name="google-site-verification" content="mL5D8urHkHJsxQnEblCfik0YtDSNp_iTmRrL04DA3vA" />
</head>
<body>
<script>
0;
</script>
<div class="seperation"></div>
<div class="navbar">
<div class="navcontainer">
<a class="homebutton" data-tab-target="#main">Home</a>
<img id="mobile-cta" class="mobile-menu" src="imgs/menu.svg" alt="hamburger menu" />
<nav>
<img id="mobile-exit" class="mobile-menu-exit" src="imgs/exit.svg" alt="" />
<ul class="navbuttons">
<li class="aboutmebutton">About Me</li>
<li class="projectsbutton">Projects</li>
<li class="contactbutton">Contact</li>
</ul>
</nav>
</div>
</div>
<div class="seperation"></div>
<div class="main active" id="main" data-tab-content>
<div class="containerhero">
<div class="maintext">
<p class="hi">Hi,</p>
<p class="myname">I am Ameen <span>Al-Asady,</span></p>
<p class="mydescription">
an engineering student passionate about all things tech.
</p>
</div>
</div>
<div class="socialsmain">
<a target="_blank" href="https://github.com/ameenalasady" class="githubmain"><img
src="imgs/iconmonstr-github-1.svg" alt="github main
screen link" /></a>
<a target="_blank" href="https://www.linkedin.com/in/ameenalasady/" class="linkedinmain"><img
src="imgs/iconmonstr-linkedin-3.svg" alt="linkedin main
screen link" /></a>
</div>
</div>
<div class="aboutmeinmain" id="aboutme " data-tab-content>
<p class="aboutmetext1">
I am a highly motivated student currently pursuing a dual degree in Mechatronics Engineering and Computer
Science at Western University. With a strong foundation in both technical and creative thinking, I am eager
to contribute my skills and knowledge
to an internship in the software or computer science industry. I am actively seeking short or long-term
internships to gain hands-on experience and further develop my skills in these fields. I am confident in my
ability
to adapt and learn quickly, and am excited for the opportunity to work with and learn from industry
professionals.
</p>
</div>
<section class="projects" id="projects" data-tab-content>
<!-- <div class="navigationforprojects">
</div> -->
<p class="projectsnote">
Please note that this list is still a work in progress.
</p>
<div class="projectitems">
<svg class="projectnavigationbuttonleft" xmlns="http://www.w3.org/2000/svg" width="16" height="16"
fill="currentColor" class="bi bi-chevron-left" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647
5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1
0-.708l6-6a.5.5 0 0 1 .708 0z" />
</svg>
<div class="projectitem1 activeproject">
<div class="projectcontainer">
<a target="_blank" href="https://github.com/hamza-al/discord-bot " class="discordlink"><img
class="discordimage" draggable="false " src="imgs/discord.jpg " alt="
" /></a>
<p class="minordescription">Python</p>
<p class="projecttitle">Discord Bot</p>
<p class="majordescription">
A fun and engaging discord bot with many minigames and features with instructions on how to
reuse on any server
</p>
<a target="_blank" href="https://github.com/hamza-al/discord-bot " class="followlink">View</a>
</div>
</div>
<div class="projectitem2">
<div class="projectcontainer">
<a target="_blank" href="https://github.com/ameenalasady/uwoGradeScraper" class="discordlink"><img
class="discordimage"
src="imgs/222-2225393_web-scraping-icon-png-data-center-migration-cloud.png " alt=" " /></a>
<p class="minordescription">Python</p>
<p class="projecttitle">Grades Web Scraper</p>
<p class="majordescription">
A web scraper that tracks and notifies the user of grade updates on the Western University
student center.
</p>
<a target="_blank" href="https://github.com/ameenalasady/uwoGradeScraper"
class="followlink">View</a>
</div>
</div>
<div class="projectitem3">
<div class="projectcontainer">
<a target="_blank" href="https://western-schedule-exporter.web.app/" class="discordlink"><img
class="discordimage"
src="imgs/ics-to-csv-owi0cwyi7actfpsu88umlp4z3f1u7uqilynbd8lm08-ppo93tdewg1k1ogs75eaole4umyf5tjiv86zqryx0o.jpg"
alt=" " /></a>
<p class="minordescription">Python</p>
<p class="projecttitle">Schedule CSV Exporter</p>
<p class="majordescription">
A webapp that automatically fetches and exports course timetable to a CSV file that can be
imported into calendar apps.</p>
<a target="_blank" href="https://western-schedule-exporter.web.app/" class="followlink">View</a>
</div>
</div>
<svg class="projectnavigationbuttonright" xmlns="http://www.w3.org/2000/svg" width="16" height="16"
fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0
.708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646
2.354a.5.5 0 0 1 0-.708z" />
</svg>
</div>
</section>
<section class="contact" id="contact " data-tab-content>
<div class="contactandplane">
<div class="contactwithoutplane">
<p class="contacttitle" id="contacttitle ">Contact</p>
<p class="contactmessage">I'd Love To Connect With You</p>
<div class="rowflex">
<div class="columnflex">
<a target="_blank" href="mailto:[email protected]?subject=Let
's Talk" class="email">
<i class="fa fa-envelope"></i> <br />Email Me
</a>
</div>
<div class="columnflex">
<div class="justaspacer">
</div>
</div>
<div class="columnflex">
<a target="_blank" href="https://www.linkedin.com/in/ameenalasady/" class="linkedin">
<i class="fa-brands fa-linkedin-in"></i>
<br />Let's Connect
</a>
</div>
</div>
</div>
<!-- <div id="planeanimation"></div> -->
<!-- This is unfortuntaley not supported by GitHub sites. -->
</div>
</section>
<div class="togglecontainer">
<input id="toggle" class="toggle" type="checkbox" checked />
<div class="background"></div>
<label for="toggle " class="title">Toggle Dark Mode</label>
</div>
</body>
</html>