diff --git a/.gitignore b/.gitignore index 11b5076..c08943c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,2 @@ package-lock.json -node_modules -*.mp4 -*/images/* -*/video/* -*/rulebooks/* -.vercel +node_modules \ No newline at end of file diff --git a/.vercel/README.txt b/.vercel/README.txt new file mode 100644 index 0000000..525d8ce --- /dev/null +++ b/.vercel/README.txt @@ -0,0 +1,11 @@ +> Why do I have a folder named ".vercel" in my project? +The ".vercel" folder is created when you link a directory to a Vercel project. + +> What does the "project.json" file contain? +The "project.json" file contains: +- The ID of the Vercel project that you linked ("projectId") +- The ID of the user or team your Vercel project is owned by ("orgId") + +> Should I commit the ".vercel" folder? +No, you should not share the ".vercel" folder with anyone. +Upon creation, it will be automatically added to your ".gitignore" file. diff --git a/.vercel/project.json b/.vercel/project.json new file mode 100644 index 0000000..3862198 --- /dev/null +++ b/.vercel/project.json @@ -0,0 +1 @@ +{"orgId":"team_dtEuL3xpsGlJ7WvE7GUTaj8K","projectId":"prj_JAWh7Iy95vLMNsnTASzMSvjJkJZO"} \ No newline at end of file diff --git a/public/images/.DS_Store b/public/images/.DS_Store new file mode 100644 index 0000000..b81f1d9 Binary files /dev/null and b/public/images/.DS_Store differ diff --git a/public/images/16by16.png b/public/images/16by16.png new file mode 100644 index 0000000..b268ed2 Binary files /dev/null and b/public/images/16by16.png differ diff --git a/public/images/Amalthea-White-removebg-preview.png b/public/images/Amalthea-White-removebg-preview.png new file mode 100644 index 0000000..d967277 Binary files /dev/null and b/public/images/Amalthea-White-removebg-preview.png differ diff --git a/public/images/Background.png b/public/images/Background.png new file mode 100644 index 0000000..1b1381f Binary files /dev/null and b/public/images/Background.png differ diff --git a/public/images/Background1.png b/public/images/Background1.png new file mode 100644 index 0000000..6e44c2a Binary files /dev/null and b/public/images/Background1.png differ diff --git a/public/images/Rostruct.png b/public/images/Rostruct.png new file mode 100644 index 0000000..e034dd4 Binary files /dev/null and b/public/images/Rostruct.png differ diff --git a/public/images/Sponsor_back.jpg b/public/images/Sponsor_back.jpg new file mode 100644 index 0000000..9078fbd Binary files /dev/null and b/public/images/Sponsor_back.jpg differ diff --git a/public/images/Untitled2.png b/public/images/Untitled2.png new file mode 100644 index 0000000..394ecf5 Binary files /dev/null and b/public/images/Untitled2.png differ diff --git a/public/images/Webinars/AnnaduraiSir.jpg b/public/images/Webinars/AnnaduraiSir.jpg new file mode 100644 index 0000000..99e53ff Binary files /dev/null and b/public/images/Webinars/AnnaduraiSir.jpg differ diff --git a/public/images/Webinars/ArvindSir.jpg b/public/images/Webinars/ArvindSir.jpg new file mode 100644 index 0000000..dfece68 Binary files /dev/null and b/public/images/Webinars/ArvindSir.jpg differ diff --git a/public/images/Webinars/KananiSir.png b/public/images/Webinars/KananiSir.png new file mode 100644 index 0000000..78263e9 Binary files /dev/null and b/public/images/Webinars/KananiSir.png differ diff --git a/public/images/Webinars/KirkSir.png b/public/images/Webinars/KirkSir.png new file mode 100644 index 0000000..ad34330 Binary files /dev/null and b/public/images/Webinars/KirkSir.png differ diff --git a/public/images/Webinars/MitikaMam.png b/public/images/Webinars/MitikaMam.png new file mode 100644 index 0000000..da17a41 Binary files /dev/null and b/public/images/Webinars/MitikaMam.png differ diff --git a/public/images/Webinars/MohanSir.jpg b/public/images/Webinars/MohanSir.jpg new file mode 100644 index 0000000..f0436d3 Binary files /dev/null and b/public/images/Webinars/MohanSir.jpg differ diff --git a/public/images/Webinars/MsMathangi.jpg b/public/images/Webinars/MsMathangi.jpg new file mode 100644 index 0000000..141a923 Binary files /dev/null and b/public/images/Webinars/MsMathangi.jpg differ diff --git a/public/images/Webinars/NileshSir.png b/public/images/Webinars/NileshSir.png new file mode 100644 index 0000000..a6c5bbf Binary files /dev/null and b/public/images/Webinars/NileshSir.png differ diff --git a/public/images/Webinars/OliverSir.jpg b/public/images/Webinars/OliverSir.jpg new file mode 100644 index 0000000..8a49af6 Binary files /dev/null and b/public/images/Webinars/OliverSir.jpg differ diff --git a/public/images/Webinars/PatilSir.png b/public/images/Webinars/PatilSir.png new file mode 100644 index 0000000..aafc523 Binary files /dev/null and b/public/images/Webinars/PatilSir.png differ diff --git a/public/images/Webinars/RajSir.png b/public/images/Webinars/RajSir.png new file mode 100644 index 0000000..54dd101 Binary files /dev/null and b/public/images/Webinars/RajSir.png differ diff --git a/public/images/Webinars/ShivaSir.png b/public/images/Webinars/ShivaSir.png new file mode 100644 index 0000000..39d3805 Binary files /dev/null and b/public/images/Webinars/ShivaSir.png differ diff --git a/public/images/Webinars/SolarAlliance.png b/public/images/Webinars/SolarAlliance.png new file mode 100644 index 0000000..0fae1cc Binary files /dev/null and b/public/images/Webinars/SolarAlliance.png differ diff --git a/public/images/Webinars_LandingPage.png b/public/images/Webinars_LandingPage.png new file mode 100644 index 0000000..a82ac89 Binary files /dev/null and b/public/images/Webinars_LandingPage.png differ diff --git a/public/images/amazon.jpg b/public/images/amazon.jpg new file mode 100644 index 0000000..8e6593e Binary files /dev/null and b/public/images/amazon.jpg differ diff --git a/public/images/anbha.jpg b/public/images/anbha.jpg new file mode 100644 index 0000000..a63f016 Binary files /dev/null and b/public/images/anbha.jpg differ diff --git a/public/images/bag.png b/public/images/bag.png new file mode 100644 index 0000000..c67619b Binary files /dev/null and b/public/images/bag.png differ diff --git a/public/images/caback.jpeg b/public/images/caback.jpeg new file mode 100644 index 0000000..c67d1f1 Binary files /dev/null and b/public/images/caback.jpeg differ diff --git a/public/images/cancel.png b/public/images/cancel.png new file mode 100644 index 0000000..643d471 Binary files /dev/null and b/public/images/cancel.png differ diff --git a/public/images/circle-blues.png b/public/images/circle-blues.png new file mode 100644 index 0000000..ee8acab Binary files /dev/null and b/public/images/circle-blues.png differ diff --git a/public/images/cross.png b/public/images/cross.png new file mode 100644 index 0000000..2a1c6e4 Binary files /dev/null and b/public/images/cross.png differ diff --git a/public/images/events/BrainWiz.png b/public/images/events/BrainWiz.png new file mode 100644 index 0000000..4d29bc5 Binary files /dev/null and b/public/images/events/BrainWiz.png differ diff --git a/public/images/events/Brainwiz-100.jpg b/public/images/events/Brainwiz-100.jpg new file mode 100644 index 0000000..a0bc659 Binary files /dev/null and b/public/images/events/Brainwiz-100.jpg differ diff --git a/public/images/events/CryptoRush.png b/public/images/events/CryptoRush.png new file mode 100644 index 0000000..a80aa72 Binary files /dev/null and b/public/images/events/CryptoRush.png differ diff --git a/public/images/events/DCODE-100.jpg b/public/images/events/DCODE-100.jpg new file mode 100644 index 0000000..eae2ec5 Binary files /dev/null and b/public/images/events/DCODE-100.jpg differ diff --git a/public/images/events/Effectify-100.jpg b/public/images/events/Effectify-100.jpg new file mode 100644 index 0000000..f7ca19b Binary files /dev/null and b/public/images/events/Effectify-100.jpg differ diff --git a/public/images/events/Effectify.png b/public/images/events/Effectify.png new file mode 100644 index 0000000..a63202d Binary files /dev/null and b/public/images/events/Effectify.png differ diff --git a/public/images/events/Electronica-100.jpg b/public/images/events/Electronica-100.jpg new file mode 100644 index 0000000..27e6c34 Binary files /dev/null and b/public/images/events/Electronica-100.jpg differ diff --git a/public/images/events/Electronica.png b/public/images/events/Electronica.png new file mode 100644 index 0000000..3585676 Binary files /dev/null and b/public/images/events/Electronica.png differ diff --git a/public/images/events/Gamejam.png b/public/images/events/Gamejam.png new file mode 100644 index 0000000..d37cc5a Binary files /dev/null and b/public/images/events/Gamejam.png differ diff --git a/public/images/events/Graphiti.png b/public/images/events/Graphiti.png new file mode 100644 index 0000000..89e91e5 Binary files /dev/null and b/public/images/events/Graphiti.png differ diff --git a/public/images/events/QUICKWIT_WEBSITE.png b/public/images/events/QUICKWIT_WEBSITE.png new file mode 100644 index 0000000..7cfa84c Binary files /dev/null and b/public/images/events/QUICKWIT_WEBSITE.png differ diff --git a/public/images/events/Sciway.png b/public/images/events/Sciway.png new file mode 100644 index 0000000..4a2d6bd Binary files /dev/null and b/public/images/events/Sciway.png differ diff --git a/public/images/events/TechShorts.png b/public/images/events/TechShorts.png new file mode 100644 index 0000000..1ea3817 Binary files /dev/null and b/public/images/events/TechShorts.png differ diff --git a/public/images/events/Techshorts-100.jpg b/public/images/events/Techshorts-100.jpg new file mode 100644 index 0000000..c03ca04 Binary files /dev/null and b/public/images/events/Techshorts-100.jpg differ diff --git a/public/images/events/cryptoRush-100.jpg b/public/images/events/cryptoRush-100.jpg new file mode 100644 index 0000000..5d1d1c5 Binary files /dev/null and b/public/images/events/cryptoRush-100.jpg differ diff --git a/public/images/events/icon.png b/public/images/events/icon.png new file mode 100644 index 0000000..c5f004f Binary files /dev/null and b/public/images/events/icon.png differ diff --git a/public/images/events/rostruct4x3.png b/public/images/events/rostruct4x3.png new file mode 100644 index 0000000..e441ec9 Binary files /dev/null and b/public/images/events/rostruct4x3.png differ diff --git a/public/images/events_collage.png b/public/images/events_collage.png new file mode 100644 index 0000000..16c6782 Binary files /dev/null and b/public/images/events_collage.png differ diff --git a/public/images/game_jam.png b/public/images/game_jam.png new file mode 100644 index 0000000..10219c3 Binary files /dev/null and b/public/images/game_jam.png differ diff --git a/public/images/icon.png b/public/images/icon.png new file mode 100644 index 0000000..cbb47b2 Binary files /dev/null and b/public/images/icon.png differ diff --git a/public/images/logo.svg b/public/images/logo.svg new file mode 100644 index 0000000..2c799d9 --- /dev/null +++ b/public/images/logo.svg @@ -0,0 +1,423 @@ + + + + +Artboard 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/images/logo.zip b/public/images/logo.zip new file mode 100644 index 0000000..4f5a359 Binary files /dev/null and b/public/images/logo.zip differ diff --git a/public/images/logo/Adani_withBG.png b/public/images/logo/Adani_withBG.png new file mode 100644 index 0000000..a2d3b17 Binary files /dev/null and b/public/images/logo/Adani_withBG.png differ diff --git a/public/images/logo/AlstoniaConsultancy_withBG.png b/public/images/logo/AlstoniaConsultancy_withBG.png new file mode 100644 index 0000000..66e2558 Binary files /dev/null and b/public/images/logo/AlstoniaConsultancy_withBG.png differ diff --git a/public/images/logo/CGMwithBG.png b/public/images/logo/CGMwithBG.png new file mode 100644 index 0000000..d0324b5 Binary files /dev/null and b/public/images/logo/CGMwithBG.png differ diff --git a/public/images/logo/CrazyLabs.png b/public/images/logo/CrazyLabs.png new file mode 100644 index 0000000..377b266 Binary files /dev/null and b/public/images/logo/CrazyLabs.png differ diff --git a/public/images/logo/GEDAwithBG.png b/public/images/logo/GEDAwithBG.png new file mode 100644 index 0000000..edd82da Binary files /dev/null and b/public/images/logo/GEDAwithBG.png differ diff --git a/public/images/logo/GIDBwithBG.png b/public/images/logo/GIDBwithBG.png new file mode 100644 index 0000000..d9f2715 Binary files /dev/null and b/public/images/logo/GIDBwithBG.png differ diff --git a/public/images/logo/GIL_withBG.png b/public/images/logo/GIL_withBG.png new file mode 100644 index 0000000..003ba0d Binary files /dev/null and b/public/images/logo/GIL_withBG.png differ diff --git a/public/images/logo/GMBwithBG.png b/public/images/logo/GMBwithBG.png new file mode 100644 index 0000000..9774c46 Binary files /dev/null and b/public/images/logo/GMBwithBG.png differ diff --git a/public/images/logo/GMRCwithBG.png b/public/images/logo/GMRCwithBG.png new file mode 100644 index 0000000..d098a6e Binary files /dev/null and b/public/images/logo/GMRCwithBG.png differ diff --git a/public/images/logo/GSFCwithBG.png b/public/images/logo/GSFCwithBG.png new file mode 100644 index 0000000..07abc9f Binary files /dev/null and b/public/images/logo/GSFCwithBG.png differ diff --git a/public/images/logo/GSPLwithBG.png b/public/images/logo/GSPLwithBG.png new file mode 100644 index 0000000..e808eb5 Binary files /dev/null and b/public/images/logo/GSPLwithBG.png differ diff --git a/public/images/logo/Geo-CartewithBG.png b/public/images/logo/Geo-CartewithBG.png new file mode 100644 index 0000000..971995b Binary files /dev/null and b/public/images/logo/Geo-CartewithBG.png differ diff --git a/public/images/logo/Hindalco.png b/public/images/logo/Hindalco.png new file mode 100644 index 0000000..bdb6797 Binary files /dev/null and b/public/images/logo/Hindalco.png differ diff --git a/public/images/logo/JSWwithBG(same size).png b/public/images/logo/JSWwithBG(same size).png new file mode 100644 index 0000000..897ce70 Binary files /dev/null and b/public/images/logo/JSWwithBG(same size).png differ diff --git a/public/images/logo/JSWwithBG.png b/public/images/logo/JSWwithBG.png new file mode 100644 index 0000000..6b0ee82 Binary files /dev/null and b/public/images/logo/JSWwithBG.png differ diff --git a/public/images/logo/Reliance_with_BG.png b/public/images/logo/Reliance_with_BG.png new file mode 100644 index 0000000..7e4c83c Binary files /dev/null and b/public/images/logo/Reliance_with_BG.png differ diff --git a/public/images/logo/VrajGroup_withBG.png b/public/images/logo/VrajGroup_withBG.png new file mode 100644 index 0000000..c1797c0 Binary files /dev/null and b/public/images/logo/VrajGroup_withBG.png differ diff --git a/public/images/miband.png b/public/images/miband.png new file mode 100644 index 0000000..f4f1087 Binary files /dev/null and b/public/images/miband.png differ diff --git a/public/images/namo.jpg b/public/images/namo.jpg new file mode 100644 index 0000000..939342f Binary files /dev/null and b/public/images/namo.jpg differ diff --git a/public/images/sciway.png b/public/images/sciway.png new file mode 100644 index 0000000..97c4a92 Binary files /dev/null and b/public/images/sciway.png differ diff --git a/public/images/skj.jpg b/public/images/skj.jpg new file mode 100644 index 0000000..425291c Binary files /dev/null and b/public/images/skj.jpg differ diff --git a/public/images/team/.DS_Store b/public/images/team/.DS_Store new file mode 100644 index 0000000..a080e4b Binary files /dev/null and b/public/images/team/.DS_Store differ diff --git a/public/images/team/AbhishekMungekar.jpg b/public/images/team/AbhishekMungekar.jpg new file mode 100644 index 0000000..b34aee9 Binary files /dev/null and b/public/images/team/AbhishekMungekar.jpg differ diff --git a/public/images/team/AsmaVindhani.jpg b/public/images/team/AsmaVindhani.jpg new file mode 100644 index 0000000..cbc27b7 Binary files /dev/null and b/public/images/team/AsmaVindhani.jpg differ diff --git a/public/images/team/KanishkSinghal.jpg b/public/images/team/KanishkSinghal.jpg new file mode 100644 index 0000000..7d6fbb5 Binary files /dev/null and b/public/images/team/KanishkSinghal.jpg differ diff --git a/public/images/team/MadhavKanda.jpg b/public/images/team/MadhavKanda.jpg new file mode 100644 index 0000000..59c5c62 Binary files /dev/null and b/public/images/team/MadhavKanda.jpg differ diff --git a/public/images/team/ShreyaShukla.JPG b/public/images/team/ShreyaShukla.JPG new file mode 100644 index 0000000..7486eb6 Binary files /dev/null and b/public/images/team/ShreyaShukla.JPG differ diff --git a/public/images/team/SiddheshKanawade.jpg b/public/images/team/SiddheshKanawade.jpg new file mode 100644 index 0000000..c8859eb Binary files /dev/null and b/public/images/team/SiddheshKanawade.jpg differ diff --git a/public/images/techexpo_background.png b/public/images/techexpo_background.png new file mode 100644 index 0000000..de1fe82 Binary files /dev/null and b/public/images/techexpo_background.png differ diff --git a/public/video/.DS_Store b/public/video/.DS_Store new file mode 100644 index 0000000..5dcbdfb Binary files /dev/null and b/public/video/.DS_Store differ diff --git a/public/video/ComingSoon.mp4 b/public/video/ComingSoon.mp4 new file mode 100644 index 0000000..ef61877 Binary files /dev/null and b/public/video/ComingSoon.mp4 differ