Skip to content

Commit

Permalink
Update 2024_SP.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
7his15CYS authored Mar 7, 2025
1 parent 7d77ff8 commit b5b78b3
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions src/course/2024_SP.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,27 @@ export function SP_2024() {
technical reports, the students can obtain the newest and complete
domain knowledge in their research stage.
</p>
</div>
<div className="p-3 w-100" style={{ backgroundColor: "#7a1b1b" }}>
<h5 className="fw-bold text-white m-0">其他相關教學資源</h5>
</div>
</div>

<div className="p-3 w-100" style={{ backgroundColor: "#7a1b1b" }}>
<h5 className="fw-bold text-white m-0">其他相關教學資源</h5>
</div>
<div className="py-3 d-flex flex-column gap-3">
<li>[Book] Secure Coding: Principles and Practices</li>
<li>[Book] Secure Coding in C and C++</li>
<li>[Book] Secure Programming Cookbook for C and C++</li>
</div>

<div className="p-3 w-100" style={{ backgroundColor: "#7a1b1b" }}>
<h5 className="fw-bold text-white m-0">IPAS 證照通過率</h5>
</div>
<div className="p-3 w-100" style={{ backgroundColor: "#7a1b1b" }}>
<h5 className="fw-bold text-white m-0">IPAS 證照通過率</h5>
</div>
<div className="py-3 d-flex flex-column gap-3">
<li>課程同學通過率 19/22 = 86%</li>
</div>
<div className="p-3 w-100" style={{ backgroundColor: "#7a1b1b" }}>
<h5 className="fw-bold text-white m-0">教學評鑑</h5>
</div>

<div className="p-3 w-100" style={{ backgroundColor: "#7a1b1b" }}>
<h5 className="fw-bold text-white m-0">教學評鑑</h5>
</div>
<div className="py-3 d-flex flex-column gap-3">
<li>教學評鑑:4.65/5</li>
</div>
Expand Down

0 comments on commit b5b78b3

Please sign in to comment.