-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
23749d7
commit 882c38b
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,13 @@ | |
<body> | ||
<div class="content"> | ||
<header> | ||
<h1>Intuition Labs LLC</h1> | ||
<div style="display: flex; justify-content: space-between; align-items: center;"> | ||
<div style="display: flex; align-items: center; gap: 1rem;"> | ||
<img src="logo.jpg" alt="Intuition Labs Logo" style="height: 40px; width: auto;"> | ||
<h1>Intuition Labs LLC</h1> | ||
</div> | ||
<button class="schedule-btn" onclick="Calendly.initPopupWidget({url: 'https://calendly.com/intuitionlabs/consulting-services'});return false;">Schedule Consultation</button> | ||
</div> | ||
<p class="tagline">Transforming AI strategy through polymathic expertise and technical innovation</p> | ||
</header> | ||
|
||
|
@@ -66,7 +72,6 @@ <h3>Technical Implementation</h3> | |
<section class="contact" style="animation: fadeUp 0.8s ease forwards 0.6s"> | ||
<a href="mailto:[email protected]" class="link">Contact: Tej Desai</a> | ||
<a href="https://www.youtube.com/@IntuitionLabsLLC" class="link">Research Channel</a> | ||
<button class="schedule-btn" onclick="Calendly.initPopupWidget({url: 'https://calendly.com/intuitionlabs/consulting-services'});return false;">Schedule Consultation</button> | ||
</section> | ||
</div> | ||
|
||
|