diff --git a/README.md b/README.md index 83b2b179..bee018ee 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,52 @@ This project aims to be a fully featured social network, with a focus on privacy - [ ] Full Mastodon API support - [ ] Outbound federation +## Screenshots + +Here are some screenshots of Lysand's built-in web client. This client is built with Vue, and serves to allow users to log in or register. It is kept to only the actions that cannot be done with a Mastodon client, to simplify development. In the future, there may be a full-featured client. + +### On Desktop + +#### Welcome Page + +![Welcome Page](assets/main.webp) + +#### Logging In + +![Logging In](assets/login.webp) + +#### OAuth Confirmation + +![OAuth Confirmation](assets/redirect.webp) + +#### Registration Page + +![Registration Page](assets/register.webp) + +#### Home Timeline + +![Home Timeline](assets/soapbox.webp) + +### On Mobile + +#### Logging In + +
+ Logging In +
+ +#### OAuth Confirmation + +
+ OAuth Confirmation +
+ +#### Registration Page + +
+ Registration Page +
+ ## Benchmarks > [!NOTE] diff --git a/assets/login.webp b/assets/login.webp new file mode 100644 index 00000000..9eb17e93 Binary files /dev/null and b/assets/login.webp differ diff --git a/assets/login_mobile.webp b/assets/login_mobile.webp new file mode 100644 index 00000000..dde14ae8 Binary files /dev/null and b/assets/login_mobile.webp differ diff --git a/assets/main.webp b/assets/main.webp new file mode 100644 index 00000000..27586dc6 Binary files /dev/null and b/assets/main.webp differ diff --git a/assets/redirect.webp b/assets/redirect.webp new file mode 100644 index 00000000..c6eaa186 Binary files /dev/null and b/assets/redirect.webp differ diff --git a/assets/redirect_mobile.webp b/assets/redirect_mobile.webp new file mode 100644 index 00000000..e3811bb9 Binary files /dev/null and b/assets/redirect_mobile.webp differ diff --git a/assets/register.webp b/assets/register.webp new file mode 100644 index 00000000..4f5cfe74 Binary files /dev/null and b/assets/register.webp differ diff --git a/assets/register_mobile.webp b/assets/register_mobile.webp new file mode 100644 index 00000000..ab5559e3 Binary files /dev/null and b/assets/register_mobile.webp differ diff --git a/assets/soapbox.webp b/assets/soapbox.webp new file mode 100644 index 00000000..935d0c65 Binary files /dev/null and b/assets/soapbox.webp differ