Skip to content

Commit

Permalink
demos
Browse files Browse the repository at this point in the history
  • Loading branch information
leogopal authored Feb 20, 2024
1 parent 2d9e5bf commit a2dff6b
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,25 @@ <h1 class="text-4xl font-bold mb-4">Github Event Issue Creator | Bookmarklet</h1
</a>
<p class="mt-4 text-gray-600">Drag the button to your bookmarks bar to install</p>

<img class="mx-auto mb-8" src="./images/bmklt-demo1.gif" alt="Centered Image">
<div class="flex justify-center space-x-4">
<img class="mx-auto" src="./images/bmklt-demo1.gif" alt="First Image">
<img class="mx-auto" src="p./images/bmklt-demo2.gif" alt="Second Image">
</div>

<div class="flex justify-center space-x-4 mt-8">
<div class="max-w-sm rounded overflow-hidden shadow-lg p-4 bg-white">
<img class="w-full" src="./images/bmklt-demo1.gif" alt="First Image">
<div class="px-6 py-4">
<div class="font-bold text-xl mb-2">Drag the bookmarklet button to install</div>
</div>
</div>
<div class="max-w-sm rounded overflow-hidden shadow-lg p-4 bg-white">
<img class="w-full" src="./images/bmklt-demo2.gif" alt="Second Image">
<div class="px-6 py-4">
<div class="font-bold text-xl mb-2">Clcik to use on any Central Tracker Edit Page</div>
</div>
</div>
</div>

</div>
</body>
Expand Down

0 comments on commit a2dff6b

Please sign in to comment.