From 059d7d2278148b8727fd56316aa812f37f8c4ba2 Mon Sep 17 00:00:00 2001 From: Kevin Lin <kevinl@cs.uw.edu> Date: Mon, 10 Aug 2020 20:15:17 -0700 Subject: [PATCH] Add example lesson --- _lessons/java-git.md | 18 ++++++++++++++++++ _modules/week-01.md | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 _lessons/java-git.md diff --git a/_lessons/java-git.md b/_lessons/java-git.md new file mode 100644 index 0000000..77c80ea --- /dev/null +++ b/_lessons/java-git.md @@ -0,0 +1,18 @@ +--- +title: Java & Git +--- + +``` +public class String implements Comparable<String> { + ... +} +``` +{: overlay="Client" } + +Term A +: Definition A + +Term B +: Definition B.A +: Definition B.B +: Definition B.C diff --git a/_modules/week-01.md b/_modules/week-01.md index 9af2bd4..ebe3287 100644 --- a/_modules/week-01.md +++ b/_modules/week-01.md @@ -3,7 +3,7 @@ title: Introduction to Java --- Sep 28 -: [Java & Git](#) +: [Java & Git]({{ site.baseurl }}{% link _lessons/java-git.md %}) : [1.1](#) Sep 29 -- GitLab