From fda982468088c2d250abed2bee6a2978fb3179e4 Mon Sep 17 00:00:00 2001
From: sanika1345 <153575361+sanika1345@users.noreply.github.com>
Date: Sun, 10 Nov 2024 11:28:40 +0530
Subject: [PATCH 01/19] added functionality to add my blog section
---
assets/html/add-your-blog.html | 226 +++++++++++++++++++++++++++++++++
assets/html/blog.html | 7 +-
2 files changed, 230 insertions(+), 3 deletions(-)
create mode 100644 assets/html/add-your-blog.html
diff --git a/assets/html/add-your-blog.html b/assets/html/add-your-blog.html
new file mode 100644
index 00000000..a8b73ac3
--- /dev/null
+++ b/assets/html/add-your-blog.html
@@ -0,0 +1,226 @@
+
+
+
+
+
Write Your Blog on SwapReads
+
+
Express Your thoughts and get your blog published on Swapread
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/assets/html/blog.html b/assets/html/blog.html
index a90862d9..b67abccf 100644
--- a/assets/html/blog.html
+++ b/assets/html/blog.html
@@ -169,7 +169,7 @@
Exploring Different Book Genres
Want to add your Blog?
-
+
-
+
+
From d05b623e50653209fd347e5a764f4ce04e826000 Mon Sep 17 00:00:00 2001
From: Aryan Ramesh Jain <138214350+jainaryan04@users.noreply.github.com>
Date: Sun, 10 Nov 2024 14:40:15 +0530
Subject: [PATCH 02/19] inline back to top #4932
---
assets/html/event.html | 62 +++++++++++++++++++++++-------------------
1 file changed, 34 insertions(+), 28 deletions(-)
diff --git a/assets/html/event.html b/assets/html/event.html
index 67d024d9..ce90e2e1 100644
--- a/assets/html/event.html
+++ b/assets/html/event.html
@@ -1132,20 +1132,37 @@
-
- ©
- All Rights Reserved. Made with ❤ by Guardian Hackers.
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
@@ -589,284 +567,158 @@
+ function scrollToGenre(genreId) {
+ const element = document.getElementById(genreId);
+ if (element) {
+ element.scrollIntoView({ behavior: 'smooth', block: 'start' });
+ }
+ }
+
+