diff --git a/README.md b/README.md
index 91c46cefbe190236447f49ba97ea1d3512250fb4..fd39d79db366185181291536839e9734b5f792a4 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,20 @@
 # Learning Analytics for Moodle
 
+The following plugins offer a privacy-friendly Learning Analytics solution for Moodle. The plugins integrate into Moodle courses and offer statistics to teachers and students.
+
+<p align="center">
+  <img src="https://files.lfi.rwth-aachen.de/learning-analytics/2020-10-21-preview.gif" height="300">
+</p>
+
+This Learning Analytics solution consists of two plugins.
+
+- [`local_learning_analytics`](https://github.com/rwthanalytics/moodle-local_learning_analytics): User Interface (this plugin)
+- [`logstore_lanalytics`](https://github.com/rwthanalytics/moodle-logstore_lanalytics): Logs the events to the database (dependecy of the first one)
+
+To keep documentation in one place, you find all documentation in this repository.
+
+----------
+
 - [Installation](#installation)
   - [Download](#download)
   - [Activating the logstore](#activating-the-logstore)
@@ -19,13 +34,6 @@
 - [Provided by](#provided-by)
 - [License](#license)
 
-This Learning Analytics solution consists of two plugins:
-
-- [`local_learning_analytics`](https://github.com/rwthanalytics/moodle-local_learning_analytics): User Interface (this plugin)
-- [`logstore_lanalytics`](https://github.com/rwthanalytics/moodle-logstore_lanalytics): Logs the events to the database
-
-The second plugin (`logstore`) is a dependecy of the first one. To keep documentation in one place, you find all documentation in this repository.
-
 ## Installation
 
 Requirements: