-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
53 lines (42 loc) · 1.41 KB
/
home.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
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Home</title>
<link href="rs.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Nav Bar -->
<a href="#" class="logo"><i class="fas-fa-untensils"></i>AZN CHICK WING</a>
<nav class="navbar ">
<a class="active" href="home.html">home</a>
<a href="menu.html">menu</a>
<a href="contact.html">contact</a>
</nav>
<!-- Background -->
<section class="home" id="home">
<div class="image">
<img scr="https://replit.com/@JosephVang/FormValidation-Project#Pictures/cover%20wings.jpg" alt="chicken background">
</div>
</section>
<!-- About Us -->
<article class="about">
<h1>ABOUT US</h1>
<p>TO SHARE THE JOY OF ASIAN CHICKEN WING AROUND THE WORLD</p>
</article>
<!-- Why Choose Us? -->
<article class="best">
<h1 class="heading">Why Choose Us? </h1>
<h3>Best Wing In The City</h3>
<p>More and Better Flavors </p>
</article>
<!--Footer -->
<footer>
<!-- Facebook -->
<a href="https://www.facebook.com" aria-label="Facebook" target="_blank"><img width="100" height="60" src="Photos/facebook.png" alt="facebook logo"></a>
<!-- Instagram -->
<a href="https://www.instagram.com" aria-label="Instagram" target="_blank"><img width="60" height="60" src="Photos/IG.jpg" alt="instagram logo"></a>
</footer>
</body>
</html>