feat(web): add information about new options page

This commit is contained in:
wanhose 2023-10-11 09:48:06 +02:00
parent 1601aef304
commit 2ef0108c71

View File

@ -1,4 +1,4 @@
<!DOCTYPE html> <!doctype html>
<html class="scroll-smooth" lang="en"> <html class="scroll-smooth" lang="en">
<head> <head>
<title>Cookie Dialog Monster | Did someone say cookie consent dialogs?</title> <title>Cookie Dialog Monster | Did someone say cookie consent dialogs?</title>
@ -172,9 +172,9 @@
<div class="md:mt-14"> <div class="md:mt-14">
<h2>A powerful popup to manage all from a single place</h2> <h2>A powerful popup to manage all from a single place</h2>
<p class="mt-8 text-gray-500 text-xl"> <p class="mt-8 text-gray-500 text-xl">
Disable our extension if you would like to accept cookies in a specific page, rate us, Disable the extension if you would like to accept cookies in a specific page, contribute
refresh the current page cleaning the cache or start a conversation because you need to the project, open settings to manage the exclusion list, help us rating the extension
help. or start a conversation because you need help.
</p> </p>
</div> </div>
<img alt="Extension Popup" class="image" src="/images/popup.png" /> <img alt="Extension Popup" class="image" src="/images/popup.png" />
@ -194,6 +194,20 @@
</p> </p>
</div> </div>
</div> </div>
<div class="flex flex-col gap-8 md:flex-row md:gap-20 md:py-20 py-10">
<div class="md:mt-14">
<h2>Manage your exclusions</h2>
<p class="mt-8 text-gray-500 text-xl">
Clear, import and export your preferences with one click. Users have full control over
which websites should be exempt from the cookie consent dialog removal functionality.
</p>
<p class="mt-4 text-gray-500 text-xl">
This feature is especially useful for websites that have unique cookie consent dialog
implementations or where the extension may cause unintended side effects.
</p>
</div>
<img alt="Extension Options" class="image" src="/images/options.png" />
</div>
<div class="md:py-20 py-10"> <div class="md:py-20 py-10">
<div class="md:text-center"> <div class="md:text-center">
<h2>A better way to surf the Internet</h2> <h2>A better way to surf the Internet</h2>