mirror of
https://github.com/yusufipk/custom-homepage.git
synced 2026-09-12 02:56:08 +00:00
added data to cards
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
export const cards = [
|
||||
<a href="https://www.protonmail.com/login" target="">
|
||||
Protonmail
|
||||
</a>,
|
||||
<li>
|
||||
<a href="https://www.youtube.com" target="">
|
||||
Youtube
|
||||
</a>
|
||||
</li>,
|
||||
<a href="https://studio.youtube.com" target="">
|
||||
Youtube Studio
|
||||
</a>,
|
||||
<li>
|
||||
<a href="https://www.github.com" target="">
|
||||
Github
|
||||
</a>
|
||||
</li>,
|
||||
<li>
|
||||
<a href="https://www.odysee.com" target="">
|
||||
Odysee
|
||||
</a>
|
||||
</li>,
|
||||
<li>
|
||||
<a href="https:/www.udemy.com" target="">
|
||||
Udemy
|
||||
</a>
|
||||
</li>,
|
||||
];
|
||||
@@ -0,0 +1,6 @@
|
||||
export const card2 = [
|
||||
<a href="https://www.reddit.com/r/dataisbeautiful/">r/DataIsBeautiful</a>,
|
||||
<a href="https://www.reddit.com/r/firefox/">r/Firefox</a>,
|
||||
<a href="https://www.reddit.com/r/linux/">r/Linux</a>,
|
||||
<a href="https://www.reddit.com/r/privacy/">r/Privacy</a>,
|
||||
];
|
||||
Reference in New Issue
Block a user