From 67e6ee0dcad002d0d58aec63d005f544177afdf3 Mon Sep 17 00:00:00 2001 From: pax Date: Mon, 14 Oct 2024 20:06:07 +0400 Subject: [PATCH 1/2] add .gitignore --- .gitignore | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c8cd6d2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,50 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* + +# Diagnostic reports (https://nodejs.org/api/report.html) +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# dotenv environment variables file +.env +.env.test + +# parcel-bundler cache (https://parceljs.org/) +.cache + +# Serverless directories +.serverless/ + +# macOS files +.DS_Store +*.DS_Store + +# Database files +*.sqlite + +# IDE and text editor configuration files +.vscode/ +.idea/ -- 2.20.1 From 1226c08cd10271d5818a6108306a0c303c3a3556 Mon Sep 17 00:00:00 2001 From: pax Date: Mon, 14 Oct 2024 20:39:49 +0400 Subject: [PATCH 2/2] add SVGs --- index.html | 148 +++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 137 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index e4ac005..4d823a2 100644 --- a/index.html +++ b/index.html @@ -9,39 +9,165 @@