From 2381a2e34e7eeb6bf524e13f60774f573e17be43 Mon Sep 17 00:00:00 2001 From: Michael Geers Date: Thu, 15 Aug 2024 16:40:50 +0200 Subject: [PATCH] added two new implementations --- .astro/settings.json | 2 +- public/images/tech/rspack.svg | 1 + public/images/tech/vite.svg | 1 + public/images/tech/webpack.svg | 1 + src/components/MFExample.astro | 44 ++++++++++++-------- src/components/content/Implementations.astro | 41 +++++++++++++++--- 6 files changed, 65 insertions(+), 25 deletions(-) create mode 100644 public/images/tech/rspack.svg create mode 100644 public/images/tech/vite.svg create mode 100644 public/images/tech/webpack.svg diff --git a/.astro/settings.json b/.astro/settings.json index 51c3770..a8c1cb1 100644 --- a/.astro/settings.json +++ b/.astro/settings.json @@ -1,5 +1,5 @@ { "_variables": { - "lastUpdateCheck": 1721731441251 + "lastUpdateCheck": 1723730422042 } } \ No newline at end of file diff --git a/public/images/tech/rspack.svg b/public/images/tech/rspack.svg new file mode 100644 index 0000000..962d38a --- /dev/null +++ b/public/images/tech/rspack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/tech/vite.svg b/public/images/tech/vite.svg new file mode 100644 index 0000000..d886259 --- /dev/null +++ b/public/images/tech/vite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/tech/webpack.svg b/public/images/tech/webpack.svg new file mode 100644 index 0000000..66630eb --- /dev/null +++ b/public/images/tech/webpack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/MFExample.astro b/src/components/MFExample.astro index 1e0f904..842aea6 100644 --- a/src/components/MFExample.astro +++ b/src/components/MFExample.astro @@ -25,25 +25,27 @@ import { Image } from "astro:assets"; ) : null } -

- {title}
- {rendering} -

- -
-
- lib1 -
-
- lib1 -
-
- lib1 -
- +
{ @@ -198,4 +200,10 @@ import { Image } from "astro:assets"; grid-area: liveUrl; } + .bigLink, + .bigLink:hover { + text-decoration: none; + display: block; + color: inherit; + } diff --git a/src/components/content/Implementations.astro b/src/components/content/Implementations.astro index 5a50dae..78f50bc 100644 --- a/src/components/content/Implementations.astro +++ b/src/components/content/Implementations.astro @@ -3,6 +3,9 @@ import MFExample from "../MFExample.astro"; import html from "./../../../public/images/tech/html.svg"; import preact from "./../../../public/images/tech/preact.svg"; import react from "./../../../public/images/tech/react.svg"; +import vite from "./../../../public/images/tech/vite.svg"; +import webpack from "./../../../public/images/tech/webpack.svg"; +import rspack from "./../../../public/images/tech/rspack.svg"; import question from "./../../../public/images/tech/question.svg"; --- @@ -22,7 +25,7 @@ import question from "./../../../public/images/tech/question.svg";
+ + + +