Skip to content

Commit

Permalink
add buymeacoffee
Browse files Browse the repository at this point in the history
  • Loading branch information
tkachuk committed Feb 7, 2024
1 parent 07c34b4 commit d9372ab
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# **Neumorphine.css**

[by Tkachuk Zakhar](https://github.com/imhul)

## Based on neumorphism design concept
Open Source CSS Code Generator for Neumorphism UI Design Concept made with ❤️ by [Tkachuk Zakhar](https://github.com/imhul)

### What's inside?

- `SvelteKit`
- `Type Script`
- `SCSS`
- `Tauri`

### demo
### Demo

[demo](https://imhul.github.io/neumorphine.css)

### Donate

Can you buy me a ☕ [for support](https://www.buymeacoffee.com/blashirkz)
15 changes: 13 additions & 2 deletions src/lib/components/Footer/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
<span
>Made with ❤️ by
<a href="https://weblogic.netlify.app/" target="_blank">
Tkachuk Zakhar
</a>
Tkachuk Zakhar</a
>.
</span>
<span class="block"
>Can you buy me a ☕ <a
href="https://www.buymeacoffee.com/blashirkz"
>for support</a
></span
>
</footer>

<style lang="scss">
Expand All @@ -29,5 +35,10 @@
color: var(--primary);
}
}
.block {
display: block;
margin-left: rem(20);
}
}
</style>

0 comments on commit d9372ab

Please sign in to comment.