From d35962447f28f25e9c14bac06563f2e90d994322 Mon Sep 17 00:00:00 2001 From: Joice Joseph Date: Wed, 13 Nov 2024 15:33:16 +0530 Subject: [PATCH] adds geoweek --- src/components/NavbarButton.jsx | 6 +- src/components/navbar.jsx | 8 +- src/pages/geoweek.astro | 161 ++++++++++++++++ src/pages/sotm.astro | 331 -------------------------------- 4 files changed, 172 insertions(+), 334 deletions(-) create mode 100644 src/pages/geoweek.astro delete mode 100644 src/pages/sotm.astro diff --git a/src/components/NavbarButton.jsx b/src/components/NavbarButton.jsx index 615a2fb..722e4a9 100644 --- a/src/components/NavbarButton.jsx +++ b/src/components/NavbarButton.jsx @@ -1,9 +1,13 @@ import React from "react"; -export default function NavbarButton({ isMobile, text, link }) { +export default function NavbarButton({ isMobile, text, link, target }) { return ( {/* Add your navigation links here */} - + +
- + +
+
+
diff --git a/src/pages/geoweek.astro b/src/pages/geoweek.astro new file mode 100644 index 0000000..5cccdc5 --- /dev/null +++ b/src/pages/geoweek.astro @@ -0,0 +1,161 @@ +--- +// src/pages/sotm2024/index.astro +import Layout from "../layouts/Layout.astro"; +import { MetaTags } from '../components/MetaTags'; + + +const pageTitle = "OSM GeoWeek Kerala 2024"; +const registrationLink = "https://docs.google.com/forms/d/e/1FAIpQLSfDizLrHUUNzELS6MREtXVV6uhPtChr0YfbwQg7JjVbzhENSA/viewform?usp=sf_link"; + +// OpenGraph metadata +const ogData = { + title: "OSM GeoWeek Kerala 2024", + description: "Join us this November for OpenStreetMap Geography Awareness Week in Kerala. Participate in mapping events, workshops, and community meetups to improve Kerala's digital geography.", + url: "https://kerala.openstreetmap.in/geoweek", + image: "https://wiki.openstreetmap.org/w/images/8/84/Sotm_kerala_2024.jpg", // Update with your actual banner image URL + siteName: "OpenStreetMap Kerala", + locale: "en_IN", + type: "event", + twitterHandle: "@mapkerala", // Update with your actual Twitter handle + eventDetails: { + startDate: "2024-11-15", + endDate: "2024-11-17", + location: "KVASU Pookode, Wayanad, Kerala", + organizer: "OpenStreetMap Kerala Community" + } +}; +--- + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+
+

About OSM GeoWeek

+

+ OpenStreetMap Geography Awareness Week (OSMGeoWeek) is an annual global celebration + that brings together mappers, developers, and enthusiasts to promote open mapping + and geospatial awareness. During this week, communities worldwide organize events + to showcase the power of collaborative mapping and welcome new contributors to the + OpenStreetMap ecosystem. +

+
+
+

Mapping Events

+

Join collaborative mapping sessions focused on improving Kerala's digital geography.

+
+
+

Workshops

+

Learn mapping techniques and tools through hands-on training sessions.

+
+
+

Community Meetups

+

Connect with fellow mappers and share experiences in person.

+
+
+
+
+ + +
+
+

Event Schedule

+
+
+
+

Day 1

+

Nov 15, 2024

+
+
+

Opening Ceremony & Introduction to OSM

+

Virtual kickoff event introducing OSM basics and mapping tools

+
+
+
+
+

Day 2

+

Nov 16, 2024

+
+
+

Mapping Workshop

+

Hands-on mapping session focusing on Kerala's urban areas

+
+
+
+
+

Day 3

+

Nov 17, 2024

+
+
+

Community Meetup

+

Local chapter meetup and mapping party in Kochi

+
+
+
+
+
+ + +
+
+

Join the Movement

+

+ Whether you're a seasoned mapper or new to OpenStreetMap, there's a place for you in our community. + Register now to participate in OSM GeoWeek events and help make Kerala's map better for everyone. +

+ +
+
+
+ +--- \ No newline at end of file diff --git a/src/pages/sotm.astro b/src/pages/sotm.astro deleted file mode 100644 index 4d8e0b4..0000000 --- a/src/pages/sotm.astro +++ /dev/null @@ -1,331 +0,0 @@ ---- -// src/pages/sotm2024/index.astro -import Layout from "../layouts/Layout.astro"; - -const meta = { - title: "State of the Map Kerala 2024 - OpenStreetMap Kerala", - description: "Join Kerala's largest mapping community gathering on November 16-17, 2024 at KVASU Wayanad. Two days of learning, sharing, and collaboration to shape the future of open mapping in Kerala.", - image: "https://wiki.openstreetmap.org/w/images/8/84/Sotm_kerala_2024.jpg", // Update with your actual banner image URL - url: "https://kerala.openstreetmap.in/sotm", - siteName: "OpenStreetMap Kerala", - locale: "en_IN", - type: "event", - twitterHandle: "@mapkerala", // Update with your actual Twitter handle - eventDetails: { - startDate: "2024-11-16", - endDate: "2024-11-17", - location: "KVASU Pookode, Wayanad, Kerala", - organizer: "OpenStreetMap Kerala Community" - } -}; - -const sponsors = { - platinum: [ - { - name: "Meta", - url: "https://www.meta.com/", - logo: "https://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Meta_Platforms_Inc._logo.svg/2560px-Meta_Platforms_Inc._logo.svg.png" - } - ], - silver: [ - { - name: "FOSS United", - url: "https://fossunited.org/", - logo: "https://fossunited.org/files/Foss%20United%20Logo%20Black.svg" - } - ], - bronze: [ - { - name: "TomTom", - url: "https://www.tomtom.com/", - logo: "https://upload.wikimedia.org/wikipedia/commons/e/e7/TomTom_logo.svg" - }, - { - name: "DHI Sigma", - url: "https://www.dhisigma.com/", - logo: "https://wiki.openstreetmap.org/w/images/thumb/8/89/Dhisigma_logo1.jpg/75px-Dhisigma_logo1.jpg" - } - ] -}; - -const communityPartners = [ - { - name: "OpenStreetMap India", - logo: "https://wiki.openstreetmap.org/w/images/0/07/OpenStreetMap-India.svg" - }, - { - name: "Swathanthra Malayalam Computing", - logo: "https://smc.org.in/images/logo.webp" - }, - { - name: "Open Data Kerala", - logo: "https://opendatakerala.org/logo.png" - } -]; - -const dates = [ - { event: "Call for Talks Opens", date: "28 Oct 2024" }, - { event: "Call for Talks Closes", date: "04 Nov 2024" }, - { event: "Scholarship Applications Open", date: "28 Oct 2024" }, - { event: "Deadline for Scholarship Requests", date: "07 Nov 2024" }, - { event: "Scholarship Decisions", date: "12 Nov 2024" } -]; - -const socials = [ - { name: "Telegram", url: "https://t.me/openstreetmapkerala", logo: "https://telegram.org/img/t_logo.svg" }, - { name: "Matrix", url: "https://matrix.to/#/#osmkerala:matrix.org", logo: "https://www.svgrepo.com/show/342019/matrix.svg" }, - { name: "Email", url: "mailto:opendatakerala@gmail.com", logo: "https://www.svgrepo.com/show/484995/email-part-2.svg" } -]; ---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-

State of the Map Kerala '24

-

Annual Gathering of Kerala's Mapping Community

-
-
- Date - 16-17 November 2024 -
-
- Location - KVASU, Wayanad -
-
- -
-
- -
- -
-

About the Event

-

- Join us for two exciting days filled with learning, sharing, and collaboration as we work together - to shape the future of mapping in Kerala. -

-
- - -
-

Important Dates

-
- {dates.map(({ event, date }) => ( -
-

{event}

-

{date}

-
- ))} -
-
- - -
-

Venue

-
-
-

College of Veterinary Science

-

KVASU Pookode, Lakkidi P.O., Wayanad, Kerala 673576

- - View on OpenStreetMap → - -
-
- -
-
-
- - -
-

Our Sponsors

- - -
-

Platinum Sponsor

-
- {sponsors.platinum.map(sponsor => ( - - {sponsor.name} - - ))} -
-
- - -
-

Silver Sponsor

-
- {sponsors.silver.map(sponsor => ( - - {sponsor.name} - - ))} -
-
- - -
-

Bronze Sponsors

-
- {sponsors.bronze.map(sponsor => ( - - {sponsor.name} - - ))} -
-
- - -
-

Community Partners

-
- {communityPartners.map(partner => ( -
- {partner.name} -
- ))} -
-
-
- - -
-

Get in Touch

-
- {socials.map(social => ( - - {social.name} - {social.name} - - ))} -
-
-
-
---- \ No newline at end of file