289 lines
10 KiB
HTML
289 lines
10 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>The Serenity House - Template Preview</title>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Cormorant+Garamond:wght@400;600;700&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
|
|
<style>
|
|
:root {
|
|
--color-bg: #FFFFFF;
|
|
--color-off-white: #F8F7F5;
|
|
--color-text-primary: #333333;
|
|
--color-text-secondary: #777777;
|
|
--color-accent-beige: #D4C7B8;
|
|
--color-border: #EAEAEA;
|
|
--font-serif: 'Cormorant Garamond', serif;
|
|
--font-sans: 'Lato', sans-serif;
|
|
}
|
|
|
|
body {
|
|
font-family: var(--font-sans);
|
|
background-color: #d8d8d8;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding: 20px;
|
|
margin: 0;
|
|
}
|
|
|
|
.brochure-page {
|
|
width: 400px;
|
|
height: 500px;
|
|
background-color: var(--color-bg);
|
|
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
.p1-container {
|
|
display: flex;
|
|
height: 100%;
|
|
}
|
|
.p1-image-side {
|
|
flex: 1.2;
|
|
background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?ixlib=rb-4.0.3&q=85&fm=jpg&crop=entropy&cs=srgb&w=1200');
|
|
background-size: cover;
|
|
background-position: center;
|
|
}
|
|
.p1-content-side {
|
|
flex: 1;
|
|
padding: 50px 40px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
.p1-header .collection {
|
|
font-size: 0.8rem;
|
|
letter-spacing: 2px;
|
|
color: var(--color-text-secondary);
|
|
text-transform: uppercase;
|
|
}
|
|
.p1-main-title {
|
|
font-family: var(--font-serif);
|
|
font-size: 3.5rem;
|
|
font-weight: 600;
|
|
line-height: 1.1;
|
|
color: var(--color-text-primary);
|
|
margin: 15px 0;
|
|
}
|
|
.p1-address {
|
|
font-size: 0.9rem;
|
|
color: var(--color-text-secondary);
|
|
border-left: 3px solid var(--color-accent-beige);
|
|
padding-left: 15px;
|
|
}
|
|
.p1-ref-id {
|
|
font-size: 0.8rem;
|
|
color: var(--color-text-secondary);
|
|
margin-top: 10px;
|
|
padding-left: 18px;
|
|
}
|
|
.p1-footer {
|
|
font-size: 0.8rem;
|
|
color: var(--color-text-secondary);
|
|
}
|
|
.p1-footer strong {
|
|
color: var(--color-text-primary);
|
|
}
|
|
.p1-footer .area {
|
|
font-size: 1rem;
|
|
color: var(--color-text-primary);
|
|
font-weight: 700;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.page-layout {
|
|
padding: 50px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
.page-number {
|
|
position: absolute;
|
|
top: 50px; right: 50px;
|
|
font-family: var(--font-serif);
|
|
font-size: 1rem;
|
|
color: var(--color-text-secondary);
|
|
}
|
|
.page-title-main {
|
|
font-family: var(--font-serif);
|
|
font-size: 2.5rem;
|
|
font-weight: 600;
|
|
color: var(--color-text-primary);
|
|
margin: 0 0 10px 0;
|
|
line-height: 1;
|
|
}
|
|
.page-title-sub {
|
|
font-size: 0.9rem;
|
|
color: var(--color-text-secondary);
|
|
margin-bottom: 30px;
|
|
}
|
|
.content-divider {
|
|
border: 0;
|
|
height: 1px;
|
|
background-color: var(--color-border);
|
|
margin: 20px 0;
|
|
}
|
|
.section-title {
|
|
font-family: var(--font-serif);
|
|
font-size: 1.3rem;
|
|
font-weight: 600;
|
|
color: var(--color-text-primary);
|
|
margin-bottom: 15px;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.p2-grid {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
gap: 40px;
|
|
flex-grow: 1;
|
|
}
|
|
.p2-image {
|
|
background-image: url('https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?ixlib=rb-4.0.3&q=85&fm=jpg&crop=entropy&cs=srgb&w=800');
|
|
background-size: cover;
|
|
background-position: center;
|
|
}
|
|
.p2-text p {
|
|
font-size: 0.9rem;
|
|
line-height: 1.7;
|
|
color: var(--color-text-secondary);
|
|
}
|
|
.p2-text p:first-of-type::first-letter {
|
|
font-family: var(--font-serif);
|
|
font-size: 3rem;
|
|
float: left;
|
|
line-height: 1;
|
|
margin-right: 10px;
|
|
color: var(--color-accent-beige);
|
|
}
|
|
.pull-quote {
|
|
border-left: 3px solid var(--color-accent-beige);
|
|
padding-left: 20px;
|
|
margin: 20px 0;
|
|
font-family: var(--font-serif);
|
|
font-size: 1.2rem;
|
|
font-style: italic;
|
|
color: var(--color-text-primary);
|
|
}
|
|
|
|
.p3-main-content { flex-grow: 1; }
|
|
.spec-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(4, 1fr);
|
|
gap: 20px;
|
|
padding: 20px;
|
|
background-color: var(--color-off-white);
|
|
}
|
|
.spec-item { text-align: center; }
|
|
.spec-item .value {
|
|
font-size: 1.5rem;
|
|
font-weight: 700;
|
|
color: var(--color-text-primary);
|
|
}
|
|
.spec-item .label {
|
|
font-size: 0.7rem;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.5px;
|
|
color: var(--color-text-secondary);
|
|
}
|
|
.details-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(2, 1fr);
|
|
gap: 10px 30px;
|
|
}
|
|
.details-item {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
border-bottom: 1px solid var(--color-border);
|
|
padding-bottom: 8px;
|
|
font-size: 0.8rem;
|
|
}
|
|
.details-item .label { color: var(--color-text-secondary); }
|
|
.details-item .value { color: var(--color-text-primary); font-weight: 700; }
|
|
.amenities-list { list-style: none; padding: 0; column-count: 2; column-gap: 30px;}
|
|
.amenities-list li {
|
|
margin-bottom: 8px;
|
|
color: var(--color-text-secondary);
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 0.8rem;
|
|
-webkit-column-break-inside: avoid;
|
|
page-break-inside: avoid;
|
|
break-inside: avoid;
|
|
}
|
|
.amenities-list li i { color: var(--color-accent-beige); margin-right: 8px; }
|
|
|
|
.back-button {
|
|
position: fixed;
|
|
top: 20px;
|
|
left: 20px;
|
|
background: rgba(255,255,255,0.9);
|
|
color: #333;
|
|
padding: 10px 20px;
|
|
border-radius: 25px;
|
|
text-decoration: none;
|
|
font-weight: 500;
|
|
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
|
|
backdrop-filter: blur(10px);
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.back-button:hover {
|
|
background: white;
|
|
transform: translateY(-2px);
|
|
box-shadow: 0 6px 20px rgba(0,0,0,0.15);
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<a href="template-preview.html" class="back-button">
|
|
<i class="fa-solid fa-arrow-left"></i> Back to Templates
|
|
</a>
|
|
|
|
<div class="brochure-page">
|
|
<div class="p1-container">
|
|
<div class="p1-image-side"></div>
|
|
<div class="p1-content-side">
|
|
<header class="p1-header">
|
|
<div class="collection">Elysian Estates Collection</div>
|
|
<h1 class="p1-main-title">The Serenity House</h1>
|
|
<p class="p1-address">123 Luxury Lane, Prestige City, PC 45678</p>
|
|
<p class="p1-ref-id">Reference ID: ES-8821</p>
|
|
</header>
|
|
<footer class="p1-footer">
|
|
<div class="area">6,200 Sq. Ft. • 5 Bedrooms • 6 Bathrooms</div>
|
|
An architectural marvel of curated living space.
|
|
<br>
|
|
<strong>Offered at $4,500,000</strong>
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="brochure-page">
|
|
<div class="page-layout">
|
|
<span class="page-number">02</span>
|
|
<h1 class="page-title-main">A Sanctuary of Modern Design</h1>
|
|
<p class="page-title-sub">Where light, space, and nature converge to create an unparalleled living experience.</p>
|
|
<div class="p2-grid">
|
|
<div class="p2-text">
|
|
<p>Designed by the world-renowned architect, Helena Vance, The Serenity House is more than a home; it is a living sculpture. Every line, material, and detail has been thoughtfully considered to evoke a sense of peace and connection with the surrounding landscape. Soaring ceilings and floor-to-ceiling glass walls dissolve the boundaries between inside and out, flooding the space with natural light.</p>
|
|
<p class="pull-quote">A timeless residence built not just for living, but for thriving.</p>
|
|
<p>The interior palette is a harmonious blend of natural oak, Italian travertine, and warm bronze accents, creating an atmosphere of understated luxury. This property represents a unique opportunity to own a piece of architectural history.</p>
|
|
</div>
|
|
<div class="p2-image"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html> |