Mobile better

main
Keir Finlow-Bates 2 years ago
parent f6ea900927
commit 4e05289a06

@ -131,20 +131,20 @@ const HomePage = () => {
height={85} height={85}
/> />
</Center> </Center>
<Center> <Text align="center">
<p>Create and download a snowglob in the hue of your choice.</p> Create and download a snowglob in the hue of your choice.
</Center> </Text>
<Text align="center"> <Text align="center">
Apologies for the 4s it takes to render a snowglob. Excellence takes time. Apologies for the 4s it takes to render a snowglob. Excellence takes time.
</Text> </Text>
</div> </div>
<Box p={4}> <Box>
<VStack <VStack
spacing={4} spacing={4}
align='stretch' align='stretch'
> >
<Center id="hues" h='40px' w='490px' style={{ <Flex id="hues" h='40px' style={{
backgroundImage: 'url(/img/colorbar.png)', backgroundImage: 'url(/img/colorbar.png)',
backgroundSize: "contain" backgroundSize: "contain"
}}> }}>
@ -158,8 +158,8 @@ const HomePage = () => {
</SliderTrack> </SliderTrack>
<SliderThumb /> <SliderThumb />
</Slider> </Slider>
</Center> </Flex>
<Center id="hues" h='40px' w='490px' bgGradient={ gradient(h) }> <Flex id="hues" h='40px' bgGradient={ gradient(h) }>
<Slider <Slider
aria-label='slider-ex-1' aria-label='slider-ex-1'
defaultValue={ s } defaultValue={ s }
@ -170,7 +170,7 @@ const HomePage = () => {
</SliderTrack> </SliderTrack>
<SliderThumb /> <SliderThumb />
</Slider> </Slider>
</Center> </Flex>
<Flex> <Flex>
<Square size='104px' bg='teal'> <Square size='104px' bg='teal'>
<Image <Image
@ -212,6 +212,8 @@ const HomePage = () => {
A snowglob is an abstract representation of a snow globe. A snow globe is a transparent or A snowglob is an abstract representation of a snow globe. A snow globe is a transparent or
opaque sphere, traditionally made of glass, usually enclosing a miniaturized scene of some opaque sphere, traditionally made of glass, usually enclosing a miniaturized scene of some
sort, often together with a model of a town, neighborhood, landscape or figure. sort, often together with a model of a town, neighborhood, landscape or figure.
<br></br><br></br>
Snowglobs do not cointains a miniaturized scene.
</AccordionPanel> </AccordionPanel>
</AccordionItem> </AccordionItem>
<AccordionItem> <AccordionItem>
@ -241,8 +243,10 @@ const HomePage = () => {
</h2> </h2>
<AccordionPanel pb={4}> <AccordionPanel pb={4}>
That is not a question. However, any resemblence is a complete coincidence. That is not a question. However, any resemblence is a complete coincidence.
LinkedIn no-profile picture avatars are a circle overlapping an eye shape in a circle. LinkedIn default avatars are a circle overlapping an eye shape in a circle.
I designed a circle overlapping an oval, and the image is on a square. Furthermore, I designed snowglobs as a circle overlapping an oval, and the image is on a square.
<br></br><br></br>
Furthermore,
snowglobs are different colors to the LinkedIn no-profile picture avatars. snowglobs are different colors to the LinkedIn no-profile picture avatars.
<br></br><br></br> <br></br><br></br>
They are meant to be snowglobs. They are meant to be snowglobs.
@ -275,11 +279,31 @@ const HomePage = () => {
</AccordionButton> </AccordionButton>
</h2> </h2>
<AccordionPanel pb={4}> <AccordionPanel pb={4}>
It is on my to-do list. There will be 3599 snowglobs, each with a subtly different shade. It is on my to-do list. There will be 1800 snowglobs, each with a subtly different shade.
<br></br><br></br> <br></br><br></br>
I just haven&apos;t gotten around to minting them yet. I just haven&apos;t gotten around to minting them yet.
</AccordionPanel> </AccordionPanel>
</AccordionItem> </AccordionItem>
<AccordionItem>
<h2>
<AccordionButton>
<Box as="span" flex='1' textAlign='left'>
<Heading size="sm" as="h3">Why did you build snowglobs?</Heading>
</Box>
<AccordionIcon />
</AccordionButton>
</h2>
<AccordionPanel pb={4}>
I find them aesthetically pleasing.
<br></br><br></br>
What I certainly did not do, is design them as replacement profile pictures for LinkedIn.
Please do not replace your LinkedIn profile picture with a snowglob. If you use a snowglob
as a profile picture, under the terms and conditions of the site you may find that LinkedIn
replaces your snowglob picture with the the LinkedIn default avatar.
<br></br><br></br>
And that would be terrible!
</AccordionPanel>
</AccordionItem>
</Accordion> </Accordion>
</Box> </Box>
<Box> <Box>

Loading…
Cancel
Save