|
|
@ -6,10 +6,11 @@ import GithubLogo from './../assets/icons/github.svg';
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div class="flex flex-col justify-center items-center bg-grey-400 text-white pt-40 pb-8 px-12 sm:px-64">
|
|
|
|
<div class="flex flex-col justify-center items-center bg-grey-400 text-white pt-40 pb-8 px-12 sm:px-64">
|
|
|
|
<div class="flex flex-row justify-center items-center gap-2 py-4">
|
|
|
|
<div class="flex flex-row justify-center items-center gap-2 py-4">
|
|
|
|
<a href="//www.linkedin.com/in/lucas-delanier" target="_blank" rel="noopener">
|
|
|
|
<a href="//www.linkedin.com/in/lucas-delanier" target="_blank" rel="noopener"
|
|
|
|
|
|
|
|
aria-label="Linkedin - (link opens in a new tab)">
|
|
|
|
<LinkedinLogo class="w-8 h-8 text-gray-500"/>
|
|
|
|
<LinkedinLogo class="w-8 h-8 text-gray-500"/>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
<a href="//github.com/WINK3R" target="_blank" rel="noopener">
|
|
|
|
<a href="//github.com/WINK3R" target="_blank" rel="noopener" aria-label="Github - (link opens in a new tab)">
|
|
|
|
<GithubLogo class="w-8 h-8 text-gray-500"/>
|
|
|
|
<GithubLogo class="w-8 h-8 text-gray-500"/>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|