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

hP svg1

parent 4ccee8b2
No related branches found
No related tags found
No related merge requests found
Pipeline #432549 passed
...@@ -3713,3 +3713,10 @@ a{ ...@@ -3713,3 +3713,10 @@ a{
margin-left: 0 !important; margin-left: 0 !important;
padding-left: 10px !important; padding-left: 10px !important;
} }
.framecycletab{
background-color: var(--darkerbeige);
padding: 30px 20px;
border-radius: 20px;
margin-left: 60px;
}
\ No newline at end of file
This diff is collapsed.
...@@ -2,6 +2,7 @@ import { ButtonOne } from "../../components/Buttons"; ...@@ -2,6 +2,7 @@ import { ButtonOne } from "../../components/Buttons";
import { HPTimeline } from "../../components/HP-timeline"; import { HPTimeline } from "../../components/HP-timeline";
import { LoremMedium } from "../../components/Loremipsum"; import { LoremMedium } from "../../components/Loremipsum";
import { Section, Subesction } from "../../components/sections"; import { Section, Subesction } from "../../components/sections";
import { HPUnderstanding } from "./HP svgs/understanding";
export function HPIntegrated(){ export function HPIntegrated(){
...@@ -30,7 +31,19 @@ export function HPIntegrated(){ ...@@ -30,7 +31,19 @@ export function HPIntegrated(){
<ButtonOne text="Cycle of Reflection" open="refcycle" openclass="framecycletab"></ButtonOne> <ButtonOne text="Cycle of Reflection" open="refcycle" openclass="framecycletab"></ButtonOne>
</div> </div>
</div> </div>
<div className="col framecycletab" id="stakemamange" style={{display: "block"}}>stakemamange </div> <div className="col framecycletab" id="stakemamange" style={{display: "block"}}>
<div className="row">
<br/>
<div className="col-4">
<div className="" >
<HPUnderstanding/>
</div>
</div>
<div className="col">
hallo
</div>
</div>
</div>
<div className="col framecycletab" id="mendelow" style={{display: "none"}}>mendelow </div> <div className="col framecycletab" id="mendelow" style={{display: "none"}}>mendelow </div>
<div className="col framecycletab" id="swot" style={{display: "none"}}> <div className="col framecycletab" id="swot" style={{display: "none"}}>
......
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