forked from CeoFred/internHub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (43 loc) · 1.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Dev</title>
<link rel="stylesheet" href="./styles/index.css">
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="navigation">
<span class="name"><b>Yourname</b></span>
<ul class="nav-list">
<li class="active">Home</li>
<li>About</li>
<li>Resume</li>
<li>Services</li>
<li>Skills</li>
<li>Projects</li>
<li>My blog</li>
<li>Contact-Us</li>
</ul>
</div>
<div class="slider">
<img class="slide1" src="http://pluspng.com/img-png/png-men-men-png-495.png" alt="">
<div class="slide-content">
<h3 class="slide-content-hello">Hello!</h3>
<h1 class="slide-content-about"><span class="text-white">I'm</span>OPARA TOBECHUKWU</h1>
<div class="btn-container">
<button class="btn-hire-me">hire me</button>
<button class="btn-my-works">my works</button>
</div>
</div>
</div>
</div>
<div class="scroll_button">
Up
</div>
<!-- project file -->
</body>
</html>