Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatSINEWAVE committed May 20, 2024
1 parent dd83de6 commit 159fb13
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html lang="en">

<head>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>QuoteHarbor</title>
Expand All @@ -12,43 +11,44 @@
<link rel="icon" type="image/png" sizes="32x32" href="site-data/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="site-data/favicon-16x16.png">
<link rel="manifest" href="site-data/site.webmanifest">
</head>

<body>
</head>
<body>
<header>
<div class="theme-toggle">
<i class="fas fa-sun"></i>
<div class="toggle-slider">
<div class="toggle-button"></div>
</div>
<i class="fas fa-moon"></i>
<div class="theme-toggle">
<i class="fas fa-sun"></i>
<div class="toggle-slider">
<div class="toggle-button"></div>
</div>
<i class="fas fa-moon"></i>
</div>
</header>

<main>
<div class="quote-options">
<h1>Choose your style</h1>
<div class="buttons">
<button class="quote-btn" id="text-quote-btn">Text Quote</button>
<button class="quote-btn" id="image-quote-btn">Image Quote</button>
</div>
<div class="quote-options">
<h1>Choose your style</h1>
<div class="buttons">
<button class="quote-btn" id="text-quote-btn">Text Quote</button>
<button class="quote-btn" id="image-quote-btn">Image Quote</button>
</div>
<div class="quote-container">
<div class="loading-container" style="display: none;">
<p class="loading-text">Finding a quote for you<span class="loading-dots"></span></p>
</div>
</div>
<div class="quote-container">
<div class="loading-container" style="display: none;">
<p class="loading-text">Finding a quote for you <span class="loading-dots"></span>
</p>
</div>
<button class="get-quote-btn" id="get-quote-btn" style="display: none;">Get Another Quote</button>
</div>
<button class="get-quote-btn" id="get-quote-btn" style="display: none;">Get Another Quote</button>
</main>

<footer>
<a href="https://discord.com/invite/2nHHHBWNDw" target="_blank"><i class="fab fa-discord"></i></a>
<a href="https://github.com/ThatSINEWAVE/QuoteHarbor" target="_blank"><i class="fas fa-heart"></i></a>
<a href="https://ko-fi.com/thatsinewave" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://discord.com/invite/2nHHHBWNDw" target="_blank">
<i class="fab fa-discord"></i>
</a>
<a href="https://github.com/ThatSINEWAVE/QuoteHarbor" target="_blank">
<i class="fas fa-heart"></i>
</a>
<a href="https://ko-fi.com/thatsinewave" target="_blank">
<i class="fab fa-github"></i>
</a>
</footer>

<script src="script.js"></script>

</body>

</body>
</html>

0 comments on commit 159fb13

Please sign in to comment.