diff --git a/basics.html b/basics.html
index ff9df152dac98b7fa0d9c63e07c8b4bf07259aab..3f724f41efda947b046d0321bd59d77942dfb557 100644
--- a/basics.html
+++ b/basics.html
@@ -41,17 +41,6 @@
             - collaborate!
           </section>
 
-          <section id="intro-about-me" data-markdown>
-            ## about me
-
-            - scientific computing support @ idiv since 2014
-            - happy git user since 2010
-
-            > There will never be a better version control system than git.
-            >
-            > -- Christian Krause, Chemnitz 2017
-          </section>
-
           <section id="intro-about-today" data-markdown>
             ## about today
 
@@ -69,28 +58,23 @@
             - growing pain is how we learn
           </section>
 
-          <section id="intro-about-you" data-markdown>
-            ## about you
+          <section id="intro-about-me" data-markdown>
+            ## about me
 
-            ![people](img/people.jpg)
+            - scientific computing support @ idiv since 2014
+            - happy git user since 2010
 
-            name, job, git experience, why git?
+            > There will never be a better version control system than git.
+            >
+            > -- Christian Krause, Chemnitz 2017
           </section>
 
-          <section id="intro-about-git" data-markdown>
-            ## about git
-
-            1.  **records changes to a *repository***
-
-                content, who, when, message
-            2.  **best tool for the job**
+          <section id="intro-about-you" data-markdown>
+            ## about you
 
-                technical, usability, community
+            ![people](img/people.jpg)
 
-            notes:
-            - the fact that content is organized in files and directories is
-              only incidental
-            - for git to be useful, content has to be text
+            name, job, git experience, why git?
           </section>
         </section>
 
@@ -125,6 +109,24 @@
 
             notes:
             - TODO better repo with more contributors
+            - structure
+            - who, when, why
+          </section>
+
+          <section id="motivation-want-structure" data-markdown>
+            ## about git
+
+            1.  **records changes to a *repository***
+
+                content, who, when, why
+            2.  **best tool for the job**
+
+                technical, usability, community
+
+            notes:
+            - the fact that content is organized in files and directories is
+              only incidental
+            - for git to be useful, content has to be text
           </section>
 
           <section id="motivation-playground" data-markdown>