Last active
November 24, 2022 21:14
-
-
Save TaylanTatli/c40e9dd5bc24e98b643d9459c4140dd6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const NAME = "Taylan"; | |
const CARDS = [ | |
{ | |
name: "Trakt", | |
icon: "fa-tv", | |
link: "https://trakt.tv/", | |
}, | |
{ | |
name: "Reddit", | |
icon: "fa-reddit", | |
link: "https://www.troddit.com/r/unixporn/new", | |
}, | |
{ | |
name: "lobste.rs", | |
icon: "fa-shrimp", | |
link: "https://lobste.rs/", | |
}, | |
{ | |
name: "HackerNews", | |
icon: "fa-y", | |
link: "https://news.ycombinator.com/news", | |
}, | |
{ | |
name: "Lemmy", | |
icon: "fa-frog", | |
link: "https://lemmy.ml/", | |
}, | |
{ | |
name: "ProductHunt", | |
icon: "fa-p", | |
link: "https://www.producthunt.com/", | |
}, | |
{ | |
name: "Github", | |
icon: "fa-github", | |
link: "https://github.com/", | |
}, | |
{ | |
name: "Dizilla", | |
icon: "fa-clapperboard", | |
link: "https://dizilla4.com/", | |
}, | |
{ | |
name: "Pocket", | |
icon: "fa-get-pocket", | |
link: "https://app.getpocket.com/", | |
}, | |
{ | |
name: "Resmi Gazete", | |
icon: "fa-newspaper", | |
link: "https://resmigazete.gov.tr/", | |
}, | |
{ | |
name: "Netlify", | |
icon: "fa-diamond", | |
link: "https://app.netlify.com/", | |
}, | |
{ | |
name: "Google Drive", | |
icon: "fa-google-drive", | |
link: "https://drive.google.com/drive/", | |
}, | |
{ | |
name: "Blog", | |
icon: "fa-blog", | |
link: "https://taylantatli.com/", | |
}, | |
{ | |
name: "Books", | |
icon: "fa-book", | |
link: "https://books.taylantatli.com/", | |
}, | |
{ | |
name: "Notes", | |
icon: "fa-note-sticky", | |
link: "https://notes.taylantatli.com/", | |
}, | |
{ | |
name: "1000Kitap", | |
icon: "fa-book-atlas", | |
link: "https://1000kitap.com/", | |
}, | |
{ | |
name: "Adobe Docs", | |
icon: "fa-folder", | |
link: "https://documentcloud.adobe.com/", | |
}, | |
{ | |
name: "Dev.to", | |
icon: "fa-dev", | |
link: "https://dev.to/", | |
}, | |
{ | |
name: "Gitlab", | |
icon: "fa-gitlab", | |
link: "https://gitlab.com/", | |
}, | |
{ | |
name: "Youtube", | |
icon: "fa-youtube", | |
link: "https://www.youtube.com/", | |
}, | |
{ | |
name: "ÖSYM", | |
icon: "fa-school", | |
link: "https://ais.osym.gov.tr/", | |
}, | |
{ | |
name: "KAA", | |
icon: "fa-crown", | |
link: "https://www2.kickassanime.rs/", | |
}, | |
{ | |
name: "UserStyles", | |
icon: "fa-vest", | |
link: "https://33kk.github.io/uso-archive/?search=reddit&sort=updated", | |
}, | |
{ | |
name: "Quickref", | |
icon: "fa-asterisk", | |
link: "https://quickref.me/", | |
}, | |
{ | |
name: "Mdigi Tools", | |
icon: "fa-screwdriver-wrench", | |
link: "https://mdigi.tools/", | |
}, | |
{ | |
name: "Tagpacker", | |
icon: "fa-tags", | |
link: "https://tagpacker.com/", | |
}, | |
{ | |
name: "Raindrop", | |
icon: "fa-droplet", | |
link: "https://app.raindrop.io/my/0", | |
}, | |
{ | |
name: "fffuel", | |
icon: "fa-gas-pump", | |
link: "https://fffuel.co", | |
}, | |
{ | |
name: "Google Translate", | |
icon: "fa-language", | |
link: "https://translate.google.com/", | |
}, | |
{ | |
name: "DesignerNews", | |
icon: "fa-swatchbook", | |
link: "https://www.designernews.co/", | |
}, | |
{ | |
name: "Fosstodon", | |
icon: "fa-mastodon", | |
link: "https://fosstodon.org/web/timelines/home", | |
}, | |
{ | |
name: "Instagram", | |
icon: "fa-instagram", | |
link: "https://www.instagram.com/", | |
} | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment