diff --git a/src/containers/App/App.css b/src/containers/App/App.css index 4c96f8e60046a029f8bd8248495677c0242ba34f..4ef16a748301b831b30ca4420c9f6d586714ae0d 100644 --- a/src/containers/App/App.css +++ b/src/containers/App/App.css @@ -526,6 +526,9 @@ footer a:hover { .indent { text-indent: 20px; /* 设置首行缩进 20px */ } +.model-nav .side-navbar .nav-link.active{ + width: 200px; +} .side-navbar { width: 250px; diff --git a/src/contents/inclusivity.tsx b/src/contents/inclusivity.tsx index 7b9146107d1cfb907c3155f980beaf94bd9f70d6..dac0698c96ede6fc1711bef192e44d6ff54abc94 100644 --- a/src/contents/inclusivity.tsx +++ b/src/contents/inclusivity.tsx @@ -119,10 +119,10 @@ export function Inclusivity() { <Element name="section4" className="element rounded-border" id='section4'> <h2>Rural outreach program</h2> - <p>Content for section 4.</p> <div className="rounded-border"> - <h4 className="center-text">First Encounter and Gifts</h4> - <p className="indent">On July 14, 2024, the SMU-GDMU iGEM team, in collaboration with a doctoral medical team from Southern Medical University, embarked on a journey to Wa Ri Town, Daofu County, Garze Tibetan Autonomous Prefecture, Sichuan Province, located at an altitude of 3000 meters. Daofu County is nestled along the Xianshui River, where the river's relentless erosion over the years has created a series of fertile valleys, giving birth to a constellation of villages. The iGEM team's visit brought medical supplies and equipment to the villagers of Wa Ri Town for their daily healthcare services.</p> + <h4 className="center-text">Research and Advocacy</h4> + <p className="indent">On July 14, 2024, the SMU-GDMU iGEM team, in collaboration with a doctoral medical team from Southern Medical University, embarked on a journey to Wa Ri Town, Daofu County, Garze Tibetan Autonomous Prefecture, Sichuan Province, located at an altitude of 3000 meters. As well, the iGEM team's visit brought medical supplies and equipment to the villagers of Wa Ri Town for their daily healthcare services. +The iGEM team collaborated with local health clinics to conduct in-depth interviews and focus group discussions. Through accurate data collection, the team gained a comprehensive understanding of the recent trends in the incidence of hepatic encephalopathy and the current state of treatment in the area. Subsequently, we provided educational sessions on synthetic biology for the local villagers and held a popular science lecture on "hepatic encephalopathy" for them. To gauge the villagers' understanding and feedback on the knowledge of "hepatic encephalopathy" we shared, we visited villagers' homes for follow-up, hoping to further promote their awareness of the condition.</p> <div className='image-container'> <img src="https://static.igem.wiki/teams/5378/award-inclusivity/1-1.webp" diff --git a/src/contents/model.tsx b/src/contents/model.tsx index 71740a18d3027e5c95ee6bd9699eb3824df95cb8..dd919c744d2d45ac2311e5f7aec8b10e38e4902f 100644 --- a/src/contents/model.tsx +++ b/src/contents/model.tsx @@ -119,7 +119,7 @@ export function Model() { </h1> </div> <div className="row bg-rice_yellow"> - <div className="col-2"> + <div className="col-2 model-nav"> <SideNavbar activeLink={activeLink} /> </div>