-
Notifications
You must be signed in to change notification settings - Fork 2
/
test.html
47 lines (43 loc) · 2.02 KB
/
test.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>
<title>Parallax | test</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!--Responsive meta tag-->
<link rel="stylesheet" href="css/test.css">
</head>
<body>
<!---------------------------------------------Navigation Bar------------------------------------------------->
<header>
<nav>
<ul>
<li><a href="home">Home<a></li>
<li><a href="about">About<a></li>
<li><a href="shop">Shop<a></li>
<li><a href="contactUs">Contact Us<a></li>
<li><a href="contactUs2">Contact Us 3<a></li>
<li><a href="contactUs2">Contact Us 2<a></li>
<li><a href="contactUs3">Contact Us 3<a></li>
</ul>
</nav>
</header>
<!---------------------------------------------Navigation Bar------------------------------------------------->
<!---------------------------------------------Body------------------------------------------------------------>
<!---------------------------------------------Section----------------------------------------------------->
<section>
<h1>New Change</h1>
</section>
<!---------------------------------------------Section----------------------------------------------------->
<!---------------------------------------------Body---------------------------------------------------------->
<!--Footer-->
<footer>
<div class="footer-icons">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-youtube"></i></a>
</div>
</footer>
</body>
</html>