diff --git a/css/events.css b/css/events.css
index 8805129..ceea423 100644
--- a/css/events.css
+++ b/css/events.css
@@ -281,6 +281,20 @@
box-shadow: 0 0 0 3px inset green;
border-bottom: 8px solid green;
+}
+.col-8 {
+ background-image: url(../images/dsabootcamp.jpg);
+ box-shadow: 0 0 0 3px inset blue;
+ border-bottom: 8px solid blue;
+ background-size: contain;
+
+}
+.col-9 {
+ background-image: url(../images/event2.png);
+ box-shadow: 0 0 0 3px inset red;
+ border-bottom: 8px solid red;
+ background-size: contain;
+
}
.event-underline {
diff --git a/html/events.html b/html/events.html
index 6ce7a81..97a78e2 100644
--- a/html/events.html
+++ b/html/events.html
@@ -93,7 +93,7 @@
Upcoming Event
-
+
Coming Soon
@@ -108,7 +108,7 @@ More Info:
@@ -125,7 +125,7 @@ Upcoming Event
-
+
Coming Soon
@@ -139,7 +139,7 @@ More Info:
@@ -158,7 +158,7 @@ Ongoing Event
-
+
Coming Soon
@@ -173,9 +173,9 @@ More Info: ---
@@ -194,9 +194,9 @@ Past Event
-
+
-
+
Data Analytics
@@ -211,9 +211,9 @@ More Info:
analytics followed
by a deep dive into web scraping techniques.
@@ -228,9 +228,9 @@ Past Event
-
+
-
+
Google Cloud Study Jam
@@ -245,9 +245,9 @@ More Info:
remarkable dedication from participants as they explored deeper into cloud
computing concepts.
@@ -262,9 +262,9 @@ Past Event
-
+
-
+
Women Techmakers
@@ -301,7 +301,7 @@ Past Event
-
+
GDSC Welcome Event
@@ -325,6 +325,73 @@ More Info:
+
+
+
+
+
Past Event
+
+
+
+
+
+
+
+ GDSC Welcome Event
+
+
+
Date: NOV 8th, 2022
+
Time: 1:30 PM (IST)
+
Venue: UEM Jaipur , Seminar Hall
+
+
+
More Info:
+
A DSA Bootcamp organized GDSC UEM Jaipur for the motive to teach the basics of DSA and Introduction to Competitive Programming.
+
+
+
+
+
+
+
+
+
Past Event
+
+
+
+
+
+
+
+ Grand Inauguration Ceremony
+
+
+
Date: SEPT 15th, 2022
+
Time: 11:00 AM (IST)
+
Venue: UEM Jaipur , Seminar Hall
+
+
+
More Info:
+
It was organized by GDSC UEM
+ Jaipur for the motive to Join us, and Know about GDSC.
+
+
+
+
diff --git a/images/cloud_logo.jpg b/images/cloud_logo.jpg
new file mode 100644
index 0000000..509de44
Binary files /dev/null and b/images/cloud_logo.jpg differ
diff --git a/images/data_analytics.jpg b/images/data_analytics.jpg
new file mode 100644
index 0000000..44844d5
Binary files /dev/null and b/images/data_analytics.jpg differ
diff --git a/images/dsabootcamp.jpg b/images/dsabootcamp.jpg
new file mode 100644
index 0000000..a30cf20
Binary files /dev/null and b/images/dsabootcamp.jpg differ
diff --git a/images/dsalogo.png b/images/dsalogo.png
new file mode 100644
index 0000000..fc13d31
Binary files /dev/null and b/images/dsalogo.png differ
diff --git a/images/inauguration.jpg b/images/inauguration.jpg
new file mode 100644
index 0000000..ee09b14
Binary files /dev/null and b/images/inauguration.jpg differ
diff --git a/images/women_techmakers.jpg b/images/women_techmakers.jpg
new file mode 100644
index 0000000..43b7d34
Binary files /dev/null and b/images/women_techmakers.jpg differ