Skip to content

Commit

Permalink
updated skillset
Browse files Browse the repository at this point in the history
  • Loading branch information
neeramrutia committed Mar 30, 2024
1 parent a18770b commit 744b0a8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 27 deletions.
3 changes: 1 addition & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import { Toaster } from "react-hot-toast";
const inter = Inter({ subsets: ["latin"] });

export const metadata = {
title: "Aliva Priyadarshini | Personal Portfolio",
description: "Aliva Priyadarshini is a full-stack developer with 3 years of experience.",
title: "Neer Amrutia | Personal Portfolio"
};

export default function RootLayout({
Expand Down
8 changes: 4 additions & 4 deletions components/intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,17 @@ export default function Intro() {
<HiDownload className="opacity-60 group-hover:translate-y-1 transition" />
</a>

<a
{/* <a
className="bg-white p-4 text-gray-700 hover:text-gray-950 flex items-center gap-2 rounded-full focus:scale-[1.15] hover:scale-[1.15] active:scale-105 transition cursor-pointer borderBlack dark:bg-white/10 dark:text-white/60"
href="https://linkedin.com/in/aliva-priyadarshini-1995b4185/"
href="https://linkedin.com/in/neer-amrutia/"
target="_blank"
>
<BsLinkedin />
</a>
</a> */}

<a
className="bg-white p-4 text-gray-700 flex items-center gap-2 text-[1.35rem] rounded-full focus:scale-[1.15] hover:scale-[1.15] hover:text-gray-950 active:scale-105 transition cursor-pointer borderBlack dark:bg-white/10 dark:text-white/60"
href="https://github.com/alivapriyadarshini5"
href="https://github.com/neeramrutia"
target="_blank"
>
<FaGithubSquare />
Expand Down
39 changes: 18 additions & 21 deletions lib/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ type Experience = {

export const experiencesData: Experience[] = [
{
title: "Web Developer Trainee",
company: "Innovex Academy, Bhubaneswar, India",
title: "Started my Journey",
company: "",
description: (
<ul className="list-disc mt-1 font-normal text-gray-700 dark:text-white/75">
<li className="mb-2">
Expand All @@ -58,39 +58,39 @@ export const experiencesData: Experience[] = [
</ul>
),
icon: React.createElement(CgWorkAlt),
date: "2020 - 2021",
date: "2022 - 2023",
},
{
title: "Software Developer II",
company: "SearchingYard Software Pvt. Ltd., Bhubaneswar, India",
title: "Worked As a Freelancer on Upwork",
company: "",
description: (
<ul className="list-disc mt-1 font-normal text-gray-700 dark:text-white/75">
<li className="mb-2">
🚀 Worked with advanced web development technologies like ReactJS,
NextJS, TypeScript, ECMAScript6, JavaScript, Tailwind CSS, Material
UI, Bootstrap 5, CSS, HTML, and JSON.
UI, Bootstrap 5, CSS, HTML, and Git.
</li>
<li className="mb-2">
🔄 Worked on updated versions of React, React-RouterDom, React-Hooks,
and more.
</li>
<li className="mb-2">🔗 Worked on REST API and API integration.</li>
<li className="mb-2">
🔥 Developed dynamic applications using FIREBASE.
🔥 Developed dynamic applications using FIREBASE & NEXT JS.
</li>
<li className="mb-2">
🧠 Specialized in building logic for maximum performance across a vast
array of devices and browsers.
</li>
<li className="mb-2">
🤝 Coordinated with the development team and worked on projects like
E-COMMERCE, ERP Management System, Inventory Management System, and
E-COMMERCE, Project Catalog and
more.
</li>
</ul>
),
icon: <FaReact />,
date: "2021 - present",
date: "2023 - present",
},
];

Expand Down Expand Up @@ -119,8 +119,6 @@ export const projectsData = [
] as const;

export const skillsData = [
"HTML",
"CSS",
"JavaScript",
"TypeScript",
"React",
Expand All @@ -130,20 +128,19 @@ export const skillsData = [
"Tailwind",
"Bootstrap",
"Material UI",

"Mantine UI",
"Rest API",

// "Prisma",
"Prisma",
"MongoDB",
// "Redux",
"Redux",
"GraphQL",
// "Apollo",
"Express",
"PostgreSQL",
"Firebase",

// "Python",
// "Django",
// "Framer Motion",
"Context API",
"Python",
"Flask",
"OAuth",
"Vercel",
"SEO",
"Google Analytics"
] as const;

0 comments on commit 744b0a8

Please sign in to comment.