diff --git a/public/data/_list.json b/public/data/_list.json index 88d2a678338..3f21360e9d0 100644 --- a/public/data/_list.json +++ b/public/data/_list.json @@ -25,5 +25,6 @@ { "username": "orama254", "avatar": "https://github.com/orama254.png" }, { "username": "voidz", "avatar": "https://github.com/voidz7.png" }, { "username": "suhail34", "avatar": "https://github.com/suhail34.png" }, - { "username": "Rajiv Tiwari", "avatar": "https://github.com/rajivransom.png" } + { "username": "Rajiv Tiwari", "avatar": "https://github.com/rajivransom.png" }, + { "username": "RoshanMhatre", "avatar": "https://github.com/RoshanMhatre.png" } ] diff --git a/public/data/roshanmhatre.json b/public/data/roshanmhatre.json new file mode 100644 index 00000000000..fe096999752 --- /dev/null +++ b/public/data/roshanmhatre.json @@ -0,0 +1,18 @@ +{ + "name": "Roshan Mhatre", + "bio": "🤎Web Dev and Open-Source Enthusiast", + "avatar": "https://github.com/RoshanMhatre.png", + "links": [ + { + "name": "My GitHub", + "url": "https://github.com/RoshanMhatre", + "icon": "github" + }, + { + "name": "My Twitter", + "url": "https://twitter.com/RoshanMhatre", + "icon": "twitter" + } + ] + } + \ No newline at end of file diff --git a/src/Components/Links.js b/src/Components/Links.js index 3417b5da734..e81f95072a0 100644 --- a/src/Components/Links.js +++ b/src/Components/Links.js @@ -5,9 +5,9 @@ import { Button } from 'primereact/button' function Links({ links }) { const colors = { - youtube: 'red', + youtube: '#FF0000', twitter: '#00ACEE', - github: 'black', + github: '#171515', } const goToLinkHandle = (url) => {