diff --git a/docs/img/games/cuadragon.png b/docs/img/games/cuadragon.png
new file mode 100644
index 000000000..c2295688d
Binary files /dev/null and b/docs/img/games/cuadragon.png differ
diff --git a/docs/index.md b/docs/index.md
index 28d41f74b..a3b323920 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -14,17 +14,27 @@
* [Command line options](zxb.md#Command_Line_Options)
Command line options table for the compiler (zxb)
-# Products
+# Download
+
+Get the latest version of ZX BASIC from the [archive](archive.md).
+
+# Released prorams
* [Released programs](released_programs.md)
A list of third-party released programs (mostly games) for the ZX-Spectrum developed with ZX BASIC.
-# Download
+# Learning ZX BASIC
+## Language Reference
+* [Language syntax](syntax.md)
+
Language Syntax is very close to the original Sinclair BASIC, but it's expanded and enhanced.
-Get the latest version of ZX BASIC from the [archive](archive.md).
+* [Data types](types.md)
+
Language data types: Instead of working always with Floating Point numbers (also available), there are also some integer types which are faster an take less memory.
-# Tutorials
+ * [Reserved words](identifier.md)
+
Comprehensive list (alphabetically ordered) of identifiers you shouldn't use as a ''variable name''. E.g. `FOR`, `PRINT`. If you want usage instructions on a statement, also look here.
+## Tutorials
* [Programming tutorials](tutorials.md)
A collection of third-party tutorials about development with ZX BASIC.
@@ -39,20 +49,10 @@ Get the latest version of ZX BASIC from the [archive](archive.md).
* [Community Forum](http://www.boriel.com/forum)
Have a question? Need help or comment a report a bug? Go to the [ZX BASIC forum](http://www.boriel.com/forum)
-#External resources
+# External resources
* Here you are [external resources](external_resources.md): other tools, IDEs, graphic designers and projects related to ZX BASIC. Have a look!
-#Language Reference
-* [Language syntax](syntax.md)
-
Language Syntax is very close to the original Sinclair BASIC, but it's expanded and enhanced.
-
-* [Data types](types.md)
-
Language data types: Instead of working always with Floating Point numbers (also available), there are also some integer types which are faster an take less memory.
-
- * [Reserved words](identifier.md)
-
Comprehensive list (alphabetically ordered) of identifiers you shouldn't use as a ''variable name''. E.g. `FOR`, `PRINT`. If you want usage instructions on a statement, also look here.
-
# External libraries
* [Library](library.md)
diff --git a/docs/released_programs.md b/docs/released_programs.md
index 67cf27078..3eb155c62 100644
--- a/docs/released_programs.md
+++ b/docs/released_programs.md
@@ -5,6 +5,21 @@ This is a list of third-party ZX-Spectrum programs (mostly games) developed with
##PLAYABLE GAMES
+### Cuadragon
+
+Author: [Duefectu](http://duefectucorp.com/)
+
+Type: Adventure Game
+
+Year: 2020
+
+Source: No
+
+Link: [http://duefectucorp.com/Productos/Cuadragon](http://duefectucorp.com/Productos/Cuadragon)
+
+
+
+---
### AD LUNAM
Author: [Alessandro Grussu](https://www.alessandrogrussu.it/profilo.html)