-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy-policy.html
88 lines (66 loc) · 3.75 KB
/
privacy-policy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Privacy Policy - GVSS Prudhvi</title>
<meta name="description" content="Privacy Policy for GVSS Prudhvi's Portfolio">
<meta name="keywords" content="privacy policy, GVSS Prudhvi, portfolio">
<!-- Favicons -->
<link href="assets/img/logos/logo_new.jpg" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- Load Google Analytics -->
<script src="assets/js/load-analytics.js"></script>
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="header d-flex align-items-center sticky-top">
<!-- Add your header content here -->
</header>
<main id="main">
<!-- ======= Privacy Policy Section ======= -->
<section id="privacy-policy" class="privacy-policy">
<div class="container">
<h1>Privacy Policy</h1>
<p>Last updated: 9th October 2024</p>
<h2>1. Introduction</h2>
<p>Welcome to GVSS Prudhvi's portfolio website. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit our website.</p>
<h2>2. Information We Collect</h2>
<p>We collect information about your usage of our website through Google Analytics.</p>
<h2>3. Use of Google Analytics</h2>
<p>We use Google Analytics to collect and process data about your use of our website. Google Analytics collects information such as:</p>
<ul>
<li>Pages you visit on our website</li>
<li>Time spent on each page</li>
<li>The website you came from to reach our site</li>
<li>Technical information about your device and internet connection</li>
</ul>
<p>This information is processed in a way that does not identify you personally. We do not make, and do not allow Google to make, any attempt to find out the identities of those visiting our website.</p>
<h2>4. Cookies</h2>
<p>Google Analytics uses cookies to collect information. You can opt-out of Google Analytics cookies by visiting <a href="https://tools.google.com/dlpage/gaoptout">https://tools.google.com/dlpage/gaoptout</a>.</p>
<h2>5. Changes to This Privacy Policy</h2>
<p>We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.</p>
<h2>6. Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please contact us at [Your Contact Email].</p>
</div>
</section>
</main>
<!-- ======= Footer ======= -->
<footer id="footer" class="footer">
<!-- Add your footer content here -->
</footer>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>