Skip to content

Commit

Permalink
update: timeline data
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsoni1010 committed Aug 13, 2023
1 parent fb1f20b commit 6d83b46
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions components/Home/__timelineDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,69 @@ import { SiChainlink } from "react-icons/si";
import { IoIosRocket } from "react-icons/io";

const timelineDetails = [
{
timeline_title: "fastn Roadshow Bangalore",
timeline_description: "",
timeline_icon: <SiChainlink />,
timeline_place: "Bangalore",
timeline_date: "19th August 2023",
timeline_day: "Saturday",
timeline_hostedby: "Ayush Soni",
timeline_event_link: "https://twitter.com/ayushsoni1010",
timeline_tags: [
{ tag: "fastn" },
{ tag: "Framework" },
{ tag: "Open Source" },
{ tag: "Portfolio" },
{ tag: "FifthTry" },
{ tag: "Events" },
{ tag: "DevRel" },
{ tag: "Roadshow" },
],
timeline_card_color: "orange.400",
},
{
timeline_title: "fastn Roadshow Kolkata",
timeline_description: "",
timeline_icon: <VscSymbolEvent />,
timeline_place: "Indore",
timeline_date: "12th August 2023",
timeline_day: "Saturday",
timeline_hostedby: "Ayush Soni",
timeline_event_link: "https://twitter.com/ayushsoni1010",
timeline_tags: [
{ tag: "fastn" },
{ tag: "Framework" },
{ tag: "Open Source" },
{ tag: "Portfolio" },
{ tag: "FifthTry" },
{ tag: "Events" },
{ tag: "DevRel" },
{ tag: "Roadshow" },
],
timeline_card_color: "red.400",
},
{
timeline_title: "fastn Roadshow Delhi",
timeline_description: "",
timeline_icon: <IoIosRocket />,
timeline_place: "Delhi",
timeline_date: "06th June 2023",
timeline_day: "Sunday",
timeline_hostedby: "Ayush Soni",
timeline_event_link: "https://twitter.com/ayushsoni1010",
timeline_tags: [
{ tag: "fastn" },
{ tag: "Framework" },
{ tag: "Open Source" },
{ tag: "Portfolio" },
{ tag: "FifthTry" },
{ tag: "Events" },
{ tag: "DevRel" },
{ tag: "Roadshow" },
],
timeline_card_color: "purple.400",
},
{
timeline_title: "fastn Roadshow Nagpur",
timeline_description: "",
Expand Down

1 comment on commit 6d83b46

@vercel
Copy link

@vercel vercel bot commented on 6d83b46 Aug 13, 2023

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.