From c360820eab5899339252039b9344d1d08d1d4d8c Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Tue, 31 May 2022 08:16:17 +0200
Subject: [PATCH] add example slide

---
 2022/2022-05-31_git-trilogy-part-1/slides/example.md | 10 ++++++++++
 2022/2022-05-31_git-trilogy-part-1/slides/list.json  |  1 +
 2 files changed, 11 insertions(+)
 create mode 100644 2022/2022-05-31_git-trilogy-part-1/slides/example.md

diff --git a/2022/2022-05-31_git-trilogy-part-1/slides/example.md b/2022/2022-05-31_git-trilogy-part-1/slides/example.md
new file mode 100644
index 00000000..039aa89c
--- /dev/null
+++ b/2022/2022-05-31_git-trilogy-part-1/slides/example.md
@@ -0,0 +1,10 @@
+# Complete example
+
+Task: add your name to the list of attendees in the practice repository.
+
+- Repository: [https://gitlab.lcsb.uni.lu/R3/school/git/basic-practice-pages](https://gitlab.lcsb.uni.lu/R3/school/git/basic-practice-pages)
+- Development Branch: `develop`
+- Website: [https://r3.pages.uni.lu/school/git/basic-practice-pages](https://r3.pages.uni.lu/school/git/basic-practice-pages)
+
+
+<img src="slides/img/icon-live-demo.png" height="100px">
diff --git a/2022/2022-05-31_git-trilogy-part-1/slides/list.json b/2022/2022-05-31_git-trilogy-part-1/slides/list.json
index 04918969..9f605d9b 100644
--- a/2022/2022-05-31_git-trilogy-part-1/slides/list.json
+++ b/2022/2022-05-31_git-trilogy-part-1/slides/list.json
@@ -9,6 +9,7 @@
     { "filename": "branches.md" },
     { "filename": "web-ide.md" },
     { "filename": "merge.md" },
+    { "filename": "example.md" },
     { "filename": "syncFork.md" },
     { "filename": "best_practices.md" },
     { "filename": "thanks.md" }
-- 
GitLab