From 5c45bdd5f890286f5c54e97b6228a368032cc016 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Fri, 22 May 2020 21:57:10 +1000 Subject: [PATCH] Add bounties page --- v2/content/posts/2020/bounties.md | 56 +++++++++++++++++++++++++++++++ v2/sass/screen.scss | 16 +++++++-- 2 files changed, 69 insertions(+), 3 deletions(-) create mode 100644 v2/content/posts/2020/bounties.md diff --git a/v2/content/posts/2020/bounties.md b/v2/content/posts/2020/bounties.md new file mode 100644 index 0000000..2241a4a --- /dev/null +++ b/v2/content/posts/2020/bounties.md @@ -0,0 +1,56 @@ ++++ +title = "Software Bounties" +date = 2020-05-22T20:07:43+10:00 + +#[extra] +#updated = 2020-03-27T21:53:53+11:00 ++++ + +I don't have time to build all the things I'd like to build, so I'm offering +bounties on the following work. + + + +**Details** + +* Payment will be made via PayPal when the criteria is met. If you would prefer + another mechanism, feel free to suggest it, but no guarantees. +* Amounts are in Australian dollars. +* I will not pay out a bounty after the expiration date. +* I may choose the extend the expiration date. +* _How can I trust you'll pay me?_ I like to think that I'm a trustworthy + person. However, if you would like to discuss a partial payment prior + to starting work on one of these issues please get in touch. +* You have to be the primary contributor to claim the bounty. If someone else + does all the work and you just nudge it over the line the other person is + the intended recipient. +* If in doubt contact me. + +### Emoji Reactions in Fractal + +[Fractal] is a [Matrix] client written in Rust using GTK. + +**Issue:** +**Criteria:** Implement emoji reactions in Fractal to the satisfaction of the maintainers, resulting +in the issue being closed as completed. +**Language:** Rust +**Amount:** AU$500 +**Expires:** 2021-01-01T00:00:00Z + +[Fractal]: https://gitlab.gnome.org/GNOME/fractal +[Matrix]: https://matrix.org/ + +### Update Mattermost Server to Support Emoji Added After Unicode 9.0 + +[Mattermost's][Mattermost] emoji picker is stuck on emoji from Unicode 9. We're now up +to Unicode 13 and many emoji added in the last few years are missing. This bounty pertains +only to the work required in the Mattermost server, not the desktop and mobile apps. + +**Issue:** +**Criteria:** Update the list of emoji in the Mattermost server to Unicode 13.0, resulting +in the issue being closed as completed. +**Language:** Go +**Amount:** AU$200 +**Expires:** 2021-01-01T00:00:00Z + +[Mattermost]: https://mattermost.com/ diff --git a/v2/sass/screen.scss b/v2/sass/screen.scss index 4d9646c..0543c8a 100644 --- a/v2/sass/screen.scss +++ b/v2/sass/screen.scss @@ -41,6 +41,7 @@ pre { padding: 0.5em 1em; overflow-y: auto; font-size: 14px; + color: #fcfcfc; } h1,h2,h3,h4 { font-family: $heading-family; @@ -121,8 +122,6 @@ nav a:link, nav a:visited { } } article { - margin-bottom: 3em; - h2,h3 { a:link, a:visited { color: currentColor; @@ -167,6 +166,13 @@ article { margin: 0 0 1em 1em; } } +.respond { + margin: 4em 0 0.5em 0; + + svg { + vertical-align: middle; + } +} img, canvas, iframe, video, svg { max-width: 100%; margin: 0 auto; @@ -250,6 +256,10 @@ footer .copyright { .posts-section { width: 100%; + + article { + margin-bottom: 3em; + } } .projects-section { width: 300px; @@ -331,7 +341,7 @@ ul.projects { } .socials { - margin-top: 1em; + margin-top: 2em; a { text-transform: uppercase;