Skip to content

Commit 4256139

Browse files
committed
Updated links and added widgets
1 parent 9d088a1 commit 4256139

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
An open-source project that categorizes handy code snippets across various programming languages. Built with love and powered by an awesome community. 🚀
44

5+
<div style="display: flex">
6+
<a href="https://youtu.be/BhRi7fJzPgk?si=z1sVXU7uRS0bkSEt" target="_blank" style="text-decoration: none;">
7+
<img src="https://img.shields.io/static/v1?label=&message=Watch%20on%20YouTube&labelColor=FFFFFF&color=FF0000&style=for-the-badge&logo=youtube&logoColor=FF0000" alt="Watch on YouTube" style="margin-right: 20px">
8+
</a>
9+
10+
<a href="https://ko-fi.com/D1D217QALD" target="_blank" style="text-decoration: none;">
11+
<img src="https://img.shields.io/static/v1?label=&message=Support%20this%20project&labelColor=FFFFFF&color=FF5E5B&style=for-the-badge&logo=ko-fi&logoColor=FF5E5B" alt="Support this project">
12+
</a>
13+
</div>
14+
15+
<br>
16+
17+
![Website preview](/public/preview.png)
18+
519
## How to contribute
620

721
Want to help make QuickSnip even better? You can contribute by:

public/preview.png

165 KB
Loading

public/vite.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/layouts/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const Footer = () => {
2929
<ul className="flow" data-flow-space="sm">
3030
<li>
3131
<a
32-
href="https://github.com/dostonnabotov/quicksnip"
32+
href="https://github.com/dostonnabotov/quicksnip/blob/main/CONTRIBUTING.md"
3333
target="_blank"
3434
rel="noopener noreferrer"
3535
className="styled-link"
@@ -63,7 +63,7 @@ const Footer = () => {
6363
</li>
6464
<li>
6565
<a
66-
href="https://github.com/dostonnabotov/quicksnip"
66+
href="https://ko-fi.com/technoph1le"
6767
target="_blank"
6868
rel="noopener noreferrer"
6969
className="styled-link"

src/layouts/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Header = () => {
1010
<nav className="primary-nav">
1111
<SearchInput />
1212
<LinkButton
13-
href="https://github.com/dostonnabotov/quicksnip/"
13+
href="https://github.com/dostonnabotov/quicksnip/blob/main/CONTRIBUTING.md"
1414
target="_blank"
1515
rel="noopener noreferrer"
1616
>

0 commit comments

Comments
 (0)