Skip to content

Commit

Permalink
Merge pull request #71 from UTDNebula/privacy-policy
Browse files Browse the repository at this point in the history
Add privacy policy
  • Loading branch information
TyHil authored Nov 1, 2024
2 parents 0dc931f + 9daba23 commit 6a39056
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
7 changes: 7 additions & 0 deletions public/legal/privacy-policy.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Our websites use Google Analytics to help us understand how visitors engage with our sites. Google Analytics collects non-identifiable data such as device type, browser information, and approximate location. This data helps us improve the experience of the websites.

Google may process this information in accordance with its Privacy Policy available at https://www.google.com/analytics/terms/default.html.

Users who do not wish to be tracked can install the Google Analytics Opt-out Browser Add-on (https://tools.google.com/dlpage/gaoptout) or disable cookies in their browser settings.

For any privacy-related inquiries, please contact us at [email protected].
11 changes: 8 additions & 3 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,14 @@ const Footer = () => {
<div className="md:pt-40 pt-10">
<div className="border-t-2 border-white" />
<div className="flex md:flex-row flex-col justify-between gap-8 pt-8">
<Link className={linkClasses} href="/sitemap.xml">
Sitemap
</Link>
<div className="flex gap-x-8 gap-y-1 justify-around md:justify-normal flex-wrap">
<Link className={linkClasses} href="/legal/privacy-policy.txt">
Privacy Policy
</Link>
<Link className={linkClasses} href="/sitemap.xml">
Sitemap
</Link>
</div>
<p className="md:text-right text-center text-xs">
© {new Date().getFullYear()} Nebula Labs Maintainers. All rights reserved.
</p>
Expand Down

0 comments on commit 6a39056

Please sign in to comment.