From 102ed4e7d78dd17ce8ce9e0b928f5123e94d0cfa Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Fri, 11 Nov 2022 17:27:34 +0100 Subject: add initial data --- education/2016-09_llg.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 education/2016-09_llg.nix (limited to 'education/2016-09_llg.nix') diff --git a/education/2016-09_llg.nix b/education/2016-09_llg.nix new file mode 100644 index 0000000..9a13202 --- /dev/null +++ b/education/2016-09_llg.nix @@ -0,0 +1,12 @@ +{ href, ... }: + +{ + date = { start = "2016-09-01"; end = "2018-07-31"; }; + institution = { + name = "Lycée Louis-le-Grand"; + location = "Paris, France"; + url = "https://www.louislegrand.fr/"; + }; + studyType = "Higher Schools Preparatory Classes"; + description = "MPSI - MP* (Mathematics, Physics & Computer Science)"; +} -- cgit v1.2.3