Conversation
testing
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/metafam/the-game/8vxtf99WvuNUV8dXRgAqkrTHeBZQ |
testing
same thing happened here: #1014 and i retriggered the deploy which was then successful. idk what's the deal with vercel, but this is getting pretty annoying :'D |
|
"For those who want to: Help finding tools, frameworks & funds accessible. Help getting value-aligned contributors & adopters. Become a part of the "new world" puzzle." Is this meant to be those who want (no 'to' here?) - help finding tools, frameworks and accessible funds (reverse words). Also it can just be "become part of" no need for the a. |
| flexDirection="column" | ||
| justifyContent="center" | ||
| maxWidth="100%" | ||
| pl={{ base: '0', md: '137px' }} |
There was a problem hiding this comment.
Hey there's still places where px is used, which can be replaced with rem equivalents, like this one.
| bgClip="text" | ||
| maxWidth="75rem" | ||
| display="inline" | ||
| pb="35px" |
There was a problem hiding this comment.
here too, and also paddings in the Text components inside this Box
| color="white" | ||
| maxWidth="75rem" | ||
| > | ||
| <Text pt="130px" pb="35px" textAlign="center"> |
| > | ||
| <Box | ||
| fontSize={{ base: '1.5rem', md: '3rem' }} | ||
| lineHeight={{ base: '2.25rem', md: '4rem' }} |
dan13ram
left a comment
There was a problem hiding this comment.
Mostly looks good. We can merge now but we should work on moving these px measurements to rem equivalents so that everything remains responsive :)
| display="flex" | ||
| alignItems="center" | ||
| flexDirection="column" | ||
| pl="76px" |
There was a problem hiding this comment.
on this page there are many paddings, widths, and particularly fontSize is in pxs. We want to replace them with rem equivalents and the fontSize to sm, md, lg or xl as necessary
There was a problem hiding this comment.
perfect I've fixed all of these to rem. Apologies I missed out on those others.
This kind of "we're doing serious things but we also joke" vibe has kind of been the brand voice since the first articles. Personally, I find things more believable with this "we don't take ourselves too seriously" vibe vs. being super serious, especially if talking about something utopian. In this case, the right way to go may simply be to remove the "join nao". Its kind of a standard practice to have the call to action right away but in our case I think it might be better to force everyone to actually read the page before trying to join 🤷♂️ But this may be just me & it really is time to solidify brand voice.. |
This reverts commit 53d9871.
* Create landing.tsx testing * feat:Intro section (initial) * feat:Intro section (cleanup) * feat:Intro section (initial) * Landing: Added second section and necessary assets * Landing: Added second section and necessary assets * Landing: cleanup intro * Landing: Build section done * Landing: added revolution section. Apologies on naming 🚀 * Big commit: added multiple sections & some minor fixes * small ui fixed * Final push on last components next commit * ui fix * large commit: added most final sections, one more to go * added all sections as per mockup.Up next: refactoring and cleanup * testing * Create landing.tsx testing * feat:Intro section (initial) * feat:Intro section (cleanup) * feat:Intro section (initial) * Landing: Added second section and necessary assets * Landing: Added second section and necessary assets * Landing: cleanup intro * Landing: Build section done * Landing: added revolution section. Apologies on naming 🚀 * Big commit: added multiple sections & some minor fixes * small ui fixed * Final push on last components next commit * ui fix * large commit: added most final sections, one more to go * added all sections as per mockup.Up next: refactoring and cleanup * testing * cleanup file structure * feat: landing ( Improved file structure for landing page and tidied improrts * fixed imports: importing from design system instead from chakra * fixed ordered list * cleanup * fixed ordered list * Update packages/web/pages/landing.tsx Co-authored-by: vidvidvid <35112939+vidvidvid@users.noreply.github.com> * prettier and cleanup folders * testing type declaration * big commit: fixed missing type errors and linting errors * removed px values + rem (used colors as per design system ) * updated node modules * updated imports * mobile work: WIP * more mobile work * responsiveness changes for last components * fix * Trigger Build * updated intro to fix overlap * fixed height on sections to full height * quickfix * Trigger Build * content change * content changes * fixed exports on components and imports as per linting guidelines ) * fixed px values to rem for responsiveness Co-authored-by: vidvidvid <35112939+vidvidvid@users.noreply.github.com>
* Create landing.tsx testing * feat:Intro section (initial) * feat:Intro section (cleanup) * feat:Intro section (initial) * Landing: Added second section and necessary assets * Landing: Added second section and necessary assets * Landing: cleanup intro * Landing: Build section done * Landing: added revolution section. Apologies on naming 🚀 * Big commit: added multiple sections & some minor fixes * small ui fixed * Final push on last components next commit * ui fix * large commit: added most final sections, one more to go * added all sections as per mockup.Up next: refactoring and cleanup * testing * Create landing.tsx testing * feat:Intro section (initial) * feat:Intro section (cleanup) * feat:Intro section (initial) * Landing: Added second section and necessary assets * Landing: Added second section and necessary assets * Landing: cleanup intro * Landing: Build section done * Landing: added revolution section. Apologies on naming 🚀 * Big commit: added multiple sections & some minor fixes * small ui fixed * Final push on last components next commit * ui fix * large commit: added most final sections, one more to go * added all sections as per mockup.Up next: refactoring and cleanup * testing * cleanup file structure * feat: landing ( Improved file structure for landing page and tidied improrts * fixed imports: importing from design system instead from chakra * fixed ordered list * cleanup * fixed ordered list * Update packages/web/pages/landing.tsx Co-authored-by: vidvidvid <35112939+vidvidvid@users.noreply.github.com> * prettier and cleanup folders * testing type declaration * big commit: fixed missing type errors and linting errors * removed px values + rem (used colors as per design system ) * updated node modules * updated imports * mobile work: WIP * more mobile work * responsiveness changes for last components * fix * Trigger Build * updated intro to fix overlap * fixed height on sections to full height * quickfix * Trigger Build * content change * content changes * fixed exports on components and imports as per linting guidelines ) * fixed px values to rem for responsiveness Co-authored-by: vidvidvid <35112939+vidvidvid@users.noreply.github.com>
Overview
What features/fixes does this PR include?
Added each component as per the mockup for the initial design.
Mockups are only for Desktop that I could see so not responsive yet but a starting point.
Will be tidying up and making things cleaner now that things are finished.
Please provide the GitHub issue number
Closes #
Follow up Improvement Ideas
Implementation
Describe technical (nontrivial / non-obvious) parts of your code
Side effects
Assets
[Include screenshots/videos if it makes reviewing easier.]