-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
351 lines (350 loc) · 16.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="styles/styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body class="main-content">
<header class="container header active" id="home">
<div class="header-content">
<div class="left-header">
<div class="h-shape"></div>
<div class="image">
<img src="img/background-jpg" alt="">
</div>
</div>
<div class="right-header">
<h1 class="name">
Hi, I'm <span>Falis Abdikani.</span>
A full stack Developer.
</h1>
<p>
I'm a full stack dev who is passionate about crafting visually appealing and user-friendly websites. I enjoy the process of creating functional
and aesthetically pleasing web experiences.I am a detail-oriented individual who values clean and well-structured code. I prioritize writing efficient
and maintainable code that enhances the performance and scalability of websites. I am also adept at debugging and troubleshooting issues to ensure optimal functionality.
</p>
<div class="btn-con">
<a href="https://docs.google.com/document/d/1hi-Na84QrXb_CAFGiyxnmzdq34KiyHztx3dMlP_lmVU/edit?usp=sharing" class="main-btn">
<span class="btn-text">Check my Resume</span>
<span class="btn-icon"><i class="fas fa-download"></i></span>
</a>
</div>
</div>
</div>
</header>
<main>
<section class="container" id="projects">
<div class="main-title">
<h2>My <span>Projects</span><span class="bg-text">My Work</span></h2>
</div>
<p class="port-text">
Here is some of my work that I've done in various programming languages. <br>
hover the project image to see each project details .
</p>
<!-- Project 1 -->
<div class="project">
<div class="project-image">
<img src="./img/leader.png" alt="Project 1" class="project-img1">
</div>
<div class="project-details1">
<h3>Leader-Board</h3>
<p>A leaderboard created using Leaderboard API service, Webpack, and Gitflow. The user can add a new score and refresh to see their ranking in the leaderboard.</p>
<h3>Technology used</h3>
<ul class="Technology-list">
<li>React</li>
<li>CSS</li>
</ul>
<div class="project-buttons">
<a href="https://leader-board45.netlify.app/">see Live</a>
<a href="https://github.com/Ibtisam34/leader-board">see code</a>
</div>
</div>
</div>
<!-- Project 2 -->
<div class="project">
<div class="project-image">
<img src="./img/bookstore.png" alt="Project 2" class="project-img2">
</div>
<div class="project-details2">
<h3>Bookstore</h3>
<p>Bookstore is a web app that allows you to manage the books your reading, you can add/delete a book and view your progress on current books.
It's Built with React and Redux (state management).</p>
<h3>Technology used</h3>
<ul class="Technology-list">
<li>React</li>
<li>Redux</li>
<li>CSS</li>
</ul>
<div class="project-buttons">
<a href="https://bookstore13.netlify.app/" target="_blank">See Live</a>
<a href="https://github.com/Ibtisam34/Bookstore" target="_blank">Source Code</a>
</div>
</div>
</div>
<!-- Project 3 -->
<div class="project">
<div class="project-image">
<img src="./img/metric.png" alt="Project 3" class="project-img3">
</div>
<div class="project-details3">
<h3>Metrics-webapp</h3>
<p>Metrics-webapp is a weather application that provides weather information based on user selections. It uses a Single Page Application format to display weather information dynamically. Users can access different weather information by simply clicking on the relevant category.</p>
<h3>Technology used</h3>
<ul class="Technology-list">
<li>React</li>
<li>CSS</li>
</ul>
<div class="project-buttons">
<a href="https://riyana5678.netlify.app/" target="_blank">See Live</a>
<a href="https://github.com/Ibtisam34/Metrics-webapp" target="_blank">Source Code</a>
</div>
</div>
</div>
<!-- Project 4 -->
<div class="project">
<div class="project-image">
<img src="./img/tvmaze.png" alt="Project 4" class="project-img4">
</div>
<div class="project-details4">
<h3>Awesome-Movies</h3>
<p>Awesome-Movies is a website that showcases a wide range of TV series using the TVMaze API. Users can explore and discover their favorite TV shows, and interact with them through features like liking and commenting. It is built using HTML, CSS, JavaScript, and the TVMaze API.</p>
<h3>Technology used</h3>
<ul class="Technology-list">
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
<div class="project-buttons">
<a href="https://ibtisam34.github.io/group-capstone/dist/" target="_blank">See Live</a>
<a href="https://github.com/Ibtisam34/group-capstone" target="_blank">Source Code</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="container about" id="about">
<div class="main-title">
<h2>About <span>me</span><span class="bg-text">my stats</span></h2>
</div>
<div class="about-container">
<div class="left-about">
<h4>Information About me</h4>
<p>
I have just over a year of experience as a junior software engineer with First Technology.
In my short time there, I've already contributed to over a dozen projects and assisted
with managing one project for one of the firm's long-time <br>
</p>
<div class="btn-con">
<a href="https://docs.google.com/document/d/1hi-Na84QrXb_CAFGiyxnmzdq34KiyHztx3dMlP_lmVU/edit?usp=sharing" class="main-btn">
<span class="btn-text">Check my Resume</span>
<span class="btn-icon"><i class="fas fa-download"></i></span>
</a>
</div>
</div>
<div class="right-about">
<div class="about-item">
<div class="abt-text">
<p class="large-text">120+</p>
<p class="small-text">Projects <br /> Completed</p>
</div>
</div>
<div class="about-item">
<div class="abt-text">
<p class="large-text">2+</p>
<p class="small-text">Years of <br /> experience</p>
</div>
</div>
</div>
</div>
<div class="about-stats">
<h4 class="stat-title">My Skills</h4>
<div class="progress-bars">
<div class="progress-bar">
<p class="prog-title">html</p>
<div class="progress-con">
<p class="prog-text">95%</p>
<div class="progress">
<span class="html"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">css</p>
<div class="progress-con">
<p class="prog-text">95%</p>
<div class="progress">
<span class="css"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">javascript</p>
<div class="progress-con">
<p class="prog-text">85%</p>
<div class="progress">
<span class="js"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">ReactJS</p>
<div class="progress-con">
<p class="prog-text">85%</p>
<div class="progress">
<span class="react"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">Ruby</p>
<div class="progress-con">
<p class="prog-text">87%</p>
<div class="progress">
<span class="node"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">Ruby on rails</p>
<div class="progress-con">
<p class="prog-text">70%</p>
<div class="progress">
<span class="python"></span>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="container contact" id="contact">
<div class="contact-container">
<div class="main-title">
<h2>Contact <span>Me</span><span class="bg-text">Contact</span></h2>
</div>
<div class="contact-content-con">
<div class="left-contact">
<h4>Contact me here</h4>
<p>
If
you like what you see and have a project you need coded, don’t
hestiate to contact me..
</p>
<div class="contact-info">
<div class="contact-item">
<div class="icon">
<i class="fas fa-map-marker-alt"></i>
<span>Location</span>
</div>
<p>
: Nairobi,kenya
</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fas fa-envelope"></i>
<span>Email</span>
</div>
<p>
<span>: [email protected]</span>
</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fas fa-user-graduate"></i>
<span>Education</span>
</div>
<p>
<span>: Maina Wanjigi high school, Nairobi</span>
</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fas fa-user-graduate"></i>
<span>Mobile Number</span>
</div>
<p>
<span>: +254112632634 </span>
</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fas fa-globe-africa"></i>
<span>Languages</span>
</div>
<p>
<span>: Somali, English, kiswahili</span>
</p>
</div>
</div>
<div class="contact-icons">
<div class="contact-icon">
<a href="https://github.com/Ibtisam34" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/falis-abdikani/" target="_blank">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</div>
</div>
</div>
<div class="right-contact">
<form action="https://formspree.io/f/moqzzvvv" method="POST" class="contact-form">
<div class="input-control i-c-2">
<input type="text" name="name" required placeholder="YOUR NAME">
<input type="email" name="email" required placeholder="YOUR EMAIL">
</div>
<div class="input-control">
<input type="text" name="subject" required placeholder="ENTER SUBJECT">
</div>
<div class="input-control">
<textarea name="message" id="" cols="15" rows="8" placeholder="Message Here..."></textarea>
</div>
<div class="submit-btn">
<button type="submit" class="main-btn">
<span class="btn-text">Submit</span>
</button>
</div>
</form>
</div>
</div>
</div>
</section>
</main>
<div class="controls">
<div class="control active-btn" data-id="home">
<a href="#home">
<i>Home</i>
</a>
</div>
<div class="control" data-id="projects">
<a href="#projects">
<i>Projects</i>
</a>
</div>
<div class="control" data-id="about">
<a href="#about">
<i>About</i>
</a>
</div>
<div class="control" data-id="contact">
<a href="#contact">
<i>Contact</i>
</a>
</div>
</div>
<div class="theme-btn">
<a href="#theme">
<i class="fas fa-adjust"></i>
</a>
</div>
<script src="app.js"></script>
</body>
</html>