diff --git a/app/cfp/globals.css b/app/cfp/globals.css index a603596..2835af7 100644 --- a/app/cfp/globals.css +++ b/app/cfp/globals.css @@ -9,7 +9,7 @@ body { .hero { animation: heroFadeIn 2s forwards ease-in-out; - background: url("/2025/cfp/theme/hero.png") no-repeat center center; + background: url("/2025/cfp/theme/hero.jpg") no-repeat center center; } .hero-content { diff --git a/app/cfp/layout.tsx b/app/cfp/layout.tsx index 7e86b33..52fc04c 100644 --- a/app/cfp/layout.tsx +++ b/app/cfp/layout.tsx @@ -7,7 +7,7 @@ import Footer from "./_components/footer"; const inter = Inter({ subsets: ["latin"] }); export async function generateMetadata(): Promise { - const image = "https://sitcon.org/2025/og.png"; + const image = "https://sitcon.org/2025/og.jpg"; const title = "SITCON 2025"; const description = "學生計算機年會(Students’ Information Technology Conference)自 2012 年發起,以學生為本、由學生自發舉辦,長期投身學生資訊教育與推廣開源精神,鼓勵學生們成為實踐者,貢獻程式碼、打造並部署服務、透過實際行動推動專案,最後將這些結晶分享出去,讓更多人能關注你認為重要的議題,打造更緊密的社群。"; diff --git a/app/cfp/page.tsx b/app/cfp/page.tsx index 2f32a74..936f153 100644 --- a/app/cfp/page.tsx +++ b/app/cfp/page.tsx @@ -90,7 +90,7 @@ export default function Home() {
@@ -123,7 +123,7 @@ export default function Home() {
@@ -145,7 +145,7 @@ export default function Home() { function CloseTouchSection() { return ( -
+

此外,我們也樂見企業與學生的近距離交流,成為我們的合作夥伴您可以:

@@ -166,7 +166,7 @@ function From2013() { return ( <> {/* Phone Layout */} -
+

自 2013 以來,我們帶領了無數學子進入資訊的殿堂,更做到:

@@ -285,7 +285,7 @@ function TabletLayout() {
我要贊助 @@ -294,7 +294,7 @@ function TabletLayout() { 索取贊助徵求書 @@ -345,7 +345,7 @@ function DesktopLayout() {
我要贊助 @@ -354,7 +354,7 @@ function DesktopLayout() { 索取贊助徵求書 diff --git a/public/cfp/about/1.jpg b/public/cfp/about/1.jpg new file mode 100644 index 0000000..e5d8f44 Binary files /dev/null and b/public/cfp/about/1.jpg differ diff --git a/public/cfp/about/1.png b/public/cfp/about/1.png deleted file mode 100644 index 2ad43c5..0000000 Binary files a/public/cfp/about/1.png and /dev/null differ diff --git a/public/cfp/about/2.jpg b/public/cfp/about/2.jpg new file mode 100644 index 0000000..5189e74 Binary files /dev/null and b/public/cfp/about/2.jpg differ diff --git a/public/cfp/about/2.png b/public/cfp/about/2.png deleted file mode 100644 index 57644a8..0000000 Binary files a/public/cfp/about/2.png and /dev/null differ diff --git a/public/cfp/stats/3.jpg b/public/cfp/stats/3.jpg new file mode 100644 index 0000000..0d13dbd Binary files /dev/null and b/public/cfp/stats/3.jpg differ diff --git a/public/cfp/stats/3.png b/public/cfp/stats/3.png deleted file mode 100644 index 47634d4..0000000 Binary files a/public/cfp/stats/3.png and /dev/null differ diff --git a/public/cfp/theme/hero.jpg b/public/cfp/theme/hero.jpg new file mode 100644 index 0000000..aecaa5c Binary files /dev/null and b/public/cfp/theme/hero.jpg differ diff --git a/public/cfp/theme/hero.png b/public/cfp/theme/hero.png deleted file mode 100644 index 2c3c5dd..0000000 Binary files a/public/cfp/theme/hero.png and /dev/null differ diff --git a/public/og.jpg b/public/og.jpg new file mode 100644 index 0000000..356b7bc Binary files /dev/null and b/public/og.jpg differ diff --git a/public/og.png b/public/og.png deleted file mode 100644 index 81c1e93..0000000 Binary files a/public/og.png and /dev/null differ