-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
91 lines (89 loc) · 3.63 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
<!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="aboutpage">
<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="intro">
<span>""Hello! Green Lovers"</span>
<h1>6th Africa Agri Expo.Adding Green to your Life</h1>
<div class="separator"></div>
<div>
<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>
</div>
<p>For more information about the event, please shoot us an email <br> <a href="mailto:agri-africagri@gmail.com.com">agri-africagri@gmail.com</a></p>
</section>
</section>
<section id="past">
<h3>Expo Theme</h3>
<div class="separator"></div>
<p id="logo-txt">This was decided to represent Green nature of plants</p>
<div id="logo-box">
<img id= "logo-2" src="./Images/green land.jfif">
</div>
<hr>
<h3>Past 5th Virtual Agri Expo</h3>
<div class="separator"></div>
<div id="pastevents">
<div id="second" class="pastlog">
<div class="overlay"></div>
<h3>2022</h3>
<p>Virtual Connect 2022
</p>
</div>
<div id="first" class="pastlog">
<div class="overlay"></div>
<h3>2021</h3>
<p>Agri Expo Nigeria</p>
</div>
</div>
</section>
<section class="partners about">
<h3>Partners</h3>
<div class="separator"></div>
<div id="partner-list">
<img src="./Images/facebook.svg">
<img class="game-logo" src="./Images/ic_medium.svg">
<img class="game-logo" src="./Images/ic_stackoverflow.svg">
</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>