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