-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
206 lines (199 loc) · 8.15 KB
/
about.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Karen Hills</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"/>
<link rel="apple-touch-icon" sizes="57x57" href="images/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="images/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="images/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="images/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
<link rel="manifest" href="images/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#1D5632">
<meta name="msapplication-TileImage" content="images/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#1D5632">
<link rel="stylesheet" type="text/css" href="css/styles.css" />
</head>
<body>
<!-- loader -->
<div id="preloader-bg"></div>
<div class="load fadeInUp">
<img src="images/logo.png" width="184" height="69" alt="Karen Hills Loading" />
<div class="preloader-dotline">
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
</div>
</div>
<div id="loader" class="pageload-overlay" data-opening="M 0,0 c 0,0 63.5,-16.5 80,0 16.5,16.5 0,60 0,60 L 0,60 Z">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 80 60" preserveAspectRatio="none">
<path d="M 0,0 c 0,0 -16.5,43.5 0,60 16.5,16.5 80,0 80,0 L 0,60 Z" />
</svg>
</div>
<!-- loader end -->
<!-- header -->
<div id="header">
<div class="wrapper">
<div class="col">
<a href="index.html" class="logo">
<img src="images/logo.png" width="184" height="69" alt="Karen Hills" />
</a>
</div>
<div class="col right">
<ul id="main_menu">
<li><a href="index.html">Home</a></li>
<li><a href="signature-homes.html">Signature Homes</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="site-plan.html">Site Plan</a></li>
<li><a href="management.html">KHMCo</a></li>
<li><a href="about.html" class="active">About Us</a></li>
<li><a href="contacts.html">Contacts</a></li>
</ul>
<div class="navigation-hamburger">
<div class="bar-wrap">
<div class="bar bar1"></div>
<div class="bar bar2"></div>
<div class="bar bar3"></div>
</div>
<div class="cross-wrap">
<div class="cross-line cross-line1"></div>
<div class="cross-line cross-line2"></div>
</div>
</div>
</div>
</div>
</div>
<!-- header end -->
<!-- mobile_nav -->
<div id="mobile_nav">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="signature-homes.html">Signature Homes</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="site-plan.html">Site Plan</a></li>
<li><a href="management.html">KHMCo</a></li>
<li><a href="about.html" class="active">About Us</a></li>
<li><a href="contacts.html">Contacts</a></li>
<li><div class="btn-feedback">Request a Callback</div></li>
<li><a href="KarenHillsBrochure.pdf" class="btn green">Download Brochure</a></li>
<li>
<div class="social">
<a href="#" class="icon-facebook"></a>
<a href="#" class="icon-twitter"></a>
<a href="#" class="icon-instagram"></a>
</div>
</li>
</ul>
</nav>
</div>
<!-- mobile_nav end -->
<!-- main_content -->
<div id="main_content">
<div class="wrapper">
<h1>Welcome to Karen Hills</h1>
<div class="home-slider owl-carousel">
<div class="slide">
<div class="pic-wrapper">
<img src="images/slides/slide1.jpg" width="954" height="565" alt="" />
</div>
</div>
<div class="slide">
<div class="pic-wrapper">
<img src="images/slides/slide2.jpg" width="954" height="565" alt="" />
</div>
</div>
<div class="slide">
<div class="pic-wrapper">
<img src="images/slides/slide3.jpg" width="954" height="565" alt="" />
</div>
</div>
</div>
<!-- content -->
<div class="content">
<p>Karen Hills, the new address for those who appreciate quality, open spaces and outdoors life style and centred in the most
prestigious suburb of the city.</p>
<p>With the views, the peace, tranquillity, and the country fresh air, it just naturally invites you to want to start building your dream home
and living the dream lifestyle.</p>
<p>A dream home is also about the dream lifestyle we are each trying to create in our own special way. It’s the way we want to live that is
important. The dream home then serves and stimulates that higher purpose.</p>
<p>All of the infrastructure services and utilities are completed, with quality technical designs and specifications, and ready for
connections to your dream home.</p>
<p>Safe in the knowledge you’re buying land in a controlled development, your dream home is in the right neighbourhood for years to
come. Each one acre plot has been given covenants in the lease that protects its residents and ensures the prestige of Karen Hills is
intact.</p>
<p>Karen Hills is so much more than a typical residential gated development; it is a harmonious neighbourhood that provides a peaceful
dwelling to raise a family.</p>
<a href="signature-homes.html" class="btn">Discover Signature Homes</a>
</div>
<!-- content end -->
</div>
</div>
<!-- main_content end -->
<!-- footer -->
<div id="footer">
<div class="wrapper">
<div class="col left">
2017 © Copyright Karen Hills Ltd. All Rights Reserved.
</div>
<div class="col middle">
<a href="KarenHillsBrochure.pdf" class="btn green">Download Brochure</a>
</div>
<div class="col right">
<a href="#" class="icon-facebook"></a>
<a href="#" class="icon-twitter"></a>
<a href="#" class="icon-instagram"></a>
</div>
</div>
</div>
<!-- footer end -->
<!-- feeback_wrapper -->
<div id="feedback_wrapper">
<div class="btn-feedback">Contact Us</div>
<div class="feedback">
<div class="feedback-close icon-close"></div>
<div class="text-center">
<h2>Request a Callback</h2>
<p class="summary">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ipsa consectetur nobis at officia ullam.</p>
</div>
<form class="feedback-form" method="post" action="#">
<ul>
<li>
<label for="feedback_fullname">Name*</label>
<input type="text" maxlength="100" id="feedback_fullname" name="feedback_fullname" class="textbox" placeholder="" />
</li>
<li class="error">
<label for="feedback_email">Email Address*</label>
<input type="email" maxlength="100" id="feedback_email" name="feedback_email" class="textbox" placeholder="Invalid email address" />
</li>
<li class="full-width">
<label for="feedback_phone">Phone Number*</label>
<input type="tel" maxlength="100" id="feedback_phone" name="feedback_phone" class="textbox" placeholder="" />
</li>
<li>
<button type="submit" class="btn">Send</button>
</li>
</ul>
</form>
</div>
</div>
<!-- feeback_wrapper end -->
<script type="text/javascript" src="js/jquery-1.12.3.min.js"></script>
<script type="text/javascript" src="js/plugins.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>