-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ada476
commit 687ebf5
Showing
1 changed file
with
29 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> |