From 36334d62f228f8b478bc6674e755d08ad24d4eaa Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 24 May 2023 19:17:35 -0400 Subject: [PATCH] wip --- content/_index.md | 4 +-- content/software/_index.md | 51 ++++++++++++++++++++++++++++++++ sass/styles/typography.scss | 4 +++ templates/components/navbar.html | 4 ++- 4 files changed, 60 insertions(+), 3 deletions(-) create mode 100644 content/software/_index.md diff --git a/content/_index.md b/content/_index.md index 437ea31..6ba7417 100644 --- a/content/_index.md +++ b/content/_index.md @@ -19,7 +19,7 @@ I am currently working on a few projects, including: - Publishing music under my own name on [Spotify](https://open.spotify.com/artist/1aLNEmgqBJkhfkEZvf8Vh5) and [Apple Music](https://music.apple.com/us/artist/evan-pratten/1611566708) - Occasional photography -I am also working on an Internet-Draft: + diff --git a/content/software/_index.md b/content/software/_index.md new file mode 100644 index 0000000..b352a94 --- /dev/null +++ b/content/software/_index.md @@ -0,0 +1,51 @@ +--- +title: Software +--- + +# Software + +## Command line applications + +- [tabset](https://github.com/ewpratten/tabset): A tool for configuring digitizer tablets + +## Minecraft + +- Client-side + - [Client Ping](https://modrinth.com/mod/client-ping): Purely client-side point-of-interest marking + - [Illuminated Shields](https://modrinth.com/resourcepack/illuminated-shields): See in the dark while holding a shield +- Server-side + - [FrostBucket](https://modrinth.com/plugin/frostbucket): Apply *Frost Walker* to a bucket for easy ice creation **(Archived)** + - [Blood Cod Plugin Pack](https://modrinth.com/plugin/blood-cod-plugins): Custom items and advancements for a private server **(Archived)** + - [XANDGORT Powers](https://modrinth.com/plugin/xandgort-powers): Superpowers for my admin account +- Mod packs + - [Evan's Pack](https://modrinth.com/modpack/ewpratten): Sensible defaults, and QoL tweaks + +## Backend / server-side + +- [Ubisoft service status exporter for Prometheus](https://github.com/ewpratten/ubisoft_status_exporter) + +## Libraries + +- **@entry**: A decorator for marking the entry point of a program + - Languages: **Python** + - View on: [GitHub](https://github.com/ewpratten/atentry) & [PyPI](https://pypi.org/project/atentry/) +- **crashreport**: Automatic GitHub crash reporting system for any Rust crate + - Languages: **Rust** + - View on: [GitHub](https://github.com/ewpratten/crashreport-rs) & [crates.io](https://crates.io/crates/crashreport) +- Kobo e-reader interface library + - Languages: **Rust** + - View on: [GitHub](https://github.com/ewpratten/kobo-rs) & [crates.io](https://crates.io/crates/kobo) + +asdf + +- [**Python**] [@entry](https://github.com/ewpratten/atentry): A decorator for marking the entry point of a program +- [**Rust**] [crashreport](https://github.com/ewpratten/crashreport-rs): Automatic GitHub crash reporting system for any Rust crate +- [**Rust**] [kobo-rs](https://github.com/ewpratten/kobo-rs): Kobo e-reader interface library + +asdf + +- Rust + - [crashreport](https://github.com/ewpratten/crashreport-rs): Automatic GitHub crash reporting system for any Rust crate + - [kobo-rs](https://github.com/ewpratten/kobo-rs): Kobo e-reader interface library +- Python + - [@entry](https://github.com/ewpratten/atentry): A decorator for marking the entry point of a program \ No newline at end of file diff --git a/sass/styles/typography.scss b/sass/styles/typography.scss index 3b8acbc..d4544bb 100644 --- a/sass/styles/typography.scss +++ b/sass/styles/typography.scss @@ -38,6 +38,10 @@ body { color: gray; } +warning { + color: orangered; +} + .hover-help { &:hover { cursor: help; diff --git a/templates/components/navbar.html b/templates/components/navbar.html index 1e457dc..c865350 100644 --- a/templates/components/navbar.html +++ b/templates/components/navbar.html @@ -25,8 +25,10 @@ Home · Blog + {# · + Projects #} · - Projects + Software · Radio ·