Replace leadership section with Get-in-contact CTA
Swap the founder/leadership section for a 'Get in contact' section with a mailto button; nav now links to #contact and an Email us action. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+9
-13
@@ -36,8 +36,8 @@
|
|||||||
</a>
|
</a>
|
||||||
<nav class="nav-links">
|
<nav class="nav-links">
|
||||||
<a href="#focus">Focus</a>
|
<a href="#focus">Focus</a>
|
||||||
<a href="#founder">Founder</a>
|
<a href="#contact">Contact</a>
|
||||||
<a class="nav-cta" href="mailto:contact@houstonlabs.us">Contact</a>
|
<a class="nav-cta" href="mailto:contact@houstonlabs.us">Email us</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
@@ -92,22 +92,18 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="founder" id="founder">
|
<section class="contact-cta" id="contact">
|
||||||
<div class="section-head">
|
<div class="section-head">
|
||||||
<span class="label">/ Leadership</span>
|
<span class="label">/ Get in contact</span>
|
||||||
<h2>Founded on a rare vantage point</h2>
|
<h2>Let’s build what’s next.</h2>
|
||||||
</div>
|
|
||||||
<div class="founder-body">
|
|
||||||
<p>Houston Labs is founded and led by <strong>Lambert Houston</strong>, Chief Executive Officer.
|
|
||||||
A career in the film industry gave Lambert a firsthand understanding of how creative work
|
|
||||||
actually gets made — and an instinct for where technology can take it next.</p>
|
|
||||||
<p>That perspective is the company’s foundation: an R&D firm that understands the future
|
|
||||||
of creative technologies because it has lived the craft those technologies are built to serve.</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
<p class="contact-lede">Working at the frontier of creative technology, or want to start a
|
||||||
|
conversation? We’d like to hear from you.</p>
|
||||||
|
<a class="btn btn-primary btn-lg" href="mailto:contact@houstonlabs.us">Email us →</a>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="foot" id="contact">
|
<footer class="foot">
|
||||||
<div class="foot-top">
|
<div class="foot-top">
|
||||||
<a class="btn btn-primary" href="mailto:contact@houstonlabs.us">contact@houstonlabs.us</a>
|
<a class="btn btn-primary" href="mailto:contact@houstonlabs.us">contact@houstonlabs.us</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+3
-4
@@ -162,10 +162,9 @@ h1{
|
|||||||
}
|
}
|
||||||
.card p{margin:0;color:var(--muted);font-size:15.5px}
|
.card p{margin:0;color:var(--muted);font-size:15.5px}
|
||||||
|
|
||||||
/* ---- founder ---- */
|
/* ---- contact ---- */
|
||||||
.founder-body{max-width:64ch;display:grid;gap:22px}
|
.contact-lede{max-width:52ch;color:var(--muted);font-size:clamp(1.05rem,1.6vw,1.25rem);margin:0 0 34px}
|
||||||
.founder-body p{margin:0;color:var(--muted);font-size:1.12rem}
|
.btn-lg{padding:16px 30px;font-size:16px}
|
||||||
.founder-body strong{color:var(--text);font-weight:600}
|
|
||||||
|
|
||||||
/* ---- footer ---- */
|
/* ---- footer ---- */
|
||||||
.foot{
|
.foot{
|
||||||
|
|||||||
Reference in New Issue
Block a user