-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtimeline.js
More file actions
42 lines (41 loc) · 1.42 KB
/
Copy pathtimeline.js
File metadata and controls
42 lines (41 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
const Data=[
{
id:5,
iconSrc:"fa-brands fa-osi",
title:"Selected for FOSS Overflow",
detail:"Selected for mentee in open source mentorship program FOSS Overflow by IIT Bhilai",
date:"March, 2026",
certificateLink: "https://drive.google.com/file/d/1RqeKqCIy4Ng9YPQDG-LFnH1KDCo5S0kq/view?usp=sharing"
},
{
id:4,
iconSrc:"fa-regular fa-lightbulb",
title:"Ideathon Participation",
detail:"Reached Finals of Ideathon by E-Summit IITR ",
date:"February, 2026",
certificateLink: "https://drive.google.com/file/d/1RqeKqCIy4Ng9YPQDG-LFnH1KDCo5S0kq/view?usp=sharing"
},
{
id:3,
iconSrc:"devicon-arduino-plain",
title:"Drone Hackathon Participation",
detail:"Participated in Drone Hackathon by Not Drones",
date:"January, 2026",
},
{
id:2,
iconSrc:"fa-solid fa-laptop-code",
title:"Hackathon Participation",
detail:"Participated in Hackathon-101 by Entrepreneurship Initiative IITGN",
date:"September, 2025",
},
{
id:1,
iconSrc:"fa-solid fa-building-columns",
title:"Joined IIT Gandhinagar",
detail:`I started my 4 year B.Tech degree from Indian Institute of Techonology, Gandhinagar in Computer
Science and Engineering.`,
date:"July, 2025",
}
]
export default Data;