refactor(web): drop old references to GitHub, also improve alt for images
This commit is contained in:
parent
f8f2e64aef
commit
b0e56c87eb
@ -203,15 +203,16 @@
|
||||
</svg>
|
||||
</a>
|
||||
<a
|
||||
aria-label="Product Hunt"
|
||||
href="https://www.producthunt.com/posts/cookie-dialog-monster?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-cookie-dialog-monster"
|
||||
target="_blank"
|
||||
>
|
||||
<img
|
||||
alt=""
|
||||
height="56"
|
||||
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=360739&theme=light"
|
||||
alt="Cookie Dialog Monster - Did someone say cookies? 😋 | Product Hunt"
|
||||
style="width: 259.25px; height: 56px"
|
||||
width="259.25"
|
||||
height="56"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
@ -225,10 +226,10 @@
|
||||
or start a conversation because you need help.
|
||||
</p>
|
||||
</div>
|
||||
<img alt="Extension Popup" class="image" src="/images/popup.png" />
|
||||
<img alt="" class="image" src="/images/popup.png" />
|
||||
</div>
|
||||
<div class="flex flex-col-reverse gap-8 items-center md:flex-row md:gap-20 md:py-20 py-10">
|
||||
<img alt="Extension Report Button" class="image" src="/images/report.png" />
|
||||
<img alt="" class="image" src="/images/report.png" />
|
||||
<div>
|
||||
<h2>We are not perfect but we try</h2>
|
||||
<p class="mt-8 text-gray-500 text-xl">
|
||||
@ -246,18 +247,17 @@
|
||||
<div>
|
||||
<h2>Real-time issue tracking</h2>
|
||||
<p class="mt-8 text-gray-500 text-xl">
|
||||
Track issues as they happen with real-time GitHub updates. Each report submitted is
|
||||
instantly recorded on our GitHub issues page, giving our team visibility to work on it
|
||||
immediately.
|
||||
Track issues as they happen with real-time updates. Each report submitted is instantly
|
||||
recorded on our issues page, giving our team visibility to work on it immediately.
|
||||
</p>
|
||||
<p class="mt-4 text-gray-500 text-xl">
|
||||
You can view the progress, add comments, and even watch the repository to stay informed.
|
||||
</p>
|
||||
</div>
|
||||
<img alt="GitHub Issue Tracking" class="image" src="/images/issue.png" />
|
||||
<img alt="" class="image" src="/images/issue.png" />
|
||||
</div>
|
||||
<div class="flex flex-col gap-8 items-center md:flex-row md:gap-20 md:py-20 py-10">
|
||||
<img alt="Extension Options" class="image" src="/images/options.png" />
|
||||
<img alt="" class="image" src="/images/options.png" />
|
||||
<div>
|
||||
<h2>Manage your exclusions</h2>
|
||||
<p class="mt-8 text-gray-500 text-xl">
|
||||
|
Loading…
Reference in New Issue
Block a user