-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (83 loc) · 4.64 KB
/
Copy pathindex.html
File metadata and controls
94 lines (83 loc) · 4.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Liam Abourousse — Software, Data & AI Engineer</title>
<meta name="title" content="Liam Abourousse — Software, Data & AI Engineer" />
<meta name="description"
content="Paris-based Software, Data & AI Engineer delivering Python backends, multi-source pipelines, analytics, and GenAI products from scope to production." />
<meta name="keywords"
content="Liam Abourousse, Software Engineer, Data Engineer, AI Engineer, Python, FastAPI, Data Products, Generative AI, RAG, Maritime Analytics, Supabase, Next.js, Paris" />
<meta name="author" content="Liam Abourousse" />
<link rel="canonical" href="https://bardakor.github.io/" />
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22%3E%3Crect width=%22100%22 height=%22100%22 fill=%22%23141412%22/%3E%3Ctext x=%2250%22 y=%2263%22 text-anchor=%22middle%22 font-size=%2238%22 font-family=%22Arial, sans-serif%22 font-weight=%22700%22 fill=%22%23f2efe6%22%3ELA%3C/text%3E%3C/svg%3E" />
<link data-trunk rel="copy-file" href="public/og-image.jpg" />
<link data-trunk rel="copy-file" href="public/liam-portrait-white.jpg" />
<link data-trunk rel="copy-file" href="public/liam-portrait-black.jpg" />
<link data-trunk rel="copy-file" href="public/CV_SOFT.pdf" />
<link data-trunk rel="copy-file" href="public/CV_SOFT_EN.pdf" />
<link data-trunk rel="copy-file" href="public/Memoire_Liam_Abourousse.pdf" />
<link data-trunk rel="copy-file" href="public/robots.txt" />
<link data-trunk rel="copy-file" href="public/sitemap.xml" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bardakor.github.io/" />
<meta property="og:title" content="Liam Abourousse — Software, Data & AI Engineer" />
<meta property="og:description"
content="Python backends, multi-source data pipelines, analytics, and GenAI products delivered from operational need to production." />
<meta property="og:image" content="https://bardakor.github.io/og-image.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://bardakor.github.io/" />
<meta property="twitter:title" content="Liam Abourousse — Software, Data & AI Engineer" />
<meta property="twitter:description"
content="Python backends, multi-source data pipelines, analytics, and GenAI products delivered from operational need to production." />
<meta property="twitter:image" content="https://bardakor.github.io/og-image.jpg" />
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Liam Abourousse",
"jobTitle": "Software, Data & AI Engineer",
"url": "https://bardakor.github.io/",
"email": "liam.abourousse@efrei.net",
"telephone": "+33607889056",
"address": {
"@type": "PostalAddress",
"addressLocality": "Paris",
"addressCountry": "FR"
},
"sameAs": [
"https://github.com/Bardakor",
"https://www.linkedin.com/in/liam-abourousse/"
],
"knowsAbout": ["Python", "FastAPI", "Data Engineering", "Machine Learning", "Generative AI", "RAG", "Maritime Analytics", "Supabase", "Next.js", "Docker", "AWS", "GCP"]
}
</script>
<!-- Fonts: Newsreader + IBM Plex Sans -->
<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=IBM+Plex+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,300..800&family=Newsreader:ital,opsz,wght@1,6..72,300..800&display=swap"
rel="stylesheet" />
<!-- Portfolio CSS -->
<link data-trunk rel="css" href="styles/tailwind-output.css" />
<!-- GSAP + ScrollTrigger -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js"></script>
<!-- Bootstrap: register GSAP plugins. Animations are triggered from Rust. -->
<script>
gsap.registerPlugin(ScrollTrigger);
</script>
<!-- Wasm entry point -->
<link data-trunk rel="rust" data-bin="leptos-portfolio" data-wasm-opt="z" data-public-url="/" />
</head>
<body class="is-loading">
<a class="skip-link" href="#smooth-wrapper">Skip to content</a>
<!-- Noise texture overlay -->
<div class="noise-overlay" aria-hidden="true"></div>
</body>
</html>