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 9969b32 commit 347860c
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions src/course/2024_SP.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,33 @@ export function SP_2024() {
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">IPAS 證照通過率</h5>
<h5 className="fw-bold text-white m-0">其他相關教學資源</h5>
</div>

<div className="py-3 d-flex flex-column gap-3">
<li>[Pending]</li>
<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">教學評鑑</h5>
<h5 className="fw-bold text-white m-0">IPAS 證照通過率</h5>
</div>

<div className="py-3 d-flex flex-column gap-3">
<li>[Pending]</li>
</div>

<div className="p-3 w-100" style={{ backgroundColor: "#7a1b1b" }}>
<h5 className="fw-bold text-white m-0">其他相關教學資源</h5>
<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>
<li>[Pending]</li>
</div>

</div>
);
}

0 comments on commit 347860c

Please sign in to comment.