From 51db1fd7264901a846dda90169da722b61458c3a Mon Sep 17 00:00:00 2001
From: Christian Krause <christian.krause@idiv.de>
Date: Mon, 3 Dec 2018 14:01:51 +0100
Subject: [PATCH] highlights goals in summary sections

also adds final summary section, which was completely missing
---
 basics.html | 26 +++++++++++++++++++-------
 1 file changed, 19 insertions(+), 7 deletions(-)

diff --git a/basics.html b/basics.html
index 47b0ca2..31749aa 100644
--- a/basics.html
+++ b/basics.html
@@ -87,10 +87,8 @@
           <section id="intro-about-today" data-markdown>
             ## about today
 
-            be able to ...
-
             1.  use git in **ALL** your projects
-            2.  collaborate with each other
+            1.  collaborate with each other
 
             ... is mission accomplished.
 
@@ -648,11 +646,10 @@
           </section>
 
           <section id="summary-2" data-markdown>
-            ## you can now
+            ## goals
 
-            > use git in **ALL** your projects
-            >
-            > -- goal 1 finished ✓
+            1.  use git in **ALL** your projects ✓
+            2.  collaborate with each other
           </section>
         </section>
 
@@ -971,6 +968,21 @@
             - MR status should show that (can not be merged without conflicts)
             - maintainer decides if trivial or delegate to contributor
           </section>
+
+          <section id="summary-3" data-markdown>
+            ## you can now
+
+            - create and connect to remotes
+            - contribute to projects you don't own
+            - maintain projects you own
+          </section>
+
+          <section id="summary-4" data-markdown>
+            ## goals
+
+            1.  use git in **ALL** your projects ✓
+            2.  collaborate with each other ✓
+          </section>
         </section>
 
         <section>
-- 
GitLab