Lucas DELANIER 12 months ago
parent 398e0bc72e
commit cfb6fa20d4

@ -1,9 +1,9 @@
<!doctype html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap"
<link rel="preconnect" href="//fonts.googleapis.com">
<link rel="preconnect" href="//fonts.gstatic.com" crossorigin>
<link href="//fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap"
rel="stylesheet">
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />

@ -6,10 +6,10 @@ import GithubLogo from './../assets/icons/github.svg';
<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-row justify-center items-center gap-2 py-4">
<a href="https://github.com/WINK3R" target="_blank" rel="noopener">
<a href="//www.linkedin.com/in/lucas-delanier" target="_blank" rel="noopener">
<LinkedinLogo class="w-8 h-8 text-gray-500"/>
</a>
<a href="https://www.linkedin.com/in/lucas-delanier/" target="_blank" rel="noopener">
<a href="//github.com/WINK3R" target="_blank" rel="noopener">
<GithubLogo class="w-8 h-8 text-gray-500"/>
</a>
</div>

Loading…
Cancel
Save