From c10dacfb5f588075f469670e64e007ccc832a50a Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 26 Sep 2022 10:49:41 +0200 Subject: [PATCH] chore: code formatting clean up --- src/components/Back.astro | 5 +- src/components/Card.astro | 125 ++++++++++++++++++------------------ src/components/Footer.astro | 25 ++++---- src/pages/now.astro | 119 ++++++++++++++++++---------------- src/pages/social.astro | 95 ++++++++++++++------------- 5 files changed, 192 insertions(+), 177 deletions(-) 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

+ +
+