Skip to content
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
53 changes: 27 additions & 26 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1453,36 +1453,37 @@ <h2 data-aos="zoom-out-down" data-aos-duration="1200" data-aos-delay="200">Share

<!-- Footer Section Starts Here -->

<section class="footer" id="footer">
<div>
<!-- Footer Section Starts Here -->
<section class="footer" id="footer" style="background-color: #ed8791; color: white; padding: 20px; text-align: center;">

<div style="margin-bottom: 10px;">
<img src="https://hits.sh/arcticdelights.netlify.app.svg?label=Website%20Visitors&extraCount=6520&color=FE6648&labelColor=white" alt="web-views">
</div>
<div class="social-icons">
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
<a href="#"><i class="fa-brands fa-x-twitter"></i></a> <!-- Updated X icon -->
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-pinterest"></i></a>
</div>
</div>
</div>

<!--
<div class="links">
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Menu</a>
<a href="#">Review</a>
<a href="#">Blogs</a>
</div> -->

<div class="credit">
<p> created by <span> Dohina</span> | <a href="copyright.html"> &copy;Copyright 2024 </a> | all rights reserved
<p>
</div>
<div class="social-icons" style="margin-bottom: 20px;">
<a href="#" style="color: white; margin: 0 10px; font-size: 20px;"><i class="fa-brands fa-linkedin"></i></a>
<a href="#" style="color: white; margin: 0 10px; font-size: 20px;"><i class="fa-brands fa-facebook"></i></a>
<a href="#" style="color: white; margin: 0 10px; font-size: 20px;"><i class="fa-brands fa-x-twitter"></i></a>
<a href="#" style="color: white; margin: 0 10px; font-size: 20px;"><i class="fa-brands fa-instagram"></i></a>
<a href="#" style="color: white; margin: 0 10px; font-size: 20px;"><i class="fa-brands fa-pinterest"></i></a>
</div>

</section>
<!--
<div class="links" style="margin-bottom: 20px;">
<a href="#" style="color: white; text-decoration: none; margin-right: 15px;">Home</a>
<a href="#" style="color: white; text-decoration: none; margin-right: 15px;">About</a>
<a href="#" style="color: white; text-decoration: none; margin-right: 15px;">Menu</a>
<a href="#" style="color: white; text-decoration: none; margin-right: 15px;">Review</a>
<a href="#" style="color: white; text-decoration: none;">Blogs</a>
</div>
-->

<div class="credit" style="font-size: 14px;">
<p>Created by <span style="font-weight: bold;">Dohina</span> | <a href="copyright.html" style="color: white; text-decoration: none;">&copy; Copyright 2024</a> | All rights reserved.</p>
</div>

<!-- Footer Section Ends Here -->
</section>
<!-- Footer Section Ends Here -->

<!-- JavaScript File -->
<script src="script.js"></script>
Expand Down