-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
374 lines (248 loc) · 11.8 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
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
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home page </title>
<!-- ----------------------------- css file --------------------------------------- ------>
<link rel="stylesheet" href="css/base/style.css">
<link rel="stylesheet" href="css/component/header.css">
<link rel="stylesheet" href="css/component/footer.css">
<link rel="stylesheet" href="css/pages/home.css">
<link rel="stylesheet" href="css/component/slide.css">
<link rel="stylesheet" href="css/layout/layout.css">
<link rel="stylesheet" href="css/component/veiw-btn.css">
<!---------------------- CDM ICON google icon and fontawsome--------------------------------------------->
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Material+Icons"
rel="stylesheet">
<!-------------------------- google font ----------------------------------------------------->
<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=Roboto&display=swap" rel="stylesheet">
</head>
<body>
<!----------------------------------------------------------
header of the page
==============================------------------------->
<header class="container">
<!-- logo -->
<div class="logo">
<a href="index.html"> <img src="images/black-logo.svg" ></a>
</div>
<!-- nav -->
<div class="nav">
<ul>
<li><a href="index.html" class="active-nav">home</a></li>
<li><a href="about.html" >about us</a></li>
<li><a href="blog.html" >blog</a></li>
</ul>
</div>
<!-- icon -->
<div class="icon fixed-position">
<a href="https://www.facebook.com/sautiorg/"><i class="fab fa-facebook-f" title="social item"></i> </i></a>
<a href="https://twitter.com/sautiorg"><i class="fab fa-twitter" title="social item" > </i></a>
<a href="https://www.linkedin.com/company/sauti-africa/"> <i class="fab fa-linkedin-in" title="social item"></i></a>
</div>
<!-- contact nav -->
<button class="btn fixed-position"><a href="contact.html">contact</a></button>
<!-- responsive menu icon -->
<div class="btn-burger">
<div class="menu-burger"></div>
</div>
<!-- responsive menu logo -->
<div class="menu-logo">
<a href="index.html"><img src="images/black-logo.svg" ></a>
</div>
</div>
</header>
<!----------------------------------------------------------
carsoule show
==============================------------------------->
<div class="slide-container">
</div>
<!----------------------------------------------------------
service and product section
==============================------------------------->
<section class="container">
<!-- title -->
<div>
<h1 class="title1 center">OUR SERVICES & PRODUCTS</h1>
<h3>Sauti East Africa combines innovative technologies with proven deep expertise to empower women as forces of change in markets, communities, and households.</h3>
</div>
<!-------------------------- top box ------------------------->
<div class="component" id="color">
<div class="item1">
<h2>TECHNOLOGY SOLUTIONS</h2>
<p>We develop technologies to measurably improve women’s access to information, business opportunities, and markets.</p>
<i class="material-icons" id="arrow">
east
</i>
</div>
<div class="item2">
<h2>RESEARCH & EVIDENCE</h2>
<p>We collect and analyse vital data to understand barriers to women’s economic empowerment.</p>
<i class="material-icons" id="arrow">
east
</i>
</div>
</div>
<!-------------------------- botoom box ------------------------->
<div class="cards">
<div class="card1">
<i class="material-icons service-product-icon">
settings_cell
</i>
<div class="card-info">
<a href="#" id="learn-m">learn more</a>
<h2>TRADE & MARKET INFORMATION PLATFORMS</h2>
</div>
</div>
<div class="card2">
<i class="material-icons service-product-icon">
auto_graph
</i>
<div class="card-info">
<a href="#" id="learn-m">learn more</a>
<h2>SAUTI TRADE INSIGHTS</h2>
</div>
</div>
<div class="card3">
<div>
<i class="material-icons service-product-icon">
question_answer
</i>
</div>
<div class="card-info">
<a href="#" id="learn-m">learn more</a>
<h2>SAUTI COLLECT</h2>
</div>
</div>
</div>
</div>
<!-------------------------- part3 box About section ------------------------->
<div class="component container">
<div class="item1 about-img">
<img src="images/trade-img.jpg" id="trade-img">
</div>
<div class="item2 about-text">
<h2>WHY WE BUILD TECHNOLOGIES FOR WOMEN IN TRADE</h2>
<p>Using technology to empower women-led businesses has ripple effects that can help create lasting change for households, communities, and market systems. That’s why we put women as traders, producers, and customers at the centre of our products, services and delivery models.</p>
<a href="about.html">Learn more about our approach.</a>
</div>
</div>
</section>
<!----------------------------------------------------------
news and update section
==============================------------------------->
<section class="container news">
<h1 class="title2 center ">NEWS & UPDATES</h1>
<!-- frist news -->
<div class="component ">
<div class="item2 box" >
<img src="images/chart-1.png">
<div class="read-more rm-1">
<a href="subPage/article1.html" >read more</a>
</div>
</div>
<div class="item1 box-text">
<h2>What do Kenyan and Ugandan Cross-border Traders Want to Know About COVID-19</h2>
<p>
We are glad to announce that Sauti’s trade and information platform is now available and accessible to anyone, anywhere via WhatsApp. Message “hello” on WhatsApp to +254 20 389 3576 and you’ll be able to explore our free business and social services information, tailored for farmers, traders, and small businesses in East Africa.
</p>
<i class="material-icons clock-icon">
schedule
</i>
<span class="date">july 19 2021</span>
</div>
</div>
<!-- second news -->
<div class="component">
<div class="item1 box-text bt-2">
<h2>EAC Market and Trade Information on WhatsApp</h2>
<p>
We are glad to announce that Sauti’s trade and information platform is now available and accessible to anyone, anywhere via WhatsApp. Message “hello” on WhatsApp to +254 20 389 3576 and you’ll be able to explore our free business and social services information, tailored for farmers, traders, and small businesses in East Africa.
</p>
<i class="material-icons clock-icon">
schedule
</i>
<span class="date">july 19 2021</span>
</div>
<div class="item2 box" >
<img src="images/chart-2.jpg" class="img-left">
<div class="read-more">
<a href="subPage/article2.html" >read more</a>
</div>
</div>
</div>
<!-------------veiw btn------------>
<div class="veiw">
<a href="blog.html" class="view-all">view all</a>
</div>
</section>
<!----------------------------------------------------------
cotact section
==============================------------------------->
<section class=" contact">
<div class=" container">
<h1 class="center">PARTNER WITH SAUTI EAST AFRICA</h1>
<h3>We deliver transformative information technologies and insights to enhance inclusive trade and women’s empowerment initiatives.</h3>
<div class="veiw">
<a href="contact.html" class="view-all">contact</a>
</div>
</div>
</section>
<!----------------------------------------------------------
footer section
==============================------------------------->
<footer>
<!-- main footer -->
<div class="main-footer">
<div class="main-contect container">
<div class="info">
<div class="logo-footer">
<a href="index.html"><img src="images/white-logo.png" ></a>
</div>
<p>Sauti East Africa delivers technology and data solutions that empower women-led businesses to trade legally, safely, and profitably across borders.</p>
<p class="para">Contact us to discuss how we can work together.</p>
<a href="#" class="info-link">partner with Sauti</a>
</div>
<div class="map-site">
<h2>site map</h2>
<hr class="new1">
<div class="nav-footer">
<ul>
<li><a href="index.html"> home</a></li>
<li><a href="about.html">about us</a></li>
<li><a href="about.html">Our impact</a></li>
</ul>
<ul>
<li ><a href="blog.html">blog</a></li>
<li><a href="contact.html">contact</a></li>
<li><a href="about.html">Our team</a></li>
</ul>
</div>
</div>
<div class="newsletter">
<h2>newsletter sign up</h2>
<input type="text" placeholder="email address" required="required">
<input type="submit" value="subscribe">
</div>
</div>
</div>
<!-- copy rights -->
<div class="copy-right container">
<div class="text-copy-right">
<h4>Sauti East Africa Ltd. 2021. All rights reserved. | <a href="">Terms and Conditions </a>|<a href=""> Company Info </a></h4>
</div>
<div class="icon-footer">
<a href="https://www.facebook.com/sautiorg/"><i class="fab fa-facebook-f animated-icon" title="social item"></i> </i></a>
<a href="https://twitter.com/sautiorg"><i class="fab fa-twitter animated-icon" title="social item" > </i></a>
<a href="https://www.linkedin.com/company/sauti-africa/"> <i class="fab fa-linkedin-in animated-icon" title="social item"></i></a>
</div>
</div>
</footer>
<script src="js/index.js"></script>
</body>
</html>