-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
299 lines (270 loc) · 13.3 KB
/
index.html
File metadata and controls
299 lines (270 loc) · 13.3 KB
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Habib Hakeem // Web Developer</title>
<!-- bootstrap css -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<!-- custom css -->
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<!-- navBar -->
<nav class="navbar customNavbar navbar-expand-md bg-dark navbar-dark py-0">
<div class="container-fluid navWrapper">
<h1 class="navbar-brand">PORTFOLIO</h1>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0 px-2">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#aboutMeText">About me</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#work">Work</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#contact-details">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#resume">Resume</a>
</li>
</li>
</ul>
</div>
</div>
</nav>
<!-- hero/jumbotron -->
<section id="heroBanner" class="p-0 mb-0 mt-0">
<div class="container-fluid py-0 px-0">
<div class="row">
<div class="heroBanner img-fluid ">
<img class="img-fluid" src="./images/hero.jpg" alt="">
</div>
</div>
</div>
</section>
<!--About me -->
<section id="about" class="container mt-4 pe-sm-3 pe-lg-5 fs-6">
<div class="row">
<div
class="header d-none d-sm-block col-12 col-md-2 pe-3 text-center text-md-end border-5 border-dark border-end">
<h4>About Me</h4>
</div>
<div class="paragraph col-sm-12 col-md-10 col-lg-10">
<h4 class="text-center d-block d-sm-none">About Me</h4>
<p id="aboutMeText" class="headerText text-center">
<strong>Hello and welcome to my portfolio!</strong>
<br />
<br>
<span class="fst-italic">I'm Habib Hakeem, a passionate and ambitious web developer with a
genuine love for crafting digital experiences. In the short time I've
been immersed in this exciting field, I've already honed my skills and
gained valuable hands-on experience. Every project I undertake is an
opportunity for me to blend creativity and technical expertise to bring
unique visions to life. I thrive on challenges and am dedicated to
staying at the forefront of design trends and emerging technologies.
Join me on this exciting journey as I continue to grow, innovate, and
create stunning and intuitive websites that captivate and engage
audiences.</span>
</p>
</div>
</section>
<!-- skills -->
<section id="about" class="container mt-4 pe-sm-3 pe-lg-5 fs-6">
<div class="row">
<div
class="header d-none d-sm-block col-12 col-md-2 pe-3 text-center text-md-end border-5 border-dark border-end">
<h4>Skills</h4>
</div>
<div class="paragraph col-sm-12 col-md-10 col-lg-10">
<h4 class="text-center d-block d-sm-none">Skills</h4>
<p id="aboutMeText" class="headerText text-center">
<strong>These are my skills!</strong>
<br />
<br>
I am proficient in using the following languages and tools; <span class="fst-italic">HTML, CSS, JavaScript, Python, React, Figma & Photoshop.
</span>
</p>
</div>
</section>
<!-- work -->
<section class="container mt-4 pe-sm-3 pe-lg-5 fs-6">
<div class="row">
<div id="work"
class="col-2 pe-3 header d-none d-sm-block text-center text-md-end border-5 border-dark border-end">
<h4>Work</h4>
</div>
<div class="carousel col-sm-12 col-md-10 col-lg-10">
<h4 class="text-center d-block d-sm-none">Work</h4>
<div class="workBanner">
<div id="carouselExample" class="carousel slide">
<div class="carousel-inner">
<div class="carousel-item active workBanner">
<!-- <img src="" class="d-block w-100" alt="..."> -->
</div>
<div class="carousel-item workBanner2">
<!-- <img src="..." class="d-block w-100" alt="..."> -->
</div>
<div class="carousel-item workBanner3">
<!-- <img src="..." class="d-block w-100" alt="..."> -->
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExample"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExample"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
<div class="col-2 border-5 border-dark border-end d-none d-md-block"></div>
<div class="col-sm-6 col-md-5 col-lg-5 mt-2">
<a target="_blank" href="https://habibstackz.github.io/Huddle-Responsive-Landing-Page-by-Habib/">
<div class="huddle">
<h5>Huddle</h5>
</div>
</a>
</div>
<div class="col-sm-6 col-md-5 col-lg-5 mt-2">
<a target="_blank" href="https://habibstackz.github.io/Huddle-Responsive-Landing-Page-by-Habib/">
<div class="prework">
<h5>Prework Study Guide</h5>
</div>
</a>
</div>
<div class="col-2 border-5 border-dark border-end d-none d-md-block"></div>
<div class="col-sm-6 col-md-5 col-lg-5 mt-2">
<a target="_blank" href="https://habibstackz.github.io/Huddle-Responsive-Landing-Page-by-Habib/">
<div class="pf-website">
<h5>Portfolio Website</h5>
</div>
</a>
</div>
<div class="col-sm-6 col-md-5 col-lg-5 mt-2">
<a target="_blank"
href="https://habibstackz.github.io/Marketing-website-code-refactoring-for-accessibility-and-SEO/">
<div class="horiseon">
<h5>Horiseon</h5>
</div>
</a>
</div>
</div>
</section>
<!--Contact me -->
<section class="container mt-4 pe-sm-3 pe-lg-5 fs-6">
<div class="row">
<div id="contactMe"
class="header d-none d-sm-block col-sm-12 col-md-2 col-lg-2 pe-3 text-center text-md-end border-5 border-dark border-end">
<h4>Contact Me</h4>
</div>
<div class="paragraph col-sm-12 col-md-10 col-lg-10">
<h4 class="text-center d-block d-sm-none">Contact Me</h4>
<ul id="contact-details" class="d-block d-md-flex text-center me-4">
<li>
<a class="github btn btn-dark" type="button" target="_blank"
href="https://github.com/HabibStackz"><strong>Github</strong></a>
</li>
<li>
<a class="phone"><strong>+447736069582</strong></a>
</li>
<li>
<a class="email" target="_blank">
<strong> habib.hakeem@yahoo.com</strong></a>
</li>
</ul>
</div>
</section>
<!--Resume -->
<section id="resume" class="container mt-4 pe-sm-3 pe-lg-5 fs-6">
<div class="row">
<div
class="header d-none d-sm-block col-12 col-md-2 pe-3 text-center text-md-end border-5 border-dark border-end">
<h4>Resume</h4>
</div>
<div class="paragraph col-sm-12 col-md-10 col-lg-10">
<p id="aboutMeText" class="headerText text-center">
<strong>Kindly download and view my resume here!</strong>
</p>
<div class="d-grid gap-2">
<a href="./Resume/Habib_Hakeem_Resume.pdf" class="btn btn-dark" type="button">DOWNLOAD
RESUME</a>
</div>
</div>
</section>
<div class="container-fluid mt-5 p-0">
<footer class="bg-dark text-center text-white">
<!-- Grid container -->
<div class="container p-4 pb-0">
<!-- Section: Social media -->
<section class="mb-4">
<!-- Facebook -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i
class="fab fa-facebook-f"></i></a>
<!-- Twitter -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i
class="fab fa-twitter"></i></a>
<!-- Google -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i
class="fab fa-google"></i></a>
<!-- Instagram -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i
class="fab fa-instagram"></i></a>
<!-- Linkedin -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i
class="fab fa-linkedin-in"></i></a>
<!-- Github -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"><i
class="fab fa-github"></i></a>
</section>
<!-- Section: Social media -->
<section>
<ul class="footer-nav ms-0 ps-0 d-block d-md-flex justify-content-center text-center">
<li>
<a href="#aboutMeText">About me</a>
</li>
<li>
<a href="#work">Work</a>
</li>
<li>
<a href="#contact-details">Contact</a>
</li>
<li>
<a href="#resume">Resume</a>
</li>
</ul>
</section>
</div>
<!-- Grid container -->
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
© 2023 Copyright: Habib Hakeem
</div>
<!-- Copyright -->
</footer>
</div>
<!-- End of .container -->
<!-- <section class="resumeButton">
<a class="btn btn-primary" href="./Resume/Habib_Hakeem_Resume.pdf">Download Resume</a>
</section> -->
<!-- popperJS -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
crossorigin="anonymous"></script>
<!-- bootstrap css -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.min.js"
integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+"
crossorigin="anonymous"></script>
</body>
</html>