Skip to content

Commit

Permalink
res: templates: Add play store URL
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Verma <[email protected]>
  • Loading branch information
shank03 committed Oct 31, 2023
1 parent 5264e40 commit d98f1e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<span class="self-center text-2xl font-semibold whitespace-nowrap dark:text-white">MotiClubs</span>
</a>
<div class="flex md:order-2">
<button type="button"
class="flex items-center justify-center text-white bg-[#006C4B] hover:bg-[#006C4B] font-medium rounded-lg text-sm px-4 py-2 text-center mr-3 md:mr-0 dark:bg-[#006C4B] dark:hover:bg-[#006C4B]">
<a href="https://play.google.com/store/apps/details?id=com.mnnit.moticlubs" target="_blank"
class="flex items-center justify-center text-white bg-[#006C4B] hover:bg-[#006C4B] font-medium rounded-lg text-sm px-4 py-2 text-center mr-3 md:mr-0 dark:bg-[#006C4B] dark:hover:bg-[#006C4B]">
Download
</button>
</a>
<button data-collapse-toggle="navbar-sticky" type="button"
class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600"
aria-controls="navbar-sticky" aria-expanded="false">
Expand Down Expand Up @@ -97,7 +97,8 @@ <h1 class="mb-4 text-4xl font-extrabold tracking-tight leading-none text-gray-90
</p>
<div
class="flex flex-col mb-8 lg:mb-16 space-y-4 sm:flex-row sm:space-y-0 sm:space-x-4">
<a href="#"
<a href="https://play.google.com/store/apps/details?id=com.mnnit.moticlubs"
target="_blank"
class="inline-flex justify-center items-center py-3 px-5 text-base font-medium text-center text-white rounded-lg bg-[#006C4B] hover:bg-[#006C4B]">
<div class="mr-3">
<svg viewBox="30 336.7 120.9 129.2" width="20">
Expand All @@ -119,7 +120,8 @@ <h1 class="mb-4 text-4xl font-extrabold tracking-tight leading-none text-gray-90
</a>
<a href="#"
class="inline-flex justify-center items-center py-3 px-5 text-base font-medium text-center text-gray-900 rounded-lg border border-gray-300 hover:bg-gray-100 dark:text-white dark:border-gray-700 dark:hover:bg-gray-700">
<svg xmlns="http://www.w3.org/2000/svg" class="mr-2 -ml-1 w-5 h-5" fill="currentColor" height="1em"
<svg xmlns="http://www.w3.org/2000/svg" class="mr-2 -ml-1 w-5 h-5" fill="currentColor"
height="1em"
viewBox="0 0 576 512">
<path
d="M64 0C28.7 0 0 28.7 0 64V352c0 35.3 28.7 64 64 64H240l-10.7 32H160c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H346.7L336 416H512c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM512 64V288H64V64H512z"/>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/templates/privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<span class="self-center text-2xl font-semibold whitespace-nowrap dark:text-white">MotiClubs</span>
</a>
<div class="flex md:order-2">
<button type="button"
<a href="https://play.google.com/store/apps/details?id=com.mnnit.moticlubs" target="_blank"
class="flex items-center justify-center text-white bg-[#006C4B] hover:bg-[#006C4B] focus:ring-4 focus:outline-none focus:ring-[#006C4B] font-medium rounded-lg text-sm px-4 py-2 text-center mr-3 md:mr-0 dark:bg-[#006C4B] dark:hover:bg-[#006C4B] dark:focus:ring-[#006C4B]">
Download
</button>
</a>
<button data-collapse-toggle="navbar-sticky" type="button"
class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600"
aria-controls="navbar-sticky" aria-expanded="false">
Expand Down

0 comments on commit d98f1e2

Please sign in to comment.