:3
|
@ -273,5 +273,5 @@ Hosted
|
||||||
|
|
||||||
/* Images get a border and a shadow */
|
/* Images get a border and a shadow */
|
||||||
.md-contents img:not(.md-override) {
|
.md-contents img:not(.md-override) {
|
||||||
@apply border-2 border-image shadow-image shadow-sm m-1;
|
@apply shadow-image shadow-sm m-1;
|
||||||
}
|
}
|
||||||
|
|
|
@ -162,4 +162,8 @@ color: #75715e;
|
||||||
.hljs-type,
|
.hljs-type,
|
||||||
.hljs-selector-id {
|
.hljs-selector-id {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card {
|
||||||
|
@apply shadow-sm shadow-border-accent;
|
||||||
}
|
}
|
|
@ -13,9 +13,6 @@ import Card from './Card.vue';
|
||||||
<NuxtLink href="/article/collections/awesome" class="transition text-xl pl-2 pr-2 ease-in-out text-purple-100 hover:text-purple-400 duration-200">Awesome</NuxtLink>
|
<NuxtLink href="/article/collections/awesome" class="transition text-xl pl-2 pr-2 ease-in-out text-purple-100 hover:text-purple-400 duration-200">Awesome</NuxtLink>
|
||||||
<NuxtLink href="/article/collections/badges" class="transition text-xl pl-2 pr-2 ease-in-out text-purple-100 hover:text-purple-400 duration-200">Badges</NuxtLink>
|
<NuxtLink href="/article/collections/badges" class="transition text-xl pl-2 pr-2 ease-in-out text-purple-100 hover:text-purple-400 duration-200">Badges</NuxtLink>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex justify-center text-white">
|
|
||||||
<small class="ml-3 mr-3">Hosted with <NuxtLink href="https://github.com/TheFelidae/thefelidae.github.io" class="text-blue-500">GitHub Pages</NuxtLink></small>
|
|
||||||
</div>
|
|
||||||
</Card>
|
</Card>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -3,36 +3,24 @@ title: About Me
|
||||||
prop: true
|
prop: true
|
||||||
---
|
---
|
||||||
|
|
||||||
<h1 class="md-override">Helau! :3</h1>
|
# 🌙 Luna - She/They/Fae 🌙
|
||||||
|
|
||||||
## 🌙 Luna - She/Her
|
<br>
|
||||||
|
|
||||||
[`thelunacy@proton.me`](mailto:thelunacy@proton.me)
|
[`mrrpnya@proton.me`](mailto:thelunacy@proton.me)
|
||||||
|
|
||||||
<div style="display: flex; justify-content: center; align-items: center;">
|
<br>
|
||||||
|
|
||||||
<!-- /rss.xml -->
|
##### Helau! :3
|
||||||
[![RSS](https://img.shields.io/badge/RSS-Subscribe-orange?style=for-the-badge&logo=rss)](https://thefelidae.github.io/rss.xml)
|
|
||||||
|
|
||||||
<!-- Fediverse -->
|
###### 🏳️⚧️ I am exploring feminine presentation and identity, so this may change or I might go by different things elsewhere. 🏳️⚧️
|
||||||
[![Fediverse](https://img.shields.io/badge/Fediverse-Follow-blue?style=for-the-badge&logo=mastodon)](https://social.smgames.club/@mrrp)
|
###### Please respect what I set my info as in the context of it at least.
|
||||||
|
|
||||||
<!-- Visitors -->
|
<br>
|
||||||
![Visitors](https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fgithub.com%2Fmisslunatic%2FMissLunatic&label=VIsitors&countColor=%23e7c4ff)
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
###### 🏳️⚧️ I am exploring identity, so this may change or I might go by different things elsewhere.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<div style="justify-content: center; display: flex; align-items: center;">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
I'm a student, apprentice, hobbyist, and generally a nerd who does some coding every once and a while.
|
I'm a student, apprentice, hobbyist, and generally a nerd who does some coding every once and a while.
|
||||||
I've mainly been messing with C, C++, C# and have been learning Rust. I'm presently learning more about web development, particularly regarding frameworks and libraries.
|
I've mainly been messing with C, C++, C# and have been learning Rust. I'm presently learning more about web development, particularly regarding frameworks and libraries.
|
||||||
I'm a bit shy in terms of socializing, but I'm often open to chat about most things, so long as it's respectful.
|
I'm a bit shy in terms of socializing, but I'm often open to chat about most things, so long as it's respectful.
|
||||||
Please reach out to me first, I probably won't do so myself.
|
Please reach out to me first, I probably won't do so myself.
|
||||||
|
|
||||||
Follow if you enjoy. I'm not *too* active, but I'll try to post some things every once and a while.
|
Follow if you enjoy. I'm not *too* active, but I'll try to post some things every once and a while.
|
|
@ -20,6 +20,7 @@ Inspired by [Awesome](https://github.com/sindresorhus/awesome), this is a dumpin
|
||||||
> [!info]
|
> [!info]
|
||||||
> This is going to be long, and will probably be getting a lot of updates.
|
> This is going to be long, and will probably be getting a lot of updates.
|
||||||
> I intend to just keep adding to this.
|
> I intend to just keep adding to this.
|
||||||
|
> This is meant to be kind of a miscellaneous collection of stuff - For more specific things, see other collections.
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
|
|
|
@ -1,36 +1,48 @@
|
||||||
---
|
---
|
||||||
title: Badges!
|
title: Badges!
|
||||||
description: A collection of 88x31 badges for various things
|
description: Some 88x31 badges for various things
|
||||||
date: 2024-12-21
|
date: 2024-12-21
|
||||||
tags: ['badges', 'retro', 'web']
|
tags: ['badges', 'retro', 'web']
|
||||||
---
|
---
|
||||||
|
<div class="text-center">
|
||||||
|
|
||||||
## 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
|
<div class="flex flex-wrap justify-center max-w-96">
|
||||||
|
<img class="m-1" src="/images/badges/felidae.png" />
|
||||||
|
</div>
|
||||||
|
|
||||||
For adding to your site or profile.
|
## Cool Entities
|
||||||
|
|
||||||
Pending... Need to draw some up.
|
<div class="flex flex-wrap justify-center max-w-96">
|
||||||
|
<!-- Kate's site -->
|
||||||
|
<a href="https://gayest.dev" class="m-1"><img
|
||||||
|
src="https://gayest.dev/assets/kate.png" /></a>
|
||||||
|
<!-- Isabel's site -->
|
||||||
|
<a href="https://isabelroses.com" class="m-1"><img
|
||||||
|
src="https://isabelroses.com/static/badges/me.gif" /></a>
|
||||||
|
<!-- Chloe's site (catwithaclari.net)-->
|
||||||
|
<a href="https://blog.catwithaclari.net/" class="m-1"><img
|
||||||
|
src="https://gayest.dev/assets/chloecat.png" /></a>
|
||||||
|
<!-- Sugar's site -->
|
||||||
|
<a href="https://sugar.pages.gay/" class="m-1"><img
|
||||||
|
src="https://sugar.pages.gay/assets/button.gif" /></a>
|
||||||
|
<!-- Thermia's site -->
|
||||||
|
<!-- Thermia is a girlthing which is active on Fedi. -->
|
||||||
|
<a href="https://girlthi.ng/~thermia/"><img
|
||||||
|
src="https://girlthi.ng/~thermia/img/88x31/thermia.gif"
|
||||||
|
alt="thermia's button"></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
### LGBTQIA+
|
## Findings
|
||||||
|
|
||||||
Very gay badges, incoming :3
|
<div class="flex flex-wrap justify-center max-w-96">
|
||||||
(More to come, I'm still drawing them)
|
<img src="https://isabelroses.com/static/badges/badges/transnow.png" class="m-1" />
|
||||||
|
<img src="https://isabelroses.com/static/badges/badges/queercoded.webp" class="m-1" />
|
||||||
#### Identity
|
<img src="https://isabelroses.com/static/badges/badges/nix.gif" class="m-1" />
|
||||||
|
<img src="https://isabelroses.com/static/badges/badges/fedi.gif" class="m-1" />
|
||||||
- Umbrellas
|
</div>
|
||||||
|
|
||||||
> [![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
|
|
||||||
|
|
||||||
|
</div>
|
18
content/collections/godot.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
title: Godot Resources
|
||||||
|
description: A bunch of stuff for Godot
|
||||||
|
date: 2025-01-22
|
||||||
|
tags: ['godot', 'curated']
|
||||||
|
---
|
||||||
|
|
||||||
|
# Godot Resources
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.md-contents ul + blockquote:not(.md-override), .md-contents ol + blockquote:not(.md-override) {
|
||||||
|
margin-left: 1rem;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
::alert{type="note"}
|
||||||
|
If you find that this list is lacking or inaccurate, please open a GitHub issue or pull request.
|
||||||
|
::
|
|
@ -2,7 +2,7 @@
|
||||||
title: LGBTQ+ Resources
|
title: LGBTQ+ Resources
|
||||||
description: A list of resources for LGBTQ+ individuals
|
description: A list of resources for LGBTQ+ individuals
|
||||||
date: 2025-01-02
|
date: 2025-01-02
|
||||||
tags: ['lgbtq+', 'resources']
|
tags: ['lgbtq', 'resources']
|
||||||
---
|
---
|
||||||
|
|
||||||
# LGBTQ+ Resources
|
# LGBTQ+ Resources
|
||||||
|
|
|
@ -6,21 +6,58 @@ import Card from '~/components/Card.vue';
|
||||||
const aboutMe = ref('');
|
const aboutMe = ref('');
|
||||||
const test = ref('');
|
const test = ref('');
|
||||||
|
|
||||||
const { data } = await useAsyncData('about_me', () => queryContent('/about_me').findOne())
|
const { data } = await useAsyncData('about_me', () => queryContent('/about_me').findOne())
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="relative flex w-full justify-center text-white">
|
<div class="relative flex w-full justify-center text-white">
|
||||||
<!-- Metadata -->
|
<!-- Metadata -->
|
||||||
<MetaSet title="Home" description="TheFelidae's personal site" background="https://avatars.githubusercontent.com/u/94077364?v=4"
|
<MetaSet title="Home" description="TheFelidae's personal site"
|
||||||
tags="home, personal, author" />
|
background="https://avatars.githubusercontent.com/u/94077364?v=4" tags="home, personal, author" />
|
||||||
<div class="mt-8 flex-col text-center">
|
<div class="mt-8 flex-col text-center">
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<div id="PFP" class="shadow-md rounded-full shadow-highlight">
|
<div id="PFP" class="shadow-md rounded-full shadow-highlight">
|
||||||
<img class="transition-all w-40 h-40 md:w-56 md:h-56 rounded-full"
|
<img class="transition-all w-40 h-40 md:w-56 md:h-56 rounded-full"
|
||||||
src="https://avatars.githubusercontent.com/u/94077364?v=4" alt="User PFP" />
|
src="https://avatars.githubusercontent.com/u/94077364?v=4" alt="User PFP" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="flex justify-center p-4">
|
||||||
|
<div class="card flex lg:max-w-96 justify-end bg-surface-1 rounded-full border-border border">
|
||||||
|
<NuxtLink href="https://github.com/TheFelidae">
|
||||||
|
<button title="GitHub Profile"
|
||||||
|
class="m-2 p-2 bg-surface-2/[.5] border-2 border-border rounded-full shadow-sm hover:scale-110 hover:shadow-border-accent hover:border-accent transition-all duration-200 ease-in-out">
|
||||||
|
<img class="invert w-5"
|
||||||
|
src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/GitHub_Invertocat_Logo.svg/330px-GitHub_Invertocat_Logo.svg.png"
|
||||||
|
width="24" height="24" alt="GitHub" />
|
||||||
|
</button>
|
||||||
|
</NuxtLink>
|
||||||
|
<NuxtLink href="https://social.smgames.club/@mrrp">
|
||||||
|
<button title="Mastodon Profile"
|
||||||
|
class="m-2 p-2 bg-surface-2/[.5] border-2 border-border rounded-full shadow-sm hover:scale-110 hover:shadow-border-accent hover:border-accent transition-all duration-200 ease-in-out">
|
||||||
|
<img class="w-5" src="/images/mastodon.svg" width="24" height="24" alt="Sharkey" />
|
||||||
|
</button>
|
||||||
|
</NuxtLink>
|
||||||
|
<a href="/rss.xml">
|
||||||
|
<button title="RSS Feed"
|
||||||
|
class="m-2 p-2 bg-surface-2/[.5] border-2 border-border rounded-full shadow-sm hover:scale-110 hover:shadow-border-accent hover:border-accent transition-all duration-200 ease-in-out">
|
||||||
|
<img class="w-5" src="/images/rss.png" width="24" height="24" alt="RSS" />
|
||||||
|
</button>
|
||||||
|
</a>
|
||||||
|
<NuxtLink href="https://git.smgames.club/SevenOfAces">
|
||||||
|
<button title="Forgejo"
|
||||||
|
class="m-2 p-2 bg-surface-2/[.5] border-2 border-border rounded-full shadow-sm hover:scale-110 hover:shadow-border-accent hover:border-accent transition-all duration-200 ease-in-out">
|
||||||
|
<img class="w-5" src="/images/forgejo.png" width="24" height="24" alt="RSS" />
|
||||||
|
</button>
|
||||||
|
</NuxtLink>
|
||||||
|
<NuxtLink href="mailto:mrrpnya@proton.me">
|
||||||
|
<button title="Send an Email"
|
||||||
|
class="m-2 p-2 bg-surface-2/[.5] border-2 border-border rounded-full shadow-sm hover:scale-110 hover:shadow-border-accent hover:border-accent transition-all duration-200 ease-in-out">
|
||||||
|
<img class="w-5" src="/images/envelope.png" width="24" height="24" alt="RSS" />
|
||||||
|
</button>
|
||||||
|
</NuxtLink>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Card class="max-w-4xl mt-4 max-md:w-screen">
|
<Card class="max-w-4xl mt-4 max-md:w-screen">
|
||||||
<Markdown :input="aboutMe" type="markdown"></Markdown>
|
<Markdown :input="aboutMe" type="markdown"></Markdown>
|
||||||
|
|
BIN
public/images/badges/collected/firefox4.gif
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
public/images/badges/collected/queercoded.webp
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
public/images/badges/felidae.png
Normal file
After Width: | Height: | Size: 577 B |
BIN
public/images/badges/keyring/catppuccin.gif
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
public/images/envelope.png
Normal file
After Width: | Height: | Size: 7.3 KiB |
BIN
public/images/forgejo.png
Normal file
After Width: | Height: | Size: 14 KiB |
10
public/images/mastodon.svg
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<svg width="75" height="79" viewBox="0 0 75 79" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M73.8393 17.4898C72.6973 9.00165 65.2994 2.31235 56.5296 1.01614C55.05 0.797115 49.4441 0 36.4582 0H36.3612C23.3717 0 20.585 0.797115 19.1054 1.01614C10.5798 2.27644 2.79399 8.28712 0.904997 16.8758C-0.00358524 21.1056 -0.100549 25.7949 0.0682394 30.0965C0.308852 36.2651 0.355538 42.423 0.91577 48.5665C1.30307 52.6474 1.97872 56.6957 2.93763 60.6812C4.73325 68.042 12.0019 74.1676 19.1233 76.6666C26.7478 79.2728 34.9474 79.7055 42.8039 77.9162C43.6682 77.7151 44.5217 77.4817 45.3645 77.216C47.275 76.6092 49.5123 75.9305 51.1571 74.7385C51.1797 74.7217 51.1982 74.7001 51.2112 74.6753C51.2243 74.6504 51.2316 74.6229 51.2325 74.5948V68.6416C51.2321 68.6154 51.2259 68.5896 51.2142 68.5661C51.2025 68.5426 51.1858 68.522 51.1651 68.5058C51.1444 68.4896 51.1204 68.4783 51.0948 68.4726C51.0692 68.4669 51.0426 68.467 51.0171 68.4729C45.9835 69.675 40.8254 70.2777 35.6502 70.2682C26.7439 70.2682 24.3486 66.042 23.6626 64.2826C23.1113 62.762 22.7612 61.1759 22.6212 59.5646C22.6197 59.5375 22.6247 59.5105 22.6357 59.4857C22.6466 59.4609 22.6633 59.4391 22.6843 59.422C22.7053 59.4048 22.73 59.3929 22.7565 59.3871C22.783 59.3813 22.8104 59.3818 22.8367 59.3886C27.7864 60.5826 32.8604 61.1853 37.9522 61.1839C39.1768 61.1839 40.3978 61.1839 41.6224 61.1516C46.7435 61.008 52.1411 60.7459 57.1796 59.7621C57.3053 59.7369 57.431 59.7154 57.5387 59.6831C65.4861 58.157 73.0493 53.3672 73.8178 41.2381C73.8465 40.7606 73.9184 36.2364 73.9184 35.7409C73.9219 34.0569 74.4606 23.7949 73.8393 17.4898Z" fill="url(#paint0_linear_549_34)"/>
|
||||||
|
<path d="M61.2484 27.0263V48.114H52.8916V27.6475C52.8916 23.3388 51.096 21.1413 47.4437 21.1413C43.4287 21.1413 41.4177 23.7409 41.4177 28.8755V40.0782H33.1111V28.8755C33.1111 23.7409 31.0965 21.1413 27.0815 21.1413C23.4507 21.1413 21.6371 23.3388 21.6371 27.6475V48.114H13.2839V27.0263C13.2839 22.7176 14.384 19.2946 16.5843 16.7572C18.8539 14.2258 21.8311 12.926 25.5264 12.926C29.8036 12.926 33.0357 14.5705 35.1905 17.8559L37.2698 21.346L39.3527 17.8559C41.5074 14.5705 44.7395 12.926 49.0095 12.926C52.7013 12.926 55.6784 14.2258 57.9553 16.7572C60.1531 19.2922 61.2508 22.7152 61.2484 27.0263Z" fill="white"/>
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="paint0_linear_549_34" x1="37.0692" y1="0" x2="37.0692" y2="79" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#6364FF"/>
|
||||||
|
<stop offset="1" stop-color="#563ACC"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.4 KiB |
BIN
public/images/me.png
Normal file
After Width: | Height: | Size: 144 KiB |
BIN
public/images/rss.png
Normal file
After Width: | Height: | Size: 37 KiB |
|
@ -28,9 +28,13 @@ export default {
|
||||||
'sm': '0px 0px 2px 2px'
|
'sm': '0px 0px 2px 2px'
|
||||||
},
|
},
|
||||||
colors: {
|
colors: {
|
||||||
|
"surface-1": "#222222",
|
||||||
|
"surface-2": "#444444",
|
||||||
|
"border": "#441196",
|
||||||
|
"border-accent": "#ff00f2",
|
||||||
"primary": "#441196",
|
"primary": "#441196",
|
||||||
"secondary": "#4d0099",
|
"secondary": "#4d0099",
|
||||||
"highlight": "#b805ff",
|
"highlight": "#ff00f2",
|
||||||
"success": "#10B981",
|
"success": "#10B981",
|
||||||
"danger": "#EF4444",
|
"danger": "#EF4444",
|
||||||
"warning": "#F59E0B",
|
"warning": "#F59E0B",
|
||||||
|
|