LockOnN's picture
Add files using upload-large-folder tool
9bf7ef6 verified
Raw
History Blame Contribute Delete
30.1 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sydenham 72 Durham Street - Bayleys</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--primary-blue: #0a2540;
--primary-red: #c41230;
--white: #ffffff;
--gray-text: #555555;
--light-gray: #f5f5f5;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
line-height: 1.5;
color: #333;
background: var(--white);
}
img {
max-width: 100%;
display: block;
}
/* Header */
.header {
background-color: var(--primary-blue);
color: var(--white);
padding: 12px 0;
}
.header-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
display: flex;
align-items: center;
}
.logo img {
height: 38px;
width: auto;
}
.nav-menu {
display: flex;
align-items: center;
gap: 22px;
}
.nav-item {
color: var(--white);
text-decoration: none;
font-size: 13px;
display: flex;
align-items: center;
gap: 4px;
}
.nav-item svg {
width: 10px;
height: 10px;
fill: currentColor;
}
.hamburger {
display: none;
background: none;
border: none;
color: var(--white);
font-size: 24px;
cursor: pointer;
padding: 4px;
}
.search-icon {
width: 18px;
height: 18px;
cursor: pointer;
}
/* Breadcrumb / Top Bar */
.top-bar {
background: var(--white);
padding: 16px 24px 0;
max-width: 1200px;
margin: 0 auto;
}
.top-bar-inner {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 11px;
font-weight: 600;
color: var(--primary-blue);
text-transform: uppercase;
letter-spacing: 0.5px;
}
.back-link {
display: none;
color: var(--primary-blue);
text-decoration: none;
font-size: 14px;
text-transform: none;
font-weight: 400;
}
/* Property Header */
.property-header {
max-width: 1200px;
margin: 0 auto;
padding: 8px 24px 16px;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
gap: 12px;
}
.property-title-group {
flex: 1;
}
.property-title {
font-size: 32px;
color: var(--primary-blue);
font-weight: 700;
line-height: 1.2;
}
.property-address {
font-size: 26px;
color: #333;
font-weight: 300;
line-height: 1.3;
margin-top: 4px;
}
.property-actions {
display: flex;
align-items: center;
gap: 16px;
font-size: 14px;
color: var(--gray-text);
padding-top: 8px;
}
.action-btn {
display: flex;
align-items: center;
gap: 6px;
background: none;
border: none;
color: var(--gray-text);
font-size: 14px;
cursor: pointer;
font-family: inherit;
}
.action-btn svg {
width: 16px;
height: 16px;
}
/* Gallery */
.gallery-section {
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
}
.gallery-grid {
display: grid;
grid-template-columns: 2fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 8px;
height: 480px;
}
.gallery-main {
grid-row: 1 / 3;
position: relative;
overflow: hidden;
}
.gallery-main img,
.gallery-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.gallery-thumb {
position: relative;
overflow: hidden;
}
.gallery-thumb-overlay {
position: absolute;
inset: 0;
background: rgba(0,0,0,0.35);
display: flex;
align-items: center;
justify-content: center;
color: var(--white);
font-size: 42px;
font-weight: 300;
}
.leased-badge {
position: absolute;
top: 0;
left: 0;
width: 140px;
z-index: 2;
}
.gallery-mobile-controls {
display: none;
}
/* Floor Area */
.floor-area {
max-width: 1200px;
margin: 0 auto;
padding: 12px 24px;
display: flex;
align-items: center;
gap: 6px;
font-size: 20px;
color: var(--primary-blue);
}
.floor-area .num {
font-size: 24px;
font-weight: 500;
}
.floor-area .unit {
font-size: 12px;
text-transform: lowercase;
font-weight: 400;
}
.floor-area svg {
width: 24px;
height: 24px;
}
/* Property Details - Dark Section */
.property-details {
background: var(--primary-blue);
color: var(--white);
padding: 50px 24px;
}
.details-container {
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: 1.6fr 1fr;
gap: 50px;
}
.details-left {
max-width: 600px;
}
.profile-title {
font-size: 32px;
font-weight: 300;
margin-bottom: 20px;
line-height: 1.2;
}
.title-underline {
width: 40px;
height: 2px;
background: var(--white);
margin-bottom: 20px;
opacity: 0.5;
}
.profile-text {
font-size: 14px;
line-height: 1.6;
margin-bottom: 24px;
opacity: 0.9;
}
.approx-list {
font-size: 14px;
line-height: 1.8;
margin-bottom: 20px;
}
.approx-list strong {
font-weight: 600;
}
.rent-info {
font-size: 14px;
opacity: 0.9;
margin-top: 8px;
}
.details-right {
display: flex;
flex-direction: column;
gap: 20px;
}
.lease-box {
background: var(--white);
color: var(--primary-blue);
padding: 16px 20px;
font-size: 15px;
font-weight: 600;
}
.agent-card {
background: var(--white);
color: var(--primary-blue);
padding: 24px;
display: flex;
gap: 20px;
align-items: flex-start;
}
.agent-photo {
width: 90px;
height: 90px;
border-radius: 50%;
object-fit: cover;
flex-shrink: 0;
}
.agent-info {
flex: 1;
}
.agent-name {
font-size: 17px;
font-weight: 700;
margin-bottom: 6px;
}
.agent-detail {
font-size: 13px;
color: #444;
line-height: 1.5;
}
.agent-license {
font-size: 10px;
font-weight: 700;
color: var(--primary-blue);
margin-top: 6px;
line-height: 1.4;
text-transform: uppercase;
}
.agent-buttons {
display: flex;
gap: 12px;
margin-top: 16px;
}
.btn {
padding: 10px 24px;
border: 1px solid var(--primary-blue);
background: var(--white);
color: var(--primary-blue);
text-decoration: none;
font-size: 13px;
font-weight: 600;
cursor: pointer;
text-align: center;
flex: 1;
}
.btn-primary {
background: var(--primary-blue);
color: var(--white);
border: none;
}
/* Features Section */
.features-section {
max-width: 1200px;
margin: 0 auto;
padding: 50px 24px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
}
.features-title {
font-size: 32px;
color: var(--primary-blue);
font-weight: 300;
margin-bottom: 30px;
}
.features-title::after {
content: '';
display: block;
width: 40px;
height: 2px;
background: var(--primary-blue);
margin-top: 12px;
opacity: 0.3;
}
.features-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px 40px;
}
.feature-item {
border-bottom: 1px solid #ccc;
padding-bottom: 8px;
}
.feature-item.full-width {
grid-column: 1 / -1;
}
.feature-label {
font-size: 15px;
color: var(--primary-blue);
font-weight: 700;
margin-bottom: 4px;
}
.feature-value {
font-size: 14px;
color: #555;
}
.map-container {
width: 100%;
height: 100%;
min-height: 350px;
}
.map-container img {
width: 100%;
height: 100%;
object-fit: cover;
}
/* Footer */
.footer {
background: var(--primary-blue);
color: var(--white);
padding: 50px 24px 20px;
}
.footer-container {
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: 1.2fr 1fr 1fr 1fr;
gap: 40px;
}
.footer-brand img {
height: 36px;
margin-bottom: 20px;
}
.social-icons {
display: flex;
gap: 14px;
}
.social-icon {
width: 22px;
height: 22px;
}
.social-icon svg {
width: 100%;
height: 100%;
fill: var(--white);
}
.footer-column h3 {
font-size: 18px;
font-weight: 400;
margin-bottom: 16px;
padding-bottom: 8px;
border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer-column a {
color: rgba(255,255,255,0.85);
text-decoration: none;
display: block;
margin-bottom: 10px;
font-size: 13px;
}
.footer-column a:hover {
color: var(--white);
}
.footer-bottom {
max-width: 1200px;
margin: 40px auto 0;
padding-top: 20px;
border-top: 1px solid rgba(255,255,255,0.15);
font-size: 12px;
color: rgba(255,255,255,0.7);
}
/* Tablet */
@media (max-width: 1024px) {
.nav-menu {
display: none;
}
.hamburger {
display: block;
}
.gallery-grid {
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto;
height: auto;
}
.gallery-main {
grid-column: 1 / -1;
grid-row: 1;
height: 380px;
}
.gallery-thumb {
height: 200px;
}
.details-container {
grid-template-columns: 1fr;
gap: 30px;
}
.details-right {
max-width: 500px;
}
.features-section {
grid-template-columns: 1fr 1fr;
gap: 30px;
}
.footer-container {
grid-template-columns: 1fr 1fr 1fr;
gap: 30px;
}
.footer-brand {
grid-column: 1 / -1;
}
}
/* Mobile */
@media (max-width: 768px) {
.header-container {
padding: 0 16px;
}
.top-bar {
padding: 12px 16px 0;
}
.breadcrumb-text {
display: none;
}
.back-link {
display: inline-flex;
align-items: center;
gap: 4px;
}
.property-header {
padding: 8px 16px 12px;
flex-direction: column;
}
.property-title {
font-size: 26px;
}
.property-address {
font-size: 22px;
}
.property-actions {
width: 100%;
justify-content: center;
padding-top: 4px;
}
.gallery-section {
padding: 0;
position: relative;
}
.gallery-grid {
display: block;
position: relative;
}
.gallery-main {
height: 280px;
}
.gallery-thumb {
display: none;
}
.gallery-mobile-controls {
display: flex;
position: absolute;
inset: 0;
z-index: 3;
pointer-events: none;
}
.gallery-mobile-controls > * {
pointer-events: auto;
}
.carousel-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 36px;
height: 36px;
background: rgba(255,255,255,0.9);
border: none;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.carousel-arrow.prev {
left: 12px;
}
.carousel-arrow.next {
right: 12px;
}
.carousel-arrow svg {
width: 16px;
height: 16px;
fill: #333;
}
.expand-btn {
position: absolute;
top: 12px;
right: 12px;
width: 36px;
height: 36px;
background: rgba(255,255,255,0.9);
border: none;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.expand-btn svg {
width: 18px;
height: 18px;
}
.floor-area {
padding: 10px 16px;
}
.property-details {
padding: 36px 16px;
}
.profile-title {
font-size: 26px;
}
.agent-card {
flex-direction: column;
align-items: center;
text-align: center;
}
.agent-photo {
width: 110px;
height: 110px;
}
.agent-buttons {
justify-content: center;
}
.features-section {
grid-template-columns: 1fr;
padding: 36px 16px;
}
.features-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.feature-item.full-width {
grid-column: auto;
}
.map-container {
min-height: 300px;
margin-top: 20px;
}
.footer-container {
grid-template-columns: 1fr;
gap: 30px;
}
.footer-column h3 {
font-size: 20px;
}
}
@media (max-width: 480px) {
.property-title {
font-size: 22px;
}
.property-address {
font-size: 18px;
}
.gallery-main {
height: 240px;
}
}
</style>
</head>
<body>
<!-- Header -->
<header class="header">
<div class="header-container">
<div class="logo">
<img src="resources/images/ATB-Logo.svg" alt="Bayleys Altogether Better">
</div>
<nav class="nav-menu">
<a href="#" class="nav-item">Residential <svg viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg></a>
<a href="#" class="nav-item">Commercial <svg viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg></a>
<a href="#" class="nav-item">Rural <svg viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg></a>
<a href="#" class="nav-item">Property Services <svg viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg></a>
<a href="#" class="nav-item">News and Editorial</a>
<a href="#" class="nav-item">Auctions <svg viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg></a>
<a href="#" class="nav-item">
<svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/></svg>
Our Network
</a>
<a href="#" class="nav-item">
<svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/></svg>
My Bayleys
</a>
<svg class="search-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="11" cy="11" r="8"/>
<path d="M21 21l-4.35-4.35"/>
</svg>
</nav>
<button class="hamburger"></button>
</div>
</header>
<!-- Top Bar -->
<div class="top-bar">
<div class="top-bar-inner">
<span class="breadcrumb-text">Commercial | Canterbury | Christchurch</span>
<a href="#" class="back-link">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" style="vertical-align:middle">
<path d="M15 18l-6-6 6-6"/>
</svg>
Back
</a>
<span>#559842</span>
</div>
</div>
<!-- Property Header -->
<div class="property-header">
<div class="property-title-group">
<h1 class="property-title">Sydenham</h1>
<p class="property-address">72 Durham Street</p>
</div>
<div class="property-actions">
<button class="action-btn">
Watchlist
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"/>
</svg>
</button>
<button class="action-btn">
Share
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<circle cx="18" cy="5" r="3"/>
<circle cx="6" cy="12" r="3"/>
<circle cx="18" cy="19" r="3"/>
<line x1="8.59" y1="13.51" x2="15.42" y2="17.49"/>
<line x1="15.41" y1="6.51" x2="8.59" y2="10.49"/>
</svg>
</button>
</div>
</div>
<!-- Gallery -->
<div class="gallery-section">
<div class="gallery-grid">
<div class="gallery-main">
<img src="resources/images/leased.svg" alt="Leased" class="leased-badge">
<img src="resources/images/559842_1.jpg" alt="Property exterior">
<div class="gallery-mobile-controls">
<button class="carousel-arrow prev">
<svg viewBox="0 0 24 24"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>
</button>
<button class="carousel-arrow next">
<svg viewBox="0 0 24 24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/></svg>
</button>
<button class="expand-btn">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M15 3h6v6M9 21H3v-6M21 3l-7 7M3 21l7-7"/>
</svg>
</button>
</div>
</div>
<div class="gallery-thumb">
<img src="resources/images/559842_2.jpg" alt="Interior view 1">
</div>
<div class="gallery-thumb">
<img src="resources/images/559842_3.jpg" alt="Interior view 2">
<div class="gallery-thumb-overlay">+3</div>
</div>
</div>
</div>
<!-- Floor Area -->
<div class="floor-area">
<span class="num">129</span>
<span class="unit">sqm</span>
<svg viewBox="0 0 96 96" fill="currentColor">
<path d="M92.47 0H3.23C1.45 0 0 1.45 0 3.23v89.21c0 1.78 1.45 3.23 3.23 3.23h54.42c1.79 0 3.24-1.46 3.24-3.23s-1.46-3.24-3.24-3.24H6.46V48.41h23.33v16.54c0 1.78 1.45 3.23 3.23 3.23s3.24-1.46 3.24-3.23V25.85c0-1.79-1.46-3.23-3.24-3.23s-3.23 1.45-3.23 3.23v16.09H6.46V6.47h47.96v22.02c0 1.78 1.46 3.23 3.23 3.23h19.76c1.78 0 3.23-1.46 3.23-3.23s-1.45-3.23-3.23-3.23H60.65V6.47h28.34v55.24H57.41c-1.78 0-3.23 1.46-3.23 3.24s1.46 3.23 3.23 3.23h31.58v21.02H77.17c-1.79 0-3.24 1.45-3.24 3.23s1.46 3.23 3.24 3.23h15.05c1.78 0 3.23-1.45 3.23-3.23V3.23c0-1.79-1.45-3.23-3.23-3.23z"/>
</svg>
</div>
<!-- Property Details -->
<section class="property-details">
<div class="details-container">
<div class="details-left">
<h2 class="profile-title">Corner profile - Sydenham</h2>
<div class="title-underline"></div>
<p class="profile-text">
This warehouse and office premises provides a great location for the small business. Close to the central business district and main arterial routes of Christchurch. Premises and billboard in one with great profile and signage opportunities.
</p>
<div class="approx-list">
<strong>Approx</strong><br>
- 79.10sqm of warehouse<br>
- 49.50sqm of office<br>
- Two to four car parks<br>
- 128.60sqm total
</div>
<p><strong>Available Now!!</strong></p>
<p class="rent-info">Rent per annum - $18,500 + OPEX + GST</p>
</div>
<div class="details-right">
<div class="lease-box">
For Lease NZ$18,500 + GST (if any)
</div>
<div class="agent-card">
<img src="resources/images/BENAND_profile.jpg" alt="Benji Andrews" class="agent-photo">
<div class="agent-info">
<div class="agent-name">Benji Andrews</div>
<div class="agent-detail">Christchurch</div>
<div class="agent-detail">+64 27 676 6707</div>
<div class="agent-detail">benji.andrews@bayleys.co.nz</div>
<div class="agent-license">
WHALAN AND PARTNERS LTD, BAYLEYS,<br>
LICENSED UNDER THE REA ACT 2008
</div>
<div class="agent-buttons">
<a href="#" class="btn">View profile</a>
<a href="#" class="btn btn-primary">Contact</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Features -->
<section class="features-section">
<div class="features-left">
<h2 class="features-title">Features</h2>
<div class="features-grid">
<div class="feature-item">
<div class="feature-label">Car parks</div>
<div class="feature-value">4</div>
</div>
<div class="feature-item">
<div class="feature-label">Office</div>
<div class="feature-value">49.50 Sqm</div>
</div>
<div class="feature-item full-width">
<div class="feature-label">Warehouse</div>
<div class="feature-value">79.10 sqm</div>
</div>
</div>
</div>
<div class="features-right">
<div class="map-container">
<img src="resources/images/map.jpg" alt="Property location map">
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="footer-container">
<div class="footer-brand">
<img src="resources/images/ATB-Logo.svg" alt="Bayleys Altogether Better">
<div class="social-icons">
<a href="#" class="social-icon" aria-label="Facebook">
<svg viewBox="0 0 24 24"><path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"/></svg>
</a>
<a href="#" class="social-icon" aria-label="Instagram">
<svg viewBox="0 0 24 24"><rect x="2" y="2" width="20" height="20" rx="5" ry="5" fill="none" stroke="white" stroke-width="2"/><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z" fill="none" stroke="white" stroke-width="2"/><line x1="17.5" y1="6.5" x2="17.51" y2="6.5" stroke="white" stroke-width="2"/></svg>
</a>
<a href="#" class="social-icon" aria-label="LinkedIn">
<svg viewBox="0 0 24 24"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" fill="none" stroke="white" stroke-width="2"/><rect x="2" y="9" width="4" height="12" fill="none" stroke="white" stroke-width="2"/><circle cx="4" cy="4" r="2" fill="none" stroke="white" stroke-width="2"/></svg>
</a>
<a href="#" class="social-icon" aria-label="YouTube">
<svg viewBox="0 0 24 24"><path d="M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19.1c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.33 29 29 0 0 0-.46-5.33z" fill="none" stroke="white" stroke-width="2"/><polygon points="9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" fill="white"/></svg>
</a>
</div>
</div>
<div class="footer-column">
<h3>About Bayleys</h3>
<a href="#">About Bayleys</a>
<a href="#">Being Altogether Better</a>
<a href="#">Bayleys Foundation</a>
<a href="#">Join us</a>
<a href="#">Contact us</a>
</div>
<div class="footer-column">
<h3>Information</h3>
<a href="#">Complaints procedure</a>
<a href="#">Policy and privacy</a>
<a href="#">Real Estate Agents Act 2008</a>
<a href="#">ESG</a>
<a href="#">AML</a>
</div>
<div class="footer-column">
<h3>Tools and resources</h3>
<a href="#">Insights, data and consulting</a>
<a href="#">News and editorial</a>
<a href="#">Bayleys magazine suite</a>
<a href="#">Live Auctions</a>
<a href="#">Get finance pre-approved</a>
</div>
</div>
<div class="footer-bottom">
© Bayleys Realty Group. Licensed (REAA 2008)
</div>
</footer>
</body>
</html>