Skip to content

Commit 51f14d2

Browse files
committed
Add buy a coffee button
1 parent 4474eac commit 51f14d2

File tree

2 files changed

+23
-11
lines changed

2 files changed

+23
-11
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This is not only a simplified Jira clone built with Angular 9, but also an examp
1616
- [A simplified Jira clone built with Angular 9 and Akita](#a-simplified-jira-clone-built-with-angular-9-and-akita)
1717

1818
- [Working application](#working-application)
19+
- [Support](#support)
1920
- [Who is it for 🤷‍♀️](#who-is-it-for-️)
2021
- [Tech stack](#tech-stack)
2122
- [High level design](#high-level-design)
@@ -38,19 +39,22 @@ This is not only a simplified Jira clone built with Angular 9, but also an examp
3839
- [Credits](#credits)
3940
- [License](#license)
4041

41-
</p>
42-
</details>
42+
</p>
43+
</details>
4344

4445
## Working application
4546

4647
Check out the **live demo** -> https://jira.trungk18.com
4748

4849
![Jira clone built with Angular 9 and Akita][demo]
4950

51+
## Support
52+
5053
If you like my work, feel free to:
5154

55+
- ⭐ this repository. And we will be happy together :)
5256
- [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)][tweet] about Angular Jira clone
53-
- :star: this repository. And we will be happy together :)
57+
- <a title="Thanks for your support!" href="https://www.buymeacoffee.com/tuantrungvo" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" style="max-width: 120px;" ></a>
5458

5559
Thanks a bunch for stopping by and supporting me!
5660

frontend/src/app/project/pages/board/board.component.html

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,24 @@
33
<header class="mt-3 flex justify-between text-textDarkest">
44
<div class="text-2xl font-medium">Kanban board</div>
55
<div class="social-links">
6+
<a href="https://www.buymeacoffee.com/tuantrungvo"
7+
target="_blank"
8+
rel="noopener">
9+
<j-button className="btn-secondary mr-2"> 🍺 Buy me a beer
10+
</j-button>
11+
</a>
12+
13+
<a href="https://tetris.trungk18.com/"
14+
target="_blank"
15+
rel="noopener">
16+
<j-button className="btn-secondary mr-2"> 🎮 Angular Tetris
17+
</j-button>
18+
</a>
19+
620
<a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Ftrungk18%2Fjira-clone-angular&text=Awesome%20Jira%20clone%20app%20built%20with%20Angular%209%20and%20Akita&hashtags=angular,akita,typescript"
721
(click)="sendTwitterEventButton()"
822
target="_blank"
9-
rel="noreferrer noopener"
23+
rel="noopener"
1024
class="mr-2">
1125
<j-button className="btn-secondary">
1226
<div class="flex items-center">
@@ -17,15 +31,9 @@
1731
</div>
1832
</j-button>
1933
</a>
20-
<a href="https://tetris.trungk18.com/"
21-
target="_blank"
22-
rel="noreferrer noopener">
23-
<j-button className="btn-secondary mr-2"> 🎮 Angular Tetris
24-
</j-button>
25-
</a>
2634
<a href="https://github.com/trungk18/jira-clone-angular"
2735
target="_blank"
28-
rel="noreferrer noopener">
36+
rel="noopener">
2937
<j-button className="btn-secondary"
3038
icon="github">Github Repo
3139
</j-button>

0 commit comments

Comments
 (0)