From 206789eb733a34deb75ecbbb469daffc5e5e89e8 Mon Sep 17 00:00:00 2001 From: Manurbhav Date: Thu, 18 Apr 2024 22:59:57 +0530 Subject: Scheduling page done --- src/components/HomeContent.astro | 8 ++-- src/components/Navbar.astro | 8 ++-- src/components/ScheduleBody.astro | 89 +++++++++++++++++++++++++++++++++++++++ src/pages/index.astro | 2 +- src/pages/resources.astro | 2 +- src/pages/schedule.astro | 4 +- 6 files changed, 102 insertions(+), 11 deletions(-) create mode 100644 src/components/ScheduleBody.astro diff --git a/src/components/HomeContent.astro b/src/components/HomeContent.astro index 47a6763..d4575d4 100644 --- a/src/components/HomeContent.astro +++ b/src/components/HomeContent.astro @@ -20,16 +20,16 @@ const props = Astro.props

Join us on this extraordinary journey, where innovation knows no bounds. Together, let's turn ideas into actions and make a lasting impact on society and the environment. The Open Source Hardware IoT GIS Hackathon is your stage to shine, and the world is waiting to witness your brilliance.

-

Purpose

+

Purpose

This hackathon is more than just a competition; it's a platform for innovators, creators, and visionaries to come together and pioneer solutions for a brighter future. Our purpose is to harness the power of open source hardware, the Internet of Things (IoT), and Geographic Information Systems (GIS) to address some of the world's most pressing challenges..

The FOSSEE project, IIT Bombay promotes the use of Free/ Libre Open Source Software in academia and Industry. The FOSSEE project is funded through the National Mission on Education through ICT (NMEICT), Ministry of Education, Government of India. The FOSSEE-GIS team manages the overall coordination of the "IIT Bombay FOSSEE GIS Internship in Geospatial Dashboard Design and Implementation".

-
+

Registration

Please click on the following button to register yourself for the Hackathon

-
+

Partner and Organisers

Technical Partner: @@ -45,7 +45,7 @@ const props = Astro.props

-
+

Core Team and Contact Us

diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 5a69eb4..26891e8 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -4,12 +4,12 @@ import 'bootstrap/dist/css/bootstrap.css' + diff --git a/src/pages/index.astro b/src/pages/index.astro index 76d2314..61c826e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -7,7 +7,7 @@ import Footer from '../components/Footer.astro'; import HomeContent from '../components/HomeContent.astro'; --- - +
diff --git a/src/pages/resources.astro b/src/pages/resources.astro index 1cc6b87..064519b 100644 --- a/src/pages/resources.astro +++ b/src/pages/resources.astro @@ -5,7 +5,7 @@ import Navbar from '../components/Navbar.astro'; import Footer from '../components/Footer.astro'; --- - +
diff --git a/src/pages/schedule.astro b/src/pages/schedule.astro index 1cc6b87..ab2f5a4 100644 --- a/src/pages/schedule.astro +++ b/src/pages/schedule.astro @@ -3,12 +3,14 @@ import Layout from '../layouts/Layout.astro'; import TopBar from '../components/TopBar.astro'; import Navbar from '../components/Navbar.astro'; import Footer from '../components/Footer.astro'; +import ScheduleBody from '../components/ScheduleBody.astro'; --- - +
+
-- cgit