From cb6834e88814e7c044994bead58396eb5e5f9b73 Mon Sep 17 00:00:00 2001 From: Andrew Zah Date: Fri, 22 Nov 2019 19:11:32 -0500 Subject: [PATCH] small update --- content/pages/projects.md | 36 ++++++++++++++++++++++-------------- sass/_landing.scss | 11 +++-------- static/quotes | 2 +- templates/_footer.html | 2 +- 4 files changed, 27 insertions(+), 24 deletions(-) diff --git a/content/pages/projects.md b/content/pages/projects.md index 26ff2a5..3b6af3f 100644 --- a/content/pages/projects.md +++ b/content/pages/projects.md @@ -2,7 +2,7 @@ title = "Projects" path = "projects" template = "projects.html" -date = 2019-03-25 +date = 2019-11-22 +++ These are various projects I've worked on over the years. I hope they may be of some use to you. If you'd like to contribute to any, feel free! I generally use the GPLv3 license, or MIT otherwise. @@ -12,37 +12,42 @@ As of late the bulk of my development has been on private repos for work, unfort ## Git Repo Stores In preferred order. I use github when I have no other option and for mirrors. * [git.sr.ht/~andrewzah](https://git.sr.ht/~andrewzah) -* [git.andrewzah.com/andrei](https://git.andrewzah.com/andrei) -* [gitlab.com/andrewzah](https://gitlab.com/andrewzah) * [github.com/azah](https://github.com/azah) - ---- +* [git.andrewzah.com/andrei](https://git.andrewzah.com/andrei) ## In Progress These are things I'm actively working on and/or messing around with. -#### [apps.andrei.kr](https://git.sr.ht/~andrewzah/apps.andrei.kr) – rust/wasm/react +--- + +#### [apps.andrei.kr](https://git.sr.ht/~andrewzah/apps.andrei.kr) – rust/wasm/react * Frontend for `korean_numbers` and other learning tools. -#### [unifiedsearch](https://git.sr.ht/~andrewzah/unifiedsearch) – rust/wasm/mithril -* This website. Statically generated using zola and tera templating. -#### [danmuji](https://git.sr.ht/~andrewzah/danmuji) – golang -* Discord bot written using Golang. -#### [naveraudio](https://git.sr.ht/~andrewzah/naver_audio) – rust -* Downloads sound files for Korean words via NAVER's (undocumented) api. +#### [rooibos](https://git.sr.ht/~andrewzah/rooibos) – python3/flask +* File uploading done right. ---- ## Actively Maintained + +--- + #### [korean_numbers](https://git.sr.ht/~andrewzah/korean_numbers) – rust * Converts integers and floats to Hangeul. Supports both number systems. +#### [danmuji](https://git.sr.ht/~andrewzah/danmuji) – golang +* Discord bot written using Golang. #### [personal_site](https://git.sr.ht/~andrewzah/personal-site) – zola * This website. Statically generated using zola and tera templating. #### [personal_docker](https://git.sr.ht/~andrewzah/andrewzah.com) – shell/docker * Docker setup for fast deployments on VPSs. ---- ## Inactive + +--- + +### Rust +#### [naveraudio](https://git.sr.ht/~andrewzah/naver_audio) – rust +* Downloads sound files for Korean words via NAVER's (undocumented) api. + ### Crystal #### [amaranth-cr](https://github.com/azah/amaranth) * Discord bot based on [discordcr](https://github.com/meewo/discordcr). @@ -71,6 +76,9 @@ These are things I'm actively working on and/or messing around with. * Learned about xml scraping and parsing, and API design. ## Not Programming Related + +--- + #### [dotfiles](https://git.andrewzah.com/andrei/dotfiles) * a dotfile a day keeps productivity at bay. #### [az-quotes](https://git.andrewzah.com/andrei/quotes) diff --git a/sass/_landing.scss b/sass/_landing.scss index e922dd0..5c02cf6 100644 --- a/sass/_landing.scss +++ b/sass/_landing.scss @@ -5,6 +5,8 @@ main #landing { justify-content: center; div#landing-content { + @include anchor-style; + span h1 { max-width: 640px !important; text-align: left; @@ -20,13 +22,6 @@ main #landing { margin-bottom: 0px; align-self: flex-end; color: rgb(90, 90, 90); - - a { - text-decoration: none; - &:hover { - text-decoration: underline; - } - } - } + } } } diff --git a/static/quotes b/static/quotes index 0424ce5..634a789 160000 --- a/static/quotes +++ b/static/quotes @@ -1 +1 @@ -Subproject commit 0424ce514b4bfe0e98447585c8408161f0a88283 +Subproject commit 634a789e13879408010705087afc4110ef94395e diff --git a/templates/_footer.html b/templates/_footer.html index 255e5ec..0892fc2 100644 --- a/templates/_footer.html +++ b/templates/_footer.html @@ -1,6 +1,6 @@