-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ab1bb2
commit 382d6e4
Showing
52 changed files
with
362 additions
and
203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,24 @@ | ||
<div class="my-24 rounded-3xl bg-black"> | ||
<div class="px-6 py-24 lg:px-8"> | ||
<div class="my-16 rounded-3xl "> | ||
<div class="px-6 py-16 lg:px-8 "> | ||
<div class="card-body"> | ||
<div class="mx-auto max-w-2xl text-center"> | ||
<h2 class="text-3xl font-bold tracking-tight text-white sm:text-4xl"> | ||
Do More with Helperbird! | ||
<img src="/assets/images/pwa/logo/full.png" | ||
alt="Helperbird logo: Stylized owl with large yellow eyes and a beige face, against a green background." alt="Helperbird" class="w-20 mx-auto" /> | ||
<h2 class="text-3xl font-bold tracking-tight text-black sm:text-4xl mt-4"> | ||
Download Helperbird! | ||
</h2> | ||
<p class="mx-auto mt-6 max-w-xl text-lg leading-8 text-white"> | ||
<p class="mx-auto mt-6 max-w-xl text-2xl leading-8 text-black"> | ||
Want to make browsing easier and more accessible? Helperbird has everything you need! With tools like | ||
<a href="/features/speech-to-text/" class="text-green-500 hover:text-green-700" title="Explore text-to-speech features">Text to Speech</a>, | ||
<a href="/features/immersive-reader-for-chrome/" class="text-red-500 hover:text-red-700" title="Learn about the Immersive Reader">Immersive Reader</a>, | ||
and more, Helperbird makes your online experience smoother and more enjoyable. | ||
<a href="/features/speech-to-text/" class="text-blue-500 hover:text-blue-700" title="Explore text-to-speech features">Text to Speech</a>, | ||
<a href="/features/immersive-reader-for-chrome/" class="text-blue-500 hover:text-blue-700" title="Learn about the Immersive Reader">Immersive Reader</a>, | ||
and more. | ||
</p> | ||
<div class="mt-10 flex items-center justify-center gap-x-4"> | ||
<button onclick="download_modal.showModal()" class="btn btn-secondary shadow-md" aria-label="Download Helperbird" title="Download Helperbird"> | ||
Download | ||
<button onclick="download_modal.showModal()" class="btn btn-lg btn-secondary shadow-md" aria-label="Download Helperbird" title="Download Helperbird"> | ||
Download Now | ||
</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.