-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
109 lines (100 loc) · 5.18 KB
/
index.html
File metadata and controls
109 lines (100 loc) · 5.18 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Meta tags dynamically injected by <Seo /> component via react-helmet-async -->
<!-- Static fallbacks only for crawlers that don't execute JS -->
<script>
(function () {
var host = window.location.hostname.toLowerCase();
if (host === 'imadlab.me' || host === 'www.imadlab.me') {
var target =
'https://imadlab.com' +
window.location.pathname +
window.location.search +
window.location.hash;
window.location.replace(target);
}
})();
</script>
<title>Imadlab | Research Engineer & Internal CTO</title>
<meta name="description" content="Research Engineer and internal CTO at CoRe (Turku UAS) building deployable, Privacy-by-Design industrial AI systems." />
<!-- prerender-seo:start -->
<link rel="canonical" href="https://imadlab.com/" />
<meta property="og:title" content="Imadlab | Research Engineer & Internal CTO" />
<meta
property="og:description"
content="Research Engineer and internal CTO at CoRe (Turku UAS) building deployable, Privacy-by-Design industrial AI systems."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://imadlab.com/" />
<meta property="og:image" content="https://imadlab.com/images/og-default.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Imadlab | Research Engineer & Internal CTO" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Imadlab" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@imadlab" />
<meta name="twitter:creator" content="@imadlab" />
<meta name="twitter:title" content="Imadlab | Research Engineer & Internal CTO" />
<meta
name="twitter:description"
content="Research Engineer and internal CTO at CoRe (Turku UAS) building deployable, Privacy-by-Design industrial AI systems."
/>
<meta name="twitter:image" content="https://imadlab.com/images/og-default.jpg" />
<meta name="twitter:image:alt" content="Imadlab | Research Engineer & Internal CTO" />
<!-- prerender-seo:end -->
<!-- Favicon and Theme Color -->
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<meta name="theme-color" content="#000000" />
<!-- Preload hero image for faster LCP on home route -->
<link rel="preload" as="image" href="/images/hero-moon.avif" type="image/avif" />
<!-- Font Preconnect for Performance -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Load fonts with font-display: swap for better performance -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@300;400;500;600;700&display=swap" rel="stylesheet" media="print" onload="this.media='all'">
<noscript>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</noscript>
<!-- DNS prefetch for Supabase and Cloudflare Analytics -->
<link rel="dns-prefetch" href="https://mpkgugcasxpanhrkpkhs.supabase.co">
<link rel="preconnect" href="https://mpkgugcasxpanhrkpkhs.supabase.co" crossorigin>
<link rel="dns-prefetch" href="https://static.cloudflareinsights.com">
<link rel="preconnect" href="https://static.cloudflareinsights.com" crossorigin>
<!-- RSS/JSON Feeds -->
<link rel="alternate" type="application/rss+xml" title="Imadlab Blog RSS Feed" href="/feed.xml" />
<link rel="alternate" type="application/feed+json" title="Imadlab Blog JSON Feed" href="/feed.json" />
<meta name="referrer" content="strict-origin-when-cross-origin" />
<!-- site-verification:start -->
<!-- site-verification:end -->
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://imadlab.com",
"name": "Imadlab",
"description": "Applied research and engineering work by Imad Eddine El Mouss on multimodal industrial AI, procedural knowledge extraction, and deployable systems.",
"publisher": {
"@type": "Person",
"name": "Imad Eddine El Mouss",
"url": "https://imadlab.com/about",
"sameAs": [
"https://github.com/imaddde867",
"https://www.linkedin.com/in/imad-eddine-e-986741262"
]
}
}
</script>
</head>
<body>
<h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;">Imadlab | Research Engineer & Internal CTO</h1>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>