-
Notifications
You must be signed in to change notification settings - Fork 72
Clean up #1232
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
Clean up #1232
Conversation
Preview available
|
| <Fragment is:raw> | ||
| <iframe | ||
| src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10245.064741908278!2d14.4290206!3d50.0625764!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x4d26855708eb61f7!2sPrague%20Congress%20Centre!5e0!3m2!1sen!2suk!4v1676555813425!5m2!1sen!2suk" | ||
| title="Map" | ||
| className="w-full aspect-video max-w-[800px] border-4 border-white rounded-lg shadow-lg" | ||
| allowFullScreen={true} | ||
| class="w-full aspect-video max-w-[800px] border-4 border-white rounded-lg shadow-lg" | ||
| allowFullScreen="true" | ||
| loading="lazy" | ||
| referrerPolicy="no-referrer-when-downgrade" | ||
| ></iframe> | ||
| ); | ||
| </Fragment> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI I updated this in another PR: https://github.com/EuroPython/website/pull/1227/files#diff-d7d44fd3cc527b8dbcaa8b661a0eb769d94080a4ae4fccc535320ffdc9fa5fefR1
We need to have the component map generic and be able to pass coordinates from google maps, so it's reusable at multiple places
Clean up in the code and components, content and design should not be affected.
In some place we replace old icons. For example hero section on main page.
We need some clean up before Tailwind 4 upgrade and adding Astro compress.
There will be part 2 of clean up just to split PRs.