From aa5bfae4da3f5e18b944e3a2367056f9d784f992 Mon Sep 17 00:00:00 2001 From: Noopur-Thombare Date: Tue, 14 May 2024 00:54:51 +0530 Subject: [PATCH 1/2] added
in footer and in upcomming events --- Iskcon/event.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Iskcon/event.html b/Iskcon/event.html index a890da89..84eec197 100644 --- a/Iskcon/event.html +++ b/Iskcon/event.html @@ -106,7 +106,7 @@

- +

Upcoming Events

@@ -131,6 +131,8 @@

+



+


From c1637e48bf5069ca3cb856e63ba243446df0cc33 Mon Sep 17 00:00:00 2001 From: Noopur-Thombare Date: Sun, 19 May 2024 18:27:04 +0530 Subject: [PATCH 2/2] changes made on events page --- Iskcon/event.html | 16 +++++++++------- commonStyles.css | 5 +++++ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/Iskcon/event.html b/Iskcon/event.html index 84eec197..cd56e49a 100644 --- a/Iskcon/event.html +++ b/Iskcon/event.html @@ -77,7 +77,7 @@

iskconFounder + class=" hover-image w-full h-full p-12 rounded-full shadow-2xl " />
@@ -106,22 +106,24 @@

-

+


Upcoming Events

-
- +
+ +
+
-
+
@@ -132,7 +134,7 @@





-


+



@@ -147,4 +149,4 @@

- + \ No newline at end of file diff --git a/commonStyles.css b/commonStyles.css index 2fe98567..d5a58c57 100644 --- a/commonStyles.css +++ b/commonStyles.css @@ -232,6 +232,11 @@ footer { animation: fadeup 1s 1; } +.hover-image:hover { + transform: scale(1.2); + transition: transform 0.2s ease-in-out; +} + @keyframes fadeup { 0%{ opacity: 0;