-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create components for the page sections (#549)
* Add container component to the homepage * Add container component to the pricing page sections * Add container component to the product page sections * Add container component to the comparison template page sections and rename the section components * Rename the section components of the etl-tools page * Add container component to the etl-tools page sections * Add some tweaks to the deployment options page * Add container component to the sections of the connector template page * Add container component to the sections of the blog post template page * Create HeroSectionDetails component and use it on the homepage hero section * Use the HeroSectionDetails component on the hero section of the pricing page * Use the HeroSectionDetails component on the hero section of the product page * Use the HeroSectionDetails component on the hero section of the deployment options page * Use the HeroSectionDetails component on the hero section of the comparison XvsY page * Use the HeroSectionDetails component on the hero section of the etl-tools page * Use the HeroSectionDetails component on the hero section of the connector template page * Use the HeroSectionDetails component on the hero section of the blog post template page * Fix backgroundColor prop not being recognized * Consider SVG format for the customer logos in the homepage marquee * Remove unused width from query of the tutorial page /why * Apply review changes --------- Co-authored-by: Breno <[email protected]>
- Loading branch information
Showing
128 changed files
with
866 additions
and
1,645 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
export const backgroundColors = { | ||
dark: '#04192b', | ||
light: '#f9fafc', | ||
}; | ||
export const darkImgStyle = { backgroundColor: '#04192b' }; | ||
export const lightImgStyle = { backgroundColor: '#f9fafc' }; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,3 +37,9 @@ | |
max-width: 100%; | ||
} | ||
} | ||
|
||
.reverse { | ||
@media (max-width: 1024px) { | ||
flex-direction: column; | ||
} | ||
} |
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 |
---|---|---|
|
@@ -6,8 +6,6 @@ | |
} | ||
|
||
@media(max-width: 768px) { | ||
gap: 40px; | ||
|
||
h2 { | ||
font-size: 2rem; | ||
} | ||
|
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.