-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (49 loc) · 1.41 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
<!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>AMANI</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1>This is my bio</h1>
<br>
<div>
<h2>My information</h2>
<div>
<div>
<img
width="150"
height="150"
src="images/Image h1.jpg"
alt="">
<div>
<div>
<h2>My Projects</h2>
<ol>
<li><a href="https://github.com/AMANIKAI/Amani2.git" target="_blank">Amani2<a></a>
<p>This is my very first Projects</p>
<li><a href="https://github.com/AMANIKAI/hello-world.git" target="_blank">Hello-world<a>
<p>This is a greeting to the world as I start my coding project</p>
<li> <a href="https://github.com/AMANIKAI/Amaniweb.git" target="_blank">Amaniweb<a>
<p>This is my personal website as I practice</p>
</ol>
<br>
<p></p>
<div>
<div>
<div>
<h2>My background</h2>
<p>My name is Amani, I am from Kilifi, I studied Finance at MKU</p>
<P>I am married with three kids</P>
<p>I like adventure</p>
<br>
<div>
<h3>Contact us</h3>
<ul>
<li>Email: akai@safaricom.co.ke</li>
<li>Mobile: +254 713 989 740</li>
</ul>
</body>