-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
487 lines (469 loc) · 20 KB
/
index.html
File metadata and controls
487 lines (469 loc) · 20 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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/public/icons/icon-32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/public/icons/icon-16.png"
/>
<link href="/src/css/style.css" rel="stylesheet" />
<title>Privacy Lens</title>
</head>
<body
class="relative min-h-screen bg-linear-to-br from-[#0b1f2a] to-[#020407]"
>
<div
class="pointer-events-none fixed inset-0 bg-[url('/hex.svg')] bg-repeat opacity-[0.08]"
></div>
<div
class="pointer-events-none absolute -top-32 -left-32 h-96 w-96 rounded-full bg-blue-500/20 blur-3xl"
></div>
<!-- Content -->
<main>
<div id="home" class="mx-auto max-w-7xl px-6 text-white">
<header
class="sticky top-0 z-50 mt-1.5 rounded-lg border-b border-white/20 bg-white/10 shadow-lg backdrop-blur-md md:rounded-full"
>
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between py-4">
<!-- Logo Section -->
<div class="flex flex-shrink-0 items-center gap-2">
<img
class="h-12 w-12 sm:h-14 sm:w-14"
src="/public/icons/icon-128.png"
alt="Privacy Lens"
/>
<a href="index.html"
><h1 class="text-xl font-bold text-white sm:text-2xl">
Privacy Lens
</h1></a
>
</div>
<!-- Desktop Navigation -->
<nav class="hidden items-center space-x-8 md:flex">
<a
href="#services"
class="font-medium text-white/90 transition-colors duration-200 hover:text-sky-400"
>
Services
</a>
<a
href="src/pages/whatsNew.html"
class="font-medium text-white/90 transition-colors duration-200 hover:text-sky-400"
>
What's New
</a>
<a
href="src/pages/privacyPolicy.html"
class="font-medium text-white/90 transition-colors duration-200 hover:text-sky-400"
>
Privacy Policy
</a>
</nav>
<!-- Desktop Donate Button -->
<div class="hidden md:block">
<button
class="transform shadow-lg transition-all duration-300 hover:scale-105 hover:shadow-xl"
>
<script
class=""
type="text/javascript"
src="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js"
data-name="bmc-button"
data-slug="SalehOmar"
data-color="#FFDD00"
data-emoji=""
data-font="Cookie"
data-text="Buy me a coffee"
data-outline-color="#000000"
data-font-color="#000000"
data-coffee-color="#ffffff"
></script>
</button>
</div>
<!-- Mobile Menu Button -->
<button id="mobile-menu-btn" class="p-2 text-white md:hidden">
<svg
class="h-6 w-6"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M4 6h16M4 12h16M4 18h16"
/>
</svg>
</button>
</div>
<!-- Mobile Navigation -->
<nav id="mobile-menu" class="hidden space-y-3 pb-4 md:hidden">
<a
href="#services"
class="block rounded-lg px-4 py-2 text-white/90 transition-all duration-200 hover:bg-white/10 hover:text-white"
>
Services
</a>
<a
href="src/pages/whatsNew.html"
class="block rounded-lg px-4 py-2 text-white/90 transition-all duration-200 hover:bg-white/10 hover:text-white"
>
What's New
</a>
<a
href="src/pages/privacyPolicy.html"
class="block rounded-lg px-4 py-2 text-white/90 transition-all duration-200 hover:bg-white/10 hover:text-white"
>
Privacy Policy
</a>
<button class="w-full shadow-lg transition-all duration-300">
<script
class=""
type="text/javascript"
src="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js"
data-name="bmc-button"
data-slug="SalehOmar"
data-color="#FFDD00"
data-emoji=""
data-font="Cookie"
data-text="Buy me a coffee"
data-outline-color="#000000"
data-font-color="#000000"
data-coffee-color="#ffffff"
></script>
</button>
</nav>
</div>
</header>
<section
class="mt-11 flex h-3/5 w-full flex-col items-center text-center"
>
<article>
<h1
class="px-4 sm:px-16 md:px-56 font-sans text-3xl font-bold text-nowrap md:text-6xl md:text-wrap"
>
<span class="text-sky-400">Find</span> what data <br />websites
collect from you
</h1>
</article>
<!-- mt-2 w-2/5 -->
<p class="mt-2 w-full md:px-48">
No more scrolling through 5,000 words of legal text. this FREE
extension scans any website & shows you with AI what data it
collects, how it's used, how it gets shared.
</p>
<div class="flex justify-center md:w-3/4">
<video
class="flex my-3 rounded-2xl"
controls
src="public/images/demo.mp4"
></video>
</div>
<article class="mt-6 flex flex-col">
<div class="mb-1.5 flex flex-row justify-center space-x-14">
<button
class="relative inline-flex w-1/5 cursor-pointer items-center justify-center rounded-full border-2 border-slate-700 bg-gradient-to-br from-sky-400 to-slate-900 px-8 py-3 text-xl font-semibold text-white transition-all duration-500 ease-in-out hover:scale-105 hover:border-2 hover:border-sky-400 hover:bg-slate-900 hover:bg-none hover:shadow-[0_0_40px_rgba(56,189,248,0.55)]"
>
<a
href="https://chromewebstore.google.com/detail/pdhcffjpfhnjkapmpeeepnnanjcmgcej?utm_source=item-share-cb"
>Install</a
>
</button>
<div
class="transform transition-all duration-300 hover:scale-105"
>
<script
type="text/javascript"
src="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js"
data-name="bmc-button"
data-slug="SalehOmar"
data-color="#FFDD00"
data-emoji=""
data-font="Cookie"
data-text="Buy me a coffee"
data-outline-color="#000000"
data-font-color="#000000"
data-coffee-color="#ffffff"
></script>
</div>
</div>
<p>
Only available on Chrome browsers for now, your donation matter
and helps keep it free
</p>
</article>
</section>
<section
id="services"
class="relative isolate overflow-hidden px-6 py-8 sm:py-12 lg:overflow-visible lg:px-0"
>
<div
class="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 lg:mx-0 lg:max-w-none lg:grid-cols-2 lg:items-start lg:gap-y-10"
>
<div
class="lg:col-span-2 lg:col-start-1 lg:row-start-1 lg:mx-auto lg:grid lg:w-full lg:max-w-7xl lg:grid-cols-2 lg:gap-x-8 lg:px-8"
>
<div class="lg:pr-4">
<div class="lg:max-w-lg">
<p
class="text-base/7 font-thin tracking-widest text-white uppercase"
>
Services
</p>
<h1
class="mt-2 text-4xl font-semibold tracking-tight text-pretty text-white sm:text-5xl"
>
Why use our extension?
</h1>
<p class="mt-6 text-xl/8 text-white">
Privacy policies are long, vague, and intentionally hard to
understand. Privacy Lens turns them into something humans
can actually read—in seconds, directly in your browser. We
scan a website’s privacy policy, analyze it with AI, and
present the results as clear summaries and intuitive
icons—so you know exactly what’s happening with your data
before you trust a site.
</p>
</div>
</div>
</div>
<div
class="-mt-12 -ml-12 p-12 lg:sticky lg:top-4 lg:col-start-2 lg:row-span-2 lg:row-start-1 lg:overflow-hidden"
>
<img
src="/public/images/demo.PNG"
alt=""
class="w-full max-w-none rounded-xl bg-gray-900 object-cover shadow-xl ring-1 ring-gray-400/10"
/>
</div>
<div
class="lg:col-span-2 lg:col-start-1 lg:row-start-2 lg:mx-auto lg:grid lg:w-full lg:max-w-7xl lg:grid-cols-2 lg:gap-x-8 lg:px-8"
>
<div class="lg:pr-4">
<div class="max-w-xl text-base/7 text-white lg:max-w-lg">
<ul role="list" class="mt-8 space-y-8 text-white">
<li class="flex gap-x-3">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="mt-1 size-5 flex-none text-white"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="m3.75 13.5 10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75Z"
/>
</svg>
<span
><strong class="font-semibold text-sky-400"
>Instant Privacy Policy Analysis</strong
>
<span>
No more scrolling through 5,000 words of legal text.
</span>
<ul class="list-disc pt-1.5 pl-8">
<li>
Automatically detects and scans the website’s
privacy policy
</li>
<li>Uses AI to extract the important parts only</li>
<li>
Works instantly while you browse—no copy/paste, no
leaving the page
</li>
</ul></span
>
</li>
<li class="flex gap-x-3">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="mt-1 size-5 flex-none text-white"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M10.125 2.25h-4.5c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125v-9M10.125 2.25h.375a9 9 0 0 1 9 9v.375M10.125 2.25A3.375 3.375 0 0 1 13.5 5.625v1.5c0 .621.504 1.125 1.125 1.125h1.5a3.375 3.375 0 0 1 3.375 3.375M9 15l2.25 2.25L15 12"
/>
</svg>
<span
><strong class="font-semibold text-sky-400"
>Simple AI-Powered Summaries</strong
>
<span
>We translate legal language into plain,
human-friendly explanations.</span
>
<ul class="list-disc pt-1.5 pl-8">
<li>Clear summaries of what data is collected</li>
<li>
Easy-to-read explanations of how your data is used
</li>
<li>
Straightforward answers to who your data is shared
with
</li>
</ul>
<p>
No legal background required. If a policy is vague, we
tell you that too.
</p>
</span>
</li>
<li class="flex gap-x-3">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="mt-1 size-5 flex-none text-white"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M17.982 18.725A7.488 7.488 0 0 0 12 15.75a7.488 7.488 0 0 0-5.982 2.975m11.963 0a9 9 0 1 0-11.963 0m11.963 0A8.966 8.966 0 0 1 12 21a8.966 8.966 0 0 1-5.982-2.275M15 9.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
/>
</svg>
<span
><strong class="font-semibold text-sky-400"
>Visual Icons That Make Privacy Obvious</strong
>
<span>
Words are easy to hide behind. Icons aren’t. <br />
<br />
Privacy Lens uses clear visual indicators for you
</span>
</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
</div>
</main>
<footer
class="bg-base-200/60 flex flex-col items-center gap-4 p-6 text-amber-50"
>
<div
class="text-base-content flex cursor-pointer flex-col items-center gap-2 text-xl font-bold hover:text-sky-400"
>
<div class="size-14">
<a href="index.html"
><img src="/public/icons/icon-128.png" alt="Privacy Lens logo"
/></a>
</div>
<h1>Privacy Lens</h1>
</div>
<aside class="flex flex-col items-center gap-2">
<p>
©<span id="current-year"></span>
<span class="font-medium">Made by Saleh Blhmr</span>
</p>
<!-- Social Media Icons -->
<div class="flex items-center gap-3">
<a
href="https://x.com/SB_WebDev"
target="_blank"
rel="noopener noreferrer"
class="flex h-10 w-10 items-center justify-center rounded-md text-amber-50 transition-transform duration-200 hover:scale-110 hover:text-sky-400"
aria-label="X (Twitter)"
>
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 24 24">
<path
d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"
/>
</svg>
</a>
<a
href=""
target="_blank"
rel="noopener noreferrer"
class="flex hidden h-10 w-10 items-center justify-center rounded-md text-amber-50 transition-transform duration-200 hover:scale-110 hover:text-sky-400"
aria-label="LinkedIn"
>
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 24 24">
<path
d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"
/>
</svg>
</a>
<a
href="https://wa.me/966570121551"
target="_blank"
rel="noopener noreferrer"
class="flex h-10 w-10 items-center justify-center rounded-md text-amber-50 transition-transform duration-200 hover:scale-110 hover:text-sky-400"
aria-label="WhatsApp"
>
<svg class="h-8 w-8" fill="currentColor" viewBox="0 0 24 24">
<path
d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347"
/>
</svg>
</a>
<a
href="mailto:slo7ib@hotmail.com"
class="flex h-10 w-10 items-center justify-center rounded-md text-amber-50 transition-transform duration-200 hover:scale-110 hover:text-sky-400"
aria-label="Email"
>
<svg
class="h-5 w-5"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"
/>
</svg>
</a>
</div>
</aside>
<nav
class="flex flex-col items-center gap-3 sm:flex-row sm:flex-wrap sm:justify-center sm:gap-4 md:space-x-7"
>
<a
class="cursor-pointer hover:text-sky-400"
href="src/pages/termsOfService.html"
>
Terms of Service
</a>
<a
class="cursor-pointer hover:text-sky-400"
href="mailto:slo7ib@hotmail.com"
>
Help
</a>
<a
class="cursor-pointer hover:text-sky-400"
href="src/pages/privacyPolicy.html"
>
Privacy Policy
</a>
</nav>
</footer>
<script type="module" src="/src/js/main.js"></script>
</body>
</html>