Skip to content

Commit

Permalink
add: zoho exp
Browse files Browse the repository at this point in the history
  • Loading branch information
srini047 committed Aug 2, 2024
1 parent 560faa8 commit 0683462
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Timeline = () => {
return (
<div>
<VerticalTimeline>
{/* <VerticalTimelineElement
<VerticalTimelineElement
className="vertical-timeline-element--work"
contentStyle={{ background: "rgb(0, 0, 0)", color: "#fff" }}
date="Feb 2024 - Present"
Expand All @@ -25,10 +25,10 @@ const Timeline = () => {
>
<h3 className="vertical-timeline-element-subtitle">Zoho</h3>
<h5 className="vertical-timeline-element-title">
<i>Project Trainee</i>
<i>Member of Technical Staff</i>
</h5>
<p>C++, Python</p>
</VerticalTimelineElement> */}
<p>Pytorch, Audio, C++</p>
</VerticalTimelineElement>

<VerticalTimelineElement
className="vertical-timeline-element--work"
Expand Down

0 comments on commit 0683462

Please sign in to comment.