-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage5.html
97 lines (86 loc) · 4.15 KB
/
page5.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
92
93
94
95
96
97
<html>
<head>
<title> Think About Earth</title>
<link rel="stylesheet" type="text/css" href="page5.css"/>
</head>
<body>
<div id="main">
<div id="header">
<h1 id="h1"> Friends of the <font color="red">Earth</font></h1>
<div id="logo">
<img src="images\logo3.jpg"/>
</div>
<ul id="navbar">
<li><a href="home1.html">Home</a></li>
<li><a href="project.html">Project</a>
<ul class="sublist">
<li><a href="#">Climate and energy</a></li>
<li><a href="#">Ocean and Forest</a></li>
<li><a href="#">Economics For Earth</a></li>
</ul>
</li>
<li><a href="publication.html">Publication</a>
<ul class="sublist">
<li><a href="#">Newsmagzines</a></li>
<li><a href="#">Reports</a></li>
<li><a href="#">Fact Sheet</a></li>
<li><a href="#">Advocacy outreach</a></li>
</ul>
</li>
<li><a href="about.html">About</a>
<ul class="sublist">
<li><a href="#">Who We Are</a></li>
<li><a href="#">What we Stand for</a></li>
<li><a href="#">Achivements</a></li>
<li><a href="#">Our team</a></li>
<li><a href="#">Contect</a></li>
</ul>
</li>
<li><a href="suport.html">Support us</a>
<ul class="sublist">
<li><a href="#">Cumment</a></li>
<li><a href="#">Feedback</a></li>
<li><a href="#">Follow us</a></li>
</ul>
</li>
</ul>
</div>
<div id="body">
</div>
<div id="footer">
<div id=footer2>
<div id="subfooter1">
<table class="table1">
<tr><th class="heading">About us</th></tr>
<tr><td class="td"><a href="#"><u>Our team</u></a></tr></td>
<tr><td class="td"><a href="#"><u>Who We Are</u></a></td></tr>
<tr><td class="td"><a href="#"><u>Achivements</u></a></tr></td>
<tr><td class="td"><a href="#"><u>What we Stand for</u></a></tr></td>
</table>
</div>
<div id="subfooter2">
<table class="table1">
<tr><th class="heading">Follow us</th></tr>
<tr><td class="td"><a href="http://www.twitter.com"><u>twitter</u></a></tr></td>
<tr><td class="td"><a href="http://www.facebook.com"><u>Facebook</u></a></tr></td>
<tr><td class="td"><a href="http://www.instagram.com"><u>Instagram</u></a></tr></td>
</table>
</div>
<div id="subfooter3">
<table class="table1">
<tr><th class="heading">Contect us</th></tr>
<tr><td class="td"><a href="#"><u>Details</u></a></tr></td>
<tr><td class="td"><a href="#"><u>Use facebook</u></a></tr></td>
<tr><td class="td"><a href="#"><u>Use Google</u></a></tr></td>
</table>
</div>
<a href="http://www.facebook.com"><img class="im1" src="images\f.png"/></a>
<a href="http://www.twitter.com"><img class="im2" src="images\t2.png"/></a>
<a href="http://www.instagram.com"><img class="im3" src="images\i.png"/></a>
<p id="mohit">©2017  Developed by Mohit Kumar.
 All Rights reserved.</p>
</div>
</div>
</div>
</body>
</html>