From c15de30a13185a468b314dc357c7fa4c852e0768 Mon Sep 17 00:00:00 2001 From: Shivam Prasad Singh Date: Mon, 28 Oct 2024 11:46:48 +0530 Subject: [PATCH 1/2] Update Tailwind Config for Responsive Design --- tailwind.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tailwind.config.js b/tailwind.config.js index 69184fce..bca2299e 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -57,6 +57,12 @@ module.exports = { rose: colors.rose, }), }, + screens: { + sm: '640px', + md: '925px', // Custom md breakpoint set to 925px + lg: '1100px', // Custom lg breakpoint set to 1100px + xl: '1280px', + }, }, plugins: [], }; From 49e611d9b942429abb8916a46276c2af4c512af5 Mon Sep 17 00:00:00 2001 From: Shivam Prasad Singh Date: Mon, 28 Oct 2024 13:00:52 +0530 Subject: [PATCH 2/2] Add my profile : Shivam Prasad Singh --- public/data/shivhere007.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 public/data/shivhere007.json diff --git a/public/data/shivhere007.json b/public/data/shivhere007.json new file mode 100644 index 00000000..2d0d8000 --- /dev/null +++ b/public/data/shivhere007.json @@ -0,0 +1,24 @@ +{ + "name": "Shivam Prasad Singh", + "location": "Jamshedpur, Jharkhand, India", + "bio": "Aspiring full-stack developer passionate about technology, eager to learn and create innovative solutions in the ever-evolving tech landscape.", + "avatar": "https://github.com/shivhere007.png", + "portfolio": "https://github.com/shivhere007", + "skills": [ + "Problem Solving Skills", + "Software Developer", + "FullStack Developer", + "MERN", + "Git", + "PostgresSQL", + "GitHub", + "TypeScript", + "Express.js", + "TailwindCSS" + ], + "social": { + "GitHub": "https://github.com/shivhere007", + "Twitter": "https://x.com/iamshiv0719", + "LinkedIn": "https://www.linkedin.com/in/iamshiv07/" + } +}