From 7a36e5571b00c072c8e66d32ba46d31cb178349d Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Tue, 9 Jun 2026 11:55:07 -0500 Subject: [PATCH] feat: add curriculum section --- content/curriculum.smd | 49 ++++++++++++++++++++++++++++++++++++ layouts/templates/base.shtml | 3 +++ 2 files changed, 52 insertions(+) create mode 100644 content/curriculum.smd diff --git a/content/curriculum.smd b/content/curriculum.smd new file mode 100644 index 0000000..43dabd7 --- /dev/null +++ b/content/curriculum.smd @@ -0,0 +1,49 @@ +--- +.title = "Curriculum", +.date = @date("1990-01-01T00:00:00"), +.author = "Alexander Goussas", +.layout = "page.shtml", +.draft = false, +--- + +### LANG-001: German grammar +- Dedicated time: 3.5 hours +- Material: Grammatik Aktiv + +### LANG-002: French grammar +- Dedicated time: 3.5 hours +- Material: Grammaire progressive niveau perfectionnement + +### CS-001: Kubernetes Fundamentals +- Dedicated time: 4 hours +- Material: Kubernetes Official Documentation + +### LIT-003: German Literature +- Dedicated time: 4 hours +- Material: Walz in Wien, Andre Klein (subject to change) + +### LIT-004: French Literature +- Dedicated time: 7 hours +- Material: L'Assommoir, Émile Zola (subject to change) + +### LANG-003: German III +- Dedicated time: 3.5 hours +- Material: Nicos Weg + +### LANG-004: Vocabulary +- Dedicated time: 3.5 hours +- Material: Anki + +### LANG-005: Writing +- Dedicated time: 3.5 hours +- Material: LangCorrect website + +### LING-002: Introduction to Computational Linguistics +- Dedicated time: 3 hours +- Material: Linguística Computacional. Tecnologías del Habla, Juan Carlos + Tordera + +### LIT-001: Brazilian and Portuguese Literature +- Dedicated time: 3 hours +- Material: O Alienista, Machado de Assis (subject to change) + diff --git a/layouts/templates/base.shtml b/layouts/templates/base.shtml index 6ac9302..70aa70f 100644 --- a/layouts/templates/base.shtml +++ b/layouts/templates/base.shtml @@ -45,6 +45,9 @@ + -- 2.43.0