Added linked to contacts
This commit is contained in:
parent
952cfa28bf
commit
510ec3ab9b
|
@ -15,7 +15,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="table-item">
|
<div class="table-item">
|
||||||
<div>LinkedIn</div>
|
<div>LinkedIn</div>
|
||||||
<div>Zhentao-Wei</div>
|
<a href="https://www.linkedin.com/in/zhentao-wei-3a3a0a182/">Zhentao-Wei</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -45,7 +45,13 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-bottom: 0.25mm solid #000000;
|
border-bottom: 0.25mm solid #000000;
|
||||||
|
|
||||||
> div {
|
> a {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
> div, > a {
|
||||||
|
color: #000000;
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
width: 35%;
|
width: 35%;
|
||||||
font-size: 4mm;
|
font-size: 4mm;
|
||||||
|
|
|
@ -7,11 +7,11 @@
|
||||||
<div class="table-display">
|
<div class="table-display">
|
||||||
<div class="table-item">
|
<div class="table-item">
|
||||||
<div>Itch.io</div>
|
<div>Itch.io</div>
|
||||||
<div>botalex.itch.io</div>
|
<a href="https://github.com/MagicBOTAlex">botalex.itch.io</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="table-item">
|
<div class="table-item">
|
||||||
<div>Github</div>
|
<div>Github</div>
|
||||||
<div>@MagicBOTAlex</div>
|
<a href="https://botalex.itch.io/">@MagicBOTAlex</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -41,7 +41,12 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-bottom: 0.25mm solid #000000;
|
border-bottom: 0.25mm solid #000000;
|
||||||
|
|
||||||
> div {
|
> a {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
> div, > a {
|
||||||
|
color: #000000;
|
||||||
&:first-child {
|
&:first-child {
|
||||||
width: 35%;
|
width: 35%;
|
||||||
font-size: 4mm;
|
font-size: 4mm;
|
||||||
|
|
Loading…
Reference in New Issue