From 4790f284bf7a54bf2408c785c2f0e796c38c4028 Mon Sep 17 00:00:00 2001 From: OLIMINATOR Date: Sat, 7 Jan 2023 14:45:04 +0100 Subject: [PATCH] feat: links --- src/config.ts | 36 ++++++++++++++++-------------------- tailwind.config.cjs | 2 ++ 2 files changed, 18 insertions(+), 20 deletions(-) diff --git a/src/config.ts b/src/config.ts index 7d39d65..e20f609 100644 --- a/src/config.ts +++ b/src/config.ts @@ -14,40 +14,36 @@ export const OPEN_GRAPH = { }; export const BUTTONS = [ + { + name: 'Môj Minecraft Server', + background: 'bg-lendmark hover:bg-lendmark/80', + href: 'https://go.oliminator.net/lendmark', + }, + { + name: 'TikTok', + background: 'bg-tiktok hover:bg-tiktok/80', + href: 'https://go.oliminator.net/titok', + }, { name: 'YouTube', background: 'bg-youtube hover:bg-youtube/80', - href: '/', + href: 'https://go.oliminator.net/youtube', }, - /* + { name: 'Instagram', background: 'bg-instagram hover:bg-instagram/80', - href: '/', + href: 'https://go.oliminator.net/instagram', }, { name: 'GitHub', background: 'bg-github hover:bg-github/80', - href: '/', + href: 'https://go.oliminator.net/github', }, { name: 'Discord', background: 'bg-discord hover:bg-discord/80', - href: '/', + href: 'https://discord.lendmark.sk/', }, - { - name: 'Tiwtch', - background: 'bg-twitch hover:bg-twitch/80', - href: '/', - }, - { - name: 'Spotify', - background: 'bg-spotify hover:bg-spotify/80', - href: '/', - }, - { - name: 'Twitter', - background: 'bg-twitter hover:bg-twitter/80', - href: '/', - },*/ + , ]; diff --git a/tailwind.config.cjs b/tailwind.config.cjs index a7b05fa..9db092e 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -13,6 +13,7 @@ module.exports = { behance: '#1769ff', codepen: '#0ebeff', dailymotion: '#00aaff', + tiktok: '#fe3f69', deviantart: '#05cc47', discord: '#5865F2', dribbble: '#ea4c89', @@ -54,6 +55,7 @@ module.exports = { whatsapp: '#075e54', wikipedia: '#000000', youtube: '#ff0000', + lendmark: '#5e8949', transparent: 'transparent', current: 'currentColor', black: '#000',