From f2e67d12df65dfc6df1d5e2b55e58d35eeee1e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcelo=20Dantas?= Date: Sat, 23 Mar 2024 02:29:34 -0300 Subject: [PATCH] data: delete jmgrd98 json (#10300) Just deleting my profile JSON file. --- data/jmgrd98.json | 61 ----------------------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 data/jmgrd98.json diff --git a/data/jmgrd98.json b/data/jmgrd98.json deleted file mode 100644 index 99481881c59..00000000000 --- a/data/jmgrd98.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "name": "João Marcelo Dantas", - "bio": "Fullstack Developer", - "milestones": [ - { - "title": "Started coding!", - "date": "March 2022", - "icon": "FaCode", - "color": "green", - "description": "Started my programming studies.", - "url": "https://www.github.com/jmgrd98/" - }, - { - "title": "Started in open source!", - "date": "January 2023", - "icon": "FaCodeBranch", - "color": "green", - "description": "Started contributing to open source projects as a way to improve my coding skills.", - "url": "https://www.github.com/jmgrd98/" - }, - { - "title": "Got hired as a fullstack developer!", - "date": "February 2023", - "icon": "FaDollarSign", - "color": "green", - "description": "Got my first job as a developer on a real company.", - "url": "https://www.github.com/jmgrd98/" - } - ], - "socials": [ - { - "icon": "FaGithub", - "url": "https://github.com/jmgrd98" - }, - { - "icon": "FaLinkedin", - "url": "https://www.linkedin.com/in/joao-marcelo-dantas" - }, - { - "icon": "FaTwitter", - "url": "https://twitter.com/joaodantas_dev" - } - ], - "links": [ - { - "name": "Follow me on LinkedIn", - "url": "https://www.linkedin.com/in/joao-marcelo-dantas/", - "icon": "FaLinkedin" - }, - { - "name": "Follow me on GitHub", - "url": "https://github.com/jmgrd98", - "icon": "FaGithub" - }, - { - "name": "Follow me on Twitter", - "url": "https://twitter.com/joaodantas_dev", - "icon": "FaTwitter" - } - ] -}