From 798de7b5cc2c942288d45302ffd6d2b1f1d94620 Mon Sep 17 00:00:00 2001 From: Dhairya Majmudar <2022kuec2045@iiitkota.ac.in> Date: Wed, 7 Jun 2023 19:02:24 +0530 Subject: [PATCH] New Changes --- index.html | 451 ++++++++++++++++++++++------------------------ package-lock.json | 6 + 2 files changed, 224 insertions(+), 233 deletions(-) create mode 100644 package-lock.json diff --git a/index.html b/index.html index 0f6cc42..3238f5b 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,3 @@ - @@ -36,7 +35,7 @@ - -
-
- - -
-
-

- Eduhub Web3.0 Connect Gurgaon -

-

- Eduhub Community is back again with another meet-up in web3.0 🤩 - - In collaboration with Covalent, and Supported by QuillAudits we bring you an _in-person_ - #eduhubweb3connect and Web3.0 🥳 event where you can join the community to learn, explore and contribute towards Web3.0! 🥳. -
- - -
- - - -

-


- +
+
+ + +
+
+

+ Eduhub Web3.0 Connect Gurgaon +

+

+ Eduhub Community is back again with another meet-up in web3.0 🤩 + + In collaboration with Covalent, and Supported by QuillAudits we bring you an _in-person_ + #eduhubweb3connect and Web3.0 🥳 event where you can join the community to learn, explore and contribute + towards Web3.0! 🥳. +
+ + +
+ + -

+
+


+ + +

- Eduhub Tech Conference + Eduhub Tech Conference

- Conference with Mr. Sandeep Jain Founder of GeeksforGeeks + Conference with Mr. Sandeep Jain Founder of GeeksforGeeks
- - + +
- +



- -
+ +

- #letstakeyouforward is not just a hashtag it's a sentiment it's a feeling that we are proud off. + #letstakeyouforward is not just a hashtag it's a sentiment it's a feeling that we are proud off.

- Our Co founders Priya and Sahitya - Building India’s Largest Education tech Community Eduhub + Our Co founders Priya and Sahitya + Building India’s Largest Education tech Community Eduhub
- - + +
- +

- + --> - + --> -
+

Events

@@ -643,50 +641,50 @@

Events

- - -
-
-
-
- - + + +
+
+
+
+ + +
+
+
+

Opening ceremony at University of Lagos

-
-
-

Opening ceremony at University of Lagos

-
-
- -

"An initiative to contribute to the open source community by providing training, - guidance, and awareness about the possibilities in the field of software to students."

-
~ About Event
- +
+ +

"An initiative to contribute to the open source community by providing training, + guidance, and awareness about the possibilities in the field of software to students."

+
~ About Event
+
+
- - + +

Roadmap for CSE Students

- +

"Abdul bari sir is an experienced Chief Executive Officer with a demonstrated history of working in the computer software industry. "

-
~ About Speaker
- @@ -694,23 +692,23 @@
~ About Speaker
- +
- +

Open source and Hands on Github

- +

"Sahitya Roy is Founder of eduhub community."

-
~ About Speaker
- @@ -722,20 +720,20 @@
~ About Speaker
- - + +

Opportunities Roadmap for 2nd & 3rd years

- +

" Vibali Joshi is an upcoming SWE Intern'22 @Microsoft, PM intern @CueMath and WIT LEad @GDSC-IIEST."

-
~ About Speaker
- @@ -748,8 +746,8 @@
~ About Speaker
Explore More Events
- -
+ +
@@ -1332,26 +1330,26 @@

Call Us

- -
-
+ +
+
- -
-
+ +
+
-
+
-
+
@@ -1482,138 +1480,125 @@

Subscribe

var element = document.body; let cards = document.querySelectorAll(".dark"); element.classList.toggle("dark-mode"); - cards.forEach(card=>{ + cards.forEach(card => { card.classList.toggle('dark-card') - }) + }) } - + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..fce644b --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "Eduhub-Community.github.io", + "lockfileVersion": 3, + "requires": true, + "packages": {} +}