feat: initial commit
This commit is contained in:
commit
0ff7457679
192 changed files with 24379 additions and 0 deletions
14
src/components/blocks/banners/Coffee.astro
Normal file
14
src/components/blocks/banners/Coffee.astro
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
import icons from "@cdransf/astro-tabler-icons";
|
||||
|
||||
const { IconCoffee } = icons;
|
||||
---
|
||||
|
||||
<div class="banner coffee">
|
||||
<p>
|
||||
<span set:html={IconCoffee({ size: 24 })} />
|
||||
<a class="coffee" href="https://buymeacoffee.com/cory">
|
||||
If you found this post helpful, you can buy me a coffee.
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
Reference in a new issue