Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update text and color #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 5 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>CodeCats</title>
<title>MoonGoatz</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand All @@ -23,21 +23,14 @@
</div>
<div class="menu">
<a
href="https://discord.gg/A9CnsVzzkZ"
target="_blank"
rel="noopener noreferrer"
>
<img src="images/header/discord.webp" alt="Discord" />
</a>
<a
href="https://twitter.com/CodeCats10k"
href="https://twitter.com/MoonGoatzxyz"
target="_blank"
rel="noopener noreferrer"
>
<img src="images/header/twitter.webp" alt="Twitter" />
</a>
<a
href="https://opensea.io/collection/codecats"
href="https://opensea.io/collection/MoonGoatz"
target="_blank"
rel="noopener noreferrer"
>
Expand Down Expand Up @@ -80,9 +73,9 @@
</ul>
<h1>NFT Drop Coming Soon!!</h1>

<p>A new batch of cute cats will be available very soon!</p>
<p>A new batch of cute Goatz will be available very soon!</p>
<a href="https://discord.gg/A9CnsVzzkZ" target="_blank" rel="noopener noreferrer" class="hero-btn btn"
><span>Join the Catmmunity</span>
><span>Join the MoonGoatz</span>
</a>
</div>
</section>
Expand Down