Skip to content
Snippets Groups Projects
Commit 53dfa787 authored by Asal Sahami Moghaddam's avatar Asal Sahami Moghaddam
Browse files
parents 798e9394 5d624c30
No related branches found
No related tags found
No related merge requests found
Pipeline #494713 failed
......@@ -178,7 +178,7 @@ button.tabbutton:nth-child(1), button.tabbutton:nth-child(6){
.Industry, button.tabbutton:nth-child(5){
background-color: var(--mediumpurple);
}
.Activist, .Milestone{
.Activist, .Milestone, .Education, .Outreach{
background-color: var(--igemlightgreen) !important;
}
......@@ -374,4 +374,6 @@ display: flex;
.timeline-item .img-cube{
height: 120px;
max-height: 13vh;
object-fit: cover !important;
}
\ No newline at end of file
......@@ -46,6 +46,16 @@ export function HPTimeline(){
node: <TimeHori tab="Milestone" ></TimeHori>,
buttonname: "Milestones",
cssname: "Milestone"
},
{
node: <TimeHori tab="Education" ></TimeHori>,
buttonname: "Education",
cssname: "Education"
},
{
node: <TimeHori tab="Outreach" ></TimeHori>,
buttonname: "Outreach",
cssname: "Outreach"
}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment