Compare commits

..

3 Commits

Author SHA1 Message Date
7987244225 更新電子郵件 2026-05-19 11:49:45 +08:00
32382f1a20 調整icon顯示 2026-05-18 12:50:25 +08:00
b30fbaf111 更新電子郵件 2026-05-18 12:47:17 +08:00
2 changed files with 9 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ const CONFIG = {
{
title: "聯絡我",
desc: "透過電子郵件與我聯繫",
url: "mailto:a@z.nudoragon.com",
url: "mailto:hi@l.nudoragon.com",
icon: "fas fa-envelope",
delay: "0.1s",
category: "contact",
@@ -24,7 +24,7 @@ const CONFIG = {
},
{
title: "Element (Matrix)",
desc: "透過 Matrix 協議與我通訊(servermatrix.nudoragon.com",
desc: "透過 Matrix 協議與我通訊(@nudoragon:matrix.nudoragon.com",
url: "https://element.nudoragon.com",
icon: "fas fa-comments",
delay: "0.2s",
@@ -92,6 +92,6 @@ const CONFIG = {
{ name: "Discord", url: "https://discord.gg/nHjUJJXGVG", icon: "fab fa-discord", visible: true, order: 6 },
{ name: "Line", url: "#", icon: "fab fa-line", visible: false, order: 7 },
{ name: "Telegram", url: "#", icon: "fab fa-telegram", visible: false, order: 8 },
{ name: "Mail", url: "mailto:a@z.nudoragon.com", icon: "fas fa-envelope", visible: true, order: 9 }
{ name: "Mail", url: "mailto:hi@l.nudoragon.com", icon: "fas fa-envelope", visible: true, order: 9 }
]
};
}

View File

@@ -230,6 +230,7 @@ body {
.social-icons {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 2rem;
margin-bottom: 1.5rem;
@@ -294,4 +295,8 @@ body {
height: 44px;
font-size: 1.2rem;
}
.social-icons {
gap: 1.2rem;
}
}