Skip to content

Commit

Permalink
please index my button <3
Browse files Browse the repository at this point in the history
  • Loading branch information
mudkipdev committed May 23, 2024
1 parent 452f15b commit bddb506
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
6 changes: 1 addition & 5 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
---
<footer>
<a href="https://mudkip.dev"><img src="/buttons/mudkip.png"></a>
<a href="https://mudkip.dev"><img alt="mudkip" src="/buttons/mudkip.png"></a>
<a href="https://matdoes.dev"><img src="/buttons/mat.png" /></a>
<a href="https://zeffo.me"><img src="/buttons/aman.webp" /></a>
<a href="https://goldenstack.net"><img src="/buttons/golden.png" /></a>
Expand All @@ -10,10 +10,6 @@
</footer>

<style>
#webring {
display: flex;
}

footer a {
width: 88;
height: 31;
Expand Down
4 changes: 1 addition & 3 deletions src/content/blog/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
date: 2024-05-09
title: welcome
---
Welcome to my blog! I will occasionally post my thoughts and things I find interesting here.

This blog was written with Astro and TypeScript. You can see the source code [here](https://github.com/mudkipdev/website).
i have to add this page because of a stupid code limitation, anyways welcome to my blog
2 changes: 1 addition & 1 deletion src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body {
color: var(--text);
font-family: var(--font);
font-size: 1.5em;
line-height: 1.75;
line-height: 1.65;
}

body {
Expand Down

0 comments on commit bddb506

Please sign in to comment.