diff --git a/README.md b/README.md index 6406ffbb6b..ad46419490 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ The application is a total rewrite of [Element-Android](https://github.com/vecto +* [Screenshots](#screenshots) * [Rust SDK](#rust-sdk) * [Roadmap](#roadmap) * [Contributing](#contributing) @@ -23,6 +24,14 @@ The application is a total rewrite of [Element-Android](https://github.com/vecto +## Screenshots + +Here are some early screenshots the application: + +|-|-|-|-| +||||| +|-|-|-|-| + ## Rust SDK ElementX leverages the [Matrix Rust SDK](https://github.com/matrix-org/matrix-rust-sdk) through an FFI layer that the final client can directly import and use. diff --git a/docs/images/screen1.png b/docs/images/screen1.png new file mode 100644 index 0000000000..9f9d7747ff Binary files /dev/null and b/docs/images/screen1.png differ diff --git a/docs/images/screen2.png b/docs/images/screen2.png new file mode 100644 index 0000000000..a5733003d6 Binary files /dev/null and b/docs/images/screen2.png differ diff --git a/docs/images/screen3.png b/docs/images/screen3.png new file mode 100644 index 0000000000..3edb49d086 Binary files /dev/null and b/docs/images/screen3.png differ diff --git a/docs/images/screen4.png b/docs/images/screen4.png new file mode 100644 index 0000000000..53da801a1b Binary files /dev/null and b/docs/images/screen4.png differ