Skip to content

Commit

Permalink
fix: Update events json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Goussas committed Sep 23, 2024
1 parent 88f234e commit e7980cd
Showing 1 changed file with 6 additions and 22 deletions.
28 changes: 6 additions & 22 deletions src/lib/data/events.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,12 @@
{
"events": [
{
"name": "Rust 101",
"description": "Un taller de introducción al lenguaje de programación que te convertirá en un gei",
"date": "15/08/2024",
"time": "11:00 - 12:00",
"place": "Lab Fiec 12A, ESPOL",
"category": "Taller"
},
{
"name": "Rust 101",
"description": "Un taller de introducción al lenguaje de programación que te convertirá en un gei",
"date": "15/08/2024",
"time": "11:00 - 12:00",
"place": "Lab Fiec 12A, ESPOL",
"category": "Taller"
},
{
"name": "Rust 101",
"description": "Un taller de introducción al lenguaje de programación que te convertirá en un gei",
"date": "15/08/2024",
"time": "11:00 - 12:00",
"place": "Lab Fiec 12A, ESPOL",
"category": "Taller"
"name": "Hacktoberfest",
"description": "Un evento para celebrar el código abierto.",
"date": "15/10/2024",
"time": "Todo el dia",
"place": "Universidad Católica",
"category": "Hackathon"
}
]
}

0 comments on commit e7980cd

Please sign in to comment.