various insanities
This commit is contained in:
parent
fd44e9866e
commit
60358d32d6
6 changed files with 11 additions and 16 deletions
|
@ -1,4 +0,0 @@
|
||||||
---
|
|
||||||
platform: "Discord"
|
|
||||||
name: "nin0.dev"
|
|
||||||
---
|
|
|
@ -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."
|
|
||||||
---
|
|
|
@ -1,8 +1,9 @@
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
div {
|
div {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-auto-flow: column;
|
grid-auto-flow: row;
|
||||||
grid-auto-columns: 1fr;
|
row-gap: 5px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="button-collection">
|
<div class="button-collection">
|
||||||
|
|
|
@ -13,9 +13,9 @@ import Spacer from "./Spacer.astro";
|
||||||
<Presence />
|
<Presence />
|
||||||
<GroupBox name="About me">
|
<GroupBox name="About me">
|
||||||
<p>
|
<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/>
|
<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>
|
</p>
|
||||||
</GroupBox>
|
</GroupBox>
|
||||||
<GroupBox name="Reach out">
|
<GroupBox name="Reach out">
|
||||||
|
|
|
@ -41,5 +41,5 @@ const statusColor = () => {
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<img src="logo.png" alt="the nin0dev logo">
|
<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>
|
</div>
|
|
@ -12,7 +12,11 @@ const {title, showClose, maxWidth} = Astro.props
|
||||||
}
|
}
|
||||||
@media (pointer:coarse) {
|
@media (pointer:coarse) {
|
||||||
.window {
|
.window {
|
||||||
margin-right: 20px;
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
margin: 5%;
|
||||||
|
width: 90%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Reference in a new issue