-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
105 lines (92 loc) · 3.2 KB
/
contact.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
98
99
100
101
102
103
104
105
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
Template Name: Touch of Purple
Author: <a href="http://www.os-templates.com/">OS Templates</a>
Author URI: http://www.os-templates.com/
Licence: Free to use under our free template licence terms
Licence URI: http://www.os-templates.com/template-terms
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="images/favicon.jpg" type="image" rel="icon"/>
<title>Housing</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="layout/styles/layout.css" type="text/css" />
<script type="text/javascript" src="layout/scripts/jquery.min.js"></script>
<!-- Waterwheel Carousel -->
<script type="text/javascript" src="layout/scripts/carousel/jquery.waterwheelCarousel.min.js"></script>
<script type="text/javascript" src="layout/scripts/carousel/jquery.waterwheelCarousel.setup.js"></script>
<!-- / Waterwheel Carousel -->
</head>
<body id="top">
<center>
<div class="wrapper col1">
<div id="header">
<div class="fl_left">
<h1><a href="index.html">Housing</a></h1>
<p style="indent:20">- making life simpler..</p>
</div>
<div class="fl_right"><a href="#"><img src="images/demo/logo.jpg" alt="" /></a></div>
<br class="clear" />
</div>
</div>
<!-- ####################################################################################################### -->
<div class="wrapper col2">
<div id="topbar">
<div id="topnav">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About-Us</a></li>
<li><a href="https://housing.com/blog">Blog</a></li>
<li><a href="#">Services <b>⇩<b></a>
<ul>
<li><a href="login.jsp">Seller</a></li>
<li><a href="visitor.jsp">Buyer</a></li>
</ul>
</li>
<li class="last"><a href="contact.html">Contact-Us</a></li>
</ul>
</div>
<br class="clear" />
</div>
</div>
<!-- ####################################################################################################### -->
<h1>Contact Us</h1>
<div class='sections'>Our mailing address:</div>
<br>
<div>Housing.com</div>
<div>3rd Floor, A Wing</div>
<div>Supreme Business Park Kensington Rear Exit Rd</div>
<div>Hiranandani Gardens, Powai</div>
<div>Mumbai, Maharashtra 400076, India</div>
<br>
<div class='sections'>In case of any queries:</div>
<div class='info'>
<i class='icon-message'></i>
<span class='email-d'>
</span>
</div>
</div>
</div>
<!-- bootstrap modals -->
<div id='modal-container' tabIndex='0'>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<hr color="grey">
<!-- ####################################################################################################### -->
<div class="wrapper col6">
<div id="copyright">
<p class="fl_left">Copyright © 2014 - All Rights Reserved</p>
<p class="fl_right"> Made by Hunters...</p>
<br class="clear" />
</div>
</div>
</center>
</body>
</html>