various insanities

This commit is contained in:
nin0dev 2025-03-14 23:23:27 -04:00
parent fd44e9866e
commit 60358d32d6
Signed by: nin0
SSH key fingerprint: SHA256:NOoDnFVvZNFvqfXCIhzr6oCTDImZAbTTuyAysZ8Ufk8
6 changed files with 11 additions and 16 deletions

View file

@ -1,4 +0,0 @@
---
platform: "Discord"
name: "nin0.dev"
---

View file

@ -1,6 +0,0 @@
---
platform: "PGP key"
name: "here"
url: "/pgp"
note: "Used across commits or other signed messages. Any key of mine on a keyserver is outdated."
---

View file

@ -1,8 +1,9 @@
<style>
div {
display: grid;
grid-auto-flow: column;
grid-auto-columns: 1fr;
grid-auto-flow: row;
row-gap: 5px;
}
</style>
<div class="button-collection">

View file

@ -13,9 +13,9 @@ import Spacer from "./Spacer.astro";
<Presence />
<GroupBox name="About me">
<p>
I'm a Canadian self-taught software developer that makes things some people find useful in Python, HTML, JavaScript, and Kotlin.
I'm a Canadian self-taught software developer.
<br/>
I occasionally code with Java or C#, and am currently learning Rust.
I also make things that some people use with varying degrees of usefulness.
</p>
</GroupBox>
<GroupBox name="Reach out">

View file

@ -41,5 +41,5 @@ const statusColor = () => {
<div>
<img src="logo.png" alt="the nin0dev logo">
<h3>nin0dev <span style="font-size: 0.4em;">(he/him)</span></h3>
<h3>nin0 <span style="font-size: 0.4em;">(he/him)</span></h3>
</div>

View file

@ -12,7 +12,11 @@ const {title, showClose, maxWidth} = Astro.props
}
@media (pointer:coarse) {
.window {
margin-right: 20px;
position: absolute;
top: 0px;
left: 0px;
margin: 5%;
width: 90%;
}
}
</style>