-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
287 lines (267 loc) · 13.6 KB
/
index.html
File metadata and controls
287 lines (267 loc) · 13.6 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
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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Baosen Chinatown Port Moresby - A City Within a City</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Top news ticker (site-wide) -->
<div class="news-ticker" role="region" aria-label="Latest announcements">
<div class="container">
<div class="news-ticker__viewport" aria-hidden="true">
<div class="news-ticker__strip" id="tickerStrip" aria-hidden="true">
<span class="news-item">New shops now available — Visit our <a href="html/space.html">Properties</a> page</span>
<span class="news-item">Phase 2 residential towers now open for pre-sale</span>
<span class="news-item">Special launch offers: financing plans available</span>
<span class="news-item">Contact us for leasing information</span>
</div>
</div>
<button class="ticker-pause" aria-label="Pause news ticker" title="Pause">❚❚</button>
</div>
</div>
<!-- Header -->
<header>
<div class="container">
<div class="logo">
<img src="images/logo/1.png" alt="LogoHeader">
<div class="logo-text">
<h1>Baosen China Town</h1>
</div>
</div>
<nav>
<ul class="nav-menu">
<li><a href="index.html" class="active">Home</a></li>
<li><a href="html/about.html">About Us</a></li>
<li><a href="html/project.html">The Project</a></li>
<li><a href="html/space.html">Properties</a></li>
<li><a href="html/investors.html">Investors</a></li>
<li><a href="html/community.html">Community</a></li>
<li><a href="html/contact.html">Contact & FAQ</a></li>
</ul>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</nav>
</div>
</header>
<!-- Hero Section with Slider -->
<section class="hero">
<div class="hero-slider">
<div class="slide active">
<img class="slide-img" src="images/hero_slider/Overview.webp" alt="Baosen Chinatown - Slide 1">
<div class="slide-content">
<h2>Welcome to Baosen China Town Port Moresby</h2>
<p>A premier mixed-use development in the heart of Port Moresby</p>
<a href="html/project.html" class="btn">Discover More</a>
</div>
</div>
<div class="slide">
<img class="slide-img" src="images/hero_slider/Residence.jpg" alt="Baosen Chinatown - Slide 2">
<div class="slide-content">
<h2>Modern Living & Commercial Spaces</h2>
<p>Luxury apartments, retail spaces, and office towers now available</p>
<a href="html/space.html" class="btn">View Properties</a>
</div>
</div>
<div class="slide">
<img class="slide-img" src="images/hero_slider/Mainoffice.webp" alt="Baosen Chinatown - Slide 3">
<div class="slide-content">
<h2>Prime Investment Opportunity</h2>
<p>Join PNG's most exciting urban development project</p>
<a href="html/investors.html" class="btn">Invest Now</a>
</div>
</div>
</div>
<div class="slider-nav">
<button class="prev">❮</button>
<button class="next">❯</button>
</div>
<div class="slider-dots">
<span class="dot active"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
</section>
<!-- Introduction Section -->
<section class="intro">
<div class="container">
<h2>A City Within a City</h2>
<p>Baosen Chinatown Port Moresby is a groundbreaking mixed-use development located at the intersection of Hubert Murry Highway and Boroko Drive, opposite 5 Mile Mobil service station, Port Moresby. This master-planned community offers premium residential, commercial, and retail spaces designed to create a vibrant, self-contained urban environment.</p>
<div class="features-grid">
<div class="feature">
<div class="feature-icon">🏢</div>
<h3>Offers Local Ownership</h3>
<p>Through Strata Title Issuance.</p>
</div>
<div class="feature">
<div class="feature-icon">🛍️</div>
<h3>Shopping Mall</h3>
<p>The heart of the development featuring diverse retail and dining options.</p>
</div>
<div class="feature">
<div class="feature-icon">🏠</div>
<h3>Residential Apartments</h3>
<p>Modern, secure living spaces with premium amenities and 24/7 security.</p>
</div>
<div class="feature">
<div class="feature-icon">🏨</div>
<h3>Hotel & Offices</h3>
<p>Future hotel and office development to serve business and leisure travelers.</p>
</div>
</div>
</div>
</section>
<!-- Properties for Sale Section -->
<section class="properties">
<div class="container">
<h2>Properties Now Available</h2>
<p>Discover our premium properties currently available for purchase and investment.</p>
<div class="properties-grid">
<div class="property-card">
<div class="property-image">
<img src="images/space/IMG1.jpg" alt="Shopping malls">
</div>
<div class="property-info">
<h3>Commercial Space</h3>
<p class="property-type">Shopping Mall</p>
<p class="property-desc">Prime commercial spaces in the main shopping complex with high foot traffic. It will have more than 300+ shopping spaces</p>
<div class="property-features">
<span>Various Sizes</span>
<span>High Visibility</span>
<span>Flexible Payment Plan</span>
<span style = "font-weight: bold; color: gold;">PRE-SALE & PRE-LEASE OPEN NOW!</span>
</div>
<a href="html/space.html#Shopping-Mall" class="btn-outline">View Details</a>
</div>
</div>
<div class="property-card">
<div class="property-image">
<img src="images/space/IMG3.jpg" alt="Residental Space">
</div>
<div class="property-info">
<h3>Residental Space</h3>
<p class="property-type" style = "color: white;">Residental Apartments</p>
<p class="property-desc" style = "color: white;">Luxury apartments with panoramic city views, premium finishes, and exclusive amenities. 600 apartments pre-selling with 2, 3 or 4 bedrooms each.</p>
<div class="property-features">
<span style = "color: white;">1-4 Bedrooms</span>
<span style = "color: white;">24/7 Security</span>
<span style = "color: white;">Flexible Payment Plan</span>
<span style = "font-weight: bold; color: gold;">PRE-SALE OPEN NOW!</span>
</div>
<a href="html/space.html#Residental-Unit" class="btn-outline">View Details</a>
</div>
</div>
<div class="property-card">
<div class="property-image">
<img src="images/space/IMG2.jpg" alt="Hotel & Office Space">
</div>
<div class="property-info">
<h3>Hotel & Office Space</h3>
<p class="property-type" style = "color: white;">Hotel & Offices</p>
<p class="property-desc"style = "color: white;">Includes office complex and International Hotels. Informaton to be disclosed on a later date.</p>
<div class="property-features">
<span style = "font-weight: bold; color: gold;">Upcoming</span>
</div>
<a href="html/space.html#Hotel&Offices" class="btn-outline">View Details</a>
</div>
</div>
</div>
<div class="properties-cta">
<p>Interested in our available properties? Contact us for pricing and availability.</p>
<div class="cta-buttons">
<a href="html/contact.html" class="btn">Send Inquiry</a>
<a href="https://wa.me/67575888999" class="btn-whatsapp">
<span>Contact via WhatsApp</span>
</a>
</div>
</div>
</div>
</section>
<!-- Project Phases Section -->
<section class="phases">
<div class="container">
<h2>Project Development Phases</h2>
<div class="phase-timeline">
<div class="phase active">
<div class="phase-number">Phase 1</div>
<div class="phase-content">
<h3>Commercial - Baosen Shopping Mall</h3>
<p>Currently under development, featuring supermarkets, retail stores, and food outlets.</p>
</div>
</div>
<div class="phase">
<div class="phase-number">Phase 2</div>
<div class="phase-content">
<h3>Residential Units</h3>
<p>Will commence after the shopping mall - Luxury apartments with premium amenities.</p>
</div>
</div>
<div class="phase">
<div class="phase-number">Phase 3</div>
<div class="phase-content">
<h3>Office Complex & International Hotels</h3>
<p>Will commence after the residential units development - Commercial office spaces and World Class Hotels</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-section">
<div class="logo">
<img src="images/logo/2.png" alt="LogoFooter">
<div class="logo-text">
<h2 style = "color: #8ec7ff;">Baosen China Town</h2>
</div>
</div>
<p>Bridging Cultures, Building Community.</p>
</div>
<div class="footer-section">
<h3>Quick Links</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="html/about.html">About Us</a></li>
<li><a href="html/project.html">The Project</a></li>
<li><a href="html/space.html">Properties</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Contact Info</h3>
<p>Boroko Drive, 5 mile, Port Moresby, PNG</p>
<p>Email: rkiso@hbwhjt.com</p>
<p>Phone: +675 75888999</p>
</div>
<div class="footer-section">
<h3>Connect With Us</h3>
<div class="social-links">
<a href="https://www.facebook.com/share/p/1KUXuha2mC/?mibextid=wwXIfr" class="social-link" target="_blank" aria-label="Facebook" rel="noopener">
<img src="images/Icons/facebook.png" alt="Facebook">
</a>
<a href="https://www.instagram.com/misslynrealator_?utm_source=ig_web_button_share_sheet&igsh=ZDNlZDc0MzIxNw==" class="social-link" aria-label="Instagram">
<img src="images/Icons/instagram.png" alt="Instagram">
</a>
<a href="https://wa.me/67575888999" class="social-link" aria-label="WhatsApp">
<img src="images/Icons/whatsapp.png" alt="WhatsApp">
</a>
<a href="mailto:rkiso@hbwhjt.com" class="social-link" aria-label="Email">
<img src="images/Icons/email.png" alt="Email">
</a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Baosen China Town Port Moresby. All rights reserved.</p>
</div>
</div>
</footer>
<script src="js/ticker.js"></script>
<script src="js/main.js"></script>
</body>
</html>