-
Notifications
You must be signed in to change notification settings - Fork 5
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
Implement background image with gatsby-plugin-image #533
Merged
travjenkins
merged 20 commits into
master
from
Brenosalv/tech-debt/440-implement-background-image-with-gatsby-background-image
Oct 15, 2024
Merged
Changes from 3 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
cebe537
Solve warning caused by some blog posts missing alternative text for …
1b1cd43
"apple-mobile-web-app-capable" is deprecated, now we should use "mobi…
e5d2436
Migrate BigImageBackground component to use gatsby-plugin-image inste…
b119db3
Create separate consts for the stylings
fec42ec
Remove unused class
2329c87
Add new background image for light swooping lines right
679d56f
Only one styling file for both background components
65dbe17
Add new background image for dark swooping lines left
82f2ceb
Add new background image for straight lines
f908ad4
Remove non-essential background image to enhance performance
fcd4d6c
Add back some vertical paddings
f9b81c6
Create a separate shared constant for the background colors
6f893b6
Add new background image for /why page background images
d10d3e5
Add new background image for CDC background image
67c3649
Add new background image for connector page > take a tour section > b…
35bc8a1
Create a component for the background wrapper
de806d7
Remove unused types
72f536c
Remove unused IntersectionObserver
216c708
Fix banner border radius
66e4dcb
Remove the gatsby-background-image library
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 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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.
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.
Main change is here.