diff --git a/Frontend_test/Properties/launchSettings.json b/Frontend_test/Properties/launchSettings.json
index 1d4aa13..892fc8d 100644
--- a/Frontend_test/Properties/launchSettings.json
+++ b/Frontend_test/Properties/launchSettings.json
@@ -13,7 +13,16 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
- "applicationUrl": "http://localhost:5151",
+ "applicationUrl": "http://localhost:5286",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ },
+ "jeff": {
+ "commandName": "Project",
+ "dotnetRunMessages": true,
+ "launchBrowser": true,
+ "applicationUrl": "https://0.0.0.0:7238;http://0.0.0.0:5286",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
@@ -22,7 +31,7 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
- "applicationUrl": "https://localhost:7238;http://localhost:5151",
+ "applicationUrl": "https://localhost:7238;http://localhost:5286",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
diff --git a/Frontend_test/Views/Home/Index.cshtml b/Frontend_test/Views/Home/Index.cshtml
index bcfd79a..b007a19 100644
--- a/Frontend_test/Views/Home/Index.cshtml
+++ b/Frontend_test/Views/Home/Index.cshtml
@@ -1,8 +1,73 @@
@{
- ViewData["Title"] = "Home Page";
+ ViewData["Title"] = "Jeff";
}
-
+
+
+
+
+ @ViewData["Title"]
+
+
+
+
+
Welcome
+
+
+
+ About Me
+ 姓名:彭賢恩
+ Cellphone:0972253074
+ E-mail:aeelejkl174820@gmail.com
+
+
+
+ Skills
+
+ - C#開發經驗
+ - HTML/CSS/JavaScript
+ - 對測試物件的效析與正確推斷
+ - AOI系統與機械模式設計
+
+
+
+
+ Projects
+
+ - Astra深度相機拍攝並擺檔分析工具
+ - Keyence機械刻機變形檢測與VTK 3D資料分析
+ - 用於平台測試標準化並重複擺檔解決方案
+
+
+
+
+ Experience
+
+
+
📅
+
+
2020-2024
+ 虎尾科技大學 自動化工程系 學士
+ 班級學業總成績第2名
+ 科系學業總成績第8名
+
+
+
+
📅
+
+
2024-2026
+
雲林科技大學 電機系 碩士
+
專事於電機工程與相關研究。
+
+
+
+
+
+
+
+
diff --git a/Frontend_test/Views/Shared/_Layout.cshtml b/Frontend_test/Views/Shared/_Layout.cshtml
index 650affa..8e18f04 100644
--- a/Frontend_test/Views/Shared/_Layout.cshtml
+++ b/Frontend_test/Views/Shared/_Layout.cshtml
@@ -3,7 +3,7 @@
- @ViewData["Title"] - Frontend_test
+ @ViewData["Title"]_CV
@@ -20,12 +20,12 @@