forked from sebastian-graeff/jointhepump
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjointhepump.html
44 lines (43 loc) · 1.63 KB
/
jointhepump.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
<!DOCTYPE html>
<html>
<head>
<title>Join The Pump</title>
<link rel="stylesheet" type="text/css" href="stylethepump.css">
</head>
<body>
<header>
<img src="images/logo.png" alt="image" class="logo">
<div class="menu-items">
<a href="#" class="menu-item">Home</a>
<a href="#" class="menu-item">Map</a>
<a href="#" class="menu-item">Projects</a>
<a href="#" class="menu-item">About Us</a>
<a href="#" class="menu-item donate">Donate</a>
</div>
</header>
<div class="container">
<div class="left">
<div class="title">
<h1>The most reliable and durable hand pump for Africa</h1>
<p>Introduction here</p>
</div>
</div>
<div class="right">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d29946355.38978295!2d-19.414179974542437!3d10.775867740304556!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x104d84b72476e97b%3A0x5887bf82b9a05475!2sAfrica!5e0!3m2!1sen!2sus!4v1648256674417!5m2!1sen!2sus"" width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
</div>
<div class="partners-section">
<h2 class="partners-title">Our Partners</h2>
<div class="partners-list">
<img src="images/partner1.png" alt="Partner 1" class="partner-logo">
<img src="images/partner2.png" alt="Partner 2" class="partner-logo">
<img src="images/partner3.png" alt="Partner 3" class="partner-logo">
<img src="images/partner4.png" alt="Partner 4" class="partner-logo">
<img src="images/partner5.png" alt="Partner 5" class="partner-logo">
</div>
</div>
<div class="separator"></div>
</body>
<footer>
</footer>
</html>