From 0e82c13648ce2225d34a706cd75fa1830194b63b Mon Sep 17 00:00:00 2001 From: Ihor_Zhekov Date: Mon, 1 Jun 2026 14:35:23 +0200 Subject: [PATCH] Light Theme and appear animations --- .claude/settings.local.json | 5 +- website/index.html | 172 +++++++++++++++++++++++++----------- 2 files changed, 122 insertions(+), 55 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index c2ec1e8..671c9fe 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,7 +1,10 @@ { "permissions": { "allow": [ - "Bash(cp:*)" + "Bash(cp:*)", + "Bash(python -m http.server 8000)", + "PowerShell(Test-Path *)", + "PowerShell(Copy-Item *)" ] } } diff --git a/website/index.html b/website/index.html index 54fef63..bd6e974 100644 --- a/website/index.html +++ b/website/index.html @@ -1,6 +1,7 @@ - + +