-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (46 loc) · 1.8 KB
/
Copy pathindex.html
File metadata and controls
46 lines (46 loc) · 1.8 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" dir="ltr">
<head>
<meta charset="utf-8">
<title>CAFS fficial website</title>
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="top">
<div class="pot"><img src="food.png" height="40" width="50" alt="bowl of fruit"></div>
<div class="inside_top"><strong>CAFS</strong></div>
<button class="buy"><a class="home" href="home.html">SHOP NOW</a></button>
</div>
<div class="nav">
<div class="nav-bar">
<ul class="nav-group">
<li class="nav-item">HOME</li>
<a href="home.html" class="home"><li class="nav-item">SHOP NOW</li></a>
<li class="nav-item1">
<select class="items">
<option class="inputs">STORE</option>
<option class="inputs">PRODUCT DETAIL</option>
<option class="inputs">MY ACCOUNT</option>
</select>
</li>
<a href="gallery.html" class="home"><li class="nav-item">GALLERY</li></a>
<a href="about.html" class="home"><li class="nav-item">ABOUT US</li></a>
<a href="mailto:chizobaezeh24@gamil.com" class="home"><li class="nav-item">CONTACT US</li></a>
</ul>
</div>
<div class="carousel">
<img class="image" src="chizzy.png" alt="first picture">
<img class="image" src="sup2.jpg" alt="second picture">
<img class="image" src="sup3.png" alt="third picture">
<img class="image" src="sup4.jpeg" alt="forth picture">
<div class="caption">
<u>WELCOME</u><br><marquee>TO CHIZZY'S AGRO FARM STORE</marquee>
</div>
</div>
</div>
<div class="footer">
<center>copyright©2019<br>Contact us<br>08086385269|<a href="mailto:chizobaezeh24@gmail.com">Email us</a></center>
</div>
</body>
</html>