From 36b9253f2bb27a756fd5a4ffaa24f917a4834c9c Mon Sep 17 00:00:00 2001 From: Jashwanth-rit <158207370+Jashwanth-rit@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:44:18 +0530 Subject: [PATCH 1/2] jashwanth/scroll --- .env.example | 3 ++- views/index.ejs | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 3c10ec4..038e7b1 100644 --- a/.env.example +++ b/.env.example @@ -4,4 +4,5 @@ DB_URL="your_mongo_db_url" SESSION_SECRET="your_session_secret" CLOUDINARY_CLOUD_NAME="your_cloudinary_cloud_name" CLOUDINARY_API_KEY="your_cloudinary_api_key" -CLOUDINARY_API_SECRET="your_cloudinary_api_secret" \ No newline at end of file +CLOUDINARY_API_SECRET="your_cloudinary_api_secret" + diff --git a/views/index.ejs b/views/index.ejs index e2446e6..871d18d 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -246,6 +246,33 @@ document.getElementById("progress-bar").style.width = scrolled + "%"; }; + From 4294f2029e548f0c2bed19d8684fad6144557cf4 Mon Sep 17 00:00:00 2001 From: Jashwanth-rit <158207370+Jashwanth-rit@users.noreply.github.com> Date: Fri, 25 Oct 2024 14:13:35 +0530 Subject: [PATCH 2/2] Fixes:#220_multi --- views/index.ejs | 111 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) diff --git a/views/index.ejs b/views/index.ejs index 871d18d..9cca95b 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -273,6 +273,117 @@ +
+ + + + + + + + + + +