diff --git a/src/html/root.rs b/src/html/root.rs index a3bedc8..cf202f2 100644 --- a/src/html/root.rs +++ b/src/html/root.rs @@ -22,9 +22,15 @@ use crate::{ }; use super::{ - admin, books, posts::{self, get_articles_date_sorted}, projects, templates::{ - AboutTemplate, AiTemplate, BlogrollTemplate, ContactTemplate, CookingTemplate, CreationTemplate, GiftsTemplate, HomeTemplate, HtmlTemplate, InterestsTemplate, LinksPageTemplate, LoginTemplate, MoneyTemplate, NowTemplate, ResumeTemplate, SignupTemplate, TechnologyTemplate, TimeTemplate, UsesTemplate, WorkTemplate - } + admin, books, + posts::{self, get_articles_date_sorted}, + projects, + templates::{ + AboutTemplate, AiTemplate, BlogrollTemplate, ContactTemplate, CookingTemplate, + CreationTemplate, GiftsTemplate, HomeTemplate, HtmlTemplate, InterestsTemplate, + LinksPageTemplate, LoginTemplate, MoneyTemplate, NowTemplate, SignupTemplate, + TechnologyTemplate, TimeTemplate, UsesTemplate, + }, }; pub fn get_router(pool: PgPool) -> Router { @@ -51,9 +57,7 @@ pub fn get_router(pool: PgPool) -> Router { .route("/blogroll", get(blogroll)) .route("/links", get(links)) .route("/interests", get(interests)) - .route("/resume", get(resume)) .route("/gifts", get(gifts)) - .route("/hire", get(work)) .route("/time", get(time)) .route("/cooking", get(cooking)) .route("/creation", get(creation)) @@ -109,14 +113,6 @@ async fn interests() -> impl IntoResponse { HtmlTemplate(InterestsTemplate {}) } -async fn resume() -> impl IntoResponse { - HtmlTemplate(ResumeTemplate {}) -} - -async fn work() -> impl IntoResponse { - HtmlTemplate(WorkTemplate {}) -} - async fn gifts() -> impl IntoResponse { HtmlTemplate(GiftsTemplate {}) } diff --git a/templates/home.html b/templates/home.html index 8b46cf9..67762cb 100644 --- a/templates/home.html +++ b/templates/home.html @@ -87,14 +87,6 @@
- Currently looking for a new challenge. - My criteria for work and my resume can be found here. -
-diff --git a/templates/now.html b/templates/now.html index 770af70..5cab95e 100644 --- a/templates/now.html +++ b/templates/now.html @@ -3,35 +3,27 @@ {% block content %}
- Last updated: 2025-01-08 + Last updated: 2025-03-27
- The madness of peak is over, we are figuring out our plans for development for the year. - May partially loose one team member for a few months for personal reasons, - so figuring out what we can accomplish and how we will allocate work with the reduced headcount. + The project that I am focussed on we took too big of a bite from the apple all at once. + Trying to deliver something too large, and without being able to iterate quickly there were roadbumps. + We have re-prioritized on what will be minimally functional so that the new tool is used, any other features we can add after the fact. + That portion is almost done.
Still keeping my eyes open for other opportunities.
-- Getting married this year! - Loose ends are starting to come together. - A fun process but a little overwhelming at times. - Working with a tailor on the suit top to go with my kilt. -
-- Working to find the path that feels right for me career wise. - Exploring various options and looking for places that align personally with my values. -
The team here at GB Toronto has become an external family. I am so grateful for the community.
- Training ramping up for the competition in March, looks like quite a few of us are going. + Training has lightened up post competition. + The competition did not go very well but that happens and I learned a lot. + Now enjoying having a break from the stress of competition prep.
@@ -54,17 +46,16 @@ They have come a long way and there is so much that you can do with just plain JS and no external dependencies.
- Wedding website still under construction. - Adding final touches and new information as it comes up. - Very pleased to have rolled my own auth for this which was fun. -
Shifting my attention back to adding content to my personal website. I have been having a bit of an ongoing moral crisis with the state of the tech industry at the moment. First I want to get my thoughts clarified and down in writing. Then I want to see what I can do about it and how I can contribute to a user centric web.
++ Have been spending most of my tinkering time on a private project. + Have learned a lot, still web development, using HTMX for speed. +
Awstin