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

Newest projects page #566

Merged
merged 8 commits into from
Nov 25, 2022
Merged

Newest projects page #566

merged 8 commits into from
Nov 25, 2022

Conversation

hannahouazzane
Copy link
Contributor

Project page resembles designs: #516

This page is still awaiting some copy expected by next Monday.

@vercel
Copy link

vercel bot commented Nov 18, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
neontribe-www ✅ Ready (Inspect) Visit Preview Nov 25, 2022 at 2:39PM (UTC)

export const Title = ({ children }) => (
<div className="hi">
{children}
<style jsx>{``}</style>
Copy link
Contributor

Choose a reason for hiding this comment

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

did you need this styling? :)

margin-top: 1.5em;
margin: 0;
padding: 0;
border: none;
}

.content li + li {
Copy link
Contributor

Choose a reason for hiding this comment

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

If you don't need the margin between the list elements anymore you could remove this bit of css ;)

@@ -43,28 +62,41 @@ export default ({ problem, solution }) => {

return (
<>
<Text size="normal" weight={700}>
<Text size="normal" color="#561dee" weight={700}>
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a colour variable you could use here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think because this prop was defined as a string I can't use a variable. I think after the site is live I will go back and replace all colours with variables @rosejbon

maxCharacter="45ch"
>
{' '}
{/* <b>Funded by:</b> {fund} */}
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this the copy you mentioned you were waiting for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants