Add privacy policy page and footer link (#101)

This commit is contained in:
guyeisenkot
2025-07-30 10:36:52 +03:00
committed by GitHub
parent c94e989655
commit 2f7ce5e0d3
2 changed files with 16 additions and 0 deletions

View File

@@ -144,6 +144,7 @@
<a href="/leaderboard" class="header-link secondary" aria-label="View contributor leaderboard">Leaderboard</a>
<a href="https://docs.baz.co/basics/model-context-protocol-mcp" class="header-link secondary" target="_blank" rel="noopener noreferrer" aria-label="Learn about Model Context Protocol (MCP)">MCP</a>
<a href="https://baz.co/agents" class="header-link secondary" target="_blank" rel="noopener noreferrer" aria-label="Deploy AI agents with Baz">Deploy agents</a>
<a href="/privacy" class="header-link secondary" aria-label="View privacy policy">Privacy</a>
<div class="theme-switch-container">
<div class="theme-switch">
<button class="theme-option light" onclick="setTheme('light')" aria-label="Switch to light theme">

15
privacy.html Normal file
View File

@@ -0,0 +1,15 @@
---
layout: default
title: Privacy Policy
---
<section class="page-container">
<div class="container">
<h1>Privacy Policy</h1>
<p>Your privacy is important to us. This page explains how we collect and use data when you access Awesome Reviewers.</p>
<p>We may collect basic analytics information such as your browser type, pages visited and referring URLs to help improve the site. This data is stored securely and only used in aggregate.</p>
<p>We do not sell your personal information and only share data with service providers as necessary to operate this website.</p>
<p>When you visit or log in to our website, cookies and similar technologies may be used by our online data partners or vendors to associate these activities with other personal information they or others have about you, including by association with your email. We (or service providers on our behalf) may then send communications and marketing to these email. You may opt out of receiving this advertising following the instructions on email.</p>
<p>If you have any questions about this policy, please contact us.</p>
</div>
</section>