-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
260 lines (243 loc) · 9.34 KB
/
about.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Egona</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Poppins:wght@400;500&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/dad41bef55.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="public/styles.css" />
</head>
<body class="">
<!-- banner-->
<div class="banner">
<div class="flex">
<p class="text-white w-4/5 mx-auto text-center py-3">
Bountiful Harvest! Reap Savings: Up to 50% off Local Produce & FREE
Delivery 🇳🇬
</p>
</div>
</div>
<div class="gbl-container">
<div class="w-0.5 text-white_smoke relative"></div>
<!-- Header section-->
<div class="sticky top-0 z-50 bg-white">
<header class="flex justify-between items-center mt-4">
<a href="index.html">
<img class="w-8" src="images/logo.svg" alt="" />
</a>
<nav class="flex gap-10 ml-32">
<a class="" href="index.html">Home</a>
<a href="contact.html">Contact</a>
<a class="active-link negate-active" href="about.html">About</a>
<a href="signup.html">Sign up</a>
</nav>
<div class="flex gap-8 items-center justify-center">
<div
class="flex items-center gap-8 py-1.5 px-4 m-1.5 bg-white_smoke rounded-md"
>
<input
class="opacity-80 outline-none bg-white_smoke w-full"
type="search"
placeholder="What are you looking for?"
/>
<button>
<i class="fa-brands fa-searchengin"></i>
</button>
</div>
<div
class="absolute text-center text-white_smoke text-xs top-2 right-2 bg-dark_pastel_green w-4 h-4 rounded-full"
>
2
</div>
<a class="inline-block" href="cart.html">
<i
class="fa-solid fa-cart-shopping color text-pakistan_green"
></i>
</a>
</div>
</header>
<div class="h-0.5 w-full bg-white_smoke mt-4"></div>
</div>
<div class="mt-6 mb-24 flex justify-between items-center gap-7">
<div class="ml-[126px] w-[500px]">
<h1 class="font-bold text-[30px] tracking-[5px]">Our Story</h1>
<p class="pt-4 pb-4">
Launched in January 2024, e-gona is set to revolutionize the
agricultural landscape, providing a dedicated online platform for
farmers to showcase their products. With a design inspired by
successful e-commerce models, e-gona is tailored specifically for
the agriculture sector. Our active presence spans across regions,
empowering farmers to connect with buyers seamlessly. Boasting a
growing community of agricultural enthusiasts, e-gona brings
together 8,000 sellers and features products from various
agricultural brands.
</p>
<p>
Our commitment to the farming community is reflected in our
innovative marketing, data-driven solutions, and exceptional service
offerings. As we gear up for our official launch, e-gona envisions
serving as the go-to marketplace, facilitating efficient
transactions and fostering a thriving ecosystem for farmers and
buyers alike.
</p>
</div>
<div class="rgt">
<img class="w-[500px]" src="images/about-side.png" alt="" />
</div>
</div>
<div
class="mb-24 ml-[120px] mr-[120px] flex justify-between items-center"
>
<div
class="bg-slate-50 text-black shadow py-3 px-[22px] rounded-md flex flex-col justify-center items-center hover:bg-green-800 hover:text-white"
>
<img class="" src="images/Frame-1.png" alt="" />
<h1 class="mt-2 mb-1 font-bold">10.5k</h1>
<p>Sallers active our site</p>
</div>
<div
class="bg-slate-50 text-black shadow p-3 rounded-md flex flex-col justify-center items-center hover:bg-green-800 hover:text-white"
>
<img class="" src="images/Frame-2.png" alt="" />
<h1 class="mt-2 mb-1 font-bold">33k</h1>
<p>Mopnthly Produduct Sale</p>
</div>
<div
class="bg-slate-50 text-black shadow p-3 rounded-md flex flex-col justify-center items-center hover:bg-green-800 hover:text-white"
>
<img class="" src="images/frame-5.png" alt="" />
<h1 class="mt-2 mb-1 font-bold">45.5k</h1>
<p>Customer active in our site</p>
</div>
<div
class="bg-slate-50 text-black shadow p-3 rounded-md flex flex-col justify-center items-center hover:bg-green-800 hover:text-white"
>
<img class="" src="images/Frame-4.png" alt="" />
<h1 class="mt-2 mb-1 font-bold">25k</h1>
<p>Anual gross sale in our site</p>
</div>
</div>
<div
class="mb-24 flex justify-between gap-5 content-center ml-[120px] mr-[120px]"
>
<div class="">
<img
class="rounded-md bg-slate-50 px-14 pt-5"
src="../-e-gona/images/image-about1.png"
alt=""
/>
<div class="flex flex-col justify-start content-start">
<h1 class="text-slate-950 font-medium text-[20px]">Tom Cruise</h1>
<p class="mt-[-7px] mb-[3px] text-[10.5px]">Founder & Chairman</p>
<div class="flex justify-start content-center gap-1">
<a href=""
><img class="w-3 h-3" src="images/instagram.svg" alt=""
/></a>
<a href="">
<img class="w-3 h-3" src="images/ink2.svg" alt="" />
</a>
<a href="">
<img class="w-3 h-3" src="images/x-twitter.svg" alt="" />
</a>
</div>
</div>
</div>
<div class="">
<img
class="rounded-md bg-slate-50 px-10 pt-5"
src="../-e-gona/images/image-about2.png"
alt=""
/>
<div class="flex flex-col justify-start content-start">
<h1 class="text-slate-950 font-medium text-[20px]">Emma Watson</h1>
<p class="mt-[-7px] mb-[3px] text-[10.5px]">Managing Director</p>
<div class="flex justify-start content-center gap-1">
<a href="">
<img
class="w-3 h-3"
src="../-e-gona/images/instagram.svg"
alt=""
/>
</a>
<a href="">
<img class="w-3 h-3" src="../-e-gona/images/ink2.svg" alt="" />
</a>
<a href="">
<img
class="w-3 h-3"
src="../-e-gona/images/x-twitter.svg"
alt=""
/>
</a>
</div>
</div>
</div>
<div class="">
<img
class="rounded-md bg-slate-50 px-5 pt-5"
src="../-e-gona/images/image-about3.png"
alt=""
/>
<div class="flex flex-col justify-start content-start">
<h1 class="text-slate-950 font-medium text-[20px]">Will Smith</h1>
<p class="mt-[-7px] mb-[3px] text-[10.5px]">Product Designer</p>
<div class="flex justify-start content-center gap-1">
<a href="">
<img
class="w-3 h-3"
src="../-e-gona/images/instagram.svg"
alt=""
/>
</a>
<a href="">
<img class="w-3 h-3" src="../-e-gona/images/ink2.svg" alt="" />
</a>
<a href="">
<img
class="w-3 h-3"
src="../-e-gona/images/x-twitter.svg"
alt=""
/>
</a>
</div>
</div>
</div>
</div>
<div
class="mb-24 ml-[120px] mr-[120px] flex justify-between items-center"
>
<div
class="text-black py-3 px-[22px] rounded-md flex flex-col justify-center items-center"
>
<img class="" src="images/Frame-7.png" alt="" />
<h1 class="mt-2 mb-1 font-bold">MONEY BACK GUARANTEE</h1>
<p>We reurn money within 10 days</p>
</div>
<div
class="text-black p-3 rounded-md flex flex-col justify-center items-center"
>
<img class="" src="images/Frame-5.png" alt="" />
<h1 class="mt-2 mb-1 font-bold">FAST DELIVERY</h1>
<p>Fast delivery for all orders</p>
</div>
<div
class="text-black p-3 rounded-md flex flex-col justify-center items-center"
>
<img class="" src="images/Frame-6.png" alt="" />
<h1 class="mt-2 mb-1 font-bold">24/7 CUSTOMER SERVICE</h1>
<p>Friendly 24/7 customer support</p>
</div>
</div>
</div>
<footer class="footer"></footer>
<script src="createFooter.js"></script>
</body>
</html>