Skip to content

Commit

Permalink
Merge pull request #23 from SantiMoncada/clickame-arrow
Browse files Browse the repository at this point in the history
clickame arrow
  • Loading branch information
H1V35 authored Nov 9, 2023
2 parents a0dc131 + a97e800 commit 997cfcd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
9 changes: 9 additions & 0 deletions public/curly-arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 13 additions & 3 deletions templates/donate.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,19 @@
</a>
</div>

<figure class="hidden lg:flex lg:justify-center">
<img class="w-64" src="./../public/qr-code.svg" alt="qr-code" />
</figure>
<div class="relative hidden lg:flex lg:justify-center">
<a href="{{.donateLink}}">
<img
class="w-64"
src="./../public/qr-code.svg"
alt="qr-code"
href="{{.donateLink}}" />
</a>
<div class="absolute right-20 bottom-3 flex flex-col justify-end">
<img class="w-20" src="./../public/curly-arrow.svg" alt="curly-arrow" />
<p class="text-white text-xl font-medium">Clíckame!</p>
</div>
</div>
</div>

<div class="flex flex-col gap-12 lg:gap-8">
Expand Down

0 comments on commit 997cfcd

Please sign in to comment.