-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (56 loc) · 3.74 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
<!DOCTYPE html>
<html>
<head>
<title> Nabeel Mukati</title>
<link rel = "stylesheet" href = "homepage styles/homepagemain.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Assistant:[email protected]&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
</head>
<body class = "homepage">
<div class = "left-side">
<div class = "title">
<h1 class = "name"> Nabeel Mukati </h1>
<h2 class = "role"> Student at the University of Florida</h2>
<p class = "description"> I build solutions, solve puzzles and lead complex projects</p>
</div>
<div class ="selfie-div">
<img class = "selfie" src = "images/Nabeel.jpeg">
</div>
<div class = "header-icons-sections">
<a href = "https://github.com/NabeelMukati" target ="_blank">
<img class = "header-icons" src = "images/icons/github icon.png">
</a>
</div>
</div>
<div class = "right-side">
<div class = "homepage-about">
<h2 class = "homepage-about-title"> ABOUT </h2>
<p> In my freshman year, I stumbled into Computer Science, beginning with something as straightforward as a random phone number generator. That small project unexpectedly opened the door to something much bigger. Now, I'm working on "Club Finity," an app aimed at connecting students with clubs and organizations on campus, simplifying how everyone finds their crowd.</p>
<p>Whenever I find some free time, I dive into a new project. It's my way of honing my skills.</p>
<p>When I step away from the keyboard, basketball is my go-to activity. I'm not aiming for the pros, but I thoroughly enjoy playing. Alternatively, you might find me engrossed in a book or exploring a new café. It seems coding and coffee are a perfect match for me. These pursuits outside of programming help keep my creativity alive.</p>
</p>
</div>
<h2 class = "homepage-experience-title"> EXPERIENCES<br></h2>
<div class = "homepage-experience">
<div class = "homepage-experience-date" "homepage-dates-text">
<h6>2021 — 2023</h6>
<h6>2021 — 2023</h6>
</div>
<div class = "homepage-experience-role">
<h3>Algebra Instructor</h3>
<h2 class = "homepage-experience-specific-role">Tutor</h2>
<p class = "homepage-experience-role-description">Actively tutored students in math part-time, dedicating 10 hours a week to provide comprehensive academic support.</p>
<p class = "homepage-experience-role-description">Enhanced students’ comprehension and boosted their academic achievements significantly.</p>
<h3>Event Coordinator - Make-A-Wish Foundation</h3>
</div>
</div>
<div class = "Projects">
<p> projects made</p>
</div>
</div>
</body>
</html>