Skip to content

Commit

Permalink
updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehs committed Nov 17, 2023
1 parent 8a9f55a commit 56d2318
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
12 changes: 10 additions & 2 deletions components/cfp/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,18 @@ export default function Footer() {
</div>
<div className="flex flex-col gap-2">
<div className="text-[#AC24FF] font-bold text-lg">支持我們</div>
<a href="#" className="footer-link">
<a
href="https://sitcon.org/donate"
target="_blank"
className="footer-link"
>
我要贊助
</a>
<a href="#" className="footer-link">
<a
href="https://i.sitcon.org/2024cfs-form"
target="_blank"
className="footer-link"
>
索取贊助徵求書
</a>
</div>
Expand Down
12 changes: 8 additions & 4 deletions components/cfp/Sponsorship.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,19 @@ export default function Sponsorship() {
</FeatureCards>
<p>
如果您也認同 SITCON 的理念,歡迎以行動支持 SITCON 的運作,點擊下方「
<a href="#" target="_blank" className="link">
<a href="https://sitcon.org/donate" target="_blank" className="link">
我要贊助
</a>
」,您的支持將會成為我們的動力,讓更多學生能在舞台上展現自我、讓資訊教育遍及臺灣的每個角落!
</p>
<br />
<p>
若您有興趣成為我們的贊助夥伴,歡迎點擊下方「
<a href="#" target="_blank" className="link">
<a
href="https://i.sitcon.org/2024cfs-form"
target="_blank"
className="link"
>
索取贊助徵求書
</a>
」,了解詳細合作方案,或是利用{" "}
Expand All @@ -158,8 +162,8 @@ export default function Sponsorship() {
聯絡我們,商討更多的合作方式!
</p>
<div className="flex flex-wrap justify-center gap-4 mt-8 mb-16">
<Button href="/sponsorship">我要贊助</Button>
<Button href="/sponsorship">索取贊助徵求書</Button>
<Button href="https://sitcon.org/donate">我要贊助</Button>
<Button href="https://i.sitcon.org/2024cfs-form">索取贊助徵求書</Button>
</div>
</div>
);
Expand Down

0 comments on commit 56d2318

Please sign in to comment.