From 0570039ab32a8951370c20131ae0cb83c2d7a98a Mon Sep 17 00:00:00 2001 From: Antonio Villagra De La Cruz Date: Sat, 12 Aug 2023 18:31:17 +0800 Subject: [PATCH] Update pages content --- LICENCE.md | 6 +-- app/routes/about.tsx | 75 ++++++++++++++++++-------- app/routes/how.tsx | 60 ++++++++++++++++++++- app/routes/licence.tsx | 8 ++- app/routes/pricing.tsx | 11 ++-- app/routes/terms.tsx | 117 ++++++++++++++++++++++++++++++++++++++++- 6 files changed, 244 insertions(+), 33 deletions(-) diff --git a/LICENCE.md b/LICENCE.md index 4153cd3..c89f909 100644 --- a/LICENCE.md +++ b/LICENCE.md @@ -1,5 +1,5 @@ - EUROPEAN UNION PUBLIC LICENCE v. 1.2 - EUPL © the European Union 2007, 2016 + EUROPEAN UNION PUBLIC LICENCE v. 1.2 + EUPL © the European Union 2007, 2016 This European Union Public Licence (the ‘EUPL’) applies to the Work (as defined below) which is provided under the terms of this Licence. Any use of the Work, @@ -10,7 +10,7 @@ The Work is provided under the terms of this Licence when the Licensor (as defined below) has placed the following notice immediately following the copyright notice for the Work: - Licensed under the EUPL +**Licensed under the EUPL** or has expressed by any other means his willingness to license under the EUPL. diff --git a/app/routes/about.tsx b/app/routes/about.tsx index 5a23e75..6cfb387 100644 --- a/app/routes/about.tsx +++ b/app/routes/about.tsx @@ -2,7 +2,6 @@ import { getUserId } from "~/utils/session.server"; import Footer from "~/components/Footer"; import Header from "~/components/Header"; -import { marked } from "marked"; import PageHeading from "~/components/PageHeading"; import type { LoaderFunction } from "@remix-run/node"; import { useLoaderData } from "@remix-run/react"; @@ -21,39 +20,69 @@ export const loader: LoaderFunction = async ({ request }) => { export default function AboutScreen() { const data = useLoaderData(); - const content = marked(` -\`fantomely\` was created out of the need to find a simple, privacy-focused analytics platform for my blog. - -After scouting the market for a free (or cheap) solution that would fit my needs, I failed to find something. Some possible tools I looked at include: -- [Fathom](https://usefathom.com/) -- [Plausible](https://plausible.io/) -- [Fugu](https://fugu.lol/) -- [Umami](https://umami.is/) - -If you are looking for a serious platform for your analytics needs that also happens to care about your users' privacy, I would recommend checking any of those platforms listed above. - -I ended up building \`fantomely\` because I valued my time to be worth less than the ~$10/month that managed versions of Fathom, Plausible, and Fugu cost, and instead of self-hosting a third party (like Umami or Plausible), why not just self-host my own platform? - -Currently, \`fantomely\` is in private beta, and powers the analytics on my [blog](https://antoniovdlc.me), but I might monetize it in the future. If you want to play around with it, feel free to [join the waitlist](https://fantomely.com/auth/waitlist), or look at the [source code](https://github.com/AntonioVdlC/fantomely). - -👻 - `); return (
-
+

About

-
+
+

+ fantomely was created out of the need to find a simple, + privacy-focused analytics platform for my blog. +

+

+ After scouting the market for a free (or cheap) solution that would + fit my needs, I failed to find something. Some possible tools I + looked at include: +

+ +

+ If you are looking for a serious platform for your analytics needs + that also happens to care about your users' privacy, I would + recommend checking any of those platforms listed above. +

+

+ I ended up building fantomely because I valued my time to be + worth less than the ~$10/month that managed versions of Fathom, + Plausible, and Fugu cost, and instead of self-hosting a third party + (like Umami or Plausible), why not just self-host my own platform? +

+

+ Currently, fantomely is in private beta, and powers the + analytics on my blog, but I + might monetize it in the future. If you want to play around with it, + feel free to{" "} + join the waitlist, + or look at the{" "} + source code. +

+ +

+ + 👻 + +

+