Skip to content

Commit

Permalink
Merge pull request #261 from Rock0007/updated
Browse files Browse the repository at this point in the history
Fixed & Enhanced the Footer section
  • Loading branch information
c4coderandcreator authored Oct 31, 2023
2 parents b469cf5 + d3c3a7b commit dc1088a
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1894,9 +1894,9 @@ <h3 class="allh3">The Essence of Organic Ingredients</h3>
</section>


<footer class="footer section">
<!-- Footer Section -->
<footer class="footer section">
<div class="container">
<!-- Content columns -->
<div class="row">
<!-- Column 1 -->
<div class="col-md-3">
Expand Down Expand Up @@ -1931,8 +1931,25 @@ <h3 class="footer__title">Socials</h3>
</div>
</div>
</div>
<!-- All rights reserved -->
<div class="row">
<!-- End of Footer Content -->

<!-- Github Section -->
<div class="row mt-4">
<div class="col-md-6">
<strong>Github</strong><br>
<a href="https://github.com/c4coderandcreator/Flavour-Fusion" class="footer__link">Flavour-Fusion</a>
</div>

<!-- Author Section -->
<div class="col-md-6">
<strong>Author</strong><br>
<a href="https://github.com/c4coderandcreator" class="footer__link">c4coderandcreator</a>
</div>
</div>
<!-- End of Github and Author Sections -->

<!-- All Rights Reserved Section -->
<div class="row mt-4">
<div class="col-md-12 text-center">
<p class="footer__copy">&#169; <span class="year"></span> FlavorFusion. All rights reserved</p>
</div>
Expand Down

0 comments on commit dc1088a

Please sign in to comment.