-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
381 lines (371 loc) · 16.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="AidenSorabji.github.io" />
<meta name="author" content="Aiden-Sorabji" />
<title>Aiden's Website</title>
<link rel="icon" type="image/png" href="src/media/disk_icon.png" />
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<link rel="canonical" href="https://aidensorabji.github.io" />
<script src="script.js" defer></script>
<link
rel="preload"
as="font"
href="src/fonts/terminus-webfont.woff2"
type="font/woff2"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body>
<video
preload="none"
onloadstart="this.playbackRate = 0.65;"
autoplay
muted
loop
id="noise_vid"
src="src/media/noise.mp4"
></video>
<video
preload="none"
onloadstart="this.playbackRate = 0.85;"
autoplay
muted
loop
id="rain_vid"
src="src/media/rain_bg.mp4"
></video>
<div class="vignette"></div>
<div id="videohue"></div>
<div id="canvas">
<header>
<pre id="title">
░▒▓██████▓▒░░▒▓█▓▒░▒▓███████▓▒░░▒▓████████▓▒░▒▓███████▓▒░
░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░
░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░
░▒▓████████▓▒░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓██████▓▒░ ░▒▓█▓▒░░▒▓█▓▒░
░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░
░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░
░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓███████▓▒░░▒▓████████▓▒░▒▓█▓▒░░▒▓█▓▒░
</pre
>
<p id="changeEffects">
Click
<a onclick="changeEffects()">HERE</a> to turn effects on.
</p>
</header>
<nav id="nav_tabs">
<ul>
<li><a href="#home" class="tab_switcher" id="home_tab">Home</a></li>
<li>
<a href="#projects" class="tab_switcher" id="projects_tab"
>Projects</a
>
</li>
<li>
<a href="#about" class="tab_switcher" id="about_tab">About</a>
</li>
<!-- Put in tab about projects -->
</ul>
</nav>
<div id="home" class="tabs">
<div class="grid">
<div class="grid_row">
<div class="grid_row_box">
<h2>Welcome To My Website!</h2>
<p>⠀⠀⠀Hi! I’m <em>Aiden Sorabji</em>, a 17-year-old software developer from Canada with a strong passion for coding. I’ve been programming in <em>Python</em></p>
<p>for over 5 years, with additional skills in <em>HTML</em>, <em>Java</em>, and <em>C++</em>. My projects range from building machine learning models using <em>CreateML</em></p>
<p>and <em>TensorFlow</em>, to developing full-fledged games with external modules like <em>pygame</em>.</p>
<br />
<p>⠀⠀⠀I enjoy tackling complex problems and bringing innovative solutions to life. Currently, I’m diving deeper into <em>SwiftUI</em> and <em>iOS development</em>,</p>
<p>and continuing my journey in machine learning. I’m excited to see what university I end up at, where I aim to refine my skills and explore even</p>
<p>more areas in tech.</p>
<br />
<p>When I’m not working on code, you can find me gaming or brainstorming new project ideas.</p>
</div>
</div>
<div class="grid_row">
<div class="grid_row_box">
<h2>Contacts</h2>
<p>
->
<em
><a href="https://github.com/aidensorabji" target="_blank"
>GitHub</a
></em
>
Follow me for updates on my repositories or to hire me.
</p>
<p>
->
<em
><a href="mailto:[email protected]" target="_blank"
>Email</a
></em
>
Message me to talk about hiring, business needs, etc.
</p>
</div>
<div class="grid_row_box">
<h2>Credits</h2>
<p>
->
<em
><a href="https://www.richardapps.net" target="_blank"
>RichardApps</a
></em
>
Thanks so much for making this website!!!
</p>
<p>
->
<em
><a href="https://aidensorabji.github.io" target="_blank"
>Aiden Sorabji</a
></em
>
Thanks to me for configuring the website!!!
</p>
</div>
</div>
</div>
</div>
<div id="projects" class="tabs">
<div class="grid">
<div class="grid_row">
<div class="grid_row_box">
<h2>Minecraft Cookie Clicker</h2>
<p>
<em>Info: </em>I created a version of cookie clicker in the
style of Minecraft using python and customtkinter. The reason
why I chose to use customtkinter and not pygame is to give
myself a challenge, after all customtkinter is an application
GUI creater and not a video game development library.
</p>
<br />
<p>
->
<em
>[<a
href="https://github.com/AidenSorabji/Minecraft-Cookie-Clicker"
target="_blank"
>link</a
>]</em
>
</p>
</div>
<div class="grid_row_box">
<h2>Word In Python</h2>
<p>
<em>Info: </em>I made using customtkinter a fully working
simplified version of Word in python. It features a saving and
loading file system using pickle; cut, copy, and paste function;
shortcuts to remove text quickly (CMD+Delete = Delete full
line); word counter; font changer; and more.
</p>
<br />
<p>
->
<em
>[<a
href="https://github.com/AidenSorabji/Word-in-Python"
target="_blank"
>link</a
>]</em
>
</p>
</div>
</div>
<div class="grid_row">
<div class="grid_row_box">
<h2>customtkinter Calculator</h2>
<p>
<em>Info: </em>Using customtkinter and python, I created a
calculator that matches the style of the original macOS 11+
calculator. It features a fully working UI, fully working
functionality with integers and numbers with decimal places, and
a fully working settings menu for customizing your experience.
</p>
<br />
<p>
->
<em
>[<a
href="https://github.com/AidenSorabji/Mac-Tkinter-Calculator"
target="_blank"
>link</a
>]</em
>
</p>
</div>
<div class="grid_row_box">
<h2>Platform Frenzy</h2>
<p>
<em>Info: </em>Using pygame and customtkinter, I made a platform
game that infinitely generates platforms and levels, in which
you have to cross to get points. The game features full
PlayStation © 5 controller support with haptic rumble supported,
as well as a fully working save system to save your high scores.
</p>
<br />
<p>
->
<em
>[<a
href="https://github.com/AidenSorabji/Platform-Frenzy"
target="_blank"
>link</a
>]</em
>
</p>
</div>
</div>
<div class="grid_row">
<div class="grid_row_box">
<h2>Structured Programming Modules</h2>
<p>
<em>Info: </em>The full list of structured programming modules
used for different coding challenges. Each of them have all
extra components added, each of them work, they all are
efficient, and they all go above and beyond what was asked.
</p>
<br />
<p>
->
<em
>[<a
href="https://github.com/AidenSorabji/Structured-Programming-Modules"
target="_blank"
>link</a
>]</em
>
</p>
</div>
<div class="grid_row_box">
<h2>My Website</h2>
<p>
<em>Info: </em>This website using the code from RichardApps uses
HTML, CSS, and JS to create everything. HTML is used for the
pages, CSS is used for the styles and effects, and JS is used
for the different scripts used.
</p>
<br />
<p>
->
<em
>[<a
href="https://github.com/AidenSorabji/AidenSorabji.github.io"
target="_blank"
>link</a
>]</em
>
</p>
</div>
</div>
</div>
</div>
<div id="about" class="tabs">
<div class="grid">
<div class="grid_row">
<div class="grid_row_box">
<h2>About me</h2>
<p>I’m Aiden Sorabji, a 17-year-old coder from Canada. I have over 5 years of experience in <em>Python</em>, and I’m also skilled in <em>HTML</em>, <em>Java</em>, and <em>C++</em>. I’m currently expanding my skills in <em>Swift</em> and <em>iOS development</em>. I am passionate about solving problems with code!</p>
</div>
<div class="grid_row_box">
<h2>Skills</h2>
<p>-> Python <em>5+ Years Experience</em></p>
<p>-> HTML <em>2+ Years Experience</em></p>
<p>-> Java <em>9+ Months Experience</em></p>
<p>-> C++ <em>6+ Months Experience</em></p>
</div>
</div>
<div class="grid_row">
<div class="grid_row_box">
<h2>Universities - Applications</h2>
<p>
I've applied ad have been accepted to many different universities. Here's a list of them:
</p>
<p>-> (UofC) <em>B.Sc. in Computer Science</em></p>
<p>-> (UofA, ACCEPTED) <em>BSc in Computing Science (Software Practice)</em></p>
<p>-> (MRU) <em>B.Sc. in Computer Information Systems</em></p>
<p>-> (UofL) <em>B.Sc. in Computer Science</em></p>
</div>
<div class="grid_row_box">
<h2>Social Media</h2>
<p class="contact_link">
<a href="https://github.com/aidensorabji" target="_blank">
<i class="fa-brands fa-github fa-fw"></i>Github
</a>
</p>
<p class="contact_link">
<a href="https://unsplash.com/@aidensorabji" target="_blank">
<i class="fa-brands fa-unsplash"></i>Unsplash
</a>
</p>
<p class="contact_link">
<a href="https://aidensorabji.github.io" target="_blank">
<i class="fa fa-terminal" aria-hidden="true"></i>Website
</a>
</p>
<br />
<br />
<p>
Reach out to me through my
<a href="mailto:[email protected]" target="_blank">Email</a
>!
</p>
</div>
<div class="grid_row_box">
<h2>Computer Specs</h2>
<p>-> CPU <em>M2 Pro (10 Core CPU)</em></p>
<p>-> GPU <em>M2 Pro (16 Core GPU)</em></p>
<p>-> RAM <em>16 GB LPDDR5</em></p>
<p>-> Storage <em>1 TB SSD</em></p>
<p>-> Display <em>Liquid Retina XDR Display</em></p>
<p>-> Refresh Rate <em>120Hz</em></p>
<p>-> OS <em>macOS Sequoia 15.0.1 (24A348)</em></p>
</div>
</div>
<div class="grid_row">
<div class="grid_row_box">
<h2>Resources</h2>
<p>- Development -</p>
<p>-> VS Code [<a href="https://code.visualstudio.com" target="_blank">link</a>] <em>Really good IDE.</em></p>
<p>-> Macbook Pro [<a href="https://support.apple.com/en-ca/111340" target="_blank">link</a>] <em>Trustful computer that has long battery life and lots of power.</em></p>
<p>-> Python [<a href="https://www.python.org" target="_blank">link</a>] <em>Helpful if you want to code python, duh.</em></p>
<br/>
<p>- Machine Learning -</p>
<p>-> Tensorflow [<a href="https://www.tensorflow.org" target="_blank">link</a>] <em>Great start point for creating ML algorithms.</em></p>
<p>-> CreateML [<a href="https://developer.apple.com/machine-learning/create-ml/" target="_blank">link</a>] <em>Apple's ML algorithm creator, only available on Macs but its really great.</em>
<p>-> MediaPipe [<a href="https://github.com/google-ai-edge/mediapipe" target="_blank">link</a>] <em>Really great ML solutions for live and streaming media.</em>
</p>
</div>
<div class="grid_row_box">
<h2>Useful VSCode Extensions</h2>
<p>- Appearance -</p>
<p>-> Pitch Black Theme [<a href="https://marketplace.visualstudio.com/items?itemName=viktorqvarfordt.vscode-pitch-black-theme" target="_blank">link</a>] <em>Pitch black, OLED theme.</em></p>
<p>-> Material Theme Icons [<a href="https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme-icons" target="_blank">link</a>] <em>Adjusted colourful icons.</em></p>
<p>-> Indent-Rainbow [<a href="https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow" target="_blank">link</a>] <em>Really helpful in lining snippets of code up.</em></p>
<br/>
<p>- Development Tools -</p>
<p>-> Blackbox AI [<a href="https://marketplace.visualstudio.com/items?itemName=Blackboxapp.blackbox" target="_blank">link</a>] <em>Super helpful for autocompleting small pieces of code.</em></p>
<p>-> Error Lens [<a href="https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens" target="_blank">link</a>] <em>Converts regular error messages to simple, easy-to-understand messages.</em>
<p>-> Project Manager [<a href="https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager" target="_blank">link</a>] <em>Helpful to get to different projects quickly.</em>
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>