Skip to content

Commit

Permalink
fix: legal notice
Browse files Browse the repository at this point in the history
  • Loading branch information
pReya committed Nov 21, 2024
1 parent 1bfe317 commit 3cd2be6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
3 changes: 1 addition & 2 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ const isProduction = import.meta.env.MODE === "production";
const META_TITLE = `${title} - Tolocar Project`;
const META_CANONICAL_URL = new URL(Astro.url.pathname, Astro.site);
console.log(baseUrl);
---

<!doctype html>
<!DOCTYPE html>
<html lang={localeFromUrl} class="scroll-smooth h-full overflow-x-hidden">
<head>
<base href={baseUrl} />
Expand Down
17 changes: 12 additions & 5 deletions src/pages/en/legal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,25 @@ darkNavigation: true

<div class="w-full bg-neutral-50">
<h1 class="mt-40 container-width text-5xl font-semibold font-aktiv">Legal Notice</h1>
<p class="container-width mt-10 mb-20 text-lg">Feel free to get in touch with us via the e-mail specified below.</p>
<p class="container-width mt-10 mb-20 text-lg">Feel free to get in touch with us via the contact information specified below.</p>
</div>

<div class="container-width my-20 custom-prose h-full">
**bitbetter GmbH**

## About Tolocar
Tolocar is a project funded by the **German Federal Ministry for Economic Cooperation and Development (BMZ)** and implemented by the **Deutsche Gesellschaft für internationale Zusammenarbeit (GIZ) GmbH** in close collaboration with Ukrainian and international partners.

If you have any questions about the project, don't hesitate to contact us via email at [email protected].
<br/><br/><br/>


## About this Website
Implementation, hosting and maintenance of this website:

**bitbetter GmbH**
Desenißstr. 37
22083 Hamburg
Germany

**E-Mail:** [email protected]

## Questions
If you have any questions, don't hesitate to contact us via email at [email protected].
</div>
11 changes: 3 additions & 8 deletions src/pages/en/privacy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,12 @@ import { HeaderLogo, Footer } from "@components";
Our website is hosted on GitHub Pages. GitHub Pages provides a content delivery network, or CDN. They store a copy of this website on many servers around the world, so no matter where you are, the website is delivered quickly.

GitHub Pages has access to your HTTP request, the website request required to view this website or any other website. This request includes your IP address and a user agent, a string with the name of your browser and the version you are using.
<br/><br/>

## Contact via email
Data submitted when contacting us, including contact information, is stored in order to process the request or to be available for follow-up questions.

## Fonts
We integrate fonts on our website via Adobe Fonts. Adobe Fonts allows us to use new fonts without expensive licenses through our Creative Cloud subscription. When you visit the site, your browser loads these fonts from Adobe's servers. In doing so, Adobe learns that your IP address has been used to access our website.

You can find more information about Adobe Fonts via [fonts.adobe.com](https://fonts.adobe.com).

<br/><br/>

## Questions

If you have any questions, don’t hesitate to contact us via email at [email protected].
If you have any questions, don't hesitate to contact us via email at [email protected].
</div>

0 comments on commit 3cd2be6

Please sign in to comment.