Overhaul main page button system, add dope explore button animation
This commit is contained in:
39
index.html
39
index.html
@@ -37,26 +37,31 @@
|
||||
</p>
|
||||
|
||||
<ul class="buttons">
|
||||
<li><a class="button gallery" href="gallery/">
|
||||
<i class="fas fa-camera"></i> Gallery
|
||||
</li></a>
|
||||
<li><a class="button instagram" href="https://www.instagram.com/allaroundhere/">
|
||||
<i class="fab fa-instagram"></i> Instagram
|
||||
</li></a>
|
||||
<li>
|
||||
<a class="button nav" href="explore/">
|
||||
<i class="fas fa-binoculars"></i> Explore
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="footer">
|
||||
©2021
|
||||
<a href="https://enpaul.net/">enpaul</a>
|
||||
</div>
|
||||
<footer>
|
||||
<div>
|
||||
<!-- <a class="button youtube" href="https://www.instagram.com/allaroundhere/">
|
||||
<i class="fab fa-youtube"></i>
|
||||
</a> -->
|
||||
<a class="button twitter" href="https://www.twitter.com/enpaul_/">
|
||||
<i class="fab fa-twitter"></i>
|
||||
</a>
|
||||
<a class="button instagram" href="https://www.instagram.com/allaroundhere/">
|
||||
<i class="fab fa-instagram"></i>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
©2021
|
||||
<a href="https://enpaul.net/">enpaul</a>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<!-- <div id="background-info">
|
||||
<i>
|
||||
<a href="" target="_blank" id="background-info-link"></a>
|
||||
Allis Engine #4, Metropolitan Waterworks Museum
|
||||
</i>
|
||||
</div> -->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user