-
Notifications
You must be signed in to change notification settings - Fork 0
/
Initiative.html
66 lines (56 loc) · 1.73 KB
/
Initiative.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
<!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="style6.css" rel="stylesheet">
<title>Synergy</title>
</head>
<body>
<header class="navbar">
<nav>
<ul id="menu">
<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>
<br>
<nav class="heading1">
<b><u>TREE O'CLOCK - GREEN IS THE NEW GOLD</u></b>
</nav>
<nav class="container">
<img src="IMAGES/TREE_O__CLOCK-removebg-preview.png">
<p>
TREE O'CLOCK is one of my own initiatives to build a sustainable world.
It is a youth-led project aimed to achieve the targets of the
Sustainable Development Goal 15: Life on Land, layed down by the United
Nations!
</p>
</nav>
<table>
<td>
<img src="IMAGES/treeoclockpic.jpg" width="1150px" height="600px" >
</td>
<td>
<img src="IMAGES/Treeoclockweb.jpg" width="1150px" height="600px">
</td>
</table>
<button class="button1">
<a href="https://treeoclock8.wixsite.com/my-site-4/home" target="_blank">Website</a>
</button>
<button class="button2">
<a href="https://www.instagram.com/treeoclock_team/" target="_blank">Instagram</a>
</button>
<br>
</body>
</html>