diff --git a/Frontend_test/Views/Home/Index.cshtml b/Frontend_test/Views/Home/Index.cshtml index b45937e..ff51511 100644 --- a/Frontend_test/Views/Home/Index.cshtml +++ b/Frontend_test/Views/Home/Index.cshtml @@ -16,10 +16,10 @@

About Me

-

Name:彭賢恩 (Jeff)

-

📞 Cellphone:0972253074

-

📧 E-mail:aeelejkl174820@gmail.com

-

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

+

Name:彭賢恩 (Jeff)

+

📞 Cellphone:0972253074

+

📧 E-mail:aeelejkl174820@gmail.com

+

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

@@ -30,8 +30,8 @@

2020-2024

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

-
  • 班級學業總成績第2名
  • -
  • 科系學業總成績第8名
  • +
  • 班級學業總成績第2名
  • +
  • 科系學業總成績第8名
  • @@ -39,7 +39,7 @@

    2024-NOW

    雲林科技大學 電機系 碩士

    -

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

    +

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

    @@ -48,10 +48,10 @@

    Skills

    @@ -61,21 +61,22 @@

    C

    -
    -
    -
    - C語言好難 (40%) +
    +
    +
    + C語言好難 (40%) +
    -
    +

    C#

    -
    +
    窩還在學 (40%)
    diff --git a/Frontend_test/wwwroot/css/styles.css b/Frontend_test/wwwroot/css/styles.css index 388d443..d674d3d 100644 --- a/Frontend_test/wwwroot/css/styles.css +++ b/Frontend_test/wwwroot/css/styles.css @@ -10899,8 +10899,8 @@ p.lead { padding: 0.5rem; } #sideNav .navbar-brand .img-profile { - max-width: 10rem; - max-height: 10rem; + max-width: 12rem; + max-height: 12rem; border: 0.5rem solid rgba(255, 255, 255, 0.2); } #sideNav .navbar-collapse { @@ -10971,6 +10971,23 @@ section.resume-section .resume-section-content { } } +.custom-text { + font-size: 20px; /* 可調整字體大小 */ + font-weight: bold; +} + +.custom-text_1 { + font-size: 18px; /* 可調整字體大小 */ + font-weight: bold; +} + +.prog-lang { + font-family: var(--bs-body-font-family); + font-size: 20px; + font-weight: bold; + color: gray; +} + .timeline { border-left: 2px solid #007bff; padding-left: 20px; @@ -11013,12 +11030,28 @@ section.resume-section .resume-section-content { margin-bottom: 10px; } +@keyframes glowing { + 0% { + background-color: #ff0000; + } + + 50% { + background-color: #ff9900; + } + + 100% { + background-color: #ff0000; + } +} + .progress-bar { background: #007bff; color: white; padding: 5px 10px; border-radius: 10px; font-weight: bold; + animation: glowing 1s infinite alternate; + box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); } .phone-icon {