Skip to content

Commit

Permalink
fixing_footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi9shinde committed Oct 9, 2024
1 parent e5afe0a commit fef1d4e
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 7 deletions.
1 change: 0 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,6 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
<div class="wordwise-footer">
<div class="wordwise-footer-content">
<p>&copy; <span id="current-year"></span> WordWise. All rights reserved.</p>
<p>Designed by Anshika</p>
</div>
</div>

Expand Down
1 change: 0 additions & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,6 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
<div class="wordwise-footer">
<div class="wordwise-footer-content">
<p>&copy; <span id="current-year"></span> WordWise. All rights reserved.</p>
<p>Designed by Anshika</p>
</div>
</div>

Expand Down
5 changes: 4 additions & 1 deletion category.html
Original file line number Diff line number Diff line change
Expand Up @@ -435,11 +435,14 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
<div class="wordwise-footer">
<div class="wordwise-footer-content">
<p>&copy; <span id="current-year"></span> WordWise. All rights reserved.</p>
<p>Designed by Anshika</p>
</div>
</div>
</footer>
<!-- .footer -->
<!-- this script is to display the year in the copyright authentication in the footer -->
<script>
document.getElementById('current-year').textContent = new Date().getFullYear();
</script>

<script src="main.js"></script>
<script src="./darkMode.js"></script>
Expand Down
1 change: 0 additions & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
<div class="wordwise-footer">
<div class="wordwise-footer-content">
<p>&copy; <span id="current-year"></span> WordWise. All rights reserved.</p>
<p>Designed by Anshika</p>
</div>
</div>

Expand Down
12 changes: 12 additions & 0 deletions contact_us.html
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,18 @@ <h3 style="color: #3498db">Message Sent</h3>
</button>
</div>
</div>
<div class="wordwise-footer">
<div class="wordwise-footer-content">
<p>
&copy; <span id="current-year"></span> WordWise. All rights
reserved.
</p>
</div>
</div>
<!-- this script is to display the year in the copyright authentication in the footer -->
<script>
document.getElementById('current-year').textContent = new Date().getFullYear();
</script>

<script src="./darkMode.js"></script>

Expand Down
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,6 @@ <h2 class="footer-title secondary-title mt-5">Connect with us</h2>
<div class="wordwise-footer">
<div class="wordwise-footer-content">
<p>&copy; <span id="current-year"></span> WordWise. All rights reserved.</p>
<p>Designed by Anshika</p>
</div>
</div>
</footer>
Expand All @@ -1037,7 +1036,10 @@ <h2 class="footer-title secondary-title mt-5">Connect with us</h2>
<script src="darkMode.js"></script>


this script is to display the year in the copyright authentication in the footer
<!-- this script is to display the year in the copyright authentication in the footer -->
<script>
document.getElementById('current-year').textContent = new Date().getFullYear();
</script>
<script>

// For Loader Page
Expand Down
5 changes: 4 additions & 1 deletion start_writing.html
Original file line number Diff line number Diff line change
Expand Up @@ -421,11 +421,14 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
&copy; <span id="current-year"></span> WordWise. All rights
reserved.
</p>
<p>Designed by Anshika</p>
</div>
</div>
</footer>
<!-- .footer -->
<!-- this script is to display the year in the copyright authentication in the footer -->
<script>
document.getElementById('current-year').textContent = new Date().getFullYear();
</script>

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

0 comments on commit fef1d4e

Please sign in to comment.