feat: links

This commit is contained in:
OLIMINATOR 2023-01-07 14:45:04 +01:00
parent f1c0f23920
commit 4790f284bf
2 changed files with 18 additions and 20 deletions

View file

@ -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: '/',
},*/
,
];

View file

@ -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',