diff --git a/app.css b/app.css index 2ae7be910..eae264060 100644 --- a/app.css +++ b/app.css @@ -21,7 +21,7 @@ --sfg: #494949; /* Sceondary Foreground color */ /* Light Colors */ - --accent: #57a0d9; /* Hover color */ + --accent: #57a0d9; /* Hover color #57a0d9 */ --background: #f5f5f5; /* Background color */ --cards: #e4e6e6; /* Cards color */ @@ -40,7 +40,7 @@ --cards: #201e21; /* Cards color */ /* Fonts Color */ - --fg: #d8dee9; /* Foreground color */ + --fg: #d8dee9; /* Foreground color #d8dee9*/ --sfg: #2c292e; /* Secondary Foreground color */ /* Image background */ @@ -58,6 +58,25 @@ box-sizing: border-box; font-family: 'Open Sans', sans-serif; transition: 0.2s ease-in-out; + /* color: skyblue; */ +} + +@keyframes Dance { + 0%{ + transform: translateY(0.5rem); + } + 25%{ + transform: translateY(-0.5rem); + } + 50%{ + transform: translateY(0.5rem); + } + 75%{ + transform: translateY(-0.5rem); + } + 100%{ + transform: translateY(0.5rem); + } } body { @@ -105,6 +124,7 @@ body { grid-template-rows: repeat(4, 1fr); grid-gap: 30px; padding: 20px; + animation: Dance 8s infinite; } .card { diff --git a/assets/icons/favicon.png b/assets/icons/favicon.png index 0d4b5bef5..d0e8bf0b6 100644 Binary files a/assets/icons/favicon.png and b/assets/icons/favicon.png differ diff --git a/config.js b/config.js index d47d0e0ab..a9883e656 100644 --- a/config.js +++ b/config.js @@ -11,19 +11,19 @@ const CONFIG = { // └─┘┴ ┴└─┘┴└─┘└─┘ // General - name: 'John', + name: '', imageBackground: false, openInNewTab: true, twelveHourFormat: false, // Greetings - greetingMorning: 'Good morning!', - greetingAfternoon: 'Good afternoon,', - greetingEvening: 'Good evening,', - greetingNight: 'Go to Sleep!', + greetingMorning: 'Good morning Sir', + greetingAfternoon: 'Good afternoon Sir', + greetingEvening: 'Good evening Sir', + greetingNight: 'Still up Sir ?', // Layout - bentoLayout: 'bento', // 'bento', 'lists', 'buttons' + bentoLayout: 'buttons', // 'bento', 'lists', 'buttons' // Weather weatherKey: 'InsertYourAPIKeyHere123456', // Write here your API Key @@ -55,37 +55,37 @@ const CONFIG = { id: '1', name: 'Github', icon: 'github', - link: 'https://github.com/', + link: 'https://github.com/Teewrath', }, { id: '2', name: 'Mail', icon: 'mail', - link: 'https://mail.protonmail.com/', + link: 'https://mail.google.com/mail/u/0/#inbox', }, { id: '3', name: 'Todoist', icon: 'trello', - link: 'https://todoist.com', + link: 'https://www.notion.so/Todo-today-1128ce8987a74fae9a997c5d82370562', }, { id: '4', name: 'Calendar', icon: 'calendar', - link: 'https://calendar.google.com/calendar/r', + link: 'https://www.linkedin.com/feed/', }, { id: '5', name: 'Reddit', icon: 'glasses', - link: 'https://reddit.com', + link: 'https://web.whatsapp.com/', }, { id: '6', name: 'Odysee', icon: 'youtube', - link: 'https://odysee.com/', + link: 'https://youtube.com/', }, ], @@ -100,19 +100,19 @@ const CONFIG = { id: '2', name: 'twitter', icon: 'twitter', - link: 'https://twitter.com/', + link: 'https://twitter.com/home', }, { id: '3', name: 'bot', icon: 'bot', - link: 'https://discord.com/app', + link: 'https://codeforces.com/', }, { id: '4', name: 'Amazon', icon: 'shopping-bag', - link: 'https://amazon.com/', + link: 'https://leetcode.com/problemset/all/', }, { id: '5', diff --git a/index.html b/index.html index 2f9234e2d..4c2c5c382 100644 --- a/index.html +++ b/index.html @@ -2,8 +2,8 @@
-