Skip to content

Commit e945b4a

Browse files
committed
feat(orsted): add LinkedIn profile
1 parent 951aacf commit e945b4a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

pages/cards/orsted.vue

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ definePageMeta({
1717
<nuxt-img src="/cards/orsted_profile-pic.png" sizes="sm:30vw md:150px" class="profile-pic" alt="Thomas Lamant" />
1818
</div>
1919
<div class="grid h-full mx-2 mb-5">
20-
<div class="col-12 flex flex-column align-items-center">
20+
<div class="col-12 flex flex-column align-items-center mb-3">
2121
<h1 class="my-0 text-gradient-blue">Thomas Lamant</h1>
2222
<p>Project Manager <b>@</b> <span class="orsted-blue">Orsted</span></p>
2323
</div>
@@ -28,11 +28,13 @@ definePageMeta({
2828
<div class="col-2 flex align-items-center justify-content-center"><i class="pi pi-map-marker" /></div>
2929
<div class="col-10"><p>Nesa Allé 1<br>2820 Gentofte<br>Denmark</p></div>
3030
<div class="col-2 flex align-items-center justify-content-center"><i class="pi pi-envelope" /></div>
31-
<div class="col-10"><a href="mailto:[email protected]">[email protected]</a></div>
31+
<div class="col-10"><p><a href="mailto:[email protected]">[email protected]</a></p></div>
3232
<div class="col-2 flex align-items-center justify-content-center"><i class="pi pi-phone" /></div>
33-
<div class="col-10"><a href="tel:+4599559068">+45 99 55 90 68</a></div>
33+
<div class="col-10"><p><a href="tel:+4599559068">+45 99 55 90 68</a></p></div>
34+
<div class="col-2 flex align-items-center justify-content-center"><i class="pi pi-linkedin" /></div>
35+
<div class="col-10"><p><a href="https://www.linkedin.com/in/thomas-lamant-9a28423b/">LinkedIn Profile</a></p></div>
3436
<div class="col-2 flex align-items-center justify-content-center"><i class="pi pi-download" /></div>
35-
<div class="col-10"><a href="mailto:[email protected]"><a href="/cards/ThomasLamant_Orsted.vcf">Download Vcard</a></a></div>
37+
<div class="col-10"><p><a href="/cards/ThomasLamant_Orsted.vcf">Download Vcard</a></p></div>
3638
</div>
3739
</div>
3840
</template>
@@ -57,8 +59,8 @@ a, a:visited {
5759
}
5860
5961
p {
60-
margin-top: 0.5rem;
61-
margin-bottom: 0.5rem;
62+
margin-top: 0.3rem;
63+
margin-bottom: 0.3rem;
6264
}
6365
6466
.card {

0 commit comments

Comments
 (0)