-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (40 loc) · 1.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio-website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Div-one for navigation part-->
<div class="header">
<img src="NAAMI.jpeg">
<ul>
<li> HOME</li>
<li> CONTACT </li>
<li> ABOUT ME </li>
<li> CASES</li>
<li> SKILLS </li>
</ul>
<div class="header-contact">
<button> Contact Me </button>
</div>
</div>
<!-- Main-parent div-with left and right both -->
<div class="main-parent">
<div class="main-left">
<p>Hey, I am Nami🤚 </p>
<br>
<h1 >I develope <span class="iman">website <br>design </span>and brand <br>experience</h1>
<br>
<p> welcome to my porfolio! Explore my work as a web developer, where<br>creativity meets functionality to bring your ideas to life.</p>
</div>
<!---->
<div class="main-right">
<img src="portfolio.png">
</div>
</div>
<!--The end of project-->
</body>
</html>