Placeholder files

This commit is contained in:
2026-08-30 18:55:45 -07:00
parent 6be457915a
commit 03058b49dd
7 changed files with 1663 additions and 0 deletions
+139
View File
@@ -0,0 +1,139 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Visit &amp; Contact — Siena</title>
<meta name="description" content="Visit the Siena leasing office in Portland, Oregon, or get in touch by phone or email.">
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='3' fill='%23221C16'/%3E%3Cpath d='M9 24V15a7 7 0 0 1 14 0v9' fill='none' stroke='%23A9803F' stroke-width='2.2'/%3E%3C/svg%3E">
<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=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,500&family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<header class="site-header">
<div class="container">
<a href="index.html" class="wordmark">SIENA<span>.</span></a>
<nav class="main-nav" aria-label="Primary">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="residences.html">Residences</a></li>
<li><a href="residences.html#amenities">Amenities</a></li>
<li><a href="support.html">Resident Support</a></li>
<li><a href="contact.html" aria-current="page">Visit</a></li>
</ul>
<a href="lease.html" class="btn btn-primary nav-cta">Inquire About Leasing</a>
</nav>
<button class="nav-toggle" aria-label="Toggle menu" aria-expanded="false">
<span></span><span></span><span></span>
</button>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<p class="breadcrumb"><a href="index.html">Home</a> / Visit &amp; Contact</p>
<h1>Visit Siena</h1>
<p>Our leasing office sits just off the courtyard entrance. Walk-ins are welcome, but a scheduled tour means someone will actually be free to show you around.</p>
</div>
</section>
<section class="section">
<div class="container">
<div class="grid-2" style="align-items:start;">
<div>
<div class="arch-frame" style="margin-bottom:36px;">
<iframe
title="Map showing the Siena leasing office location in downtown Portland, Oregon"
src="https://www.google.com/maps?q=Portland,+OR&output=embed"
width="100%" height="360" style="border:0; border-radius:254px 254px 0 0; display:block;"
loading="lazy"
referrerpolicy="no-referrer-when-downgrade">
</iframe>
</div>
<div class="grid-2">
<div class="feature-card">
<h3>Address</h3>
<p>820 SW Ankeny Street<br>Portland, OR 97205</p>
</div>
<div class="feature-card">
<h3>Leasing office hours</h3>
<p>MonSat, 9am6pm<br>Sun, 11am4pm</p>
</div>
</div>
</div>
<div>
<h3 style="font-size:1.15rem; margin-bottom:18px;">Reach us directly</h3>
<div style="display:grid; gap:20px; margin-bottom:36px;">
<div class="feature-card">
<h3>Leasing inquiries</h3>
<p>(503) 555-0142<br>[email protected]</p>
<a href="lease.html" class="btn btn-ghost" style="margin-top:16px;">Start a Lease Inquiry</a>
</div>
<div class="feature-card">
<h3>Current residents</h3>
<p>For maintenance and account questions, use the resident support form — it routes faster than email.</p>
<a href="support.html" class="btn btn-ghost" style="margin-top:16px;">Go to Resident Support</a>
</div>
<div class="feature-card" style="border-color:var(--sienna);">
<h3>After-hours emergency</h3>
<p>(503) 555-0199 — for anything that can't wait until morning.</p>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<div class="footer-grid">
<div>
<span class="wordmark">SIENA<span style="color:var(--brass);">.</span></span>
<p>128 residences around a shared courtyard, in the heart of Portland.</p>
</div>
<div>
<h4>Explore</h4>
<ul class="footer-links">
<li><a href="residences.html">Residences</a></li>
<li><a href="residences.html#amenities">Amenities</a></li>
<li><a href="residences.html#neighborhood">Neighborhood</a></li>
</ul>
</div>
<div>
<h4>Get in touch</h4>
<ul class="footer-links">
<li><a href="lease.html">Lease inquiry</a></li>
<li><a href="support.html">Resident support</a></li>
<li><a href="contact.html">Visit &amp; contact</a></li>
</ul>
</div>
<div>
<h4>Leasing office</h4>
<ul class="footer-links">
<li>820 SW Ankeny Street<br>Portland, OR 97205</li>
<li>(503) 555-0142</li>
<li>[email protected]</li>
</ul>
</div>
</div>
<div class="footer-bottom">
<span>© 2026 Siena Residences. All rights reserved.</span>
<span>Equal Housing Opportunity</span>
</div>
</div>
</footer>
<script src="assets/js/main.js"></script>
</body>
</html>