Skip to content

Commit 621a885

Browse files
committed
feat: add Threads social media link
1 parent e5d6165 commit 621a885

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,10 @@ <h3>You are the missing one!</h3>
551551
class="fa-brands fa-instagram"
552552
link="https://www.instagram.com/scaict.tw/"
553553
></i>
554+
<i
555+
class="fa-brands fa-threads"
556+
link="https://www.threads.com/@scaict.tw"
557+
></i>
554558
<i
555559
class="fa-regular fa-envelope"
556560
link="mailto:[email protected]"

src/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -838,6 +838,11 @@ article li {
838838
top: 45.4%;
839839
color: #ff83be;
840840
}
841+
.fa-threads {
842+
left: 35%;
843+
top: 27%;
844+
color: #fff;
845+
}
841846
.fa-facebook {
842847
top: 40%;
843848
left: 95.6%;
@@ -1177,6 +1182,10 @@ article li {
11771182
left: 75.3%;
11781183
top: 45.2%;
11791184
}
1185+
.fa-threads {
1186+
left: 35%;
1187+
top: 27%;
1188+
}
11801189
.fa-facebook {
11811190
top: 41%;
11821191
left: 91.6%;

0 commit comments

Comments
 (0)