-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
125 lines (116 loc) · 4.23 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="igisubizo patrick">
<meta name="description" content="this page is about my first fruit shop">
<title>HOME|Pats' fruit shop</title>
<link rel="icon" href="icon.png" type="image/x-icon">
<link rel="stylesheet" href="main.css" type="text/css">
<link rel="stylesheet" href="css/bootstrap.css">
</head>
<body> <div class="color">
<div class="container ">
<div class="col-sm|md|lg|xl|xxl">
<div class="pats">
<div class="body">
<div class="body1">
<header>
<h1 style="color: white;">WELCOME TO PATS' FRUIT SHOP</h1>
<nav>
<div class="index">
<div class="container" >
<div class="row">
<ul>
<div class="col-lg|sm|md|xl|xxl">
<li><a href="#goal">About</a></li></div>
<div class="col-lg|sm|md|xl|xxl"> <li><a href="about.html">Our schedule</a></li></div>
<div class="col-lg|sm|md|xl|xxl"><li><a href="answer.html">Contact us</a></li></div>
</div>
</ul></div>
</nav>
<div id="demo" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#demo" data-bs-slide-to="0" class="active"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="1"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="2"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="fruit1.jpg" alt="fruit1" class="d-block w-100">
</div>
<div class="carousel-item">
<img src="fruit2.jpg" alt="fruit2" class="d-block w-100">
</div>
<div class="carousel-item">
<img src="fruit3.jpg" alt="fruit3" class="d-block w-100">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#demo" data-bs-slide="prev">
<span class="carousel-control-prev-icon"></span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#demo" data-bs-slide="next">
<span class="carousel-control-next-icon"></span>
</button>
</div>
</div>
<figcaption>Power of fruits in just a sight</figcaption>
</header>
<main>
<article id="goal">
<h2>Why Pats' fruit shop???</h2>
<p>Most people don't care about their health, they are into looking for money and <br>enjoying it in a bad way,this fruit shop (PATS' FRUIT SHOP) was found in the year of <br> <time datetime="2023">2023</time> to help and encourage people to care about their health by eating fruits.
</p>
<aside>
<details>
<summary>Have you ever heard of diseases that attack people who don't eat fruits????</summary>
<p>There are several diseases that come dure to not taking fruits such as mangoes, oranges, <br>pineapples, apples and etc. These diseases include; skin diseases, heart dieases, improper vision and among others.</p>
</details>
</aside>
</div>
</div>
<div class="col-sm|md|lg|xl|xxl">
<div class="body2">
<br>
<br>
</article>
<table border="2" cellpadding="10" class="table m-1" tab>
<thead ><strong>Fruits and their price</strong></thead>
<tr>
<th>Fruits</th>
<th>unit price</th>
</tr>
<tr>
<td>Mango</td>
<td>2000shs</td>
</tr>
<tr>
<td>Orange</td>
<td>1500shs</td>
</tr>
<tr>
<td>Pineapple</td>
<td>4000shs</td>
</tr>
<tr>
<td>Watermelon</td>
<td>10000shs</td>
</tr>
</table>
<br>
<br>
<br>
<div class="connect">
<a href="http://www.facebook.com/igisubizopats/" class="facebook">facebook</a>
<a href="https://www.instagram.com/answer__pats/" class="instagram">instagram</a>
</div>
</div>
<a href="#">Back to top</a>
</main>
<br>
<footer style="text-align: center;"> © Copyright Pats' fruit shop. All rights reserved</footer>
</div></div></div></div></div>
<script src="js/bootstrap.bundle.js"></script>
</body>
</html>