From 4a8ec969894abf444fb8da5227d2bec888c8171e Mon Sep 17 00:00:00 2001 From: gerasaka Date: Mon, 31 Aug 2026 02:52:03 +0700 Subject: [PATCH] feat(animation): add animation on main page additional changes: - update favicon --- .vscode/settings.json | 3 +- app/app.vue | 6 ++ app/assets/icons/mail.svg | 16 ---- app/assets/images/lg.avif | Bin 48022 -> 0 bytes app/assets/images/sm.avif | Bin 26974 -> 0 bytes app/assets/styles/index.css | 17 ++++ app/components/BrushGradient.vue | 138 +++++++++++++++++++++++++++++++ app/components/MailMorphIcon.vue | 47 +++++++++++ app/pages/index.vue | 138 +++++++++++++++++++++++-------- public/favicon-dark.ico | Bin 12338 -> 270398 bytes public/favicon-dev.ico | Bin 0 -> 270398 bytes public/favicon-sepia.ico | Bin 174247 -> 270398 bytes public/favicon.ico | Bin 174530 -> 270398 bytes 13 files changed, 312 insertions(+), 53 deletions(-) delete mode 100644 app/assets/icons/mail.svg delete mode 100644 app/assets/images/lg.avif delete mode 100644 app/assets/images/sm.avif create mode 100644 app/components/BrushGradient.vue create mode 100644 app/components/MailMorphIcon.vue create mode 100644 public/favicon-dev.ico diff --git a/.vscode/settings.json b/.vscode/settings.json index b1567d9..195e86b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,5 +13,6 @@ "prettier.bracketSpacing": true, "prettier.semi": true, "prettier.tabWidth": 2, - "css.customData": [".vscode/tailwind.json"] + "css.customData": [".vscode/tailwind.json"], + "css.lint.unknownAtRules": "ignore" } diff --git a/app/app.vue b/app/app.vue index 2b1be09..3a0e1d0 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,3 +1,9 @@ + +