Skip to content
Snippets Groups Projects
Commit 36d695d6 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

hp nav

parent a1f9d134
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ export function HumanPractices() {
/>
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse1.mm.bing.net%2Fth%3Fid%3DOIP.6mRPyWPFEIQzo-HP4kEukgHaEK%26pid%3DApi&f=1&ipt=ad1e62d3df6a343c1c163a8246d424a7b61015ac43a0cbe279976cf544be7aa7&ipo=images" alt="placeholder"></img>
<H2 text="Introduciton" id="intro"/>
<H2 text="Introduction" id="intro"/>
<div className="row align-items-center" style={{marginTop: "5vh", marginBottom: "1vh"}}>
<div className="col">
<ButtonOne text="Our Understanding of HP" open="understanding"></ButtonOne>
......@@ -186,13 +186,15 @@ export function HumanPractices() {
<H2 text="Integrated Human Practices" id="timeline"/>
<HPTimeline/>
<H2 text="Reflection" id="reflection"/>
<H2 text="Feedback and Implementation" id="feedback"/>
<H2 text="Conclusion" id="conclusion"/>
<H2 text="Additions" id="additions"/>
<H3 text="Education and Outreach" id="edu"/>
<H3 text="Public Engagement" id="public"/>
<H3 text="Education" id="edu"/>
<>
<div>
{/* <a onClick={() => goToTextsAndOpenCollapsible("symptoms-collapsible", "/description?collapseId=")}>
......@@ -285,8 +287,13 @@ export function HumanPractices() {
</>
<H3 text="The survey" id="survey"/>
<H3 text="Collabroations" id="collabs"/>
<H3 text="Partnerships" id="ships"/>
</div>
);
}
......
......@@ -329,6 +329,11 @@ export const NavPages: (Page | PageRef | Folder)[] = [
{
name: "Human Practices",
folder: [
{
name: "Introduction",
title: "Introduction",
path: "/human-practices?tab=intro"
},
{
name: "Integrated Human Practices",
title: "Integrated Human Practices",
......@@ -338,10 +343,30 @@ export const NavPages: (Page | PageRef | Folder)[] = [
navlist: NoSidebar
},
{
name: "Education and Outreach",
name: "Feedback and Implementation",
title: "Feedback and Implementation",
path: "/human-practices?tab=feedback"
},
{
name: "Public Engagement",
title: "Education and Outreach",
path: "/human-practices?tab=public"
},
{
name: "Education",
title: "Education and Outreach",
path: "/human-practices?tab=edu"
}
},
{
name: "Collaboration",
title: "Collaboration",
path: "/human-practices?tab=collabs"
},
{
name: "Partnerships",
title: "Partnerships",
path: "/human-practices?tab=ships"
},
]
},
{
......
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