-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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] Support Policy page #724
Conversation
fdafc9e
to
dbcc296
Compare
website/src/components/policy.js
Outdated
max-width: unset; | ||
|
||
.kg-home__caption__description { | ||
max-width: unset; |
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.
can you add a max-width: 800px to this, so it doesn't expand all the way to a 2000px widescreen?
website/src/components/policy.js
Outdated
<a href="https://kepler.gl">Kepler.gl</a> is an open source project. Its source code is available at <a | ||
href={GITHUB_PROJECT}>Kepler.gl Github project</a>. | ||
</h3> | ||
<span> |
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.
make this font-weight: 500
?
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.
website/src/components/policy.js
Outdated
and you can participate in the development of the project's source code. Bug reports and | ||
issues can be submitted at <a | ||
href={GITHUB_PROJECT_ISSUES}>Kepler.gl Github issues</a>. | ||
[Questions can be asked on the project's mailing lists, which you can subscribe to at [URL] // NEED TO BE DEFINED] |
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.
@heshan0131 can you help with this? What should be the url for mailing list subscription? if we have one
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.
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.
thank you
Signed-off-by: Giuseppe Macri <[email protected]>
@heshan0131 updated with your feedback |
Signed-off-by: Giuseppe Macri <[email protected]>
dbcc296
to
a740be8
Compare
Created new support policy page
Signed-off-by: Giuseppe Macri [email protected]