Skip to content

Commit

Permalink
footer cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
johnabrams7 committed Jul 4, 2024
1 parent 25ee8b6 commit 670ecf3
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,38 +380,7 @@ <h2 class="title">Contact me</h2>
</section>
</main>
<footer>
<!-- <div class="waves">
<div class="wave" id="wave1"></div>
<div class="wave" id="wave2"></div>
<div class="wave" id="wave3"></div>
<div class="wave" id="wave4"></div>
</div> -->
<h2><span class="typing-3"></span></h2>
<!-- <ul id="media"> -->
<!-- facebook -->
<!-- <li style="--clr: #0011ff">
<a href="https://www.facebook.com/johan.abrams" target="_blank"><i class="fa-brands fa-facebook-f"></i>
</a>
</li> -->
<!-- youtube -->
<!-- <li style="--clr: #ff0000">
<a href="" target="_blank"><i class="fa-brands fa-youtube"></i></a>
</li> -->
<!-- Twitter -->
<!-- <li style="--clr: #4506f0">
<a href="" target="_blank"><i class="fa-brands fa-twitter"></i></a>
</li> -->
<!-- Instagram -->
<!-- <li style="--clr: #e73f0c">
<a href="https://www.instagram.com/johanabrams/" target="_blank"><i
class="fa-brands fa-instagram"></i></a>
</li> -->
<!-- whatsapp -->
<!-- <li style="--clr: #04c214">
<a href="#"><i class="fa-brands fa-whatsapp"></i></a>
</li> -->
<!-- </ul> -->

<p>
&copy; 2024 <a href="http://www.johnlang.net" target="_blank">John Langston</a> |
All Rights Reserved
Expand All @@ -430,19 +399,6 @@ <h2><span class="typing-3"></span></h2>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>

<!-- scroll bar js -->
<!-- <script type="text/javascript">
var preogressbar = document.getElementById("preogressbar");
var percent = document.getElementById("percent");
var totalHeight = document.body.scrollHeight - window.innerHeight;
window.onscroll = function () {
var progress = (window.pageYOffset / totalHeight) * 100;
preogressbar.style.height = progress + "%";
percent.innerHTML = "Page Scrolled " + Math.round(progress) + "%";
};
</script> -->
<!-- pre loader js -->
<script>
var loader = document.getElementById("preloader");

Expand Down

0 comments on commit 670ecf3

Please sign in to comment.