-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (42 loc) · 1.91 KB
/
Copy pathindex.html
File metadata and controls
46 lines (42 loc) · 1.91 KB
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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>This Is MJ.</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header class="header">
<div class="bg">
<nav class="nav bd-grid">
<div class="topnav">
<div>
<a href="https://en.wikipedia.org/wiki/Michael_Jackson" class="nav__logo"><img src="images/logo.png" alt="Image" height="100" widht="100"> </a>
</div>
<div class="nav__menu" id="nav-menu">
</div>
<ul>
<button><li class="nav__item"><a href="home.html" class="nav__link">Home</a></li></button>
<button><li class="nav__item"><a href="about.html" class="nav__link">About</a></li></button>
<button><li class="nav__item"><a href="awards.html" class="nav__link">Achievements</a></li></button>
</ul>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class='bx bx-menu'></i>
<a href="https://www.facebook.com/michaeljackson/" class="fa fa-facebook"></a>
<a href="https://www.instagram.com/blogmichaeljackson/?hl=en" class="fa fa-instagram"></a>
<a href="https://twitter.com/michaeljackson?s=09" class="fa fa-twitter"></a>
</div>
</div>
</nav>
</div>
<div class="landing-text">
<h1>When they say the sky's the limit to me that's really true.</h1>
<h6>- Michael Jackson</h6>
</div>
</header>
</body>
</html>