增加圖片icon

This commit is contained in:
JEFF 2025-02-11 14:11:01 +08:00
parent 5e5c88da12
commit ae611f9129
2 changed files with 17 additions and 4 deletions

View File

@ -11,14 +11,15 @@
</head> </head>
<body> <body>
<div class="text-center"> <div class="text-center">
<h1 class="display-4">Welcome</h1> <h1 class="display-4">Welcome to my website</h1>
</div> </div>
<section id="about"> <section id="about">
<h2>About Me</h2> <h2>About Me</h2>
<p>Name彭賢恩 (Jeff)</p> <p>Name彭賢恩 (Jeff)</p>
<p>Cellphone0972253074</p> <p><span class="phone-icon">📞</span> Cellphone0972253074</p>
<p>E-mailaeelejkl174820@gmail.com</p> <p><span class="mail-icon">📧</span> E-mailaeelejkl174820@gmail.com</p>
<p><span class="tea-icon">🍵</span>Gitea<a href="http://140.125.21.72:8418/Jeff" target="_blank">http://140.125.21.72:8418/Jeff</a></p>
</section> </section>
<section id="education"> <section id="education">
@ -50,6 +51,7 @@
<li>C#開發經驗</li> <li>C#開發經驗</li>
<li>AOI影像處理</li> <li>AOI影像處理</li>
<li>YOLO物件偵測技術</li> <li>YOLO物件偵測技術</li>
<li>建立前端網站</li>
</ul> </ul>
</section> </section>

View File

@ -11020,3 +11020,14 @@ section.resume-section .resume-section-content {
border-radius: 10px; border-radius: 10px;
font-weight: bold; font-weight: bold;
} }
.phone-icon {
margin-right: 5px;
}
.mail-icon {
margin-right: 5px;
}
.tea-icon {
margin-right: 5px;
}