Skip to content

Commit

Permalink
New media
Browse files Browse the repository at this point in the history
  • Loading branch information
dask-58 committed Dec 12, 2024
1 parent 843aa9f commit 2ecfa57
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
import BaseLayout from '@/layouts/BaseLayout.astro'
import siteConfig from '@/site-config'
import SpotifyPlaylist from '../components/Spotify.vue'
// import SpotifyPlaylist from '../components/Spotify.vue'
---

<link
Expand Down
12 changes: 12 additions & 0 deletions src/pages/projects/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,18 @@ export const projectData: ProjectData = [
icon: 'i-simple-icons-leetcode',
href: 'https://leetcode.com/u/eruditesurgery/',
},
{
text: 'TopCoder',
description: '',
icon: 'i-simple-icons-topcoder',
href: 'https://profiles.topcoder.com/dask_58',
},
{
text: 'CodinGame',
description: '',
icon: 'i-simple-icons-codingame',
href: 'https://www.codingame.com/profile/7e7674666320a5933c4b44229e666cc85986046',
},
{
text: 'Kaggle',
description: 'my kaggle profile',
Expand Down
5 changes: 5 additions & 0 deletions src/site-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ export const siteConfig = {
href: 'https://linkedin.com/in/dhruvkoli',
icon: 'i-simple-icons-linkedin',
},
{
text: 'BlueSky',
href: 'https://bsky.app/profile/dask58.bsky.social',
icon: 'i-simple-icons-bluesky',
},
{
text: 'Mastodon',
href: 'https://mastodon.social/@dask58',
Expand Down
3 changes: 3 additions & 0 deletions uno.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ export default defineConfig({
'i-simple-icons-cplusplus',
'i-simple-icons-rust',
'i-simple-icons-github',
'i-simple-icons-topcoder',
'i-simple-icons-bluesky',
'i-simple-icons-codingame',
'i-ri-github-line',
'i-ri-twitter-x-line',
'i-simple-icons-monkeytype',
Expand Down

0 comments on commit 2ecfa57

Please sign in to comment.