Skip to content
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

about page #335

Merged
merged 3 commits into from
Jan 4, 2023
Merged

about page #335

merged 3 commits into from
Jan 4, 2023

Conversation

brentbagapuro
Copy link
Contributor

@brentbagapuro brentbagapuro commented Jan 3, 2023

This change resolves issue #229: Design an informative /about on the website

<Container className="">
<div className="py-32">
<h2 className="text-4xl mb-16">Our Roadmap</h2>
<div className="flex flex-col items-center space-y-8 md:space-y-0 md:items-start md:flex-row md:justify-between">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brentbagapuro thanks for the contribution!

I don't think it is necessary for this page since it only shows info with little interaction. But at some point we have to migrate to using chakra-ui.

For any future pull requests, prefer chakra-ui instead of raw html if possible ❤.

I cannot judge the content so I will wait for other reviewers from the team. But it looks good to me.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for you review @AbdBarho ! Appreciate it.

I understand. Was only basing on current layout of the homepage as it's mostly Tailwind styling as I did here. I also consulted with @fozziethebeat about my approach to use Tailwind UI when asking to assign the issue to me.

Nevertheless, I'll make sure future PRs prioritize chakra-ui for building the UI.

Thank you again! ❤

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I answered in the issue a bit too quickly. @AbdBarho is correct, Chakra-UI components are preferred over raw tailwind whenever possible but as a first draft it's not a big deal. We can switch things out later

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha. I'll take note of that. Thanks!

@AbdBarho AbdBarho linked an issue Jan 3, 2023 that may be closed by this pull request
Copy link
Collaborator

@fozziethebeat fozziethebeat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the content is a good first start. We can always spruce up the wording later. In a follow up PR, can you replace more parts with Chakra components? Namely Header to make it a bit easier to see what the core text is.

<Container className="">
<div className="py-32">
<h2 className="text-4xl mb-16">Our Roadmap</h2>
<div className="flex flex-col items-center space-y-8 md:space-y-0 md:items-start md:flex-row md:justify-between">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I answered in the issue a bit too quickly. @AbdBarho is correct, Chakra-UI components are preferred over raw tailwind whenever possible but as a first draft it's not a big deal. We can switch things out later

@fozziethebeat fozziethebeat merged commit fea6e70 into LAION-AI:main Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Design an informative /about on the website.
4 participants