From 01bd18c75fd3652ce0b9eb76e23e967b0cba064b Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 25 Sep 2023 20:00:56 +0200 Subject: new project overview --- src/pages.rs | 37 ------------------------------------- 1 file changed, 37 deletions(-) (limited to 'src/pages.rs') diff --git a/src/pages.rs b/src/pages.rs index 47f9f98..1a00664 100644 --- a/src/pages.rs +++ b/src/pages.rs @@ -44,43 +44,6 @@ pub fn r_about() -> DynScaffold<'static> { } } -#[get("/projects")] -pub fn r_projects() -> DynScaffold<'static> { - Scaffold { - title: "projects".to_string(), - content: markup::new! { - p { "I am starting a lot of projects - here are a few selected ones:" } - ul { - li { - b{"keks-meet:"} " a simple secure web conferencing application. " - "(" a[href="https://meet.metamuffin.org"]{"hosted"} "; " a[href="https://codeberg.org/metamuffin/keks-meet"]{"code"} ")" - } - li { - b{"gnix:"} " a stupid reverse proxy to replace nginx. serving the webpage you are viewing right now. " - "(" a[href="https://metamuffin.org"]{"hosted"} "; " a[href="https://codeberg.org/metamuffin/gnix"]{"code"} ")" - } - li { - b{"pfadfinder:"} " parallel anytime A* for openstreetmap with custom frontend and integration into the existing one. " - "(" a[href="https://codeberg.org/metamuffin/pfadfinder"]{"code"} ")" - } - li { - b{"video-codec-experiments:"} " a few attempts of creating my own video codecs, making use of motion compensation, dct, quantization and more. " - "(" a[href="https://codeberg.org/metamuffin/video-codec-experiments"]{"code"} ")" - } - li { - b{"pixelflut tools:"} " the programs I hacked together when playing pixelflut. includes GPU-acceleration for updating the canvas with minimal bandwidth usage. " - "(" a[href="https://codeberg.org/metamuffin/pixelflut"]{"code"} ")" - } - li { - b{"karlender:"} " a personal calender suite consisting of a daemon, a graphical and a command-line user interface. " - "supports very flexible condition based recurring tasks and automatic scheduling so you dont need to decide. " - "(" a[href="https://codeberg.org/metamuffin/karlender"]{"code"} ")" - } - } - }, - } -} - #[get("/contact")] pub fn r_contact() -> DynScaffold<'static> { Scaffold { -- cgit v1.2.3-70-g09d2