Skip to content

Commit

Permalink
update: timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
srini047 committed Sep 13, 2024
1 parent 005be0d commit ed41e7d
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions src/components/Timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { BsPencilFill } from "react-icons/bs";
import { CgGoogle } from "react-icons/cg";
import { MdDownloading } from "react-icons/md";
import { SiZoho } from "react-icons/si";
import { DiAngularSimple } from "react-icons/di";

const Timeline = () => {
return (
Expand All @@ -19,7 +20,21 @@ const Timeline = () => {
<VerticalTimelineElement
className="vertical-timeline-element--work"
contentStyle={{ background: "rgb(0, 0, 0)", color: "#fff" }}
date="Feb 2024 - Present"
date="Sep 2024 - Present"
iconStyle={{ background: "rgb(0, 0, 0)", color: "#fff" }}
icon={<DiAngularSimple />}
>
<h3 className="vertical-timeline-element-subtitle">Arrcus</h3>
<h5 className="vertical-timeline-element-title">
<i>Software Engineer</i>
</h5>
<p>C, Networking</p>
</VerticalTimelineElement>

<VerticalTimelineElement
className="vertical-timeline-element--work"
contentStyle={{ background: "rgb(0, 0, 0)", color: "#fff" }}
date="Feb 2024 - Aug 2024"
iconStyle={{ background: "rgb(0, 0, 0)", color: "#fff" }}
icon={<SiZoho />}
>
Expand Down Expand Up @@ -84,7 +99,7 @@ const Timeline = () => {
</p>
</VerticalTimelineElement>

<VerticalTimelineElement
{/* <VerticalTimelineElement
className="vertical-timeline-element--work"
contentStyle={{ background: "rgb(0, 0, 0)", color: "#fff" }}
date="July 2022 - May 2023"
Expand All @@ -99,7 +114,7 @@ const Timeline = () => {
Learnt about Google technologies like TensorFlow, Firebase, Angular
& hosted events on the similar technologies
</p>
</VerticalTimelineElement>
</VerticalTimelineElement> */}

<VerticalTimelineElement
iconStyle={{ background: "rgb(0, 0, 0)", color: "#fff" }}
Expand Down

0 comments on commit ed41e7d

Please sign in to comment.