Skip to content

Commit

Permalink
Merge pull request #1 from NTHU-SC/dev/wmou/2024_course
Browse files Browse the repository at this point in the history
Dev/wmou/2024 course
  • Loading branch information
haotien91 authored Jun 13, 2024
2 parents 06e4be0 + 2eeef58 commit ed4c5d6
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 141 deletions.
99 changes: 13 additions & 86 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/Features2.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const Features2 = () => (
我們專業的師資
</h2>
<p className="mb-12 text-customGrayText leading-loose">
該營隊由國家高速網路與計算中心與國立清華大學合辦,在營隊中你你將獲得一流師資的指導,包括清華大學教授、世界叢集電腦競賽冠軍成員及業界專家。
營隊由國家高速網路與計算中心與國立清華大學合辦,你將獲得一流師資的指導,包括清華大學教授、世界叢集電腦競賽冠軍成員及業界專家。
</p>
<ul className="mb-6 text-white">
<li className="mb-4 flex">
Expand Down
4 changes: 2 additions & 2 deletions src/components/Pricing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const Pricing = () => {
</h4>
<div className="flex justify-start items-end">
<div className="text-3xl sm:text-4xl font-bold text-white text-left mt-4 mr-2">
{isMonthly ? "$3000" : "$180"}
{isMonthly ? "$5000" : "$180"}
</div>
</div>
<p className="mt-8 mb-8 2xl:mb-12 text-gray-500 leading-loose text-left">
Expand Down Expand Up @@ -149,7 +149,7 @@ export const Pricing = () => {
</h4>
<div className="flex justify-start items-end">
<div className="text-3xl sm:text-4xl font-bold text-white text-left mt-4 mr-2">
{isMonthly ? "$2000" : "$390"}
{isMonthly ? "$4000" : "$390"}
</div>
</div>
<p className="mt-4 mb-6 2xl:mb-10 text-gray-500 leading-loose text-left">
Expand Down
Loading

0 comments on commit ed4c5d6

Please sign in to comment.