-
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
Merged
Merged
Clean up #1232
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
0a42e80
Cleanup: Hero and finaid.
nikoshell d028f4b
Clean up: ButtonLink and md file.
nikoshell 206fc18
Clean up icons.
nikoshell c040d6e
Clean up: move hero to sections.
nikoshell 7848ad7
Clean up: remove nav-items.
nikoshell d42de3b
Clean up: separator.
nikoshell 6cbcaec
Clean up: remove old separator.
nikoshell ca3e2d6
Clean up: 404 and fullbleed.
nikoshell 634a03a
Clean up: fullbleed styles.
nikoshell d66423f
Clean up: assets.
nikoshell 97cf58d
Clean up: Unused components.
nikoshell f3719fd
Clean up: Cards.
nikoshell 2be786f
Clean up: Hero icons.
nikoshell 3225c72
Clean up: Port Map component to Astro.
nikoshell 97b3405
Clean up: Port Note and upgrade styles.
nikoshell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,10 @@ | ||
| export const Map = () => ( | ||
| <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> | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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