From 5c41d812887651337b66258aaa2990a60a63e269 Mon Sep 17 00:00:00 2001 From: Fluffy Date: Fri, 24 May 2024 18:41:05 +0100 Subject: [PATCH] Add some of my Certificates to the page --- src/components/Card.astro | 5 +- src/components/Certificate.astro | 57 +++++++++++++++++++ .../Databases-with-SQL-and-Python.json | 7 +++ ...uction-to-Command-Line-and-Unix-Shell.json | 7 +++ .../certificates/Introduction-to-Python.json | 7 +++ .../certificates/Introduction-to-SQL.json | 7 +++ src/content/content.ts | 12 ++++ src/layouts/Markdown.astro | 8 +++ src/pages/index.astro | 20 ++++++- src/styles/_project_list.scss | 4 ++ 10 files changed, 128 insertions(+), 6 deletions(-) create mode 100644 src/components/Certificate.astro create mode 100644 src/content/certificates/Databases-with-SQL-and-Python.json create mode 100644 src/content/certificates/Introduction-to-Command-Line-and-Unix-Shell.json create mode 100644 src/content/certificates/Introduction-to-Python.json create mode 100644 src/content/certificates/Introduction-to-SQL.json diff --git a/src/components/Card.astro b/src/components/Card.astro index 3ebf349..2fda6be 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -10,9 +10,9 @@ const { href, title, body } = Astro.props;