diff --git a/src/lib/components/Event.svelte b/src/lib/components/Event.svelte index f256041..314b541 100644 --- a/src/lib/components/Event.svelte +++ b/src/lib/components/Event.svelte @@ -28,7 +28,7 @@ {place} - + diff --git a/src/lib/components/Tag.svelte b/src/lib/components/Tag.svelte index 19d561c..77d122a 100644 --- a/src/lib/components/Tag.svelte +++ b/src/lib/components/Tag.svelte @@ -7,7 +7,7 @@ {category} diff --git a/src/lib/data/events.json b/src/lib/data/events.json index fae0ba6..a63584e 100644 --- a/src/lib/data/events.json +++ b/src/lib/data/events.json @@ -1,22 +1,22 @@ { - "events": [ - { - "name": "HacktoberfestGYE 2024", - "description": "Collaborate on a variety of open-source projects, enhancing your skills and contributing to the global developer community.", - "date": "18/10/2024", - "time": "9 AM - 5 PM", - "place": "Universidad Católica Santiago de Guayaquil", - "category": "Hackathon", - "route": "/events/hacktoberfest" - }, - { - "name": "CLI Week 2024", - "description": "A week to celebrate the versatility and develop CLI tools with friends. We'll also have workshops and talks!", - "date": "11/11/2024 - 15/11/2024", - "time": "All day", - "place": "Online", - "category": "Hackathon/Workshops", - "route": "/events/cliweek" - } - ] + "events": [ + { + "name": "HacktoberfestGYE 2024", + "description": "Collaborate on a variety of open-source projects, enhancing your skills and contributing to the global developer community.", + "date": "18/10/2024", + "time": "9 AM - 5 PM", + "place": "Universidad Católica Santiago de Guayaquil", + "category": "Hackathon", + "route": "/events/hacktoberfest" + }, + { + "name": "CLI Week 2024", + "description": "A week to celebrate the versatility and develop CLI tools with friends. We'll also have workshops and talks!", + "date": "11/11/2024 - 15/11/2024", + "time": "All day", + "place": "Online", + "category": "Hackathon/Workshops", + "route": "/events/cliweek" + } + ] } diff --git a/src/routes/events/cliweek/+page.svelte b/src/routes/events/cliweek/+page.svelte index 2e03388..04a60c2 100644 --- a/src/routes/events/cliweek/+page.svelte +++ b/src/routes/events/cliweek/+page.svelte @@ -13,22 +13,22 @@

- Welcome to the CLI Week! This is a week dedicated to the celebration of command line tools - in which we'll have talks and workshops and participants will compete to develop their own - CLI tool. + Welcome to the CLI Week! This is a week dedicated to the celebration of command line tools in + which we'll have talks and workshops and participants will compete to develop their own CLI + tool.

How to participate?

- You can participate either as a speaker or by building a CLI tool. Check out the links below for the corresponding - registration link. + You can participate either as a speaker or by building a CLI tool. Check out the links below for + the corresponding registration link.

- For speakers, you'll find a link to a registration form below where you can specify the topic you'd like to - talk about and you tentative dates. We'll then get in touch with you to coordinate your awesome - talk :). + For speakers, you'll find a link to a registration form below where you can specify the topic + you'd like to talk about and you tentative dates. We'll then get in touch with you to coordinate + your awesome talk :).

@@ -40,17 +40,17 @@ .

-
-

Register

-
+
+

Register

+ @@ -59,20 +59,17 @@

Sponsorship

- We are a non-profit organization and have limited resources, so if you'd like to help make this - event even cooler for our participants and act as a sponsor, please contact us at our email + We are a non-profit organization and have limited resources, so if you'd like to help make + this event even cooler for our participants and act as a sponsor, please contact us at our + email kokoa.espol.ec@gmail.com.

Speakers

-

- There are no speakers yet! Why don't you become the first one? -

+

There are no speakers yet! Why don't you become the first one?

-
- See you there! -
+
See you there!
diff --git a/src/routes/events/hacktoberfest/+page.svelte b/src/routes/events/hacktoberfest/+page.svelte index c5c3062..c763b52 100644 --- a/src/routes/events/hacktoberfest/+page.svelte +++ b/src/routes/events/hacktoberfest/+page.svelte @@ -13,20 +13,19 @@

- Hacktoberfest is a month-long celebration of open-source - software, held annually in October. The event encourages - participants to contribute to open-source projects, - rewarding them with prizes and recognition for their - contributions. + Hacktoberfest is a month-long celebration of open-source software, held annually in October. The + event encourages participants to contribute to open-source projects, rewarding them with prizes + and recognition for their contributions.

How to participate?

- To participate, you simply need to register on the Hacktoberfest website and - start making contributions to open-source projects on - platforms like GitHub. + To participate, you simply need to register on the Hacktoberfest + website and start making contributions to open-source projects on platforms like + GitHub.

You can contribute in many ways, such as:

@@ -46,17 +45,17 @@
  • Resolving issues reported by other users
  • -