From fe3a5f28eef2ba7d11df68e99fc0b0b98e9a7bf1 Mon Sep 17 00:00:00 2001 From: Ron Rustemi Date: Tue, 16 Dec 2025 22:24:45 +0100 Subject: [PATCH 1/2] Add Ron Rustemi's profile information in JSON --- public/data/ronrustemi123.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 public/data/ronrustemi123.json diff --git a/public/data/ronrustemi123.json b/public/data/ronrustemi123.json new file mode 100644 index 00000000..0e6ea056 --- /dev/null +++ b/public/data/ronrustemi123.json @@ -0,0 +1,13 @@ +{ + "name": "Ron Rustemi", + "location": "Tetovo, North Macedonia", + "bio": "Full-stack JavaScript Developer based in Tetovo, North Macedonia", + "avatar": "https://github.com/ronrustemi123.png", + "portfolio": "https://ronrustemi.vercel.app/", + "skills": ["Next.js", "React", "TypeScript", "TailwindCSS", "Node.js", "Express.js", "Docker", "AWS", "PostgreSQL"], + "social": { + "GitHub": "https://github.com/ronrustemi123", + "LinkedIn": "https://www.linkedin.com/in/ron-rustemi-92bb16359/", + "Email": "ronrustemi9@gmail.com", + } +} From 544d9de51c121179438dcdc365949cd16dea9658 Mon Sep 17 00:00:00 2001 From: Ron Rustemi Date: Tue, 16 Dec 2025 22:26:24 +0100 Subject: [PATCH 2/2] Add 'ronrustemi123.json' to ProfilesList --- src/ProfilesList.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ProfilesList.json b/src/ProfilesList.json index 2c0c7fca..a29696b0 100644 --- a/src/ProfilesList.json +++ b/src/ProfilesList.json @@ -585,5 +585,6 @@ "Shauryaditya.json", "dev-aditya-lab.json", "IamPriyabrato04.json", - "YashMahto.json" + "YashMahto.json", + "ronrustemi123.json" ]