errose28 opened a new pull request, #52:
URL: https://github.com/apache/ozone-site/pull/52
- Create a basic Ozone homepage that can be completed later.
- Add header and footer with links and pages
- Add custom color theming
- Add a clean Ozone SVG logo
- Other SVG logos are retrieved from the following sources:
- Github header inline svg: [YuniKorn
website](https://github.com/apache/yunikorn-site/blob/78b58dfda17756891e0a1bbfff63f0df32e12c71/src/css/custom.css#L45)
(Apache)
- Jira footer: [Ignite
website](https://github.com/apache/ignite-website/blob/e7e725a8cf4438c7b8ef277e0483f8688c5b4fd9/img/icon-jira.svg?plain=1)
(Apache)
- Github footer: [Ignite
website](https://github.com/apache/ignite/blame/d053cb880484ac61f96c297d8c73f4184818ff6a/docs/assets/images/github-gray.svg)
(Apache)
- All others: [Bootstrap Icons](https://icons.getbootstrap.com/) (MIT)
## Known Issues (Probably to be fixed in follow up tasks)
- When the website is in dark mode, sometimes there is a white background on
the svg logos in the footer, even though the footer color does not change.
- svg icons in the footer flicker when changing pages.
- Algolia search cannot be activated until the site is published to
ozone.apache.org. In the mean time the search bar does not work and may throw
errors in developer mode.
- svg icons are kind of hacked in right now.
- The github icon in the header is inlined to accept styling (taken from
an example in the YuniKorn website).
- The foreground color of the icons in footer was changed to match the
text in the svg file itself. I could not get them to accept css styling using
the `fill=currentColor` property in the svg file.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]