Skip to content

Commit

Permalink
Fix missing logo image
Browse files Browse the repository at this point in the history
  • Loading branch information
Discordius committed Oct 15, 2024
1 parent 121f2e0 commit 7e46d44
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion booking.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
<!-- Navbar -->
<div class="navbar">
<a href="index.html" class="logo">
<img class="logo-image" src="your-logo-image-link-here" />
<img class="logo-image"
src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1629334277/Lightcone-02_stkgik.svg"
/>
<div class="navbar-title">Lighthaven</div>
</a>
<a href="https://airtable.com/your-inquiry-link" class="CTA-button-navbar" target="_blank">
Expand Down
4 changes: 3 additions & 1 deletion pay.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
<!-- Navbar -->
<div class="navbar">
<a href="index.html" class="logo">
<img class="logo-image" src="your-logo-image-link-here" />
<img class="logo-image"
src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1629334277/Lightcone-02_stkgik.svg"
/>
<div class="navbar-title">Lighthaven</div>
</a>
<a href="https://airtable.com/your-inquiry-link" class="CTA-button-navbar" target="_blank">
Expand Down
6 changes: 4 additions & 2 deletions today.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Redirecting to Payment</title>
<meta http-equiv="refresh" content="0; url=https://buy.stripe.com/3cs5kEh2c5bU1cAaEM">
<meta http-equiv="refresh" content="0; url=https://buy.stripe.com/28odRacLWaweaNa8wD">
<!-- Include your existing stylesheet links -->
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="styles.css">
Expand Down Expand Up @@ -32,7 +32,9 @@
<!-- Navbar -->
<div class="navbar">
<a href="index.html" class="logo">
<img class="logo-image" src="your-logo-image-link-here" />
<img class="logo-image"
src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1629334277/Lightcone-02_stkgik.svg"
/>
<div class="navbar-title">Lighthaven</div>
</a>
<a href="https://airtable.com/your-inquiry-link" class="CTA-button-navbar" target="_blank">
Expand Down

0 comments on commit 7e46d44

Please sign in to comment.