Added linked to contacts

This commit is contained in:
BOTAlex 2024-06-10 07:32:02 +02:00
parent 952cfa28bf
commit 510ec3ab9b
2 changed files with 16 additions and 5 deletions

View File

@ -15,7 +15,7 @@
</div>
<div class="table-item">
<div>LinkedIn</div>
<div>Zhentao-Wei</div>
<a href="https://www.linkedin.com/in/zhentao-wei-3a3a0a182/">Zhentao-Wei</a>
</div>
</div>
</div>
@ -45,7 +45,13 @@
width: 100%;
border-bottom: 0.25mm solid #000000;
> div {
> a {
text-decoration: underline;
}
> div, > a {
color: #000000;
&:first-child {
width: 35%;
font-size: 4mm;

View File

@ -7,11 +7,11 @@
<div class="table-display">
<div class="table-item">
<div>Itch.io</div>
<div>botalex.itch.io</div>
<a href="https://github.com/MagicBOTAlex">botalex.itch.io</a>
</div>
<div class="table-item">
<div>Github</div>
<div>@MagicBOTAlex</div>
<a href="https://botalex.itch.io/">@MagicBOTAlex</a>
</div>
</div>
</div>
@ -41,7 +41,12 @@
width: 100%;
border-bottom: 0.25mm solid #000000;
> div {
> a {
text-decoration: underline;
}
> div, > a {
color: #000000;
&:first-child {
width: 35%;
font-size: 4mm;