From a541740a29ff73e2fc910e7e2651c6de7f3966e5 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Fri, 26 May 2023 18:20:47 +0200 Subject: [PATCH] website style and circuits art --- client/pages/index.astro | 3 +- client/scripts/circuits-art.ts | 316 +++++++++++++++++++++++++++++++++ client/styles/main.scss | 17 +- package.json | 3 + pnpm-lock.yaml | 5 +- tsconfig.json | 29 +++ 6 files changed, 367 insertions(+), 6 deletions(-) create mode 100644 client/scripts/circuits-art.ts create mode 100644 tsconfig.json diff --git a/client/pages/index.astro b/client/pages/index.astro index b0ffab1..5888178 100644 --- a/client/pages/index.astro +++ b/client/pages/index.astro @@ -6,6 +6,7 @@ import PageLayout from '../layouts/PageLayout.astro'
+