Skip to content

Commit

Permalink
yayaya
Browse files Browse the repository at this point in the history
CHRISTMASSSSS
  • Loading branch information
0o0kuki0o0 committed Dec 27, 2024
1 parent 01b8cd9 commit 8cd2271
Show file tree
Hide file tree
Showing 15 changed files with 624 additions and 4,325 deletions.
Binary file modified .DS_Store
Binary file not shown.
247 changes: 0 additions & 247 deletions cookie.html

This file was deleted.

30 changes: 30 additions & 0 deletions footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<footer>
<br>
<div class="footer-links">
<h3>© 2021 - 2024 Cheeter Technologies™</h3>
<div>
<a href="#"><i class='bx bxl-facebook'></i></a>
<a href="#"><i class='bx bxl-twitter'></i></a>
<a href="#"><i class='bx bxl-instagram-alt'></i></a>
<a href="https://www.youtube.com/@cheeterdev"><i class='bx bxl-youtube'></i></a>
<a href="https://dsc.gg/cheeter"><i class='bx bxl-discord-alt'></i></a>
<a href="https://github.com/cheeterdev"><i class='bx bxl-github'></i></a>
</div>
</div>
<div class="footer-content">
<div class="fc-devs">
<h3>For Developers</h3>
<a href="https://github.com/cheeterdev/CCMumtad">CCMumtad</a>
</div>
<div class="fc-services">
<h3>Our Services</h3>
<p>coming soon</p>
</div>
<div class="fc-cheeter">
<h3>About Cheeter</h3>
<p>coming soon</p>
</div>
</div>
</footer>

<link rel="stylesheet" href="styles.css">
15 changes: 15 additions & 0 deletions header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<header class="header">
<a href="#" class="logo"><img src="source/pictures/cheeter.png" width="100px" alt="Cheeter Logo"></a>
<div class="menu-toggle" id="menu-toggle">
<i class='bx bx-menu'></i>
</div>
<nav class="navbar" id="navbar">
<a href="#" class="active">Home</a>
<a href="#">Projects</a>
<a href="#">Placeholder</a>
<a href="#">Documentation</a>
<a href="#">Contact</a>
</nav>
</header>

<link rel="stylesheet" href="styles.css">
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
</head>

<body>

<header class="header">
<a href="#" class="logo"><img src="source/pictures/cheeter.png" width="100px" alt="Cheeter Logo"></a>
<div class="menu-toggle" id="menu-toggle">
Expand All @@ -27,7 +26,7 @@
<a href="#">Contact</a>
</nav>
</header>

<section class="home">
<div class="home-content animate-slide-in">
<h2>Happy third anniversary!</h2>
Expand Down Expand Up @@ -67,7 +66,6 @@ <h3>About Cheeter</h3>
<p>coming soon</p>
</div>
</div>
</footer>

<script src="scripts.js"></script>
</body>
Expand Down
Loading

0 comments on commit 8cd2271

Please sign in to comment.