diff --git a/src/layouts/reset.css b/src/layouts/reset.css index 5909c0a..2948956 100644 --- a/src/layouts/reset.css +++ b/src/layouts/reset.css @@ -70,6 +70,16 @@ h5, h6 { overflow-wrap: break-word; } + +h1, +h2, +h3, +h4, +h5, +h6 { + line-height: 1.2; +} + /* 9. Create a root stacking context */ diff --git a/src/pages/index.astro b/src/pages/index.astro index 5fd4491..ebd9caf 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -35,7 +35,7 @@ import { stuff } from '../constants/stuff'; Now - Taking my time to reassess goals & visions + Finally have a gaming PC (Laptop) diff --git a/src/pages/now/and-then/posts/2024-04-19.astro b/src/pages/now/and-then/posts/2024-04-19.astro index d31745a..d4d7289 100644 --- a/src/pages/now/and-then/posts/2024-04-19.astro +++ b/src/pages/now/and-then/posts/2024-04-19.astro @@ -3,7 +3,7 @@ import Layout from "../../../../layouts/Layout.astro"; import Footer from "../../../../components/Footer.astro"; const title = "Relearning Python & working on /threads"; -const description = "I am now a Certified Professional for Software Architecture (CPSA-F®)"; +const description = "Building again with Python"; --- diff --git a/src/pages/now/and-then/posts/2024-06-17.astro b/src/pages/now/and-then/posts/2024-06-17.astro index 1132228..de065dd 100644 --- a/src/pages/now/and-then/posts/2024-06-17.astro +++ b/src/pages/now/and-then/posts/2024-06-17.astro @@ -2,14 +2,14 @@ import Layout from "../../../../layouts/Layout.astro"; import Footer from "../../../../components/Footer.astro"; -const title = "Relearning Python & working on /threads"; -const description = "I am now a Certified Professional for Software Architecture (CPSA-F®)"; +const title = "Chapter Lead for Web @ ING"; +const description = "I have joined ING as a Chapter Lead for Web Engineering"; ---
-

Chapter Lead for Web @ ING

+

{title}

Published on the

diff --git a/src/pages/now.astro b/src/pages/now/and-then/posts/2024-09-27.astro similarity index 85% rename from src/pages/now.astro rename to src/pages/now/and-then/posts/2024-09-27.astro index cb6c029..cad5d3e 100644 --- a/src/pages/now.astro +++ b/src/pages/now/and-then/posts/2024-09-27.astro @@ -1,14 +1,14 @@ --- -import Layout from "../layouts/Layout.astro"; -import Footer from "../components/Footer.astro"; -import Posts from "../components/Posts.astro"; +import Layout from "../../../../layouts/Layout.astro"; +import Footer from "../../../../components/Footer.astro"; -const posts = await Astro.glob("./now/and-then/posts/*.astro"); +const title = "Taking time to reassess goals and visions"; +const description = "This is a dump of what my current state, more or less"; --- - +
-

Now

+

{title}

Published on the from my home in Amsterdam, where it is starting to get colder again :)

@@ -31,10 +31,7 @@ const posts = await Astro.glob("./now/and-then/posts/*.astro");

The reality of having a new role for work is hitting, and I wanna learn more how to succeed in engineering leadership. I’m taking my time this off-work week to reassess my leadership style, our strategies at work and how my vision for the web fits

- - -
- About now pages +
diff --git a/src/pages/now/index.astro b/src/pages/now/index.astro new file mode 100644 index 0000000..2894407 --- /dev/null +++ b/src/pages/now/index.astro @@ -0,0 +1,64 @@ +--- +import Layout from "../../layouts/Layout.astro"; +import Footer from "../../components/Footer.astro"; +import Posts from "../../components/Posts.astro"; + +const posts = await Astro.glob("./and-then/posts/*.astro"); +--- + + +
+

Now

+

+ Published on the from my home in Amsterdam, where it's beginning to rain more often again :) +

+

In an unxpected turn of events it has been decided that we would buy a gaming laptop at home, which means I can play some PC games finally.

+

I started playing God of War (2018). Not quite satisfied with the graphics -- I play it on an RTX 4060 Laptop GPU. I know that's not the same as the discrete desktop RTX 4060, but I'm still surprised by the quality. I would say it's a bit "grainy". Although it might also be just the game being ported to PC??? I don't know, I've not tried other games yet.

+

In other news, I'm quite stressed, to be honest, still figuring out where I fit in a totally new job. Stress is not always bad though. It's okay.

+ +
+ About now pages +
+
+
+ +