Removing some details from now, removing hiring pages, updated now
This commit is contained in:
parent
8c022d6eec
commit
99b2c182d9
3 changed files with 21 additions and 42 deletions
|
|
@ -22,9 +22,15 @@ use crate::{
|
||||||
};
|
};
|
||||||
|
|
||||||
use super::{
|
use super::{
|
||||||
admin, books, posts::{self, get_articles_date_sorted}, projects, templates::{
|
admin, books,
|
||||||
AboutTemplate, AiTemplate, BlogrollTemplate, ContactTemplate, CookingTemplate, CreationTemplate, GiftsTemplate, HomeTemplate, HtmlTemplate, InterestsTemplate, LinksPageTemplate, LoginTemplate, MoneyTemplate, NowTemplate, ResumeTemplate, SignupTemplate, TechnologyTemplate, TimeTemplate, UsesTemplate, WorkTemplate
|
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 {
|
pub fn get_router(pool: PgPool) -> Router {
|
||||||
|
|
@ -51,9 +57,7 @@ pub fn get_router(pool: PgPool) -> Router {
|
||||||
.route("/blogroll", get(blogroll))
|
.route("/blogroll", get(blogroll))
|
||||||
.route("/links", get(links))
|
.route("/links", get(links))
|
||||||
.route("/interests", get(interests))
|
.route("/interests", get(interests))
|
||||||
.route("/resume", get(resume))
|
|
||||||
.route("/gifts", get(gifts))
|
.route("/gifts", get(gifts))
|
||||||
.route("/hire", get(work))
|
|
||||||
.route("/time", get(time))
|
.route("/time", get(time))
|
||||||
.route("/cooking", get(cooking))
|
.route("/cooking", get(cooking))
|
||||||
.route("/creation", get(creation))
|
.route("/creation", get(creation))
|
||||||
|
|
@ -109,14 +113,6 @@ async fn interests() -> impl IntoResponse {
|
||||||
HtmlTemplate(InterestsTemplate {})
|
HtmlTemplate(InterestsTemplate {})
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn resume() -> impl IntoResponse {
|
|
||||||
HtmlTemplate(ResumeTemplate {})
|
|
||||||
}
|
|
||||||
|
|
||||||
async fn work() -> impl IntoResponse {
|
|
||||||
HtmlTemplate(WorkTemplate {})
|
|
||||||
}
|
|
||||||
|
|
||||||
async fn gifts() -> impl IntoResponse {
|
async fn gifts() -> impl IntoResponse {
|
||||||
HtmlTemplate(GiftsTemplate {})
|
HtmlTemplate(GiftsTemplate {})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -87,14 +87,6 @@
|
||||||
</p>
|
</p>
|
||||||
</section><br>
|
</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">
|
<section id="contact">
|
||||||
<h2>Contact Me</h2>
|
<h2>Contact Me</h2>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -3,35 +3,27 @@
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<p>
|
<p>
|
||||||
Last updated: 2025-01-08
|
Last updated: 2025-03-27
|
||||||
</p>
|
</p>
|
||||||
<h2>Work</h2>
|
<h2>Work</h2>
|
||||||
<p>
|
<p>
|
||||||
The madness of peak is over, we are figuring out our plans for development for the year.
|
The project that I am focussed on we took too big of a bite from the apple all at once.
|
||||||
May partially loose one team member for a few months for personal reasons,
|
Trying to deliver something too large, and without being able to iterate quickly there were roadbumps.
|
||||||
so figuring out what we can accomplish and how we will allocate work with the reduced headcount.
|
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>
|
||||||
<p>
|
<p>
|
||||||
Still keeping my eyes open for other opportunities.
|
Still keeping my eyes open for other opportunities.
|
||||||
</p>
|
</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>
|
<h2>Brazilian Jiu-Jitsu</h2>
|
||||||
<p>
|
<p>
|
||||||
The team here at GB Toronto has become an external family.
|
The team here at GB Toronto has become an external family.
|
||||||
I am so grateful for the community.
|
I am so grateful for the community.
|
||||||
</p>
|
</p>
|
||||||
<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>
|
</p>
|
||||||
<h2>Learning</h2>
|
<h2>Learning</h2>
|
||||||
<p>
|
<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.
|
They have come a long way and there is so much that you can do with just plain JS and no external dependencies.
|
||||||
</p>
|
</p>
|
||||||
<h2>Tinkering</h2>
|
<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>
|
<p>
|
||||||
Shifting my attention back to adding content to my personal website.
|
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.
|
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.
|
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.
|
Then I want to see what I can do about it and how I can contribute to a user centric web.
|
||||||
</p>
|
</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>
|
<p>
|
||||||
Awstin
|
Awstin
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue