Skip to content

Commit

Permalink
Fix: Enhanced user support (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Feb 27, 2024
1 parent aa21aab commit 380b156
Show file tree
Hide file tree
Showing 7 changed files with 885 additions and 5 deletions.
3 changes: 2 additions & 1 deletion MovieVerse-Frontend/html/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,12 @@ <h3 id="subheading">Join The Journey:</h3>
<p style="color: white; text-align: center"><em>Thank you for being a part of The MovieVerse. For more insights and updates, connect with us on our <a style="text-decoration: underline" id="githubLink" href="https://github.com/hoangsonww/The-MovieVerse-Database">GitHub page</a>.</em></p>

<h3 id="subheading">Useful Links:</h3>
<p style="color: white">Here are some links that you might find useful. You can explore the analytics page of our database (<a href="analytics.html" style="color: white"><strong style="text-decoration: underline">MovieVerse Analytics</strong></a>), read our <a href="terms-of-service.html" style="color: white"><strong style="text-decoration: underline">terms of service</strong></a>, and review our <a href="privacy-policy.html" style="color: white"><strong style="text-decoration: underline">privacy policy</strong></a>. Feel free to reach out to us if you have any questions or concerns.</p>
<p style="color: white">Here are some links that you might find useful: You can explore the analytics page of our database (<a href="analytics.html" style="color: white"><strong style="text-decoration: underline">MovieVerse Analytics</strong></a>), read our <a href="terms-of-service.html" style="color: white"><strong style="text-decoration: underline">terms of service</strong></a>, and review our <a href="privacy-policy.html" style="color: white"><strong style="text-decoration: underline">privacy policy</strong></a>. Feel free to reach out to us if you have any questions or concerns (at <a href="support.html" style="color: white"><strong style="text-decoration: underline">contact support</strong></a>).</p>

<button onclick="window.location.href='analytics.html'" style="border: none; margin-top: 40px" class="app-btn">MovieVerse Analytics</button>
<button onclick="window.location.href='terms-of-service.html'" style="border: none; margin-top: 40px" class="app-btn">Terms of Service</button>
<button onclick="window.location.href='privacy-policy.html';" style="border: none; margin-top: 40px" class="app-btn">Privacy Policy</button>
<button onclick="window.location.href='support.html'" style="border: none; margin-top: 40px" class="app-btn">Contact Support</button>
</main>

<footer>
Expand Down
2 changes: 1 addition & 1 deletion MovieVerse-Frontend/html/analytics.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MovieVerse Analytics - The MovieVerse</title>
<title>Analytics - The MovieVerse</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Dive into the MovieVerse Analytics to explore fascinating insights and trends about movies, genres, releases, and more. Discover the cinematic world through data.">
<link rel="canonical" href="https://movie-verse.com/MovieVerse-Frontend/html/analytics.html">
Expand Down
403 changes: 403 additions & 0 deletions MovieVerse-Frontend/html/api_fails.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion MovieVerse-Frontend/html/privacy-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ <h2 style="color: white">Log Files</h2>
<h2 style="color: white">Cookies and Web Beacons</h2>
<p>Like any other website, The MovieVerse uses 'cookies'. These cookies are used to store information including visitors' preferences, and the pages on the website that the visitor accessed or visited.</p>
<p>The information is used to optimize the users' experience by customizing our web page content based on visitors' browser type and/or other information.</p>
<p>We may analyze user behavior through the use of cookies and web beacons with Google Analytics. Google Analytics is a web analytics service offered by Google that tracks and reports website traffic. Google uses the data collected to track and monitor the use of our website. This data is shared with other Google services. Google may use the collected data to contextualize and personalize the ads of its own advertising network.</p>
<p>We may analyze user behavior through the use of cookies and web beacons with Google Analytics. Google Analytics is a web analytics service offered by Google that tracks and reports website traffic. We partner with Google to use the data collected to track and monitor the use of our website.</p>
<p>For more general information on cookies, please read <a id="linkWeb" href="https://www.cookieconsent.com/what-are-cookies/">"What Are Cookies"</a>.</p>
</div>

Expand Down
Loading

0 comments on commit 380b156

Please sign in to comment.