增加圖片icon
This commit is contained in:
parent
5e5c88da12
commit
ae611f9129
@ -11,14 +11,15 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="text-center">
|
||||
<h1 class="display-4">Welcome</h1>
|
||||
<h1 class="display-4">Welcome to my website</h1>
|
||||
</div>
|
||||
|
||||
<section id="about">
|
||||
<h2>About Me</h2>
|
||||
<p>Name:彭賢恩 (Jeff)</p>
|
||||
<p>Cellphone:0972253074</p>
|
||||
<p>E-mail:aeelejkl174820@gmail.com</p>
|
||||
<p><span class="phone-icon">📞</span> Cellphone:0972253074</p>
|
||||
<p><span class="mail-icon">📧</span> E-mail:aeelejkl174820@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 id="education">
|
||||
@ -30,7 +31,7 @@
|
||||
<h3>2020-2024</h3>
|
||||
<h4>虎尾科技大學 自動化工程系 學士</h4>
|
||||
<li>班級學業總成績第2名</li>
|
||||
<li>科系學業總成績第8名</li>
|
||||
<li>科系學業總成績第8 名</li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="timeline-item">
|
||||
@ -50,6 +51,7 @@
|
||||
<li>C#開發經驗</li>
|
||||
<li>AOI影像處理</li>
|
||||
<li>YOLO物件偵測技術</li>
|
||||
<li>建立前端網站</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
@ -11019,4 +11019,15 @@ section.resume-section .resume-section-content {
|
||||
padding: 5px 10px;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.phone-icon {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.mail-icon {
|
||||
margin-right: 5px;
|
||||
}
|
||||
.tea-icon {
|
||||
margin-right: 5px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user