Update theming and about content
This commit is contained in:
parent
39903bc9f1
commit
9266599b6a
|
|
@ -40,10 +40,10 @@ const Page = async () => {
|
|||
|
||||
<Video />
|
||||
|
||||
<DownloadButtons />
|
||||
{/* <DownloadButtons /> */}
|
||||
|
||||
<P><Trans i18nKey="about.content.p3" t={t} i18n={i18n}>_<a href="https://bengrant.dev" target="_blank" rel="noreferrer noopener author">_</a>_</Trans></P>
|
||||
<P><Trans i18nKey="about.content.p4" t={t} i18n={i18n}>_<a href="https://github.com/GRA0007/crab.fit" target="_blank" rel="noreferrer noopener">_</a>_<Link href="/privacy" rel="license">_</Link>_</Trans></P>
|
||||
<P><Trans i18nKey="about.content.p3" t={t} i18n={i18n}>_<a href="https://bengrant.dev" target="_blank" rel="noreferrer noopener author">_</a><a href="https://techwork.zone" target="_blank" rel="noreferrer noopener">_</a>_</Trans></P>
|
||||
<P><Trans i18nKey="about.content.p4" t={t} i18n={i18n}>_<a href="https://git.techwork.zone/scott/crabfit" target="_blank" rel="noreferrer noopener">_</a>_<Link href="/privacy" rel="license">_</Link>_</Trans></P>
|
||||
<P>{t('about.content.p6')}</P>
|
||||
<P>{t('about.content.p5')}</P>
|
||||
</Content>
|
||||
|
|
|
|||
|
|
@ -29,11 +29,11 @@ const Header = async ({ isFull, isSmall }: HeaderProps) => {
|
|||
{isFull ? <>
|
||||
{!isSmall && <img className={styles.bigLogo} src={logo.src} height={512} width={512} alt="" />}
|
||||
<span className={makeClass(styles.subtitle, samuraiBob.className, !/^[A-Za-z ]+$/.test(t('home:create')) && styles.hasAltChars)}>{t('home:create')}</span>
|
||||
<h1 className={makeClass(styles.bigTitle, molot.className)}>CRAB FIT</h1>
|
||||
<h1 className={makeClass(styles.bigTitle, molot.className)}>MEETING</h1>
|
||||
</> : <Link href="/" className={styles.link}>
|
||||
<div className={styles.top}>
|
||||
<img className={styles.logo} src={logo.src} height={512} width={512} alt="" />
|
||||
<span className={makeClass(styles.title, molot.className)}>CRAB FIT</span>
|
||||
<span className={makeClass(styles.title, molot.className)}>MEETING</span>
|
||||
</div>
|
||||
<span className={styles.tagline}>{t('common:tagline')}</span>
|
||||
</Link>}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"cta": "Create your own Crab Fit!",
|
||||
"created": "Created {{date}}",
|
||||
"donate": {
|
||||
"info": "Thank you for using Crab Fit. If you like it, consider donating.",
|
||||
"info": "Thank you for using Crab Fit. If you like it, consider donating to the upstream author.",
|
||||
"button": "Donate",
|
||||
"title": "Every amount counts :)"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -45,8 +45,8 @@
|
|||
"events": "Events created",
|
||||
"availabilities": "Availabilities entered",
|
||||
"content": {
|
||||
"p1": "Crab Fit helps you fit your event around everyone's schedules. Simply create an event above and send the link to everyone that is participating. Results update live and you will be able to see a heat-map of when everyone is free.<1/><2>Learn more about how to Crab Fit</2>.",
|
||||
"p3": "Created by <1>Ben Grant</1>, Crab Fit is the modern-day solution to your group event planning debates.",
|
||||
"p1": "This service is a soft fork of Crab Fit. Crab Fit helps you fit your event around everyone's schedules. Simply create an event above and send the link to everyone that is participating. Results update live and you will be able to see a heat-map of when everyone is free.<1/><2>Learn more about how to Crab Fit</2>.",
|
||||
"p3": "Created by <1>Ben Grant</1> and hosted by the <2>Tech Workers' Syndicate</2>, Crab Fit is the modern-day solution to your group event planning debates.",
|
||||
"p4": "The code for Crab Fit is open source, if you find any issues or want to contribute, you can visit the <1>repository</1>. By using Crab Fit you agree to the <3>privacy policy</3>.",
|
||||
"p6": "To protect your privacy, events are deleted after 3 months of inactivity, and all passwords are securely hashed.",
|
||||
"p5": "Consider donating below if it helped you out so Crab Fit can stay free for everyone. 🦀"
|
||||
|
|
|
|||
Loading…
Reference in a new issue