Send the link to everyone you want to come.
After Jenny has sent the link to her friends and waited for them to also fill out their availabilities, she can now easily see them all on the heatmap below and choose the darkest area for a time that suits everyone!
In this example, 1pm to 3pm on Friday the 16th works for all Jenny's friends.
-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.
Learn more about how to Crab Fit.
Create a lot of Crab Fits? Get the Chrome extension or Firefox extension for your browser!
+Create a lot of Crab Fits? Get the Chrome extension or Firefox extension for your browser! You can also download the Android app to Crab Fit on the go.
{/* eslint-disable-next-line */}Created by Ben Grant, Crab Fit is the modern-day solution to your group event planning debates.
-The code for Crab Fit is open source, if you find any issues or want to contribute, you can visit the repository.
+The code for Crab Fit is open source, if you find any issues or want to contribute, you can visit the repository. By using Crab Fit you agree to the privacy policy.
Crab Fit costs more than $100 per month to run. Consider donating below if it helped you out so it can stay free for everyone. 🦀
- + > ); }; diff --git a/crabfit-frontend/src/pages/Home/homeStyle.ts b/crabfit-frontend/src/pages/Home/homeStyle.ts index a3fb4d1..b48af89 100644 --- a/crabfit-frontend/src/pages/Home/homeStyle.ts +++ b/crabfit-frontend/src/pages/Home/homeStyle.ts @@ -51,15 +51,6 @@ export const AboutSection = styled.section` padding: 20px 0; `; -export const Footer = styled.footer` - width: 600px; - margin: 20px auto; - max-width: calc(100% - 60px); - display: flex; - align-items: center; - justify-content: space-between; -`; - export const P = styled.p` font-weight: 500; line-height: 1.6em; diff --git a/crabfit-frontend/src/pages/Privacy/Privacy.tsx b/crabfit-frontend/src/pages/Privacy/Privacy.tsx index 5bb5677..03c95c9 100644 --- a/crabfit-frontend/src/pages/Privacy/Privacy.tsx +++ b/crabfit-frontend/src/pages/Privacy/Privacy.tsx @@ -4,7 +4,7 @@ import { Link, useHistory } from 'react-router-dom'; import { Button, Center, - Donate, + Footer, } from 'components'; import { @@ -12,7 +12,6 @@ import { Logo, Title, AboutSection, - Footer, P, } from '../Help/helpStyle'; @@ -95,10 +94,7 @@ const Privacy = () => { - + > ); };