]> git.frustrated-labs.net Git - frustrated-functor.dev.git/commitdiff
feat: add curriculum section
authorAlexander Goussas <[email protected]>
Tue, 9 Jun 2026 16:55:07 +0000 (11:55 -0500)
committerAlexander Goussas <[email protected]>
Tue, 9 Jun 2026 16:55:07 +0000 (11:55 -0500)
content/curriculum.smd [new file with mode: 0644]
layouts/templates/base.shtml

diff --git a/content/curriculum.smd b/content/curriculum.smd
new file mode 100644 (file)
index 0000000..43dabd7
--- /dev/null
@@ -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)
+
index 6ac93026df5c075c2b2b2d7e6e0baae2fee78ad3..70aa70fdbd49e2195de439f7f6bb2af5aeb59999 100644 (file)
@@ -45,6 +45,9 @@
           <li class="nav-item" style="background-color: tomato;">
             <a href="/rss.xml" target="_blank">rss</a>
           </li>
+          <li class="nav-item" style="background-color: mediumpurple;">
+            <a href="$site.page('curriculum').link()">curriculum</a>
+          </li>
         </ul>
       </nav>
     </header>