Skip to content

Commit

Permalink
Merge pull request #7 from hackupc/episode--IV
Browse files Browse the repository at this point in the history
Added HackNights Episode IV
  • Loading branch information
EncryptEx authored Oct 11, 2023
2 parents 1659ed0 + 2725e21 commit d1ed586
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion hackNights.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var hackNights = {
{
date: "2023-09-29 21:00",
name: "Episodi III",
theme: { emoji: "", name: "TBD" },
theme: { emoji: "👨‍💻", name: "" },
applyUrl: "https://hackersatupc.typeform.com/ht-2023-ep-3",
schedule: [
{ hour: "21:00", name: "Registre" },
Expand All @@ -53,6 +53,20 @@ var hackNights = {
],
summary: "",
},
{
date: "2023-11-17 21:00",
name: "Episodi IV",
theme: { emoji: "❓", name: "TBD" },
applyUrl: "https://hackersatupc.typeform.com/ht-2023-ep-4",
schedule: [
{ hour: "21:00", name: "Registre" },
{ hour: "21:15", name: "Cerimònia d'obertura" },
{ hour: "21:30", name: "Workshop" },
{ hour: "00:00", name: "Midnight Snack" },
{ hour: "05:00", name: "Cerimònia de clausura" },
],
summary: "",
},
],
nextEvent: undefined,
};
Expand Down

0 comments on commit d1ed586

Please sign in to comment.