Removing some details from now, removing hiring pages, updated now

This commit is contained in:
Awstin 2025-03-27 07:28:48 -04:00
parent 8c022d6eec
commit 99b2c182d9
3 changed files with 21 additions and 42 deletions

View file

@ -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 {})
}

View file

@ -87,14 +87,6 @@
</p>
</section><br>
<section id="contact">
<h2>Hire Me</h2>
<p>
Currently looking for a new challenge.
My criteria for work and my resume can be found <a href="hire">here</a>.
</p>
</section><br>
<section id="contact">
<h2>Contact Me</h2>
<p>

View file

@ -3,35 +3,27 @@
{% block content %}
<p>
Last updated: 2025-01-08
Last updated: 2025-03-27
</p>
<h2>Work</h2>
<p>
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.
</p>
<p>
Still keeping my eyes open for other opportunities.
</p>
<h2>Life</h2>
<p>
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.
</p>
<p>
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.
</p>
<h2>Brazilian Jiu-Jitsu</h2>
<p>
The team here at GB Toronto has become an external family.
I am so grateful for the community.
</p>
<p>
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.
</p>
<h2>Learning</h2>
<p>
@ -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.
</p>
<h2>Tinkering</h2>
<p>
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.
</p>
<p>
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 <a href="/technology">thoughts</a> 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.
</p>
<p>
Have been spending most of my tinkering time on a private project.
Have learned a lot, still web development, using HTMX for speed.
</p>
<p>
Awstin
</p>