-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 1.89 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
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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=Inter&display=swap" rel="preload" as="style" onload="this.rel='stylesheet'" />
<title>Frederick Hamon</title>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<meta name="description" content="Hello 👋, I am Frederick. A full stack developer from Montréal, Canada." />
<meta property="og:image" content="og.png" />
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-NDWBL9L');</script>
</head>
<body class="font-base px-8 sm:px-12 flex items-center min-h-screen">
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NDWBL9L"height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<div class="w-full text-sm lg:text-base">
<h1 class="hidden">Frederick Hamon</h1>
<p class="pb-3 sm:pb-0">Hello 👋, I am Frederick. A senior full stack developer from Montréal, Canada.</p>
<p class="pb-3 sm:pb-0">I’m currently working <a href="https://duda.co" aria-label="Duda" class="text-accent">@duda</a>, the best website builder and ecommerce solution for agencies</p>
<p>You can reach out via <a href="https://www.linkedin.com/in/frederickhamon/" class="text-accent">Linkedin</a> or by <a href="mailto:[email protected]" class="text-accent">email</a>.</p>
</div>
<script type="module" src="/main.js"></script>
</body>
</html>