feat(web): add reviews section

This commit is contained in:
wanhose 2023-02-21 19:30:04 +01:00
parent 9ae667c186
commit 38752321ae
4 changed files with 47 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -320,7 +320,53 @@
</div>
</div>
</div>
<div class="md:pb-20 pb-10 pt-10 md:text-center" id="downloads">
<div class="md:py-20 py-10">
<div class="md:text-center">
<h2>Need reviews?</h2>
<p class="max-w-3xl mt-8 mx-auto text-gray-500 text-xl">
See what people think about this extension before install it
</p>
</div>
<div class="grid gap-12 justify-items-center md:grid-cols-3 mt-16">
<a
href="https://chrome.google.com/webstore/detail/djcbfpkdhdkaflcigibkbpboflaplabg"
target="_blank"
>
<img
aria-label="Chrome Web Store"
height="62"
src="/images/chrome-web-store.png"
title="Chrome Web Store"
width="324"
/>
</a>
<a
href="https://mygpstools.com/best-chrome-extensions#cookie-dialog-monster"
target="_blank"
>
<img
aria-label="MyGPSTools"
height="62"
src="/images/mygpstools.png"
title="MyGPSTools"
width="187"
/>
</a>
<a
href="https://www.producthunt.com/products/cookie-dialog-monster/reviews"
target="_blank"
>
<img
aria-label="Product Hunt"
height="62"
src="/images/product-hunt.png"
title="Product Hunt"
width="263"
/>
</a>
</div>
</div>
<div class="md:text-center md:pb-20 pb-10 pt-10" id="downloads">
<h2>Available now on</h2>
<div class="flex flex-col gap-4 justify-center md:flex-row md:gap-8 mt-16">
<a