Skip to content

Commit

Permalink
Merge pull request #424 from gertrude-app/use-case
Browse files Browse the repository at this point in the history
recommend plucky and techlockdown for self-management
  • Loading branch information
jaredh159 authored Dec 13, 2024
2 parents 4306fa3 + d387bba commit 4d786f9
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 8 deletions.
31 changes: 25 additions & 6 deletions dash/app/src/components/routes/UseCaseSurvey.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,30 @@ const UseCaseSurvey: React.FC = () => {
</Page>
<Page type="self" current={page}>
<div className="w-full h-full flex flex-col justify-center items-center xs:p-4">
<h1 className="text-4xl font-semibold text-white text-center mb-4">
Gertrude probably isn’t a good fit for you&hellip;
<h1 className="text-3xl font-semibold text-white text-center mb-4">
Gertrude may not be a good fit for you&hellip;
</h1>
<p className="text-center text-xl xs:text-2xl [&>em]:underline [&>b]:text-white text-white/70 mb-8 mt-4">
<p className="text-left text-lg xs:text-xl [&>em]:underline [&>b]:text-white text-white/70 mb-5 mt-4">
Gertrude requires two distinct <b>roles</b>&mdash;usually a parent and a
child. It is not designed to be used by one person alone.
child. If you have a trusted friend who could help you, have them sign up
and then they can act as the “parent” and you as the “child.”
</p>
<p className="text-left text-lg xs:text-xl [&>em]:underline [&>b]:text-white text-white/70 mb-8 mt-0">
Otherwise we recommend trying{` `}
<a
className="text-violet-700 font-bold"
href="https://pluckyfilter.com?ref=gertrude"
>
Plucky
</a>
{` `}or{` `}
<a
className="text-violet-700 font-bold"
href="https://techlockdown.com?ref=gertrude"
>
Tech Lockdown
</a>
{` `}which are designed for <b>self-management.</b>
</p>
<Button
className="mb-4 inline-block"
Expand Down Expand Up @@ -153,7 +171,7 @@ const Option: React.FC<OptionProps> = ({ children, type, description, setPage })
}
}}
className={cx(
`px-10 sm:px-6 py-6 bg-white/20 rounded-3xl flex flex-col md:flex-row items-center gap-4 cursor-pointer hover:bg-white/30 transition-[background-color,transform] duration-300 active:scale-95 md:pr-12 active:bg-white/40`,
`px-10 sm:px-6 py-6 bg-white/20 rounded-3xl flex flex-col md:flex-row items-center gap-4 cursor-pointer hover:bg-white/30 transition-[background-color,transform] duration-300 active:scale-95 md:pr-12 active:bg-white/40 ScrollTop`,
)}
>
<div className="w-[60px] sm:w-[70px] h-[60px] sm:h-[70px] bg-white/20 rounded-full flex justify-center items-center [&>*]:scale-[90%]">
Expand All @@ -178,8 +196,9 @@ const Page: React.FC<PageProps> = ({ children, type, current, relative }) => (
<div
className={cx(
type === current ? `opacity-100` : `opacity-0 translate-y-4 pointer-events-none`,
`transition-[opacity,transform] duration-300 px-6 xs:px-8 py-12 md:px-12`,
`transition-[opacity,transform] duration-300 px-6 xs:px-6 py-12 md:px-10`,
relative ? `relative` : `absolute w-full h-full left-0 top-0`,
`max-[500px]:py-4`,
)}
>
{children}
Expand Down
3 changes: 3 additions & 0 deletions dash/keys/src/unlock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ const UNSAFE_DOMAINS = [
`youtube.com`,
`cloudfront.net`,
`amazonaws.com`,
`herokuapp.com`,
`netlify.app`,
`pages.dev`,
];
5 changes: 3 additions & 2 deletions site/markdoc/articles/docs/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ given a [standard macOS user account](https://youtu.be/ntnFEW0bRVQ), (not an adm
account), and their accountability partner should change the password of the admin
account, keeping it a secret.

Adults looking for solutions for self-managing their iOS devices should check out
[Tech Lockdown](https://www.techlockdown.com).
Adults looking for alternative solutions for self-management should check out
[Plucky Filter](https://pluckyfilter.com?ref=gertrude-faqs) and
[Tech Lockdown](https://www.techlockdown.com?ref=gertrude-faqs).

## Can two kids share a computer with different protections? {% id="share-computer" %}

Expand Down

0 comments on commit 4d786f9

Please sign in to comment.