Skip to content

Commit

Permalink
add chrome webstore
Browse files Browse the repository at this point in the history
  • Loading branch information
johnb8005 authored Jan 30, 2024
1 parent a06d80f commit 9bfca90
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,23 @@ <h2 class="text-3xl font-bold text-blue-800 mb-8">See It in Action</h2>

<!-- Download Section -->
<section class="bg-white py-8" id="download">
<div class="max-w-3xl mx-auto text-center">
<h2 class="text-3xl font-bold text-blue-800">Get the Extension</h2>
<p class="text-blue-600 mt-2">Ready to improve your workflow?</p>
<a
href="./fetchfast.zip"
download
class="mt-4 inline-block bg-blue-500 text-white py-2 px-6 rounded-full text-lg font-medium hover:bg-blue-600"
><i class="fa fa-download"></i> Download For Free!</a
>
</div>
</section>
<div class="max-w-3xl mx-auto text-center">
<h2 class="text-3xl font-bold text-blue-800">Get the Extension</h2>
<p class="text-blue-600 mt-2">Ready to improve your workflow?</p>
<a
href="./fetchfast.zip"
download
class="mt-4 inline-block bg-blue-500 text-white py-2 px-6 rounded-full text-lg font-medium hover:bg-blue-600"
><i class="fa fa-download"></i> Download For Free!</a>
<!-- New Chrome Web Store Link -->
<a
href="https://chromewebstore.google.com/detail/http-requester/cphnklgdpghfegmlpihlfhgngfgepiee"
target="_blank"
class="mt-4 ml-4 inline-block bg-green-500 text-white py-2 px-6 rounded-full text-lg font-medium hover:bg-green-600"
><i class="fa fa-chrome"></i> Get it on Chrome Web Store</a>
</div>
</section>


<!-- Installation Guide Section -->
<section class="py-8 bg-white">
Expand Down

0 comments on commit 9bfca90

Please sign in to comment.