This commit is contained in:
Mo Tarbin
2025-05-31 01:40:52 -04:00
4 changed files with 15 additions and 15 deletions

View File

@@ -78,7 +78,7 @@ const DemoHistory = () => {
data-aos='fade-left' data-aos='fade-left'
> >
<Typography level='h3' textAlign='center' sx={{ mt: 2, mb: 4 }}> <Typography level='h3' textAlign='center' sx={{ mt: 2, mb: 4 }}>
History with a purpose History with a Purpose
</Typography> </Typography>
<Typography level='body-lg' textAlign='center' sx={{ mb: 4 }}> <Typography level='body-lg' textAlign='center' sx={{ mb: 4 }}>
Keep track of all your chores and tasks with ease. Donetick records Keep track of all your chores and tasks with ease. Donetick records

View File

@@ -119,7 +119,7 @@ const DemoMyChore = () => {
data-aos='fade-left' data-aos='fade-left'
> >
<Typography level='h3' textAlign='center' sx={{ mt: 2, mb: 4 }}> <Typography level='h3' textAlign='center' sx={{ mt: 2, mb: 4 }}>
Glance at your task and chores Glance at Your Task and Chores
</Typography> </Typography>
<Typography level='body-lg' textAlign='center' sx={{ mb: 4 }}> <Typography level='body-lg' textAlign='center' sx={{ mb: 4 }}>
Main view prioritize tasks due today, followed by overdue ones, and Main view prioritize tasks due today, followed by overdue ones, and

View File

@@ -33,31 +33,31 @@ const CardData = [
{ {
title: 'Circles: Your Task Hub', title: 'Circles: Your Task Hub',
description: description:
'build with sharing in mind. invite other to the circle and you can assign tasks to each other. and only see the tasks the should be shared', 'Built with sharing in mind. Invite others a circle so you can assign tasks to each other, only seeing the tasks the should be shared.',
icon: GroupRounded, icon: GroupRounded,
}, },
{ {
title: 'Track Your Progress', title: 'Track Your Progress',
description: description:
'View a history of completed tasks. or use things to track simply things!', "See a full history of completed tasks so you can keep track of what's been achieved!",
icon: HistoryRounded, icon: HistoryRounded,
}, },
{ {
title: 'Automated Task Scheduling', title: 'Automated Task Scheduling',
description: description:
'Set up Tasks to repeat daily, weekly, or monthly, or maybe specifc day in specifc months? Donetick have a flexible scheduling system', 'Set up tasks to repeat daily, weekly, monthly, or even specific days in specific months? Donetick has a flexible scheduling system.',
icon: AutoAwesomeMosaicOutlined, icon: AutoAwesomeMosaicOutlined,
}, },
{ {
title: 'Automated Task Assignment', title: 'Automated Task Assignment',
description: description:
'For shared tasks, Donetick can randomly rotate assignments or choose based on last completion or least assigned.', 'For shared tasks Donetick can randomly rotate assignments, or choose based on last completion or least assigned.',
icon: AutoAwesomeRounded, icon: AutoAwesomeRounded,
}, },
{ {
title: 'Integrations & Webhooks', title: 'Integrations & Webhooks',
description: description:
'Donetick can update things programmatically with API call. you can update things from other services like IFTTT, Homeassistant or even your own service', 'Donetick can update things programmatically with API calls. It can integrate with IFTTT, Home Assistant or even your own services.',
icon: Webhook, icon: Webhook,
}, },
] ]

View File

@@ -72,7 +72,7 @@ const GettingStarted = () => {
title: 'Donetick Web', title: 'Donetick Web',
icon: <Cloud style={{ fontSize: '48px' }} />, icon: <Cloud style={{ fontSize: '48px' }} />,
description: description:
'The easiest way! just create account and start using DoneTick', 'The easiest way! Just create account and start using Donetick',
button: ( button: (
<Button <Button
size='lg' size='lg'
@@ -89,7 +89,7 @@ const GettingStarted = () => {
{ {
title: 'Selfhosted', title: 'Selfhosted',
icon: <Storage style={{ fontSize: '48px' }} />, icon: <Storage style={{ fontSize: '48px' }} />,
description: 'Download the binary and manage your own DoneTick instance', description: 'Download the binary and manage your own Donetick instance',
button: ( button: (
<Button <Button
size='lg' size='lg'
@@ -110,7 +110,7 @@ const GettingStarted = () => {
title: 'Hassio Addon', title: 'Hassio Addon',
icon: <AddHome style={{ fontSize: '48px' }} />, icon: <AddHome style={{ fontSize: '48px' }} />,
description: description:
'have Home Assistant? install DoneTick as a Home Assistant Addon with single click', 'Have Home Assistant? Install Donetick as a Home Assistant Addon with single click',
button: ( button: (
<Button <Button
size='lg' size='lg'
@@ -143,11 +143,11 @@ const GettingStarted = () => {
<Box maxWidth={'lg'} sx={{ mb: 8 }}> <Box maxWidth={'lg'} sx={{ mb: 8 }}>
<Typography level='body-md' color='neutral'> <Typography level='body-md' color='neutral'>
you can start using DoneTick in multiple ways, easiest way is to use You can start using Donetick in multiple ways, the easiest of which is
Donetick Web and you can start in seconds, or if you are into to use Donetick Web so you can get started in seconds, or if you are
selfhosting you can download the binary and run it on your own server, into selfhosting you can download the binary and run it on your own
or if you are using Home Assistant you can install DoneTick as a Home server, or if you are using Home Assistant you can install Donetick as
Assistant Addon a Home Assistant Addon
</Typography> </Typography>
<div data-aos-id-getting-started-container> <div data-aos-id-getting-started-container>
<Grid container spacing={4} mt={4}> <Grid container spacing={4} mt={4}>