diff --git a/src/components/Back.astro b/src/components/Back.astro index 363e9ef..3aaf66a 100644 --- a/src/components/Back.astro +++ b/src/components/Back.astro @@ -1,11 +1,12 @@ --- -const {url}= Astro.props; +const { url } = Astro.props; --- + diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 5491ebe..8ca72e9 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,16 +1,19 @@ diff --git a/src/pages/now.astro b/src/pages/now.astro index d245ce7..fa35b23 100644 --- a/src/pages/now.astro +++ b/src/pages/now.astro @@ -1,68 +1,77 @@ --- -import Layout from '../layouts/Layout.astro'; -import Card from '../components/Card.astro'; -import Footer from '../components/Footer.astro'; -import Back from '../components/Back.astro'; +import Layout from "../layouts/Layout.astro"; +import Footer from "../components/Footer.astro"; +import Back from "../components/Back.astro"; --- -
- -

Now

- What am I currently up to? -

This year (2022) I have moved to The Netherlands with my family; specifically to the northern area of Amsterdam.

-

For work, I'm busy being a consultant, doing mostly frontend development.

-

If I'm not working, I am playing games on Xbox with my kid, Kahel, or most probably trying to annoy my wife, Jen, with silly jokes.

-

I have also found a renewed joy in exploring opensource projects in my spare time.

-
- About now pages -
-
+
+ +

Now

+ What am I currently up to? +

+ This year (2022) I have moved to The Netherlands with my family; + specifically to the northern area of Amsterdam. +

+

+ For work, I'm busy being a consultant, doing mostly frontend development. +

+

+ If I'm not working, I am playing games on Xbox with my kid, Kahel, or most + probably trying to annoy my wife, Jen, with silly jokes. +

+

+ I have also found a renewed joy in exploring opensource projects in my + spare time. +

+
+ About now pages +
diff --git a/src/pages/social.astro b/src/pages/social.astro index a3b4f00..5ba5061 100644 --- a/src/pages/social.astro +++ b/src/pages/social.astro @@ -1,60 +1,59 @@ --- -import Layout from '../layouts/Layout.astro'; -import Card from '../components/Card.astro'; -import Footer from '../components/Footer.astro'; -import Back from '../components/Back.astro'; +import Layout from "../layouts/Layout.astro"; +import Card from "../components/Card.astro"; +import Footer from "../components/Footer.astro"; +import Back from "../components/Back.astro"; --- -
+
-

Social Links

- -
-
+

Social Links

+ +