-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (100 loc) · 4.32 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
<!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>AGRI EXPO</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<section id="homepage">
<header>
<div id="hamburger">
<span></span>
<span></span>
<span></span>
</div>
<nav>
<div id="nav1">
<a href="#"><img src="./Images/facebook.svg"></a>
<a href="#"><img src="./Images/twitter.svg"></a>
<a href="#">English</a>
<a href="#">My Page</a>
<a href="#">Log-in</a>
</div>
</nav>
<nav> <div id="nav2">
<a href="index.html"><img id= "logo" src="./Images/agri icon.jpg"></a>
<ul id="menu" type="none">
<a id="close-btn" href="#"><img src="./Images/close-icon.svg"></a>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#">Sponsor</a></li>
<li><a href="#">News</a></li>
</ul>
</div>
</nav>
</header>
<section id="container">
<span>"Hello! Green Lovers."</span>
<h1>6th Africa Agri Expo.Adding Green to your Life.</h1>
<p>Kenya is set to host the 6th edition of the Africa Agri Expo in February 2023, aimed at bringing the entire agricultural value chain under one roof.The two-day event is expected to open up a vibrant platform for agribusiness experts, top global companies and key policymakers to explore the commercial opportunities in the continent through effective meetings and networking sessions.
</p>
<h2>2023.02.6(MON) ~ 6(SUN)</h2>
<h4>@ KICC, Harambee Ave, Nairobi</h4>
</section>
</section>
<section id="about">
<h2 id="about-title">Main Programme</h2>
<div class="separator"></div>
<div id="desktop-programme">
<div class="programme">
<img src="./Images/play.svg">
<h3>Launch</h3>
<p>Welcoming of guests and introduction to attending partners and organizations</p>
</div>
<div class="programme">
<img src="./Images/icons8-forest-50 (1).png">
<h3>Forum</h3>
<p>Discussion on the latest irrigation and Agri-Technology, Agro chemicals, Inputs & Solutions</p>
</div>
<div class="programme">
<img src="./Images/icons8-different-50.png">
<h3>Exhibition</h3>
<p>Network with various Agricultural Platforms and have one on one interactions.</p>
</div>
<div class="programme">
<img src="./Images/monitor.svg">
<h3>Workshop</h3>
<p>Showcase the inventions and all upcoming agritechnology</p>
</div>
<div class="programme">
<img src="./Images/award.svg">
<h3>Closing</h3>
<p>Award ceremony for competing participants, giveaways by organizers.</p>
</div>
</div>
<button type="button" id="join-btn">Join Agri Expo</button>
</section>
<section id="features">
<h2>Featured Speakers</h2>
<div class="separator"></div>
<div id="speakers"></div>
<button type="button" id="sponsors-btn">MORE <img id="chevron" src="./Images/chevron-down.svg"></button>
</section>
<section class="partners">
<h3>Partners</h3>
<div class="separator"></div>
<div id="partner-list">
<img src="./Images/facebook.svg" alt="facebook-partner">
<img class="partner-logo" src="./Images/ic_medium.svg" alt=" medium-partner">
<img class="partner-logo" src="./Images/ic_stackoverflow.svg" alt="stack-partner">
</div>
</section>
<footer>
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" src="https://i.creativecommons.org/l/by-nc/4.0/80x15.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>
</footer>
<script src="./script.js"></script>
</body>
</html>