Skip to content

Commit

Permalink
update styling
Browse files Browse the repository at this point in the history
  • Loading branch information
wheattoast11 committed Nov 12, 2024
1 parent 23749d7 commit 882c38b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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>

Expand Down
Binary file added logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 882c38b

Please sign in to comment.