diff --git a/students/2025-12-03-wuerhchun/index.html b/students/2025-12-03-wuerhchun/index.html new file mode 100644 index 0000000..7cdcd36 --- /dev/null +++ b/students/2025-12-03-wuerhchun/index.html @@ -0,0 +1,18 @@ + + + + + + 爾均 | 自我介紹 + + + +
+ +

Hello

+

我是爾均 Ansel,擁有 1.5 年的網頁全端開發經驗以及 1 年的前端開發經驗。
+ 熟悉 Django、Vue 開發,以及導入 CI/CD 流程經驗。 +

+
+ + \ No newline at end of file diff --git a/students/2025-12-03-wuerhchun/is_me.png b/students/2025-12-03-wuerhchun/is_me.png new file mode 100644 index 0000000..369d7e6 Binary files /dev/null and b/students/2025-12-03-wuerhchun/is_me.png differ diff --git a/students/2025-12-03-wuerhchun/style.css b/students/2025-12-03-wuerhchun/style.css new file mode 100644 index 0000000..f5a4d7f --- /dev/null +++ b/students/2025-12-03-wuerhchun/style.css @@ -0,0 +1,35 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + background-color: #EFE9E2; /* 溫暖奶油背景 */ +} + +img { + display: block; + width: 300px; + aspect-ratio: 1 / 1; + object-fit: cover; + border-radius: 50%; + border: 5px solid #B89B7B; /* 杏橘框 */ + margin: 1.5rem auto; +} + +h1 { + text-align: center; + font-size: 60px; + font-weight: 700; + margin-bottom: 1.5rem; + color: #B89B7B; /* 活力莓果粉 */ + letter-spacing: 1px; +} + +p { + text-align: center; + font-size: 1.25rem; + line-height: 1.5; + color: #2A2A2A; /* 易讀深灰 */ +}