forked from Khalid-R-Salis/-e-gona
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
240 lines (212 loc) · 9.23 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
<!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"
/>
<link rel="stylesheet" href="dict/styles.css" />
</head>
<body class="">
<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-3.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="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="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="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-5 pt-5"
src="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="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>
<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>
<footer class="bg-footer_color h-80 flex items-center content-center">
<div class="text-white font-body w-full flex justify-evenly">
<div class="">
<h1 class="pb-3 font-medium text-[20px]">Exclusive</h1>
<h2 class="pb-3 text-[15px]">Subscribe</h2>
<p class="pb-3 text-[13px]">Get 10% off your first order</p>
<div
class="flex items-center content-center gap-5 border-2 border-stone-50 rounded-md py-1 px-2"
>
<p class="text-[13px] text-slate-200">Enter your email</p>
<img src="images/icon-send.svg" alt="" />
</div>
</div>
<div class="w-60">
<h1 class="pb-3 font-medium text-[20px]">Support</h1>
<h2 class="pb-3 text-[15px]">
111 Teen Business Compulex, Nhub Nigeria, Jos, Plateau State.
</h2>
<p class="pb-3 text-[13px]">[email protected]</p>
<p class="pb-3 text-[13px]">+234 8085499803</p>
</div>
<div class="">
<h1 class="pb-3 font-medium text-[20px]">Account</h1>
<h2 class="pb-3 text-[15px]">My Account</h2>
<h2 class="pb-3 text-[15px]">Login / Register</h2>
<h2 class="pb-3 text-[15px]">Cart</h2>
<h2 class="pb-3 text-[15px]">Wishlist</h2>
<h2 class="pb-3 text-[15px]">Shop</h2>
</div>
<div class="">
<h1 class="pb-3 font-medium text-[20px]">Quick Link</h1>
<h2 class="pb-3 text-[15px]">Privacy Policy</h2>
<h2 class="pb-3 text-[15px]">Terms Of Use</h2>
<h2 class="pb-3 text-[15px]">FAQ</h2>
<h2 class="pb-3 text-[15px]">Contact</h2>
</div>
<div class="">
<h1 class="pb-3 font-medium text-[20px]">Download App</h1>
<h2 class="pb-3 text-[15px]">
Save 1,000 naira with App New User Only
</h2>
<div class="pb-3 flex gap-3 justify-start items-center">
<div>
<img src="images/Qrcode 1.png" alt="" />
</div>
<div>
<img class="mb-2" src="images/googleplay.png" alt="" />
<img src="images/appplay.png" alt="" />
</div>
</div>
<div class="flex gap-5">
<img src="images/facebbok.svg" alt="" />
<img src="images/twitter.svg" alt="" />
<img src="images/insta.svg" alt="" />
<img src="images/linkin.svg" alt="" />
</div>
</div>
</div>
</footer>
<p
class="flex justify-center items-center text-white py-3 bg-footer_color border-t-2 border-white"
>
© Copyright e-gona 2022. All right reserved
</p>
</body>
</html>