-
Notifications
You must be signed in to change notification settings - Fork 0
98 lines (83 loc) · 2.91 KB
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
<!DOCTYPE html>
<html ="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>Synergy</title>
<link href="style4.css" rel="stylesheet" />
<title>Synergy</title>
</head>
<body>
<header class="navbar">
<nav>
<ul id="nav">
<li><a href="index.html">HOME</a></li>
<li><a href="Forum.html">FORUM</a></li>
<li><a href="Activities.html">ACTIVITIES</a></li>
<li><a href="Initiative.html">MY INITIATIVE</a></li>
</ul>
</nav>
</header>
<div class="bg-img"></div>
<div class="bg-text">
<h1>SYNERGY</h1>
<h2>Well-being delivered to you</h2>
</div>
<article>
<nav class="heading1">
<b><u> HERE ARE SOME ORGANIZATIONS TO WHICH YOU CAN DONATE FOOD!</u></b>
</nav>
<br>
<header class="organizations">
<div class="row">
<div class="column">
<p>
<a href="https://www.wfp.org/support-us/stories/donate?utm_source=google&utm_medium=cpc&utm_campaign=11487077959&utm_content=111568930945&gclid=Cj0KCQjw_7KXBhCoARIsAPdPTfi4Llx9BFw-s2Ss96OkQbo1PfbX0qB-dNXKG0c0H2bJw_EQucas1QYaAg-VEALw_wcB&gclsrc=aw.ds" alt="NGO 1 about World Food Programme" width="1000px" height="750px" target="_blank">
<img src="IMAGES/NGO1 .jpg" alt="NGO1" width="1100px" height="600px">
</a></p>
<br>
</div>
<div class="column">
<p>
<a href="https://www.actionagainsthunger.org/" target="_blank">
<img src="IMAGES/NGO2.jpg" alt="NGO2" width="1100px" height="600px">
</a></p>
<br>
</div>
<div class="column">
<p>
<a href="https://thehungerproject.org.uk/join-the-movement/fundraise/food-challenges/live-below-the-line/" target="_blank">
<img src="IMAGES/NGO3.jpg" alt="NGO3" width="1100px" height="600px">
</a></p>
<br>
</div>
<div class="column">
<p>
<a href="https://www.heifer.org/" target="_blank">
<img src="IMAGES/NGO4.jpg" alt="NGO4" width="1100px" height="600px">
</a></p>
<br>
</div>
</div>
</header>
</article>
<nav class="Arrowpic">
<img src="IMAGES/clickpic.jpg" width="800px" height="400px">
</nav>
<nav class="heading2">
<b><u> HERE ARE SOME INDOOR HOME PLANTS THAT YOU CAN GROW! </u></b>
</nav>
<nav class="imagegarden">
<img
src="IMAGES/gardening pic1.jpg"
alt="Gardening"
width="900px"
height="600px">
</nav>
<nav class="button2">
<a href="https://www.homesandgardens.com/gardens/best-indoor-plants">Home-Plants</a>
</nav>
<br>
</body>
</html>