diff --git a/img/DSubminiatures.svg b/img/DSubminiatures.svg
new file mode 100644
index 0000000..9660d3f
--- /dev/null
+++ b/img/DSubminiatures.svg
@@ -0,0 +1,229 @@
+
+
+
\ No newline at end of file
diff --git a/img/computer-layout.afdesign b/img/computer-layout.afdesign
new file mode 100644
index 0000000..4c06451
Binary files /dev/null and b/img/computer-layout.afdesign differ
diff --git a/img/computer-layout.png b/img/computer-layout.png
new file mode 100644
index 0000000..6931578
Binary files /dev/null and b/img/computer-layout.png differ
diff --git a/img/memory-write.afdesign b/img/memory-write.afdesign
new file mode 100644
index 0000000..7a04df0
Binary files /dev/null and b/img/memory-write.afdesign differ
diff --git a/img/memory-write.png b/img/memory-write.png
new file mode 100644
index 0000000..dc0c430
Binary files /dev/null and b/img/memory-write.png differ
diff --git a/index.html b/index.html
index 443bb81..28705e7 100644
--- a/index.html
+++ b/index.html
@@ -45,15 +45,7 @@
- Whole-system Emulator
-
- - CPU cores
- - Peripherals
- - Interconnections
-
-
-
- Target platforms
+ Renode is an Emulator
- Windows
- Mac
@@ -64,6 +56,18 @@
+
+ Whole-system Emulator
+
+ - CPU cores
+ - Peripherals
+ - Interconnections
+
+
+
+ Whole-system Emulator
+
+
CPU Cores
@@ -88,6 +92,10 @@
- Interrupts are just GPIOs
+
+ Peripherals Are Just Special Memory
+
+
10% of the Functionality Gets You 90% of the Way There
@@ -123,7 +131,7 @@
Creating Peripherals
- Renode is written in C#
- - Like Java, C# has an `eval()` function
+ - Like Java, C# has an
eval()
function
- Peripherals can be written and loaded at runtime