From ae611f9129b3ea8b7a39dd2a99cb87085c6d9ccd Mon Sep 17 00:00:00 2001 From: JEFF Date: Tue, 11 Feb 2025 14:11:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=9C=96=E7=89=87icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frontend_test/Views/Home/Index.cshtml | 10 ++++++---- Frontend_test/wwwroot/css/styles.css | 11 +++++++++++ 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/Frontend_test/Views/Home/Index.cshtml b/Frontend_test/Views/Home/Index.cshtml index 545f3a7..61d83ce 100644 --- a/Frontend_test/Views/Home/Index.cshtml +++ b/Frontend_test/Views/Home/Index.cshtml @@ -11,14 +11,15 @@
-

Welcome

+

Welcome to my website

About Me

Name:彭賢恩 (Jeff)

-

Cellphone:0972253074

-

E-mail:aeelejkl174820@gmail.com

+

📞 Cellphone:0972253074

+

📧 E-mail:aeelejkl174820@gmail.com

+

🍵Gitea:http://140.125.21.72:8418/Jeff

@@ -30,7 +31,7 @@

2020-2024

虎尾科技大學 自動化工程系 學士

  • 班級學業總成績第2名
  • -
  • 科系學業總成績第8名
  • +
  • 科系學業總成績第8 名
  • @@ -50,6 +51,7 @@
  • C#開發經驗
  • AOI影像處理
  • YOLO物件偵測技術
  • +
  • 建立前端網站
  • diff --git a/Frontend_test/wwwroot/css/styles.css b/Frontend_test/wwwroot/css/styles.css index 44188ee..388d443 100644 --- a/Frontend_test/wwwroot/css/styles.css +++ b/Frontend_test/wwwroot/css/styles.css @@ -11019,4 +11019,15 @@ section.resume-section .resume-section-content { padding: 5px 10px; border-radius: 10px; font-weight: bold; +} + +.phone-icon { + margin-right: 5px; +} + +.mail-icon { + margin-right: 5px; +} +.tea-icon { + margin-right: 5px; } \ No newline at end of file