Lucas DELANIER 12 months ago
parent 398e0bc72e
commit cfb6fa20d4

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

@ -6,10 +6,10 @@ 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="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"/> <LinkedinLogo class="w-8 h-8 text-gray-500"/>
</a> </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"/> <GithubLogo class="w-8 h-8 text-gray-500"/>
</a> </a>
</div> </div>

Loading…
Cancel
Save