diff --git a/README.md b/README.md
index 6ff665a..7531c30 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,11 @@
# fox32
+![fox32 logo](docs/logos/fox32.png)
+
**fox32** (stylized in all lowercase) is a 32 bit fantasy computer architecture, with a custom operating system and user interface inspired by various classic computers.
+![Screenshot of fox32rom](docs/screenshots/screenshot_fox32rom.png)
+
## Getting Started
**Note: This software is still very much in an early stage, and is currently more focused towards developers rather than end-users.**
@@ -19,4 +23,4 @@ Passing a file as an argument will mount that file as Disk 0.
See [encoding.md](encoding.md) for information about the instruction set.
## License
-This project is licensed under the [MIT license](LICENSE).
\ No newline at end of file
+This project is licensed under the [MIT license](LICENSE).
diff --git a/docs/logos/32.png b/docs/logos/32.png
new file mode 100644
index 0000000..6d0c77b
Binary files /dev/null and b/docs/logos/32.png differ
diff --git a/docs/logos/32.svg b/docs/logos/32.svg
new file mode 100644
index 0000000..a4ceb89
--- /dev/null
+++ b/docs/logos/32.svg
@@ -0,0 +1,150 @@
+
+
diff --git a/docs/logos/fox32.png b/docs/logos/fox32.png
new file mode 100644
index 0000000..17aaf8b
Binary files /dev/null and b/docs/logos/fox32.png differ
diff --git a/docs/logos/fox32.svg b/docs/logos/fox32.svg
new file mode 100644
index 0000000..134a450
--- /dev/null
+++ b/docs/logos/fox32.svg
@@ -0,0 +1,162 @@
+
+
diff --git a/docs/screenshots/screenshot_fox32rom.png b/docs/screenshots/screenshot_fox32rom.png
new file mode 100644
index 0000000..d568382
Binary files /dev/null and b/docs/screenshots/screenshot_fox32rom.png differ