feat(index.html): enhance privacy section with new details

Added a new "Privacy" section to the index page explaining that GoogleDonts does not track users, log data, and maintains separate connections to Google Fonts to protect user information. Additionally, included a link to the open-source repository for transparency. These changes aim to provide users with a clearer understanding of the privacy benefits and the open-source nature of the service.
This commit is contained in:
Kumi 2024-08-05 16:34:25 +02:00
parent 5d32aa7c8f
commit 30cf916964
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -40,21 +40,35 @@
<h1 class="display-4">Welcome to GoogleDonts</h1>
<p class="lead">
GoogleDonts is a proxy service to Google Fonts. It allows you to use
Google Fonts without any data being sent to Google.
Google Fonts without any data being sent to Google.
</p>
</div>
</header>
<main class="container text-center my-5">
<p class="lead">
To use the proxy, simply replace
<code>https://fonts.googleapis.com/</code> with <code>{{ domain }}</code> in
the URL.
<code>https://fonts.googleapis.com/</code> with
<code>{{ domain }}</code> in the URL.
</p>
<p>Example:</p>
<div class="example-code">
<code>{{ domain }}css?family=Montserrat:400,700</code>
</div>
<h2 class="mt-5">Privacy</h2>
<p>
GoogleDonts is a privacy-focused service. It does not track you or log
any data. It creates a fully separate connection to Google Fonts for
each request, so Google does not see your IP address or any other
information about you.
</p>
<p>
The service is open-source and you can view the source code on
<a href="https://git.private.coffee/privatecoffee/googledonts"
>Private.coffee Git</a
>.
</p>
</main>
<footer class="text-center py-4">
<p>
Brought to you by <a href="https://private.coffee">Private.coffee</a>