-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (37 loc) · 1.09 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
<!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>ALAINPATRICK</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="background">
<NAV>
<h1>MANZI A</h1>
<div class="navbar">
<a class="active" href="#home">home</a>
<a href="#about">about</a>
<a href="#service">service</a>
<a href="#Experience">Exeperience</a>
<a href="#contact">contact</a>
</div>
</NAV>
<div class="pal">
<p> Hi <br>
<b>MY NAME IS MUNYESHURI</b> <br>
ul/ux Design <br><br>
I’m professional web developer and app developer , i am <br>
specialised in designing front end and backend with almost 3 years<br>
of working , i work with big compagn other people check out 5<br>
best design’s of different sites you wish to be yours I work 24X7 at<br>
<br><br>
<button>read more</button></p>
</div>
<img src="./m1.png" alt="me">
</div>
</div>
</body>
</html>