Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace sign up, terms and confirmation illustrations with SVG #4793

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hiddewie
Copy link
Contributor

@hiddewie hiddewie commented May 14, 2024

Part of #850

Split off from #4775

This pull request replaces PNG images for the signup and terms illustrations with their minimized SVG variants, to ensure screens with high pixel densities can display the OpenStreetMap website with beautiful graphics.

TODO: the confirm illustration (from #4775 (comment))

The illustrations have all been resized to the same size and aligned on one corner.

Sign up page (http://127.0.0.1:3000/user/new):

image

Confirmation page (http://127.0.0.1:3000/user/iertn/confirm):

image

Terms page (http://127.0.0.1:3000/user/terms)

image

@hiddewie hiddewie marked this pull request as ready for review May 14, 2024 19:07
@hiddewie hiddewie changed the title Replace sign up and terms illustrations with SVG Replace sign up, terms and confirmation illustrations with SVG May 14, 2024
@AntonKhorev
Copy link
Contributor

I think the original svgs need to be preserved somewhere outside of the directory that's being served. If the images are to be edited later, you'll want to edit the originals that contain text strings with font definitions and whatever else there is to be used by the editor.

@hiddewie
Copy link
Contributor Author

I think the original svgs need to be preserved somewhere outside of the directory that's being served.

👍

From #4799 (comment): I will move the source files into a separate assets/ directory.

remove app/assets/images/confirm-illustration.png

confirm illustration

align illustrations

minimize illustrations

Add original design files in assets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants