pancakes
I'm a cat enby (they/it) from Australia that likes cats, Linux, and programming. You can find my links, projects, and other pages here.
Accounts
Other places you can find me
-
@foreach (var link in Links.Accounts)
{
- @if (link.Href != null) { @link.Name } else { @link.Name } @link.Description }
Blog Posts
Things I've written. Licensing can be found in the appropriate page footers
I have an Atom feed and JSON Feed
Projects
Projects that I have created
-
@foreach (var link in Links.Projects)
{
-
@if (link.Href != null)
{
@link.Name
}
else
{
@link.Name
}
@link.Description
}
Contributions
Projects that I do not maintain but have contributed to
-
@foreach (var link in Links.Contributions)
{
-
@if (link.Href != null)
{
@link.Name
}
else
{
@link.Name
}
@link.Description
}
Buttons
Click my buttons
Add my button
<a href="@Buttons.Pancakes.Href" target="_blank">
<img src="@Buttons.Pancakes.Href@Assets[$"imgs/buttons/{Buttons.Pancakes.Image}"]" alt"@Buttons.Pancakes.Title">
</a>
The image URL may change in the future. Instead of hotlinking it you should download the image manually.
Webrings
Adjacent websites
-
@foreach (var ring in Webrings.Rings.OrderBy(p => p.Name))
{
- ← @ring.Name → }
Notify
Send me a push notification. This will be a silent notification on my phone with no popup, vibration, or sound.