-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
88 lines (79 loc) · 3.23 KB
/
about.html
File metadata and controls
88 lines (79 loc) · 3.23 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
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="images/favicon.jpg" type="image" rel="icon"/>
<title>Welcome</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">
<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-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>
<!-- ####################################################################################################### -->
<h2>WELCOME TO HOUSING</h2>
<h4>We are the fastest-growing family in the online real estate space. Fed up with endless on-site visits and fake listings,
we created a property search system several notches above others. Led by passionate problem-solvers and backed by top
investors, we have been hailed as trend setters in just two years.</h4>
<h2>OUR VISION</h2>
<h4>At Housing, we have initiated change — change for the best. Our vision is to help the world live better.
We are on a journey to simplifying everything, so that you can focus on your loved ones and things that matter
the most. We are here to get to the root of every challenge, find a solution and deliver to you a world that’s
filled to the brim with optimism, innovation, transparency, and advancement. Live better with Housing.
</h4>
<br>
<br>
<br>
<br>
<br>
<br>
<hr color="grey">
<!-- ####################################################################################################### -->
<footer>
<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>
</footer>
</body>
</html>