Skip to content

Commit

Permalink
added stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Aug 9, 2023
1 parent afa8f75 commit 7faec33
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 2 deletions.
Empty file added contact.html
Empty file.
53 changes: 53 additions & 0 deletions download.html
Original file line number Diff line number Diff line change
@@ -1 +1,54 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tea Client</title>
<link rel="shortcut icon" type="x-icon" href="assets/img/logo_white.png">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>

<section class="header">
<nav>
<a href="index.html"><img src="assets/img/logo_white.png"></a>
<div class="nav-links">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="news.html">NEWS</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="https://store.teaclient.net">STORE</a></li>
<li><a href="https://docs.teaclient.net">DOCS</a></li>
<li><a href="social.html">SOCIALS</a></li>
</ul>
</div>
</nav>
</section>

<footer>
<div class="footer-content">
<h3>Tea Client</h3>
<ul class="socials">
<div class="footerNav"></div>
<a href="https://twitter.com/TeaClientMine"><i class="fa-brands fa-twitter"></i></a>
<a href="https://www.twitch.tv/teaclientminecraft"><i class="fa-brands fa-twitch"></i></a>
<a href="https://discord.gg/teaclient"><i class="fa-brands fa-discord"></i></a>
<a href="https://www.youtube.com/@teaclientmc"><i class="fa-brands fa-youtube"></i></a>
</div>
</ul>
</div>
<div class="footerNav">
<a href="index.html">Home</a>
<a href="">FAQ</a>
<a href="">Terms of Service</a>
<a href="">Privacy Policy</a>
</div>
<div class="footer-bottom">
<p>Copyright &copy; 2023 TeaClient</p>
<p id="affiliation">Not affiliated with Mojang Studios</p>
<div style="clear: both;"></div>
</div>
</footer>

</body>
</html>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<div class="nav-links">
<ul>
<li><a href="download.html">DOWNLOAD</a></li>
<li><a href="">NEWS</a></li>
<li><a href="">CONTACT</a></li>
<li><a href="news.html">NEWS</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="https://store.teaclient.net">STORE</a></li>
<li><a href="https://docs.teaclient.net">DOCS</a></li>
<li><a href="social.html">SOCIALS</a></li>
Expand Down
54 changes: 54 additions & 0 deletions news.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tea Client</title>
<link rel="shortcut icon" type="x-icon" href="assets/img/logo_white.png">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>

<section class="header">
<nav>
<a href="index.html"><img src="assets/img/logo_white.png"></a>
<div class="nav-links">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="news.html">NEWS</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="https://store.teaclient.net">STORE</a></li>
<li><a href="https://docs.teaclient.net">DOCS</a></li>
<li><a href="social.html">SOCIALS</a></li>
</ul>
</div>
</nav>
</section>

<footer>
<div class="footer-content">
<h3>Tea Client</h3>
<ul class="socials">
<div class="footerNav"></div>
<a href="https://twitter.com/TeaClientMine"><i class="fa-brands fa-twitter"></i></a>
<a href="https://www.twitch.tv/teaclientminecraft"><i class="fa-brands fa-twitch"></i></a>
<a href="https://discord.gg/teaclient"><i class="fa-brands fa-discord"></i></a>
<a href="https://www.youtube.com/@teaclientmc"><i class="fa-brands fa-youtube"></i></a>
</div>
</ul>
</div>
<div class="footerNav">
<a href="index.html">Home</a>
<a href="">FAQ</a>
<a href="">Terms of Service</a>
<a href="">Privacy Policy</a>
</div>
<div class="footer-bottom">
<p>Copyright &copy; 2023 TeaClient</p>
<p id="affiliation">Not affiliated with Mojang Studios</p>
<div style="clear: both;"></div>
</div>
</footer>

</body>
</html>

0 comments on commit 7faec33

Please sign in to comment.