mirror of
https://github.com/guezoloic/website.git
synced 2026-01-25 07:34:24 +00:00
87 lines
4.1 KiB
HTML
87 lines
4.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
|
|
|
<title>Loïc GUEZO</title>
|
|
<meta name="description" content="Portfolio of Loïc GUEZO, a French student aiming to become an Embedded Systems developer. Experience in AI, Game Development, and Embedded Systems.">
|
|
<meta name="keywords" content="Loïc GUEZO, Embedded Systems developer, electronics, IoT, microcontrollers, game development, programming, France">
|
|
<meta name="author" content="Loïc GUEZO">
|
|
<meta name="robots" content="index, follow, max-image-preview:large">
|
|
<meta name="language" content="en-US">
|
|
<meta name="geo.region" content="FR">
|
|
<meta name="geo.placename" content="France">
|
|
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:site_name" content="Loïc GUEZO Portfolio">
|
|
<meta property="og:title" content="Loïc GUEZO | Portfolio">
|
|
<meta property="og:description" content="Portfolio of Loïc GUEZO | Embedded Systems, AI, and Game Development projects.">
|
|
<meta property="og:url" content="https://guezoloic.com">
|
|
<meta property="og:image" content="https://guezoloic.com/data/preview.png">
|
|
<meta property="og:image:width" content="1200">
|
|
<meta property="og:image:height" content="630">
|
|
<meta property="og:image:alt" content="Portfolio of Loïc GUEZO | Embedded Systems, AI, and Game Development projects.">
|
|
<meta property="og:locale" content="fr_FR">
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:site" content="@GuezoLoic">
|
|
<meta name="twitter:creator" content="@GuezoLoic">
|
|
<meta name="twitter:title" content="Loïc GUEZO | Portfolio">
|
|
<meta name="twitter:description" content="Portfolio of Loïc GUEZO | Embedded Systems, AI, and Game Development projects.">
|
|
<meta name="twitter:image" content="https://guezoloic.com/data/preview.png">
|
|
<meta name="twitter:image:alt" content="Portfolio of Loïc GUEZO">
|
|
|
|
<link rel="canonical" href="https://guezoloic.com">
|
|
|
|
<link rel="icon" type="image/x-icon" href="https://guezoloic.com/data/favicon.ico">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="https://guezoloic.com/data/favicon-16x16.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="https://guezoloic.com/data/favicon-32x32.png">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="https://guezoloic.com/data/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="192x192" href="https://guezoloic.com/data/android-chrome-192x192.png">
|
|
<link rel="icon" type="image/png" sizes="512x512" href="https://guezoloic.com/data/android-chrome-512x512.png">
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap" rel="stylesheet">
|
|
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "Person",
|
|
"name": "Loïc GUEZO",
|
|
"jobTitle": "Student in Embedded Systems",
|
|
"description": "Portfolio of Loïc GUEZO, a French student aiming to become an Embedded Systems developer. Experience in AI, Game Development, and Embedded Systems.",
|
|
"url": "https://guezoloic.com",
|
|
"image": "https://guezoloic.com/profile.png",
|
|
"sameAs": [
|
|
"https://github.com/guezoloic",
|
|
"https://linkedin.com/in/guezoloic"
|
|
],
|
|
"knowsAbout": [
|
|
"Embedded Systems",
|
|
"Artificial Intelligence",
|
|
"Game Development",
|
|
"IoT",
|
|
"Programming",
|
|
"Microcontrollers"
|
|
],
|
|
"alumniOf": {
|
|
"@type": "Organization",
|
|
"name": "UPEC"
|
|
},
|
|
"nationality": {
|
|
"@type": "Country",
|
|
"name": "France"
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<link href="/src/styles/style.css" rel="stylesheet">
|
|
<link rel="preload" href="/src/Main.tsx" as="script">
|
|
<link rel="modulepreload" href="/src/Main.tsx">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/Main.tsx"></script>
|
|
<noscript><h1>Hello There!</h1></noscript>
|
|
</body>
|
|
</html> |