mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
ui: further improve email confirmed ui
This commit is contained in:
@@ -17,19 +17,15 @@ function EmailConfirmed() {
|
|||||||
<Flex
|
<Flex
|
||||||
bg="background"
|
bg="background"
|
||||||
height={"100%"}
|
height={"100%"}
|
||||||
justifyContent={["start", "start", "space-evenly"]}
|
|
||||||
overflowY="auto"
|
overflowY="auto"
|
||||||
flexDirection={["column", "column", "row"]}
|
flexDirection={"column"}
|
||||||
fontSize={[16, 16, 18]}
|
fontSize={[14, 16, 18]}
|
||||||
>
|
>
|
||||||
<Flex
|
<Flex
|
||||||
flexDirection="column"
|
flexDirection="column"
|
||||||
justifyContent="center"
|
justifyContent="center"
|
||||||
alignItems="center"
|
alignItems="center"
|
||||||
flex={1}
|
flex={1}
|
||||||
sx={{ flexShrink: 0 }}
|
|
||||||
py={[50, 50, 0]}
|
|
||||||
px={[2, 2, 0]}
|
|
||||||
>
|
>
|
||||||
<Icon.MailCheck
|
<Icon.MailCheck
|
||||||
sx={{ bg: "shade", borderRadius: 100, p: 5 }}
|
sx={{ bg: "shade", borderRadius: 100, p: 5 }}
|
||||||
@@ -62,9 +58,20 @@ function EmailConfirmed() {
|
|||||||
color="fontTertiary"
|
color="fontTertiary"
|
||||||
mt={2}
|
mt={2}
|
||||||
sx={{ wordWrap: "break-word" }}
|
sx={{ wordWrap: "break-word" }}
|
||||||
mx={[2, 2, 100]}
|
|
||||||
>
|
>
|
||||||
Enjoy 14 days of Notesnook Pro completely free.
|
...and we have also activated your 14 day free trial of{" "}
|
||||||
|
<Text
|
||||||
|
as="a"
|
||||||
|
href="https://notesnook.com/pricing"
|
||||||
|
rel="noreferrer"
|
||||||
|
target="_blank"
|
||||||
|
color="primary"
|
||||||
|
>
|
||||||
|
Notesnook Pro
|
||||||
|
</Text>
|
||||||
|
.
|
||||||
|
<br />
|
||||||
|
Enjoy the nice-teas.
|
||||||
</Text>
|
</Text>
|
||||||
</Flex>
|
</Flex>
|
||||||
<Flex
|
<Flex
|
||||||
@@ -72,9 +79,6 @@ function EmailConfirmed() {
|
|||||||
bg="bgSecondary"
|
bg="bgSecondary"
|
||||||
justifyContent="center"
|
justifyContent="center"
|
||||||
p={5}
|
p={5}
|
||||||
py={[50, 50, 5]}
|
|
||||||
flex={1}
|
|
||||||
sx={{ flexGrow: 0 }}
|
|
||||||
>
|
>
|
||||||
<BlogPromoBanner link="https://blog.notesnook.com/why-another-note-taking-app/" />
|
<BlogPromoBanner link="https://blog.notesnook.com/why-another-note-taking-app/" />
|
||||||
</Flex>
|
</Flex>
|
||||||
@@ -107,17 +111,16 @@ const social = [
|
|||||||
function BlogPromoBanner(props) {
|
function BlogPromoBanner(props) {
|
||||||
return (
|
return (
|
||||||
<Flex flexDirection="column" justifyContent="center" alignItems="center">
|
<Flex flexDirection="column" justifyContent="center" alignItems="center">
|
||||||
<Text variant="heading" fontSize="1.5em" textAlign="center">
|
<Text variant="heading" fontSize="1.2em" textAlign="center">
|
||||||
Share Notesnook with your friends!
|
Share Notesnook with your friends!
|
||||||
</Text>
|
</Text>
|
||||||
<Text
|
<Text
|
||||||
textAlign="center"
|
textAlign="center"
|
||||||
variant="body"
|
variant="body"
|
||||||
fontSize="1.2em"
|
fontSize="1em"
|
||||||
color="fontTertiary"
|
color="fontTertiary"
|
||||||
mt={2}
|
mt={2}
|
||||||
sx={{ wordWrap: "break-word" }}
|
sx={{ wordWrap: "break-word" }}
|
||||||
mx={[2, 2, 100]}
|
|
||||||
>
|
>
|
||||||
Because where's the fun in nookin' alone?
|
Because where's the fun in nookin' alone?
|
||||||
</Text>
|
</Text>
|
||||||
@@ -141,7 +144,6 @@ function BlogPromoBanner(props) {
|
|||||||
color="fontTertiary"
|
color="fontTertiary"
|
||||||
mt={2}
|
mt={2}
|
||||||
sx={{ wordWrap: "break-word" }}
|
sx={{ wordWrap: "break-word" }}
|
||||||
mx={[2, 2, 100]}
|
|
||||||
>
|
>
|
||||||
Use{" "}
|
Use{" "}
|
||||||
<Text as="span" fontWeight="bold" color="primary">
|
<Text as="span" fontWeight="bold" color="primary">
|
||||||
|
|||||||
Reference in New Issue
Block a user