M content/pages/projects.md => content/pages/projects.md +22 -14
@@ 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)
M sass/_landing.scss => sass/_landing.scss +3 -8
@@ 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;
- }
- }
- }
+ }
}
}
M static/quotes => static/quotes +1 -1
@@ 1,1 1,1 @@
-Subproject commit 0424ce514b4bfe0e98447585c8408161f0a88283
+Subproject commit 634a789e13879408010705087afc4110ef94395e
M => +1 -1
@@ 1,6 1,6 @@
<footer class="footer">
<small>
© Copyright Andrew Zah <time datetime="2019">2019</time>.
© Copyright Andrew Zah <time datetime="2019">2019</time>
| <a href="/contact">Contact</a>
| <a href="https://git.sr.ht/~andrewzah/personal-site/tree">Site Source Code (AGPLv3)</a>
</small>