From f5708e29adb797ffc684277208fc90e5d72cf2c1 Mon Sep 17 00:00:00 2001 From: gayatri-p Date: Fri, 20 Dec 2024 13:29:45 +0530 Subject: [PATCH 1/4] add dark mode --- images/n_logo.svg | 283 ++++++++++++++++++++++++++++++++++ index.html | 7 +- js/app.js | 29 +++- style/main.min.css | 2 +- style/main.scss | 40 ++++- style/sections/_about.scss | 2 +- style/sections/_blogs.scss | 55 ++++++- style/sections/_footer.scss | 20 ++- style/sections/_nav.scss | 21 ++- style/sections/_projects.scss | 16 +- style/sections/_team.scss | 32 +++- 11 files changed, 468 insertions(+), 39 deletions(-) create mode 100644 images/n_logo.svg diff --git a/images/n_logo.svg b/images/n_logo.svg new file mode 100644 index 0000000..b2bdf96 --- /dev/null +++ b/images/n_logo.svg @@ -0,0 +1,283 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index 3a70cac..df0de14 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + @@ -15,6 +15,7 @@ + ☀️