-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebpage.html
41 lines (37 loc) · 1.42 KB
/
webpage.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
<!DOCTYPE html>
<html>
<head>
<title>Releaf-Industralising food processing in Africa</title>
<link rel="stylesheet" href="webpage.css">
</head>
<body>
<div class="good">
<nav>
<img src="https://uploads-ssl.webflow.com/6251e775eedaa714dd5d6662/6254941093ee02ec8e06a847_Releaf%20logo.svg" class="logo">
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Solutions</a></li>
<li><a href="#">Partners</a></li>
<li><a href="#">Resources</a></li>
</ul>
<img src="https://uploads-ssl.webflow.com/6251e775eedaa714dd5d6662/6256cdaacd59132fc644e458_ENG_flag.svg" class="logo2">
</nav>
<section class = "about">
<div class="main">
<h2>Industralising food processing in Africa</h2>
<p>We're using technology to scale Africa's agricultural sector and </br> making it more rewarding for all its stakeholders
including farmers,food factories and consumers.</p>
<div class = "about-img">
<img src = "https://uploads-ssl.webflow.com/6251e775eedaa714dd5d6662/62f17107e54e0133a5491c7b_R_hero-img-p-500.png">
<a href = "#"><span></span>See our solutions</a>
<a href = "#"><span></span> learn more</a>
</div>
</div>
</section>
</div>
</section>
<div class="country_flag">
<img src="https://uploads-ssl.webflow.com/6251e775eedaa714dd5d6662/6256cdaacd59132fc644e458_ENG_flag.svg" class="logo2">
</div>
</body>
</html>