From 3e2c50f6725836dd4a63e0e3b562cbad4aac7762 Mon Sep 17 00:00:00 2001 From: Eric Lowrie Date: Wed, 11 Dec 2024 14:32:05 -0500 Subject: [PATCH] Add FITES LAN 2024 --- data/parties/fites-lan/fites-lan-2024.toml | 14 ++++++++++++++ data/series.toml | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 data/parties/fites-lan/fites-lan-2024.toml diff --git a/data/parties/fites-lan/fites-lan-2024.toml b/data/parties/fites-lan/fites-lan-2024.toml new file mode 100644 index 0000000..7856281 --- /dev/null +++ b/data/parties/fites-lan/fites-lan-2024.toml @@ -0,0 +1,14 @@ +slug = "fites-lan-2024" +title = "FITES LAN 2024" +series_slug = "fites-lan" +start_on = 2024-03-15 +end_on = 2024-03-17 +seats = 150 + +[location] +name = "Rodeway Inn Myerstown" +country_code = "us" +city = "Myerstown" + +[links.website] +url = "https://www.fites.net/" diff --git a/data/series.toml b/data/series.toml index 1cebf9d..fd15ba5 100644 --- a/data/series.toml +++ b/data/series.toml @@ -55,6 +55,11 @@ slug = "exodus-lan" name = "Exodus LAN" country_codes = ["us"] +[[series]] +slug = "fites-lan" +name = "FITES LAN" +country_codes = ["us"] + [[series]] slug = "flashlight-network" name = "Flashlight-Network"