From 197699e63b25088e67d3193e4538b07861de6123 Mon Sep 17 00:00:00 2001 From: eggy Date: Wed, 13 Dec 2023 16:21:23 -0500 Subject: [PATCH] feat: orange again --- Daniel Chen.typ | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/Daniel Chen.typ b/Daniel Chen.typ index 5043cda..e8e297b 100644 --- a/Daniel Chen.typ +++ b/Daniel Chen.typ @@ -2,7 +2,7 @@ #import "lib.typ": template, work_entry, project, indent, SMALL_STRONG, DEFAULT_STRONG // orange!! -#let color = blue // rgb("#ff983e") +#let color = rgb("#ff983e") #let name = "Daniel Chen" #let contact_data = (( @@ -105,11 +105,7 @@ #set strong(delta: SMALL_STRONG) #indent[ - #project( - "Comic Converter", - "https://github.com/potatoeggy/mandown", - "Python, Qt", - ) + #project("Mandown", "https://github.com/potatoeggy/mandown", "Python, Qt") - Created a CLI and GUI to scrape, download, and convert webcomics into e-ink-optimised ebooks (EPUB, PDF) - Designed an *intermediate representation* to store metadata and images as a @@ -117,16 +113,6 @@ - Implemented *image caching and multiprocessing* to increase download and update speeds by *300%* - #project( - "Kobo Sync Server", - "https://github.com/potatoeggy/kobink", - "Rust, Axum", - ) - - Developed an Axum backend to *automatically convert and sync* ebooks to a Kobo - eReader over the network - - *Reverse-engineered* the Kobo eReader Sync API to support updating ebook - metadata and covers - #project( "Genshin Wish Simulator", "https://github.com/potatoeggy/primoprod", @@ -137,6 +123,12 @@ - Reduced action latency by *90%* by lazily loading art assets at opportune times, such as during cutscenes + #project("Kobink", "https://github.com/potatoeggy/kobink", "Rust, Axum") + - Developed an Axum backend to *automatically convert and sync* ebooks to a Kobo + eReader over the network + - *Reverse-engineered* the Kobo eReader Sync API to support updating ebook + metadata and covers + #project( "RecipeReady", "https://github.com/vincentjguo/recipeready-server",