-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (42 loc) · 1.28 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
<!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>Omar Faruk AKib</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
</head>
<body>
<header>
<section class="navsection">
<div class="logo">
<h1>
OMAR FARUK AKIB
</h1>
</div>
<nav>
<a href="#">Home</a>
<a href="#">services</a>
<a href="#">Gallery</a>
<a href="#">About us</a>
<a href="#">portfolio</a>
<a href="#">contact me</a>
</nav>
</section>
<main>
<div class="leftside">
<h3>Hello</h3>
<h1>I am omar faruk Akib</h1>
<h2>web developer & youtuber</h2>
<a href="#" class="btom1"> Hire Me</a>
<a href="#" class="btom2">contact</a>
</div>
<div class="rightside">
<img src="img/PicsArt_02-17-09.12.24.png" alt="">
</div>
</main>
</header>
</body>
</html>