Oops - Didnt remove old footer
This commit is contained in:
parent
989340dd9f
commit
f5cb0b3cac
5 changed files with 4 additions and 58 deletions
19
about.html
19
about.html
|
@ -213,25 +213,6 @@
|
|||
<a href="https://codeberg.org/LimePotato">Codeberg</a>
|
||||
<br>
|
||||
<a href="https://modrinth.com/user/limepotato">Modrinth</a>
|
||||
<br><br>
|
||||
<a href="https://bulma.io">
|
||||
<img
|
||||
src="https://bulma.io/images/made-with-bulma--semiwhite.png"
|
||||
alt="Made with Bulma"
|
||||
width="128"
|
||||
height="24">
|
||||
</a>
|
||||
<a href="https://github.com/LimePotato/limepot.xyz">
|
||||
<img
|
||||
src="https://img.shields.io/badge/Site-Source-lightgrey.svg"
|
||||
width="95"
|
||||
height="20">
|
||||
</a>
|
||||
<a href="LICENSE">
|
||||
<img alt="GitHub" src="https://img.shields.io/github/license/LimePotato/limepot.xyz"
|
||||
width="130"
|
||||
height="20">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="footer">
|
||||
|
|
20
blog.html
20
blog.html
|
@ -125,26 +125,6 @@
|
|||
<br>
|
||||
<br>
|
||||
<a href="https://snowdin.town/notice/ATSjXn9WnSTRTnbtAm">Car Crash, Dental Costs/Issues, and Job Market - 3/9/2023</a>
|
||||
|
||||
<br><br><br>
|
||||
<a href="https://bulma.io">
|
||||
<img
|
||||
src="https://bulma.io/images/made-with-bulma--semiwhite.png"
|
||||
alt="Made with Bulma"
|
||||
width="128"
|
||||
height="24">
|
||||
</a>
|
||||
<a href="https://github.com/LimePotato/limepot.xyz">
|
||||
<img
|
||||
src="https://img.shields.io/badge/Site-Source-lightgrey.svg"
|
||||
width="95"
|
||||
height="20">
|
||||
</a>
|
||||
<a href="LICENSE">
|
||||
<img alt="GitHub" src="https://img.shields.io/github/license/LimePotato/limepot.xyz"
|
||||
width="130"
|
||||
height="20">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="footer">
|
||||
|
|
|
@ -123,6 +123,7 @@
|
|||
<br>
|
||||
</div>
|
||||
</div>
|
||||
<center>
|
||||
<footer class="footer">
|
||||
<div class="content has-text-centered">
|
||||
<a href="https://bulma.io">
|
||||
|
@ -135,7 +136,7 @@
|
|||
<img alt="GitHub" src="https://img.shields.io/github/license/LimePotato/nullafati.xyz" width="130" height="20">
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
</footer></center>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -45,6 +45,8 @@ $navbar-dropdown-item-hover-background-color: $off-dark;
|
|||
$navbar-divider-background-color: $greyish;
|
||||
//$navbar-dropdown-item-active-color: $off-off-off-dark;
|
||||
//$navbar-dropdown-item-active-background-color: $off-off-dark;
|
||||
//footer
|
||||
$footer-padding: 3rem 1.5rem 6rem;
|
||||
|
||||
|
||||
// Import only what you need from Bulma
|
||||
|
|
|
@ -115,24 +115,6 @@
|
|||
<div class="content">
|
||||
|
||||
|
||||
<a href="https://bulma.io">
|
||||
<img
|
||||
src="https://bulma.io/images/made-with-bulma--semiwhite.png"
|
||||
alt="Made with Bulma"
|
||||
width="128"
|
||||
height="24">
|
||||
</a>
|
||||
<a href="https://github.com/LimePotato/limepot.xyz">
|
||||
<img
|
||||
src="https://img.shields.io/badge/Site-Source-lightgrey.svg"
|
||||
width="95"
|
||||
height="20">
|
||||
</a>
|
||||
<a href="LICENSE">
|
||||
<img alt="GitHub" src="https://img.shields.io/github/license/LimePotato/limepot.xyz"
|
||||
width="130"
|
||||
height="20">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="footer">
|
||||
|
|
Loading…
Reference in a new issue