Skip to content

Commit

Permalink
Update Introduction.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
7his15CYS authored Jan 27, 2025
1 parent e346f39 commit 7e8d9bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/component/Introduction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ export function Introduction(){
<h4 className="text-center fw-bold mb-3">簡介</h4>
<p> <span style={{fontWeight: 800}}>Information Security Laboratory</span> (ISLab@NTUT) was founded in August 2022 in the Department of Computert Science and Information Engineering, National Taipei University of Technology. Led by professor <a className="text-decoration-underline" onClick={() => navigate("/Profile")} style={{cursor: 'pointer'}}>Chin-Yu Sun</a>, our team aims to design original methodologies and develop practical security systems to meet the different demands of clients.</p>
<p> Our research topics include: </p>
<ul style={{lineHeight: 2}}>

<li className="text-white">
{ topics.map((topic) => <Topics topic={topic.title} description={topic.description}></Topics>) }
</li>
</ul>

<p> We welcome students with <span className="bold-red">research passion</span> and <span className="bold-red">crazy ideas</span> to join us and expect our research projects can have great protection on improving computer security. </p>
<br></br>
<p> 欲加入實驗室之同學,請先行閱讀《<a className="text-decoration-underline" style={{cursor: 'pointer'}} onClick={() => navigate("/rules")}>本實驗室入場手冊</a>》,再與《<a href="mailto:[email protected]"></a>》聯繫。 </p>
<p> 欲加入實驗室之同學,請先行閱讀《<a className="text-decoration-underline" style={{cursor: 'pointer'}} onClick={() => navigate("/rules")}>實驗室入場手冊</a>》,再與《<a href="mailto:[email protected]"></a>》聯繫。 </p>
</div>
)
}
}

0 comments on commit 7e8d9bd

Please sign in to comment.