💄 feat: Add Neocities profile button

This commit is contained in:
marleyrae 2023-06-08 18:48:30 -07:00
parent 755e93e4d8
commit 89d61ddd21
7 changed files with 26 additions and 2 deletions

View file

@ -108,6 +108,12 @@
<!-- Counter Code END --> <!-- Counter Code END -->
</div> </div>
<hr>
<a href="https://neocities.org/site/punkfairie">
<img src="/images/neocities-pink.gif" alt="Follow me on Neocities">
</a>
</aside> </aside>
<aside class="Site-social Social"> <aside class="Site-social Social">

6
dist/index.html vendored
View file

@ -86,6 +86,12 @@
<!-- Counter Code END --> <!-- Counter Code END -->
</div> </div>
<hr>
<a href="https://neocities.org/site/punkfairie">
<img src="/images/neocities-pink.gif" alt="Follow me on Neocities">
</a>
</aside> </aside>
<aside class="Site-social Social"> <aside class="Site-social Social">

View file

@ -87,6 +87,12 @@
<!-- Counter Code END --> <!-- Counter Code END -->
</div> </div>
<hr>
<a href="https://neocities.org/site/punkfairie">
<img src="/images/neocities-pink.gif" alt="Follow me on Neocities">
</a>
</aside> </aside>
<aside class="Site-social Social"> <aside class="Site-social Social">

File diff suppressed because one or more lines are too long

View file

@ -6,3 +6,9 @@
style="display: inline-block;"> style="display: inline-block;">
<!-- Counter Code END --> <!-- Counter Code END -->
</div> </div>
<hr>
<a href="https://neocities.org/site/punkfairie">
<img src="/images/neocities-pink.gif" alt="Follow me on Neocities">
</a>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -46,7 +46,7 @@ a:not([class]) {
img, img,
picture { picture {
max-inline-size: 100%; max-inline-size: 100%;
display: block; display: inline-block;
} }
/* Inherit fonts for inputs and buttons */ /* Inherit fonts for inputs and buttons */