diff --git a/assets/style/markdown.scss b/assets/style/markdown.scss
index 2587681..26da1c3 100644
--- a/assets/style/markdown.scss
+++ b/assets/style/markdown.scss
@@ -273,5 +273,5 @@ Hosted
/* Images get a border and a shadow */
.md-contents img:not(.md-override) {
- @apply border-2 border-image shadow-image shadow-sm m-1;
+ @apply shadow-image shadow-sm m-1;
}
diff --git a/assets/style/style.css b/assets/style/style.css
index 0a48887..157b8ea 100644
--- a/assets/style/style.css
+++ b/assets/style/style.css
@@ -162,4 +162,8 @@ color: #75715e;
.hljs-type,
.hljs-selector-id {
font-weight: bold;
+}
+
+.card {
+ @apply shadow-sm shadow-border-accent;
}
\ No newline at end of file
diff --git a/components/Navbar.vue b/components/Navbar.vue
index e783b17..f3b2625 100644
--- a/components/Navbar.vue
+++ b/components/Navbar.vue
@@ -13,9 +13,6 @@ import Card from './Card.vue';
Awesome
Badges
-
-## A collection of 88x31 badges for various things
+# Badges!
-You can right-click any of these and either save or copy-link to use these badges on your site or profile.
+## This site!
-### Myself
+
+
![](/images/badges/felidae.png)
+
-For adding to your site or profile.
+## Cool Entities
-Pending... Need to draw some up.
+
-### LGBTQIA+
+## Findings
-Very gay badges, incoming :3
-(More to come, I'm still drawing them)
-
-#### Identity
-
-- Umbrellas
-
-> [![Transgender](/badges/transgender.gif)](https://en.wikipedia.org/wiki/Transgender)
-> [![Nonbinary](/badges/nonbinary.gif)](https://en.wikipedia.org/wiki/Non-binary)
-
-- Specific Identities
-
-> [![Transfem](/badges/transfem.gif)](https://en.wikipedia.org/wiki/Trans_woman)
-> [![Transmasc](/badges/transmasc.gif)](https://en.wikipedia.org/wiki/Trans_man)
-
-### Miscellaneous
+
+
\ No newline at end of file
diff --git a/content/collections/godot.md b/content/collections/godot.md
new file mode 100644
index 0000000..c69d741
--- /dev/null
+++ b/content/collections/godot.md
@@ -0,0 +1,18 @@
+---
+title: Godot Resources
+description: A bunch of stuff for Godot
+date: 2025-01-22
+tags: ['godot', 'curated']
+---
+
+# Godot Resources
+
+
+
+::alert{type="note"}
+If you find that this list is lacking or inaccurate, please open a GitHub issue or pull request.
+::
\ No newline at end of file
diff --git a/content/collections/lgbtq_resources.md b/content/collections/lgbtq_resources.md
index 9bc5b43..92914ad 100644
--- a/content/collections/lgbtq_resources.md
+++ b/content/collections/lgbtq_resources.md
@@ -2,7 +2,7 @@
title: LGBTQ+ Resources
description: A list of resources for LGBTQ+ individuals
date: 2025-01-02
-tags: ['lgbtq+', 'resources']
+tags: ['lgbtq', 'resources']
---
# LGBTQ+ Resources
diff --git a/pages/index.vue b/pages/index.vue
index 4c99283..e8b3ac6 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -6,21 +6,58 @@ import Card from '~/components/Card.vue';
const aboutMe = ref('');
const test = ref('');
-const { data } = await useAsyncData('about_me', () => queryContent('/about_me').findOne())
+const { data } = await useAsyncData('about_me', () => queryContent('/about_me').findOne())