-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMy Portfolio.html
More file actions
53 lines (44 loc) · 2.01 KB
/
My Portfolio.html
File metadata and controls
53 lines (44 loc) · 2.01 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Portfolio</title>
</head>
<link rel="stylesheet" href="css/bootstrap.min.css">
<script src="js/bootstrap.min.js"></script>
<link rel="stylesheet" href="portfolio.css">
<body>
<br><br>
<center><h2>MY PROFILE</h2></center>
<center><img src="Images/Profile.jpg" alt="" class="rounded-circle col-md-3"></center>
<br><br><br>
<h3>Personal Details :</h3>
<p>My Name is <b>Alexander Njiru</b>.I am a dedicated Web designer with a passion for creating seamless user experiences.Detail-oriented and colaborative .I brinng a strong foundation in front -end technologies and a commitment to delivering high-quality projects</p>
<h3>My Projects :</h3>
<div class="row">
<h5>Personal Blog Website</h5>
<p>Description:Created a responsive personal blog website using HTML ,CSS ,and Javscript.Implememnted an intuitive user interface for seamless navigation .Intergrated a commenting system using Firebase for user engagement.Skills demonstrated inc;Front-end Development,UI/UX design and Firebase Intergration. </p>
</div>
<div class="row">
<h5>E-commerce PLatform</h5>
<p>Description:Collaborated in the development of a dynamic e-commerce platform .Utilized React.js for the front end and intergrated with a respectful API For product data.Implemented features like product filtering ,cart management , and checkout functionality.</p>
<a href="https://github.com/dashboard"> Visit my Github account to view Projects</a>
</div>
<br><br>
<h3>Professional Associations:</h3>
<p>.Member of the Web Developers Association</p>
<br><br>
<h3>Contact:</h3>
<br>
<div class="col">
<p>Email:alexandermwaniki51@gmail.com</p>
<div class="row">
<h6>Github:</h6>
<a href="https://github.com/dashboard">My Github account</a>
</div>
</div>
</body>
</html>