41 lines
2.4 KiB
HTML
41 lines
2.4 KiB
HTML
<!doctype html>
|
||
<html><head>
|
||
<meta name="description" content="Before rates or square feet, know the soil, the flood line, the history of the land you’re buying into."><meta charset="UTF-8"/>
|
||
<script src="https://cdn.jsdelivr.net/npm/gsap@3.14.2/dist/gsap.min.js"></script>
|
||
<style>
|
||
body{margin:0;background:#0b0f14;color:#fff;font-family:Georgia,serif}
|
||
#root{position:relative;width:1920px;height:1080px;overflow:hidden}
|
||
.clip{position:absolute;inset:0;display:grid;place-items:center;background-size:cover;background-position:center}
|
||
.overlay{position:absolute;inset:0;background:rgba(0,0,0,0.45)}
|
||
h1{font-size:72px;text-align:center;max-width:1200px;line-height:1.1;padding:0 40px}
|
||
p{font-size:36px;text-align:center;max-width:1100px;padding:0 60px}
|
||
</style> <script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
</head>
|
||
<body>
|
||
<div id="root" data-composition-id="main" data-start="0" data-width="1920" data-height="1080" data-duration="45">
|
||
<section id="s1" class="clip" data-start="0" data-duration="15" data-track-index="1" style="background-image:url('soil.jpg')">
|
||
<div class="overlay"></div>
|
||
<h1>The Ground Beneath Every Contract</h1>
|
||
</section>
|
||
<section id="s2" class="clip" data-start="15" data-duration="15" data-track-index="1" style="background-image:url('home.jpg')">
|
||
<div class="overlay"></div>
|
||
<p>Before rates or square feet, know the soil, the flood line, the history of the land you’re buying into.</p>
|
||
</section>
|
||
<section id="s3" class="clip" data-start="30" data-duration="15" data-track-index="1" style="background-image:url('garden.jpg')">
|
||
<div class="overlay"></div>
|
||
<p>That’s not paperwork. That’s the covenant we keep with families who call Union County home.</p>
|
||
</section>
|
||
|
||
<audio id="voice-s1" src="audio/s1.wav" data-start="0"></audio>
|
||
<audio id="voice-s2" src="audio/s2.wav" data-start="15"></audio>
|
||
<audio id="voice-s3" src="audio/s3.wav" data-start="30"></audio>
|
||
</div>
|
||
<script>
|
||
window.__timelines = window.__timelines || {};
|
||
const tl = gsap.timeline({ paused: true });
|
||
tl.to("#s1 h1", { opacity: 1, y: 0, duration: 0.8, ease: "power3.out" }, 1);
|
||
tl.from("#s2 p", { opacity: 0, y: 40, duration: 1.2, ease: "power2.out" }, 16);
|
||
tl.from("#s3 p", { opacity: 0, y: 40, duration: 1.2, ease: "power2.out" }, 31.5);
|
||
window.__timelines["main"] = tl;
|
||
</script>
|
||
</body></html> |