From 17237e8415c65aa86fbb7b94f4d1b22c0582d116 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 20 Sep 2022 23:06:07 +0200 Subject: [PATCH] content: now page; closes #6 --- src/pages/index.astro | 32 +++++++++++++++++-- src/pages/now.astro | 71 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+), 3 deletions(-) create mode 100644 src/pages/now.astro diff --git a/src/pages/index.astro b/src/pages/index.astro index 75e787f..b17f9cf 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -10,10 +10,14 @@ import Footer from "../components/Footer.astro";

AyoAyco

+ + Now + Settling in The Netherlands → +
@@ -66,6 +70,28 @@ import Footer from "../components/Footer.astro"; line-height: 1.6; } + .now-wrapper { + border: 1px solid rgba(255,255,255,0.2); + border-radius: 40px; + padding: 8px 4px; + font-weight: normal; + color: white; + font-size: small; + text-decoration: none; + } + + .now-label { + border-radius: 40px; + background-color: rgba(0,0,0,0.3); + padding: 4px 8px; + text-transform: uppercase; + font-weight: bold; + } + + .status { + padding-right: 4px; + } + .top-content ul { list-style-type: none; padding: 0; diff --git a/src/pages/now.astro b/src/pages/now.astro new file mode 100644 index 0000000..3279eab --- /dev/null +++ b/src/pages/now.astro @@ -0,0 +1,71 @@ +--- +import Layout from '../layouts/Layout.astro'; +import Card from '../components/Card.astro'; +import Footer from '../components/Footer.astro'; +--- + + +
+ +

Now

+ What am I currently up to? +

This year (2022) I have moved to The Netherlands with my family; specifically the north 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.

+

So far, I'm really liking astro

+
+ About now pages +
+
+
+ +