Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions data/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ type Event = {
};

export const events: Event[] = [
{
date: '30/09/2025',
time: '19:00',
title: '[Hack Session] AI for Devs: Crafting Creativity with Gemini 2.5, Imagen & Co',
location: 'FoRTH, Main Building, Alkiviades Payatakes room',
locationUrl: 'https://www.forth.gr/en/conferencerooms/show/&tid=3',
eventUrl: 'https://www.meetup.com/devstaff/events/310743941/'
},
{
date: '11/09/2025',
time: '19:00',
Expand Down