Skip to content

Commit

Permalink
Updated request from Jerry Chou 12/8
Browse files Browse the repository at this point in the history
  • Loading branch information
William-Mou committed Dec 8, 2023
1 parent fb739ae commit fdf7283
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Features1.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const Features1 = () => {
聚集國內最優秀的產學研資源,透過真實操作超級電腦和接觸實際應用,你將學習到平行程式設計和獲得效能分析經驗。課程涵蓋超過 20小時的專業教學課程、手把手實操練習和具挑戰樂趣的團隊黑客松競賽,旨在培養學員認識與運用高速運算知識在 AI 的應用能力!
</p>
<p className="mb-5 text-customGrayText leading-loose">
營隊根據學員的背景和能力安排彈性的學習方式。立即報名參加這個營隊,開啟你在超算領域的學習之旅,並體驗到豐富的學習和成長機會!
這是針對高中和想認識接觸高效能計算的學生而設計的基礎課程訓練。結訓後也歡迎繼續挑戰暑期的進階課程。
</p>
<ul className="mb-6 text-white">
<li className="mb-4 flex">
Expand Down
5 changes: 3 additions & 2 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ const footerData = [
title: "清大叢集電腦競賽團隊",
items: [
{ label: "官方網站", link: "https://scc.nthu.site/" },
{ label: "GitHub", link: "https://github.com/nthu-sc" },
{ label: "Facebook", link: "https://www.facebook.com/groups/300519702549029/" },
{ label: "Twitter", link: "https://twitter.com/nthuscc" },
{ label: "GitHub", link: "https://github.com/nthu-sc" },
],
},
// {
Expand Down Expand Up @@ -148,7 +149,7 @@ export const Footer = () => {
</div>
</div>
<p className="lg:text-center text-sm text-gray-400 border-t border-[rgb(255,255,255,0.2)] pt-12 mt-16 hidden lg:block">
&copy; 2023. HPC x AI Winter Camp all rights reserved.
&copy; 2024. HPC x AI Winter Camp all rights reserved.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import "../styles/Diagonals.css";
---

<Layout title="2023 HPC x AI Winter Camp">
<Layout title="2024 HPC x AI Winter Camp">
<Navbar client:load />
<Hero client:load />
<!-- <GOGO client:load /> -->
Expand Down

0 comments on commit fdf7283

Please sign in to comment.