Skip to content

Commit

Permalink
Updated Job Role and Tech Updation
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshuchandola committed Mar 20, 2024
1 parent 7e7f3b7 commit bfd29d8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
17 changes: 14 additions & 3 deletions src/components/About/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { FaGraduationCap } from "react-icons/fa";
import RightSvg from "../../assets/svg/right-pattern.svg";
import { Reveal } from "../Common/Reveal";
import BlurCircles from "../Common/BlurCircles";
import { HiOutlineBuildingOffice } from "react-icons/hi2";

const About = () => {
return (
Expand Down Expand Up @@ -53,16 +54,26 @@ const About = () => {
</div>

<h4 className="text-2xl font-medium text-amber-600 dark:text-amber-300">
<Reveal width="100%">Currently Working</Reveal>
<Reveal width="100%">Work Experience</Reveal>
</h4>

<FeaturedCard
icon={
<div className="rounded-xl bg-amber-400 p-3.5 dark:bg-amber-400">
<FaGraduationCap className="h-5 w-5 text-white" />
<HiOutlineBuildingOffice className="h-5 w-5 text-white" />
</div>
}
title="Feb 2024 - Current"
desc="Frontend Developer at Exiliensoft Consulting Services."
/>

<FeaturedCard
icon={
<div className="rounded-xl bg-amber-400 p-3.5 dark:bg-amber-400">
<HiOutlineBuildingOffice className="h-5 w-5 text-white" />
</div>
}
title="June 2022 - Current"
title="June 2022 - Jan 2024"
desc="Software Developer at Source Soft Solutions Pvt. Ltd."
/>

Expand Down
5 changes: 3 additions & 2 deletions src/components/Skills/Details.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ const Details = () => {
className="flex flex-wrap gap-2"
>
<Label indicator={95}>React.js</Label>
<Label indicator={60}>Next.js</Label>
<Label indicator={70}>Redux</Label>
<Label indicator={95}>Next.js</Label>
<Label indicator={80}>Redux</Label>
<Label indicator={70}>Typescript</Label>
</motion.div>

<motion.h2
Expand Down

1 comment on commit bfd29d8

@vercel
Copy link

@vercel vercel bot commented on bfd29d8 Mar 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.