The goal is to implement a new landing page for the Apache Pulsar website.
https://www.figma.com/file/0jERoA2DTlfQoj1uH09FxQ/Pulsar-website?node-id=368-659&t=jzmCvMLZsIiV0cP6-0
I believe we can get rid of 99% of the custom.css file content, but don't touch it too much now.
All screens should be in nested directories like src/components/HomePage/PulsarFeatures/PulsarFeatures.tsx
A mobile mockup is coming soon, don't worry about it for now.
Tips:
Implement them as separate React components. Then we'll integrate it with Docusaurus.
The goal is to implement a new landing page for the Apache Pulsar website.
https://www.figma.com/file/0jERoA2DTlfQoj1uH09FxQ/Pulsar-website?node-id=368-659&t=jzmCvMLZsIiV0cP6-0
pip-249--ifm-font-family-basehttps://github.com/tealtools/pulsar-site-pip-249/blob/a23394c9a5e2bc24a5cc73127bacb72e6424c9fc/src/css/custom.css#L57I believe we can get rid of 99% of the custom.css file content, but don't touch it too much now.
HomePage.tsx, andHomePage.module.css.All screens should be in nested directories like
src/components/HomePage/PulsarFeatures/PulsarFeatures.tsxA mobile mockup is coming soon, don't worry about it for now.
src/components/shareddirectory.Tips:
Implement them as separate React components. Then we'll integrate it with Docusaurus.