Skip to content

Commit

Permalink
updated web extension page
Browse files Browse the repository at this point in the history
  • Loading branch information
SaibaDev committed May 2, 2024
1 parent a8c24bf commit 2e0d723
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
Binary file added imgs/step1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/step2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/step3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/step4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions web extension.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,30 @@
<div>
<h2 class="text-center text-6xl font-bold font-Poppins mt-10">How to Install Protego Web Extension</h2>

<!-- Step 1-->
<div class="flex flex-col lg:flex-row items-center justify-center gap-40 lg:gap-40 mx-10 mt-20">
<div class="text-lg">

<div class="flex items-center gap-0">
<p class="font-normal text-xl"><span class="font-bold text-3xl text-red-500">1. Download Protego Web Extension</p>
</div>
</div>

<img src="imgs/step1.png" alt="contactUs" class="w-96 rounded-lg">
</div>

<!-- Step 2-->
<div class="flex flex-col lg:flex-row items-center justify-center gap-40 lg:gap-40 mx-10 mt-20">
<div class="text-lg">

<div class="flex items-center gap-0">
<p class="font-normal text-xl"><span class="font-bold text-3xl">2. Download Protego Web Extension</p>
</div>
</div>

<img src="imgs/step2.png" alt="contactUs" class="w-96 rounded-lg">
</div>

</div>

</body>
Expand Down

0 comments on commit 2e0d723

Please sign in to comment.