-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description Post live updates: - [x] Change tagline to `Welcome to the People's Internet` (Also update the `og:description` header tag) - [x] Check anchor tags for padding (Mission is known broken) - [x] Consistent spacing in developer mobile sections (too much white space at bottom of first section and too little on top of second section) - [x] Image at top of developer portal is too small in mobile. Should be able to read text in the image. - [x] Post contact form thank you should clear the form, but still stay in the same location on the page - [x] Switching the Thank you png to svg/html - [x] "Growing into a better" zindex needs to be increased - [x] second pass at margins - [x] Ecosystem header doesn't underline on scroll - partially closes #99 --------- Co-authored-by: Claire Olmstead <[email protected]>
- Loading branch information
1 parent
9724c12
commit cb2c78f
Showing
12 changed files
with
52 additions
and
55 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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,16 +1,11 @@ | ||
<script lang="ts"> | ||
import ThankYouWaves from '$lib/assets/ThankYouWaves.png'; | ||
import ThankYouWaves from '$lib/assets/ThankYouWave.svg'; | ||
let { onClick = async () => {}, classes = '' } = $props(); | ||
let { onClick = async () => {} } = $props(); | ||
</script> | ||
|
||
<!-- svelte-ignore a11y_click_events_have_key_events --> | ||
<!-- svelte-ignore a11y_no_static_element_interactions --> | ||
<div class="flex items-center justify-center" onclick={onClick}> | ||
<img | ||
class="px-auto mx-auto block {classes}" | ||
width="400" | ||
src={ThankYouWaves} | ||
alt="Frequency waves with 'Thank you!' caption" | ||
/> | ||
<div class="flex cursor-pointer items-center justify-center" onclick={onClick}> | ||
<img src={ThankYouWaves} alt="Frequency waves with 'Thank you!' caption" /> | ||
</div> |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains 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
This file contains 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