-
Notifications
You must be signed in to change notification settings - Fork 43
feat: improve website header layout #425
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
feat: improve website header layout #425
Conversation
|
It looks fine to me now! |
config/_default/languages.cs.toml
Outdated
| languageName = "Czech" | ||
| weight = 1 | ||
| title = "Developer Portal" | ||
| title = "Espressif Developer Portal" |
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.
Remove Espressif and keep Developer Portal.
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.
Done.
May I ask why we omit the company name in the Czech version?
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.
Kirill, the logo with Espressif written using a different font from the original version does not align with our logo guidelines.
We can keep the logo plus the Developer Portal only or change the logo to include the version with the logo on the top and Espressif on the bottom, which will add more space on the top.
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.
This should be not for the CZ version but for all languages we will support in the future.
f9235ce to
e5f679f
Compare
|
@pedrominatel PTAL again |
bbe7bcc to
0337416
Compare
Description
This PR improves the Developer Portal's header layout.
To preview how it looks on a mobile device, use your browser's mobile view mode. For example, Firefox has the the Responsive Design Mode.
However, the CI job adds a link back to this PR in the header of the preview website. Maybe the best way to visualize the header changes is on your local machine.
What has been updated
Espressif Developer Portalin the header was reduced toDeveloper Portal. This saves horizontal space and removes the duplication of the word Espressif in the logo andEspressif Developer PortalFollow-up actions
See issue #161.
Related
Testing
Done locally.
Checklist
Before submitting a Pull Request, please ensure the following: