Skip to content

Commit

Permalink
Update refunds.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MilitantMom authored Nov 22, 2024
1 parent 38d3f42 commit f9b1752
Showing 1 changed file with 5 additions and 44 deletions.
49 changes: 5 additions & 44 deletions refunds.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,22 +165,9 @@
</head>

<body>
<header>
<div class="nav-container">
<nav class="left-nav">
<img src="RhysticStudyLogo.png" alt="Rhystic Study Logo" class="logo">
<a href="index.html" class="nav-link">Home</a>
<a href="about.html" class="nav-link">About</a>
<a href="services.html" class="nav-link">Portfolio</a>
<a href="contact.html" class="nav-link">Contact</a>
</nav>
<nav class="right-nav">
<a href="shop.html" class="nav-link">Shop</a>
<a href="cart.html" class="nav-link"><i class="fas fa-shopping-cart"></i></a>
<a href="profile.html" class="nav-link"><i class="fas fa-user"></i></a>
</nav>
</div>
</header>

<!-- Dynamic Header -->
<div id="header-container"></div>

<main>
<section class="header-section">
Expand Down Expand Up @@ -231,34 +218,8 @@ <h3 class="mission-title">Non-Refundable Items</h3>
</section>
</main>

<!-- Footer -->
<footer>
<div class="footer-top">
<div class="social-icons">
<a href="https://facebook.com/RhysticStudios" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://www.youtube.com/@RhysticStudios" target="_blank"><i class="fab fa-youtube"></i></a>
<a href="https://discord.gg/w2vTMUYvaH" target="_blank"><i class="fab fa-discord"></i></a>
<a href="https://github.com/MilitantMom/" target="_blank"><i class="fab fa-github"></i></a>
</div>
<a href="#top" class="back-to-top">&#8593;</a>
</div>

<div class="footer-bottom">
<div class="policies">
<a href="terms.html" target="_blank">Terms of Service</a>
<a href="privacy.html" target="_blank">Privacy Policy</a>
<a href="refunds.html" target="_blank">Refund Policy</a>
</div>

<div class="logo">
<img src="RhysticStudyLogo.png" alt="Rhystic Study Logo">
</div>
</div>

<div class="footer-text">
<p>&copy; 2024 The Rhystic Study | All rights reserved.</p>
</div>
</footer>
<!-- Dynamic Footer -->
<div id="footer-container"></div>

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

0 comments on commit f9b1752

Please sign in to comment.