Skip to content

Commit

Permalink
Update SOB24.html
Browse files Browse the repository at this point in the history
  • Loading branch information
IMDANIELAUSTIN authored Jul 23, 2024
1 parent 7ada476 commit 687ebf5
Showing 1 changed file with 29 additions and 27 deletions.
56 changes: 29 additions & 27 deletions SOB24.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,39 +67,41 @@ <h1>SUMMER OF BITCOIN 2024</h1>
</p>
</div>
</div>
<ul><button onclick="topFunction()" id="myBtn" title="Back to Top">Back to Top</button></ul>

<!-- Footer -->

<div class="inner">

<footer id="footer">
<!-- Social -->
<section>
<pre>
<a href="https://www.facebook.com/imdanielaustin/" target="_blank"><span class="label">FACEBOOK</span></a>
<a href="https://www.instagram.com/ASTNDSGN/" target="_blank"><span class="label">INSTAGRAM</span></a>
<a href="https://www.twitter.com/IMDANIELAUSTIN/" target="_blank"><span class="label">TWITTER</span></a>
<a href="https://www.linkedin.com/in/IMDANIELAUSTIN/" target="_blank"><span class="label">LINKEDIN</span></a>
<a href="tel:6268382231" target="_blank"><span class="label">(626) 838-2231</span></a>
<a href="mailto:[email protected]" target="_blank"><span class="label">[email protected]</span></a>
</pre></section>
<section>
<!-- Social Links -->
<pre>
<a href="https://www.facebook.com/imdanielaustin/" target="_blank"><span class="label">FACEBOOK</span></a>
<a href="https://www.instagram.com/ASTNDSGN/" target="_blank"><span class="label">INSTAGRAM</span></a>
<a href="https://www.twitter.com/ByDanielAustin/" target="_blank"><span class="label">TWITTER</span></a>
<a href="https://www.twitter.com/IMDANIELAUSTIN/" target="_blank"><span class="label">X F.K.A. TWITTER</span></a>
<a href="https://www.linkedin.com/in/IMDANIELAUSTIN/" target="_blank"><span class="label">LINKEDIN</span></a>
<a href="tel:6268382231" target="_blank"><span class="label">(626) 838-2231</span></a>
<a href="mailto:[email protected]" target="_blank"><span class="label">[email protected]</span></a>
</pre>
</section>
<!-- Copyright Disclaimer -->
<pre>
COPYRIGHT © 2016-2024 DANIEL AUSTIN AND ASTNDSGN. ALL RIGHTS RESERVED.</pre>

</footer>

</div>
<pre>COPYRIGHT © 2016-2024 DANIEL AUSTIN AND ASTNDSGN. ALL RIGHTS RESERVED. <br> Coded and Designed by Daniel Austin in California.</pre>

</footer>

<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script>
var copy = document.querySelector(".logos-slide").cloneNode(true);
document.querySelector(".logos").appendChild(copy);
</script>


</body></html>
</body>
</html>

0 comments on commit 687ebf5

Please sign in to comment.