From 22d5de98ac750329b4af4b90e653611dd77edc09 Mon Sep 17 00:00:00 2001 From: skullxcode Date: Thu, 30 Jul 2026 00:41:13 +0530 Subject: [PATCH] Fixed Responsiveness of nav --- .gitignore | 44 +++++- achievements.html | 8 +- assets/common-styles.css | 34 +++-- assets/hero-animation.css | 6 +- auth.js | 12 +- dist/404err.html | 8 +- dist/blogs.html | 52 +++---- dist/codeOfConduct.html | 52 +++---- dist/faqs.html | 52 +++---- dist/guidelines.html | 52 +++---- dist/index.html | 292 ++++++++++++++++---------------------- dist/licence.html | 50 +++---- index.html | 10 +- members.html | 8 +- projects.html | 8 +- 15 files changed, 344 insertions(+), 344 deletions(-) diff --git a/.gitignore b/.gitignore index a49b186..6a63824 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,44 @@ -docs/ +# Dependencies +node_modules/ +.pnpm-store/ + +# Build and distribution output +dist/ +dist-ssr/ + +# Environment files and secrets .env +.env.* +!.env.example *.env env.json +public/env-public.json -.vercel -node_modules/ -dist/ +# IDEs, Editors & OS files .DS_Store -public/env-public.json +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +# Deployment & Vercel +.vercel/ + +# Logs & Temporary files +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* diff --git a/achievements.html b/achievements.html index 78c8372..e3070ab 100644 --- a/achievements.html +++ b/achievements.html @@ -52,10 +52,10 @@ }