-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
392 lines (374 loc) · 23 KB
/
index.html
File metadata and controls
392 lines (374 loc) · 23 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
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
<!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="Portfolio of Fuad Aman - Full Stack Developer based in Ethiopia">
<meta name="keywords" content="Fuad Aman, Full Stack Developer, Ethiopia, HTML, CSS, Bootstrap">
<meta name="author" content="Fuad Aman">
<title>Fuad Aman | Full Stack Developer</title>
<!-- Bootstrap 5.3 CDN -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Favicon -->
<link rel="icon" href="./assets/icons/favicon (2).ico" type="image/x-icon">
</head>
<body data-bs-spy="scroll" data-bs-target="#main-nav" data-bs-offset="100">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg fixed-top navbar-dark bg-dark-custom" id="main-nav">
<div class="container">
<a class="navbar-brand fw-bold text-uppercase" href="#">Fuad<span class="text-primary-custom">.</span></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-center" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
<a href="#contact" class="btn btn-primary-custom d-none d-lg-block">Hire Me</a>
</div>
</nav>
<main>
<!-- Hero Section -->
<section id="home" class="min-vh-100 d-flex align-items-center position-relative overflow-hidden">
<div class="container">
<div class="row align-items-center g-5">
<div class="col-lg-6 order-2 order-lg-1">
<div class="hero-content">
<h5 class="text-light mb-2">Hi I am</h5>
<h1 class="display-3 fw-bold mb-3 text-light">Fuad Aman</h1>
<h2 class="display-5 fw-bold text-primary-custom mb-4" id="typing-text">Full Stack Developer</h2>
<p class="lead text-secondary mb-4">
I create clean, performance-optimized, and accessible user interfaces.
Based in Ethiopia, I specialize in HTML, CSS, and Bootstrap to develop and deliver pixel-perfect designs.
</p>
<div class="social-icons mb-4">
<a href="#" class="me-3 fs-4 text-light"><i class="bi bi-instagram"></i></a>
<a href="#" class="me-3 fs-4 text-light"><i class="bi bi-linkedin"></i></a>
<a href="#" class="me-3 fs-4 text-light"><i class="bi bi-dribbble"></i></a>
<a href="#" class="me-3 fs-4 text-light"><i class="bi bi-github"></i></a>
</div>
<div class="d-flex gap-3 mb-5">
<a href="#contact" class="btn btn-primary-custom btn-lg">Hire Me</a>
<a href="#" class="btn btn-outline-light btn-lg">Download CV</a>
</div>
<div class="hero-stats p-4 rounded-3 d-flex justify-content-between text-light bg-dark-lighter">
<div class="stat-item border-end border-secondary pe-4">
<h3 class="fw-bold text-primary-custom mb-0">1+</h3>
<small class="text-secondary">Experiences</small>
</div>
<div class="stat-item border-end border-secondary px-4">
<h3 class="fw-bold text-primary-custom mb-0">2+</h3>
<small class="text-secondary">Projects Done</small>
</div>
<div class="stat-item ps-4">
<h3 class="fw-bold text-primary-custom mb-0">1+</h3>
<small class="text-secondary">Happy Clients</small>
</div>
</div>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2">
<div class="hero-image-wrapper position-relative text-center">
<!-- Circular background implemented in CSS -->
<div class="hero-circle"></div>
<img src="assets/images/my profile.png" alt="Fuad Aman" class="img-fluid position-relative hero-img">
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-5 section-bg">
<div class="container py-5">
<div class="row align-items-center g-5">
<div class="col-lg-5">
<div class="about-image position-relative">
<img src="assets/images/profile.jpg" alt="About Fuad" class="img-fluid rounded-3 shadow-lg">
</div>
</div>
<div class="col-lg-7">
<h6 class="text-primary-custom text-uppercase letter-spacing-2">About Me</h6>
<h2 class="fw-bold text-light mb-4">Passionate Full Stack Developer</h2>
<p class="text-secondary mb-4">
With over 10 years of experience in web development, I have mastered the art of creating
seamless, user-friendly, and responsive websites. My focus is always on writing clean,
semantic code and optimizing for performance and accessibility.
</p>
<div class="row g-3 mb-4">
<div class="col-sm-6">
<div class="d-flex align-items-center text-light">
<i class="bi bi-check-circle-fill text-primary-custom me-2"></i>
<span>Pixel Perfect Design</span>
</div>
</div>
<div class="col-sm-6">
<div class="d-flex align-items-center text-light">
<i class="bi bi-check-circle-fill text-primary-custom me-2"></i>
<span>Fast Performance</span>
</div>
</div>
<div class="col-sm-6">
<div class="d-flex align-items-center text-light">
<i class="bi bi-check-circle-fill text-primary-custom me-2"></i>
<span>SEO Optimized</span>
</div>
</div>
<div class="col-sm-6">
<div class="d-flex align-items-center text-light">
<i class="bi bi-check-circle-fill text-primary-custom me-2"></i>
<span>Responsive Layouts</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="py-5">
<div class="container py-5">
<div class="text-center mb-5">
<h6 class="text-primary-custom text-uppercase letter-spacing-2">My Skills</h6>
<h2 class="fw-bold text-light">Technical Expertise</h2>
</div>
<div class="row g-4">
<div class="col-md-3 col-sm-6">
<div class="skill-card p-4 rounded-3 bg-dark-lighter text-center h-100 hover-effect">
<div class="icon-box mb-3 text-primary-custom fs-1">
<i class="bi bi-filetype-html"></i>
</div>
<h4 class="text-light h5">HTML5</h4>
<p class="text-secondary small mb-0">Semantic Structure, Accessibility, CEO</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="skill-card p-4 rounded-3 bg-dark-lighter text-center h-100 hover-effect">
<div class="icon-box mb-3 text-primary-custom fs-1">
<i class="bi bi-filetype-css"></i>
</div>
<h4 class="text-light h5">CSS3</h4>
<p class="text-secondary small mb-0">Animations, Flexbox, Grid</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="skill-card p-4 rounded-3 bg-dark-lighter text-center h-100 hover-effect">
<div class="icon-box mb-3 text-primary-custom fs-1">
<i class="bi bi-bootstrap"></i>
</div>
<h4 class="text-light h5">Bootstrap 5</h4>
<p class="text-secondary small mb-0">Responsive, Components, Utilities</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="skill-card p-4 rounded-3 bg-dark-lighter text-center h-100 hover-effect">
<div class="icon-box mb-3 text-primary-custom fs-1">
<i class="bi bi-layers"></i>
</div>
<h4 class="text-light h5">Full Stack</h4>
<p class="text-secondary small mb-0">Frontend + Backend Integration</p>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="py-5 section-bg">
<div class="container py-5">
<div class="text-center mb-5">
<h6 class="text-primary-custom text-uppercase letter-spacing-2">Portfolio</h6>
<h2 class="fw-bold text-light">My Recent Projects</h2>
</div>
<!-- Filter Tabs (Visual Only for now) -->
<ul class="nav nav-pills justify-content-center mb-5" id="pills-tab" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active rounded-pill px-4" type="button">All</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link rounded-pill px-4" type="button">Web Design</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link rounded-pill px-4" type="button">App Design</button>
</li>
</ul>
<div class="row g-4">
<div class="col-lg-4 col-md-6">
<div class="project-card rounded-3 overflow-hidden position-relative group">
<img src="assets/images/project-1.png" alt="Project 1" class="img-fluid w-100 object-fit-cover" style="height: 300px;">
<div class="project-overlay position-absolute top-0 start-0 w-100 h-100 d-flex flex-column justify-content-center align-items-center p-3">
<h4 class="text-light fw-bold">E-Commerce Platform</h4>
<p class="text-light small">Bootstrap 5, JS</p>
<a href="#" class="btn btn-primary-custom btn-sm rounded-pill"><i class="bi bi-link-45deg"></i> View</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="project-card rounded-3 overflow-hidden position-relative group">
<img src="assets/images/project-2.png" alt="Project 2" class="img-fluid w-100 object-fit-cover" style="height: 300px;">
<div class="project-overlay position-absolute top-0 start-0 w-100 h-100 d-flex flex-column justify-content-center align-items-center p-3">
<h4 class="text-light fw-bold">Portfolio V2</h4>
<p class="text-light small">HTML, CSS</p>
<a href="#" class="btn btn-primary-custom btn-sm rounded-pill"><i class="bi bi-link-45deg"></i> View</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="project-card rounded-3 overflow-hidden position-relative group">
<img src="assets/images/project-3.png" alt="Project 3" class="img-fluid w-100 object-fit-cover" style="height: 300px;">
<div class="project-overlay position-absolute top-0 start-0 w-100 h-100 d-flex flex-column justify-content-center align-items-center p-3">
<h4 class="text-light fw-bold">Dashboard UI</h4>
<p class="text-light small">Bootstrap, SASS</p>
<a href="#" class="btn btn-primary-custom btn-sm rounded-pill"><i class="bi bi-link-45deg"></i> View</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Experience Section -->
<section id="experience" class="py-5">
<div class="container py-5">
<div class="text-center mb-5">
<h6 class="text-primary-custom text-uppercase letter-spacing-2">Timeline</h6>
<h2 class="fw-bold text-light">My Experience</h2>
</div>
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="timeline position-relative">
<!-- Timeline Item 1 -->
<div class="timeline-item d-flex mb-5">
<div class="timeline-dot flex-shrink-0"></div>
<div class="timeline-content ps-4">
<span class="text-primary-custom small fw-bold">2021 - Present</span>
<h4 class="text-light mt-1">Senior Full Stack Developer</h4>
<h6 class="text-secondary">TechSolutions Inc.</h6>
<p class="text-secondary mt-2">Leading the frontend team, architecting scalable solutions using Bootstrap and ensuring accessibility compliance across all products.</p>
</div>
</div>
<!-- Timeline Item 2 -->
<div class="timeline-item d-flex mb-5">
<div class="timeline-dot flex-shrink-0"></div>
<div class="timeline-content ps-4">
<span class="text-primary-custom small fw-bold">2018 - 2021</span>
<h4 class="text-light mt-1">Web Developer</h4>
<h6 class="text-secondary">Creative Agency</h6>
<p class="text-secondary mt-2">Developed responsive websites for 50+ clients. Optimized page load speeds and implemented custom CMS themes.</p>
</div>
</div>
<!-- Timeline Item 3 -->
<div class="timeline-item d-flex">
<div class="timeline-dot flex-shrink-0"></div>
<div class="timeline-content ps-4">
<span class="text-primary-custom small fw-bold">2015 - 2018</span>
<h4 class="text-light mt-1">Junior Frontend Dev</h4>
<h6 class="text-secondary">StartUp Hub</h6>
<p class="text-secondary mt-2">Collaborated with UX designers to implement pixel-perfect designs. Mastered HTML5, CSS3 foundations.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-5 section-bg">
<div class="container py-5">
<div class="row g-5">
<div class="col-lg-5">
<h6 class="text-primary-custom text-uppercase letter-spacing-2">Get in Touch</h6>
<h2 class="fw-bold text-light mb-4">Let's discuss your project</h2>
<p class="text-secondary mb-5">
I'm available for freelance work. Connect with me via phone:
<br>
<span class="text-light fw-bold fs-5">+251 912 345 678</span>
<br>
Or email me at <span class="text-primary-custom">fuad@example.com</span>
</p>
<div class="contact-info d-flex flex-column gap-4">
<div class="d-flex align-items-center">
<div class="icon-box-sm bg-dark-lighter text-primary-custom rounded-circle d-flex justify-content-center align-items-center me-3">
<i class="bi bi-geo-alt"></i>
</div>
<div>
<h6 class="text-light mb-0">Location</h6>
<small class="text-secondary">Addis Ababa, Ethiopia</small>
</div>
</div>
<div class="d-flex align-items-center">
<div class="icon-box-sm bg-dark-lighter text-primary-custom rounded-circle d-flex justify-content-center align-items-center me-3">
<i class="bi bi-envelope"></i>
</div>
<div>
<h6 class="text-light mb-0">Email</h6>
<small class="text-secondary">fuad.aman@example.com</small>
</div>
</div>
</div>
</div>
<!-- <div class="col-lg-7">
<form class="p-4 bg-dark-lighter rounded-3 shadow-sm">
<div class="row g-3">
<div class="col-md-6">
<div class="form-floating">
<input type="text" class="form-control bg-dark border-secondary text-light" id="name" placeholder="Your Name">
<label class="text-secondary" for="name">Your Name</label>
</div>
</div>
<div class="col-md-6">
<div class="form-floating">
<input type="email" class="form-control bg-dark border-secondary text-light" id="email" placeholder="Your Email">
<label class="text-secondary" for="email">Your Email</label>
</div>
</div>
<div class="col-12">
<div class="form-floating">
<input type="text" class="form-control bg-dark border-secondary text-light" id="subject" placeholder="Subject">
<label class="text-secondary" for="subject">Subject</label>
</div>
</div>
<div class="col-12">
<div class="form-floating">
<textarea class="form-control bg-dark border-secondary text-light" placeholder="Message" id="message" style="height: 150px"></textarea>
<label class="text-secondary" for="message">Message</label>
</div>
</div>
<div class="col-12">
<button type="submit" class="btn btn-primary-custom btn-lg w-100">Send Message</button>
</div>
</div>
</form>
</div> -->
</div>
</div>
</section>
</main>
<footer class="py-4 bg-dark border-top border-secondary">
<div class="container text-center">
<p class="text-secondary mb-0">© 2026 Fuad Aman. All rights reserved.</p>
</div>
</footer>
<!-- Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>