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"; } -
-

Welcome

-

Learn about building Web apps with ASP.NET Core.

-
+ + + + + @ViewData["Title"] + + + +
+

Welcome

+
+ +
+

About Me

+

姓名:彭賢恩

+

Cellphone:0972253074

+

E-mail:aeelejkl174820@gmail.com

+
+ +
+

Skills

+ +
+ +
+

Projects

+ +
+ +
+

Experience

+
+
+
📅
+
+

2020-2024

+

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

+
  • 班級學業總成績第2名
  • +
  • 科系學業總成績第8名
  • +
    +
    +
    +
    📅
    +
    +

    2024-2026

    +

    雲林科技大學 電機系 碩士

    +

    專事於電機工程與相關研究。

    +
    +
    +
    +
    + +
    +

    Contact

    +

    姓名:彭賢恩

    +

    Cellphone:0972253074

    +

    E-mail:aeelejkl174820@gmail.com

    +
    + + 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 @@