-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (34 loc) · 1.32 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
<!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>My Homepage</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<nav>
<ul>
<li> <a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Contact-me</a></li>
</ul>
</nav>
<div class="container">
<div class="myinamge">
<img src="./images/kemboi.jpg" alt="my image" height="350px" width="350px">
</div>
<div class="description">
<h2 class="header"> WELCOME TO MY WEBSITE</h2>
<P class="mydesc">
Hello, there, My name is Kemboi, I'am a web developer, with the understanding of <span class="span">HTML</span> , <span class="span">CSS</span>and <span class="span">JAVASCRIPT</span> .
</P>
<P class="moretext">I offer services like web development that has satified my clients. I have served more than 10 clients.
I use technologies like Git for version control for collaboration </P>
</div>
</div>
</body>
</html>