From 2efcea66c79ed2841284e3581c0452926afa0eb4 Mon Sep 17 00:00:00 2001 From: Brayen Gavilanes Date: Sun, 13 Oct 2024 11:08:25 +0000 Subject: [PATCH 1/5] fix: typo at hacktoberfest event For some reason, I put 10/10/2024, even tho hacktoberfestgye_2024 is 18/10/2024. This fix it. --- src/lib/data/events.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/data/events.json b/src/lib/data/events.json index 68a340e..7a89a42 100644 --- a/src/lib/data/events.json +++ b/src/lib/data/events.json @@ -3,7 +3,7 @@ { "name": "HacktoberfestGYE 2024", "description": "Colabora en una variedad de proyectos de código abierto, mejorando tus habilidades y contribuyendo a la comunidad global de desarrolladores.", - "date": "10/10/2024", + "date": "18/10/2024", "time": "9 AM - 5 PM", "place": "Universidad Católica Santiago de Guayaquil", "category": "Hackathon", From 11a7448c547906110f9c37bf8bdb2acd456e1f96 Mon Sep 17 00:00:00 2001 From: Brayen Gavilanes Date: Sun, 13 Oct 2024 11:29:37 +0000 Subject: [PATCH 2/5] events: add hacktoberfest page Didn't add id tags 'cause I didn't know if there's a scheme or best practices to follow in regards this webpage. Sorry about that. --- src/routes/events/hacktoberfest/+page.svelte | 64 ++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 src/routes/events/hacktoberfest/+page.svelte diff --git a/src/routes/events/hacktoberfest/+page.svelte b/src/routes/events/hacktoberfest/+page.svelte new file mode 100644 index 0000000..c5c3062 --- /dev/null +++ b/src/routes/events/hacktoberfest/+page.svelte @@ -0,0 +1,64 @@ + + + + Hacktoberfest Guayaquil 2024 + + +Hacktoberfest Guayaquil 2024 + +
+ + +

+ 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. +

+ +

You can contribute in many ways, such as:

+ +
    +
  • Correcting errors
  • +
  • Adding new features
  • +
  • Improving documentation
  • +
+ +

You can also contribute by:

+ +
    +
  • Translating text
  • +
  • Enhancing the user interface
  • +
  • Creating automated tests
  • +
  • Resolving issues reported by other users
  • +
+ +
+

Register

+ +
+
From 21510b1c75fb5c63357672e92a2fffef77ebb321 Mon Sep 17 00:00:00 2001 From: Brayen Gavilanes Date: Sun, 13 Oct 2024 11:33:53 +0000 Subject: [PATCH 3/5] lib: translate hacktoberfest description Make spanish great, someday. --- src/lib/data/events.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/data/events.json b/src/lib/data/events.json index 7a89a42..fae0ba6 100644 --- a/src/lib/data/events.json +++ b/src/lib/data/events.json @@ -2,7 +2,7 @@ "events": [ { "name": "HacktoberfestGYE 2024", - "description": "Colabora en una variedad de proyectos de código abierto, mejorando tus habilidades y contribuyendo a la comunidad global de desarrolladores.", + "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", From 7b41e3183c5d3d650c7aa3f33f613abda8331703 Mon Sep 17 00:00:00 2001 From: Brayen Gavilanes Date: Sun, 13 Oct 2024 11:39:53 +0000 Subject: [PATCH 4/5] pnpm: pnpm run lint GitHub Actions was complaining about a botched `pnpm run lint` job. This should do. --- src/lib/components/Event.svelte | 2 +- src/lib/components/Tag.svelte | 2 +- src/lib/data/events.json | 40 ++++++++++---------- src/routes/events/cliweek/+page.svelte | 39 +++++++++---------- src/routes/events/hacktoberfest/+page.svelte | 27 +++++++------ 5 files changed, 53 insertions(+), 57 deletions(-) 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
  • -
    -

    Register

    -
    +
    +

    Register

    + From 6daf4e37bcd9c2fb4e7d65398fc63e6226ca0716 Mon Sep 17 00:00:00 2001 From: Brayen Gavilanes Date: Mon, 14 Oct 2024 21:47:23 +0000 Subject: [PATCH 5/5] typo: hacktobefest is saturday 19 The typo is efimeral; but shamefulness is permanent. --- src/lib/data/events.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/data/events.json b/src/lib/data/events.json index a63584e..2a778b2 100644 --- a/src/lib/data/events.json +++ b/src/lib/data/events.json @@ -3,7 +3,7 @@ { "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", + "date": "19/10/2024", "time": "9 AM - 5 PM", "place": "Universidad Católica Santiago de Guayaquil", "category": "Hackathon",