-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (57 loc) · 2.23 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Tanna Associates</title>
<link href="stylesheets/common.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div id="containertop"></div>
<!-- Header -->
<h1><a href="http://www.tannaassociates.co.in" title="Tanna Associates">Tanna Associates</a></h1>
<hr />
<div id="navigation_wrapper">
<!-- Top Navigation -->
<ul id="navigation">
<li><a href="#" title="Home Sweet Home">Home</a></li>
<li><a href="#" title="About Tanna Associates">About</a></li>
<li><a href="#" title="Upcoming and Ongoings Projects">Projects</a></li>
<li><a href="#" title="Image Gallery">Gallery</a></li>
<li><a href="#" title="Project Contact Details">Contact</a></li>
</ul>
</div>
<!-- Main Image -->
<div id="main_image">
<img src="images/main_image.jpg" width="860" height="408" alt="Main Image" />
<div id="frame_image_top"></div><div id="frame_image_bottom"></div>
<hr />
</div>
<!-- The 3 Banner -->
<div id="banner_wrapper">
<div class="banner">
<h2>Mangheshi City</h2>
<div class="image_wrapper"><img src="images/2.jpg" width="228" height="202" alt="image: Zen Gardens" /><span></span></div>
</div>
<div class="banner">
<h2>Mangheshi Sahara</h2>
<div class="image_wrapper"><img src="images/3.jpg" width="228" height="202" alt="image: Organic Plants" /><span></span></div>
</div>
<div class="banner banner_last">
<h2>Green Valley</h2>
<div class="image_wrapper"><img src="images/1.jpg" width="228" height="202" alt="image: Organic Gardens" /><span></span></div>
</div>
<hr />
</div>
</div>
<!-- Footer -->
<div id="footer_wrapper">
<div id="footer">
<div class="logo"><a href="http://www.standingcoin.com" target="_blank" title="Standing Coin Consultancy Services">Powered by Standing Coin Consultancy Services</a><span></span></div>
<ul>
<li><a href="http://www.tannaassociates.co.in" title="Powered By">Copyright 2012 - Tanna Associates</a><span></span>
</ul>
</div>
</div>
</body>
</html>