-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcookies.html
More file actions
243 lines (218 loc) · 12.9 KB
/
cookies.html
File metadata and controls
243 lines (218 loc) · 12.9 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cookie Policy - IGNITE Part Share</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body>
<!-- Navigation Bar -->
<nav class="navbar">
<div class="nav-container">
<div class="nav-logo">
<i class="fas fa-robot"></i>
<span>IGNITE Part Share</span>
</div>
<ul class="nav-menu">
<li class="nav-item">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="donate.html" class="nav-link">Donate Parts</a>
</li>
<li class="nav-item">
<a href="request.html" class="nav-link">Request Parts</a>
</li>
<li class="nav-item">
<a href="browse.html" class="nav-link">Browse Parts</a>
</li>
<li class="nav-item">
<a href="leaderboard.html" class="nav-link">Leaderboard</a>
</li>
<li class="nav-item">
<a href="contact.html" class="nav-link">Contact</a>
</li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<!-- Page Header -->
<section class="page-header">
<div class="container">
<h1>Cookie Policy</h1>
<p>Last updated: December 2024</p>
</div>
</section>
<!-- Cookie Policy Content -->
<section class="section">
<div class="container">
<div class="legal-content">
<div class="legal-section">
<h2>1. What Are Cookies?</h2>
<p>Cookies are small text files that are placed on your device when you visit our website. They help us provide you with a better experience by remembering your preferences, analyzing how you use our site, and personalizing content.</p>
</div>
<div class="legal-section">
<h2>2. How We Use Cookies</h2>
<p>IGNITE Part Share uses cookies for the following purposes:</p>
<h3>2.1 Essential Cookies</h3>
<p>These cookies are necessary for the website to function properly. They enable basic functions like page navigation, access to secure areas, and form submissions. The website cannot function properly without these cookies.</p>
<h3>2.2 Performance Cookies</h3>
<p>These cookies help us understand how visitors interact with our website by collecting and reporting information anonymously. This helps us improve our website's performance and user experience.</p>
<h3>2.3 Functionality Cookies</h3>
<p>These cookies allow the website to remember choices you make (such as your username, language, or region) and provide enhanced, more personal features.</p>
<h3>2.4 Analytics Cookies</h3>
<p>These cookies help us understand how visitors use our website by collecting information about which pages are visited, how long visitors stay, and how they found our site.</p>
</div>
<div class="legal-section">
<h2>3. Types of Cookies We Use</h2>
<h3>3.1 Session Cookies</h3>
<p>These cookies are temporary and are deleted when you close your browser. They help maintain your session while you navigate through our website.</p>
<h3>3.2 Persistent Cookies</h3>
<p>These cookies remain on your device for a set period or until you delete them. They help us remember your preferences and provide a personalized experience.</p>
<h3>3.3 Third-Party Cookies</h3>
<p>Some cookies are placed by third-party services that appear on our pages, such as analytics providers, social media platforms, and advertising networks.</p>
</div>
<div class="legal-section">
<h2>4. Specific Cookies We Use</h2>
<h3>4.1 Essential Cookies</h3>
<ul>
<li><strong>session_id:</strong> Maintains your login session</li>
<li><strong>csrf_token:</strong> Protects against cross-site request forgery</li>
<li><strong>language:</strong> Remembers your language preference</li>
</ul>
<h3>4.2 Analytics Cookies</h3>
<ul>
<li><strong>_ga:</strong> Google Analytics - tracks unique visitors</li>
<li><strong>_gid:</strong> Google Analytics - tracks session data</li>
<li><strong>_gat:</strong> Google Analytics - controls request rate</li>
</ul>
<h3>4.3 Functionality Cookies</h3>
<ul>
<li><strong>theme_preference:</strong> Remembers your theme choice</li>
<li><strong>search_history:</strong> Stores recent search terms</li>
<li><strong>notification_settings:</strong> Remembers notification preferences</li>
</ul>
</div>
<div class="legal-section">
<h2>5. Managing Your Cookie Preferences</h2>
<h3>5.1 Browser Settings</h3>
<p>You can control and manage cookies through your browser settings. Most browsers allow you to:</p>
<ul>
<li>View what cookies are stored on your device</li>
<li>Delete cookies individually or all at once</li>
<li>Block cookies from specific websites</li>
<li>Block all cookies</li>
<li>Set preferences for different types of cookies</li>
</ul>
<h3>5.2 Browser-Specific Instructions</h3>
<p><strong>Chrome:</strong> Settings > Privacy and security > Cookies and other site data</p>
<p><strong>Firefox:</strong> Options > Privacy & Security > Cookies and Site Data</p>
<p><strong>Safari:</strong> Preferences > Privacy > Manage Website Data</p>
<p><strong>Edge:</strong> Settings > Cookies and site permissions > Cookies and site data</p>
<h3>5.3 Opt-Out Tools</h3>
<p>You can also opt out of certain types of cookies, particularly analytics cookies, through industry opt-out tools:</p>
<ul>
<li>Google Analytics Opt-out Browser Add-on</li>
<li>Digital Advertising Alliance (DAA) Opt-out Tool</li>
<li>Network Advertising Initiative (NAI) Opt-out Tool</li>
</ul>
</div>
<div class="legal-section">
<h2>6. Impact of Disabling Cookies</h2>
<p>If you choose to disable cookies, please be aware that:</p>
<ul>
<li>Some features of our website may not function properly</li>
<li>You may need to re-enter information more frequently</li>
<li>Your experience may be less personalized</li>
<li>Some pages may not display correctly</li>
<li>You may not be able to access certain areas of the website</li>
</ul>
</div>
<div class="legal-section">
<h2>7. Third-Party Cookies</h2>
<h3>7.1 Google Analytics</h3>
<p>We use Google Analytics to understand how visitors use our website. Google Analytics uses cookies to collect information about your use of our website, including your IP address. This information is transmitted to and stored by Google.</p>
<h3>7.2 Social Media Cookies</h3>
<p>Our website may include social media features that use cookies to track your activity. These cookies are controlled by the respective social media platforms.</p>
<h3>7.3 Third-Party Services</h3>
<p>We may use third-party services that place cookies on your device. These services help us provide better functionality and user experience.</p>
</div>
<div class="legal-section">
<h2>8. Cookie Consent</h2>
<p>When you first visit our website, you will see a cookie consent banner that allows you to:</p>
<ul>
<li>Accept all cookies</li>
<li>Reject non-essential cookies</li>
<li>Customize your cookie preferences</li>
<li>Learn more about our cookie policy</li>
</ul>
<p>Your consent choices are stored and respected for future visits. You can change your preferences at any time through our cookie settings.</p>
</div>
<div class="legal-section">
<h2>9. Updates to This Policy</h2>
<p>We may update this Cookie Policy from time to time to reflect changes in our practices or for other operational, legal, or regulatory reasons. We will notify you of any material changes by posting the updated policy on our website.</p>
</div>
<div class="legal-section">
<h2>10. Contact Us</h2>
<p>If you have any questions about our use of cookies or this Cookie Policy, please contact us at:</p>
<ul>
<li>Email: [email protected]</li>
<li>Support: [email protected]</li>
<li>Legal: [email protected]</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<h3>IGNITE Part Share</h3>
<p>Building a stronger FIRST community through part sharing and collaboration.</p>
</div>
<div class="footer-section">
<h4>Quick Links</h4>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="donate.html">Donate</a></li>
<li><a href="request.html">Request</a></li>
<li><a href="browse.html">Browse</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Legal</h4>
<ul>
<li><a href="terms.html">Terms of Service</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="disclaimer.html">Disclaimer</a></li>
<li><a href="cookies.html">Cookie Policy</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Connect</h4>
<div class="social-links">
<a href="#" onclick="openSocialMedia('Twitter')"><i class="fab fa-twitter"></i></a>
<a href="#" onclick="openSocialMedia('Facebook')"><i class="fab fa-facebook"></i></a>
<a href="#" onclick="openSocialMedia('Instagram')"><i class="fab fa-instagram"></i></a>
<a href="#" onclick="openDiscord()"><i class="fab fa-discord"></i></a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 IGNITE Part Share. All rights reserved. | <a href="terms.html">Terms</a> | <a href="privacy.html">Privacy</a> | <a href="disclaimer.html">Disclaimer</a></p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>