-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (22 loc) · 1.07 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico?" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Bonjour, je m'appelle Loïc. Je suis un développeur React ayant une expérience complémentaire en Python, basé en Belgique. Je travaille sur des projets frontend et backend avec différentes technologies. Mes principales compétences sont React, TypeScript, Python, Docker et GitHub Actions."
/>
<meta
name="keywords"
content="React developer, développeur React, Python developer, développeur Python, TypesScript, Continuous Integration/Continuous Deployement, CI/CD, web development, développement web, software engineer, belgium, Loïc Calcagno, belgium developer, portfolio, développeur Belgique"
/>
<meta name="author" content="Calcagno Loïc" />
<title>Portfolio | Calcagno Loïc</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>