-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
418 lines (394 loc) · 24.3 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
<!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="style.css">
<link rel="icon" href="/assets/logo.jpg">
<title>Ahmed Khilji</title>
<script src="index.js"></script>
<script src="https://kit.fontawesome.com/4188592e3e.js" crossorigin="anonymous"></script>
<link rel="icon" href="./assets/logo2.png">
<script type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js">
</script>
<script type="text/javascript">
(function(){
emailjs.init("9q8O9v7mpnCW-sjga");
})();
</script>
</head>
<body>
<section id="landing-page">
<nav>
<figure>
<!-- <img id="personal-logo" src="./assets/logo.png" alt=""> -->
<h1 class="nav__title">Ahmed Khilji</h1>
</figure>
<ul class="nav__link--list">
<li class="nav__link ">
<a href="#" onclick="toggleModal()" class="
nav__link--anchor
link__hover-effect
link__hover-effect--black
">About</a>
</li>
<li class="nav__link ">
<a href="#projects" class="
nav__link--anchor
link__hover-effect
link__hover-effect--black
">Projects</a>
</li>
<!-- <li class="nav__link ">
<a href="#" class="
nav__link--anchor
link__hover-effect
link__hover-effect--black
">Skills</a>
</li> -->
<li class="nav__link ">
<a href="#" onclick="toggleModal()" class="
nav__link--anchor
link__hover-effect
link__hover-effect--black
">Contact</a>
</li>
<li class="nav__link">
<label class="switch" >
<input type="checkbox" onclick="toggleContrast()">
<span class="slider"></span>
</label>
</li>
</ul>
</nav>
<header class="header">
<div class="header__content">
<h1 class="title__hi">Hi</h1>
<h1 class="blue title ">I'm Ahmed</h1>
<p class="header__para"> I'm a <b class="blue">Software Engineer</b> with a strong passion for building
applications and working on interesting projects. <br> Here's a bit more <b class="blue click" onclick="toggleModal()">about me.
</b>
</p>
<div class="social__list">
<a href="https://github.com/ahmyk9" target="_blank" class="social__link click">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/ahmed-khilji-45b509169/" target="_blank"
class="social__link click">
<i class="fa-brands fa-linkedin-in"></i>
</a>
<a href="./assets/Ahmed Khilji CV 2024.pdf" target="_blank" class="social__link click">
<i class="fa-regular fa-file-pdf"></i>
</a>
</div>
</div>
<div class="header__content undraw">
<img src="./assets/undrawimg.png" alt="">
</div>
</header>
<button class="mail__btn click" id="myBtn" onclick="toggleModal()">
<i class="fa-solid fa-paper-plane"></i>
</button>
<a href="#projects" class="scroll">
<div class="scroll__icon" click>
</div>
</a>
<div class="modal">
<div class="modal__half modal__about">
<h3 class="modal__title modal__title--about">Here's a bit about me.</h3>
<h4 class="modal__sub-title modal__sub-title--about">Software Engineer</h4>
<p class="modal__para">
I'm a<b class="blue"> Software Engineer </b>based in Australia with a strong passion for creating intuitive and functional applications, particularly in Fullstack and Frontend development.
I hold a <b class="blue"> Bachelor of Engineering (Honours) in Software Engineering from University of Technology Sydney. </b> I've worked on various industry projects, including fullstack applications, and led team efforts on personal and collaborative projects using modern frameworks, tools, and cloud technologies.
</p>
<div class="modal__languages">
<figure class="modal__language">
<img class="modal__language--img" src="./assets/html-logo.png" alt="HTML logo">
<span class="language__name">HTML</span>
</figure>
<figure class="modal__language">
<img class="modal__language--img" src="./assets/css-logo.png" alt="CSS logo">
<span class="language__name">CSS</span>
</figure>
<figure class="modal__language">
<img class="modal__language--img" src="./assets/js-logo.png" alt="Javascript logo">
<span class="language__name">Javascript</span>
</figure>
<figure class="modal__language">
<img class="modal__language--img" src="./assets/react-logo.png" alt="React logo">
<span class="language__name">React</span>
</figure>
</div>
<div class="modal__languages">
<figure class="modal__language">
<img class="modal__language--img" src="./assets/java-logo.png" alt="Java logo">
<span class="language__name">Java</span>
</figure>
<figure class="modal__language">
<img class="modal__language--img" src="./assets/c++-logo.png" alt="C++ logo">
<span class="language__name">C++</span>
</figure>
<figure class="modal__language">
<img class="modal__language--img" src="./assets/git-logo.png" alt="Git logo">
<span class="language__name">Git</span>
</figure>
</div>
</div>
<div class="modal__half modal__contact">
<i class="fa-solid fa-xmark modal__exit click" onclick="toggleModal()"></i>
<h3 class="modal__title--contact modal__title">Let's have a chat!</h3>
<h4 class="modal__sub-title--contact modal__sub-title">Email Me!</h4>
<form action="" id="contact__form" onsubmit="contact(event)">
<div class="form__item">
<label class="form__item--label" for="name">Name</label>
<input class="input" name="user_name" type="text" required></input>
</div>
<div class="form__item">
<label class="form__item--label" for="email">Email</label>
<input class="input" name="user_email" type="email" required></input>
</div>
<div class="form__item">
<label class="form__item--label" for="message">Message</label>
<textarea class="input" name="message" type="text" required></textarea>
</div>
<button id="contact__submit" class="form__submit">Send</button>
</form>
<div class="modal__overlay modal__overlay--loading">
<div class="loader">
<div class="box-load1"></div>
<div class="box-load2"></div>
<div class="box-load3"></div>
</div>
</div>
<div class="modal__overlay modal__overlay--success">
Thanks for the message! Looking forward to speaking with you.
</div>
</div>
</div>
</section>
<section id="projects">
<div class="container">
<div class="row">
<h1 class="section__title"> Here are some of my <span class="blue"> projects </span></h1>
<div class="projects">
<ul class="projects__list">
<li class="project">
<div class="project__wrapper">
<img src="./assets/EURECAx.png" class="project__img" alt="">
<div class="project__wrapper--bg"></div>
<div class="project__description">
<h3 class="project__description--title"> EURECAx Dashboard - CHAOS1 Startup Company</h3>
<h4 class="project__description--sub-title"> Languages used: HTML, CSS, JavaScript and React </h4>
<p class="project__description--para">
Created a Dashboard using React to showcase the EURECA Method of organizing plans and tasks. It uses LLM (ChatGPT 3) to generate cards. This is a startup project of CHAOS1. Click the link icon to visit their website!
</p>
<div class="project__description--links">
<a href="https://github.com/mtdoan/EURECAx/" target="_blank" class="project__description--links">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://chaos1.au/" target="_blank" class="project__description--links">
<i class="fa-solid fa-link"></i>
</a>
</div>
</div>
</div>
</li>
<li class="project">
<div class="project__wrapper">
<img src="./assets/twitterClone.png" class="project__img" alt="">
<div class="project__wrapper--bg"></div>
<div class="project__description">
<h3 class="project__description--title"> Twitter Clone</h3>
<h4 class="project__description--sub-title"> Languages used: Next.js, Firebase, Tailwind, Redux, React, HTML, CSS, JavaScript </h4>
<p class="project__description--para">
Cloned the old style Twitter Website where you can post tweets, like comment and reply. Cloning this website allowed be to better improve my TailwindCSS skills, learn Redux and understand the power off Next.js
</p>
<div class="project__description--links">
<a href="https://github.com/ahmyk9/Twitter-Clone" target="_blank" class="project__description--links">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://twitter-clone-seven-sand.vercel.app/" target="_blank" class="project__description--links">
<i class="fa-solid fa-link"></i>
</a>
</div>
</div>
</div>
</li>
<li class="project">
<div class="project__wrapper">
<img src="./assets/whiteboardCanvasAi Project.png" class="project__img" alt="">
<div class="project__wrapper--bg"></div>
<div class="project__description">
<h3 class="project__description--title">WhiteBoard AI</h3>
<h4 class="project__description--sub-title"> Languages used: React, Firebase, Tailwind, Gemini API, HTML, CSS, JavaScript, Vercel </h4>
<p class="project__description--para">
This project is a student-focused whiteboard application designed to enhance learning by encouraging active participation. The application features an AI-powered chatbot integrated into the sidebar, which provides hints and ideas without directly interacting with the whiteboard. This ensures that students remain fully engaged in their work. Periodic screenshots of the whiteboard are captured and analyzed by the AI to offer contextually relevant suggestions, reinforcing the student-driven approach to problem-solving.
</p>
<div class="project__description--links">
<a href="https://github.com/jacobmoses10/2024SIS_Team18" target="_blank" class="project__description--links">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://inkwise.vercel.app/" target="_blank" class="project__description--links">
<i class="fa-solid fa-link"></i>
</a>
</div>
</div>
</div>
</li>
<li class="project">
<div class="project__wrapper">
<img src="./assets/Netflix Clone Pic.png" class="project__img" alt="">
<div class="project__wrapper--bg"></div>
<div class="project__description">
<h3 class="project__description--title"> Netflix Clone - (Developing)</h3>
<h4 class="project__description--sub-title"> Languages used: Next.js, Tailwind, Firebase, TypeScript, React, HTML, CSS, JavaScript</h4>
<p class="project__description--para"> Netflix Clone, that used the above languages to give you a similiar experience as the real netflix website. It has a payment features including videos to watch (trailers). This allowed me to practice my React skills and integrate new technologies which allowed to learn new skills!</p>
<div class="project__description--links">
<a href="https://github.com/ahmyk9/Netflix-Clone" target="_blank" class="project__description--links">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://netflix-clone-liart-nine.vercel.app/" target="_blank" class="project__description--links">
<i class="fa-solid fa-link"></i>
</a>
</div>
</div>
</div>
</li>
<li class="project">
<div class="project__wrapper">
<img src="./assets/SmartHomePlantPot.jpeg" class="project__img" alt="">
<div class="project__wrapper--bg"></div>
<div class="project__description">
<h3 class="project__description--title"> Smart Home Plant Pot </h3>
<h4 class="project__description--sub-title"> Languages used: C++ </h4>
<p class="project__description--para"> The Smart Plant Care System is an Arduino-based project that allows users to monitor and maintain optimal conditions for different types of plants, ensuring their healthy growth and vitality. </p>
<div class="project__description--links">
<a href="https://github.com/ahmyk9/Smart-Home-Plant-Pot" target="_blank" class="project__description--links">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://www.youtube.com/watch?v=45vXlc0HOCU" target="_blank" class="project__description--links">
<i class="fa-solid fa-link"></i>
</a>
</div>
</div>
</div>
</li>
<li class="project">
<div class="project__wrapper">
<img src="./assets/BookProject.png" class="project__img" alt="">
<div class="project__wrapper--bg"></div>
<div class="project__description">
<h3 class="project__description--title">Book Store</h3>
<h4 class="project__description--sub-title"> Languages used: React, HTML, CSS, JavaScript</h4>
<p class="project__description--para">
Created my inaugural React project, showcasing my proficiency in building dynamic web applications. Employed React components, state management, and responsive design for an intuitive user experience. </p>
<div class="project__description--links">
<a href="https://github.com/ahmyk9/Book-Store" target="_blank" class="project__description--links">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://book-store-gray-xi.vercel.app/" target="_blank" class="project__description--links">
<i class="fa-solid fa-link"></i>
</a>
</div>
</div>
</div>
</li>
<li class="project">
<div class="project__wrapper">
<img src="./assets/uPay.png" class="project__img" alt="">
<div class="project__wrapper--bg"></div>
<div class="project__description">
<h3 class="project__description--title">uPay - (Developing)</h3>
<h4 class="project__description--sub-title"> Languages used: HTML, CSS, JavaScript and Python </h4>
<p class="project__description--para"> A webapp that scans your clothing item's NFC tags and allows customers to buy that product</p>
<div class="project__description--links">
<a href="https://github.com/ahmyk9/NFC-Web-App" target="_blank" class="project__description--links">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://upayx.vercel.app/" target="_blank" class="project__description--links">
<i class="fa-solid fa-link"></i>
</a>
</div>
</div>
</div>
</li>
<li class="project">
<div class="project__wrapper">
<img src="./assets/UTSTutionManagement.png" class="project__img" alt="">
<div class="project__wrapper--bg"></div>
<div class="project__description">
<h3 class="project__description--title"> UTS Tuition Management System</h3>
<h4 class="project__description--sub-title"> Languages used: Java </h4>
<p class="project__description--para"> Its a Java GUI Program, in which UTS Staff can login and out and add, edit or delete students studying at UTS.
This was an Assignment to assess our OOP (Object Oriented Programming) skills </p>
<div class="project__description--links">
<a href="https://github.com/ahmyk9/UTS-Tuition-Management-System" target="_blank" class="project__description--links">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://github.com/ahmyk9/UTS-Tuition-Management-System" target="_blank" class="project__description--links">
<i class="fa-solid fa-link"></i>
</a>
</div>
</div>
</div>
</li>
<li class="project">
<div class="project__wrapper">
<img src="./assets/courserecommendation.png" class="project__img" alt="">
<div class="project__wrapper--bg"></div>
<div class="project__description">
<h3 class="project__description--title"> ZAMBARK SUGGEST</h3>
<h4 class="project__description--sub-title"> Languages used: HTML,CSS, JavaScript, Python </h4>
<p class="project__description--para"> This website allows users to get a course recommendation based on their interest and make an account and save those subjects</p>
<div class="project__description--links">
<a href="https://github.com/ahmyk9/Courses-Recommendation-System" target="_blank" class="project__description--links">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://zambark.vercel.app/" target="_blank" class="project__description--links">
<i class="fa-solid fa-link"></i>
</a>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row footer__row">
<figure>
<!-- <img class="footer__logo" src="/assets/logo2.png" alt=""> -->
</figure>
<div class="footer__social--list">
<a href="https://github.com/ahmyk9" target="blank" class="
footer__social--link
link__hover-effect
link__hover-effect--white
"> Github </a>
<a href="https://www.linkedin.com/in/ahmed-khilji-45b509169/" target="blank" class="
footer__social--link
link__hover-effect
link__hover-effect--white
"> LinkedIn </a>
<a href="#" onclick="toggleModal()" class="
footer__social--link
link__hover-effect
link__hover-effect--white
"
> Contact </a>
<a href="./assets/Ahmed Khilji CV 2024.pdf" target="_blank" class="
footer__social--link
link__hover-effect
link__hover-effect--white
"> Resume </a>
</div>
<div class="footer__copyright"> Copyright © 2023 Ahmed Khilji </div>
</div>
</div>
</footer>
</body>
</html>