From b947cd9b906209f60ccea6fe7c5b622fc613e648 Mon Sep 17 00:00:00 2001 From: Yihan Wu <1625609327@qq.com> Date: Tue, 1 Oct 2024 04:39:36 +0000 Subject: [PATCH] Update file education.tsx --- src/contents/education.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/contents/education.tsx b/src/contents/education.tsx index 096c05a..1942cbe 100644 --- a/src/contents/education.tsx +++ b/src/contents/education.tsx @@ -142,6 +142,7 @@ export function Education() { // sidenavbar begin <h1>School level - Universalisation Project</h1> <p className="bold-font">(1) Lectures for high school students - recipients of knowledge</p> <p className="indent">In order to promote the knowledge of synthetic biology and to enhance the interest of young people in this cutting-edge field of science and technology, we have successfully travelled to Xiangyin No. 1 High School in Hunan Province, China and Foshan High School in Guangdong Province to deliver in-school lectures. During this event, high school students showed great enthusiasm and curiosity as active absorbers of knowledge. The lectures focused on the basic concepts of synthetic biology and its applications, with a special introduction to our team's research project on tackling hepatic encephalopathy by means of synthetic biology.</p> + <div className='row'> <div className='col-6'> <img src="https://static.igem.wiki/teams/5378/037e7fc08b8f8518098e3af706f9eef.webp" @@ -156,7 +157,8 @@ export function Education() { // sidenavbar begin alt="example" className="responsive-img" /> - + </div> + </div> <div className='image-container'> <img -- GitLab