-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
67 lines (61 loc) · 2.39 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fruits And Veggies Delight</title>
<link rel="stylesheet" href="style1.css">
</head>
<body>
<header>
<section>
<h3><b>FRUITS AND VEGGIES DELIGHT</b></h3>
<nav>
<div class="logo"><img src="Images/Video/Logo.jpeg" class="logo" /></div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about us.html">about us</a></li>
<li><a href="services.html">Products</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
</section>
<div class="slideshow">
<div class="slide">
<p>BANANAS</p>
<img src="Images/Video/Banana.webp" alt="Slide 1">
</div>
<div class="slide">
<p>KIWI</p>
<img src="Images/Video/GoldenKiwi_360x.webp" alt="Slide 2">
</div>
<div class="slide">
<p>APPLES</p>
<img src="Images/Video/AppleKinnor_360x.webp" alt="Slide 3">
<div class="image-overlay">
<h3>Apples</h3>
<p>The apple is one of the fruits most beneficial
to health thanks to its high content in vitamins and minerals </p>
</div>
</div>
<div class="slide">
<p>CRUST</p>
<img src="Images/Video/CUST_360x.webp" alt="Slide 4">
</div>
<div class="slide">
<p>LEMON</p>
<img src="Images/Video/Lemon.webp" alt="Slide 5">
</div>
</div>
<div class="info">
<h3>Welcome To Fruits and Veggies Fiesta!</h3>
<p>Hi! Welcome to <span>Fruits And Veggies Fiesta</span>, a business that specialises in and/ or on selling
only <span>FRESH</span> fruits and vegetables straight from the green house, made personally by NATURE
and all grew by us. You know what they say;<span>"IF NATURE DIDN'T MAKE IT, DON'T TAKE IT!!!"</span></p>
</div>
<footer>
<p>© 2023 Your Business Name. All rights reserved.</p>
</footer>
</body>
</html>