-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Fix-green-landing-page #33541
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
frenck
merged 13 commits into
home-assistant:current
from
Madelena:fix-green-landing-page
Jul 5, 2024
Merged
Fix-green-landing-page #33541
Changes from 12 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
21a0059
Remove outdated content from the top
Madelena 5d7acaa
Add merch and companion app links
Madelena 9fde382
Align Get Started button better
Madelena 9100585
Fix caption radius
Madelena dd31530
Beautify press section
Madelena 0121a73
Beautify sponsor section
Madelena 1af1c66
Fix feature Learn More button margins
Madelena fc04e56
Reorganize Features section
Madelena 2588f83
Revert content changes since it needs further discussion
Madelena 13de0ff
Formatting fixes for the Green landing page
Madelena 4f28921
Merge branch 'current' into fix-green-landing-page
Madelena 01ad90b
Merge branch 'current' into fix-green-landing-page
frenck 77e424d
Revert Gemfile lock change
frenck 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
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,45 +1,45 @@ | ||
| {% include site/head.html %} | ||
| <body {% if page.body_id %} id="{{ page.body_id }}"{% elsif page.layout == "landingpage" %} id="landingpage"{% endif %}> | ||
| <header class='site-header {% if page.hero_unit %}dark{% endif %}'> | ||
| <header class='site-header {% if page.dark_header %}dark{% endif %}'> | ||
| {% include site/header.html %} | ||
| </header> | ||
|
|
||
| <div class="page-content"> | ||
|
|
||
| {% if page.hero_unit %} | ||
| {% include site/hero_unit.html %} | ||
| {% endif %} | ||
| {% if page.hero_unit %} | ||
| {% include site/hero_unit.html %} | ||
| {% endif %} | ||
|
|
||
| <div class="grid-wrapper"> | ||
| <div class="grid grid-center"> | ||
| {% if page.is_post and page.sidebar == false %} | ||
| <div class="grid__item four-fifths lap-one-whole palm-one-whole"> | ||
| {% elsif page.is_homepage or page.layout == "landingpage" %} | ||
| <div class="grid__item one-whole"> | ||
| {% else %} | ||
| <div class="grid__item two-thirds lap-one-whole palm-one-whole"> | ||
| {% endif %} | ||
|
|
||
| {% if page.is_homepage or page.layout == "landingpage" %} | ||
| {{ content }} | ||
| <div class="grid-wrapper"> | ||
| <div class="grid grid-center"> | ||
| {% if page.is_post and page.sidebar == false %} | ||
| <div class="grid__item four-fifths lap-one-whole palm-one-whole"> | ||
| {% elsif page.is_homepage or page.layout == "landingpage" %} | ||
| <div class="grid__item one-whole"> | ||
| {% else %} | ||
| {{ content | output_modder }} | ||
| <div class="grid__item two-thirds lap-one-whole palm-one-whole"> | ||
| {% endif %} | ||
| </div> | ||
|
|
||
| {% unless page.sidebar == false or page.layout == "landingpage" %} | ||
| <aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole"> | ||
| {% include site/sidebar.html %} | ||
| </aside> | ||
| {% endunless %} | ||
| {% if page.is_homepage or page.layout == "landingpage" %} | ||
| {{ content }} | ||
| {% else %} | ||
| {{ content | output_modder }} | ||
| {% endif %} | ||
| </div> | ||
|
|
||
| {% unless page.sidebar == false or page.layout == "landingpage" %} | ||
| <aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole"> | ||
| {% include site/sidebar.html %} | ||
| </aside> | ||
| {% endunless %} | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <footer> | ||
| {% include site/footer.html %} | ||
| </footer> | ||
| <footer> | ||
| {% include site/footer.html %} | ||
| </footer> | ||
|
|
||
| </div> | ||
| </div> | ||
| {% include javascripts/scripts.html %} | ||
| </body> | ||
| </html> |
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.