From b3c74feb24b01c6f1a133e339890cf1ba09673cd Mon Sep 17 00:00:00 2001 From: JEFF Date: Mon, 10 Feb 2025 21:31:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frontend_test/Views/Home/Index.cshtml | 22 +++++++++++++++++++++- Frontend_test/Views/Shared/_Layout.cshtml | 3 ++- Frontend_test/wwwroot/css/styles.css | 15 +++++++++++++++ 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/Frontend_test/Views/Home/Index.cshtml b/Frontend_test/Views/Home/Index.cshtml index 3068998..bdcbdff 100644 --- a/Frontend_test/Views/Home/Index.cshtml +++ b/Frontend_test/Views/Home/Index.cshtml @@ -16,7 +16,7 @@

About Me

-

姓名:彭賢恩

+

Name:彭賢恩 (Jeff)

Cellphone:0972253074

E-mail:aeelejkl174820@gmail.com

@@ -53,5 +53,25 @@ +
+

Program Language

+
+
+ C/C# +
40%
+
+
+ Python +
60%
+
+
+ JavaScript +
20%
+
+
+
+ + + diff --git a/Frontend_test/Views/Shared/_Layout.cshtml b/Frontend_test/Views/Shared/_Layout.cshtml index 0cd8e1f..a232fde 100644 --- a/Frontend_test/Views/Shared/_Layout.cshtml +++ b/Frontend_test/Views/Shared/_Layout.cshtml @@ -29,6 +29,7 @@ @* *@ + @@ -43,7 +44,7 @@ diff --git a/Frontend_test/wwwroot/css/styles.css b/Frontend_test/wwwroot/css/styles.css index eb020f5..5a6e055 100644 --- a/Frontend_test/wwwroot/css/styles.css +++ b/Frontend_test/wwwroot/css/styles.css @@ -11003,4 +11003,19 @@ section.resume-section .resume-section-content { padding: 10px; border-radius: 5px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); +} +.progress-container { + margin-top: 20px; +} + +.progress-item { + margin-bottom: 10px; +} + +.progress-bar { + background: #007bff; + color: white; + padding: 5px 10px; + border-radius: 10px; + font-weight: bold; } \ No newline at end of file