-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (57 loc) · 3.65 KB
/
Copy pathindex.html
File metadata and controls
72 lines (57 loc) · 3.65 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
<!DOCTYPE HTML>
<html>
<head>
<style>
/* Apply site-wide */
:root{
--blue: #1e90ff;
--text: #ffffff;
--muted: #bfbfbf;
--bg: #000;
}
body{
background: var(--bg);
color: var(--text);
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
line-height: 1.4;
margin: 0;
padding: 1rem;
}
h1 { text-align: center; }
h3 { text-align: center; color: var(--blue); }
h4 { text-align: center; }
.name, .highlight { color: var(--blue); }
.nohighlight { color: var(--muted); }
.name{
text-align: center;
font-weight: 700;
letter-spacing: 0.02em;
}
.highlight{
background: rgba(30,144,255,0.08);
font-weight: 600;
}
/* Accessibility: focus and link styles */
a { color: var(--blue); text-decoration: underline; }
:focus { outline: 3px solid rgba(30,144,255,0.25); outline-offset: 2px; }
</style>
<title>Alain website</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="engineer, technology, C, C++, C#, python, programmer, games, data, operations, analytics, Ad Tech, privacy, Machine Learning, ML, AI, consultant">
<meta name="author" content="Alain">
<meta name="description" content="Alain website">
<link rel="icon" type="image/png" href="logo.png">
</head>
<body>
<h1 translate="no">~ <span class="name">Alain</span> ~</h1>
<h3>Human <span class="nohighlight">/</span> Programmer <span class="nohighlight">/</span> ML (IA) builder</h3>
<p>I am Alain, a <b><a href="https://en.wikipedia.org/wiki/Computer_engineering">computer engineer</a></b> based in Scandinavia.</p>
<p>Over the past decade, I've been fortunate to work at well-known international game companies (like <b><a href="https://www.unity.com">Unity</a>, <a href="https://www.rovio.com">Rovio</a></b> and <b><a href="https://www.sega.com">SEGA</a></b>) helping mobile games grow while keeping players happy and engaged through strategic gaming service implementations, monitoring and optimisations. I complement this with +6 years of hands-on experience in web development and IT.</p>
<p>I am currently improving my <b><a href="https://en.wikipedia.org/wiki/Python_(programming_language)">Python</a></b> and <b><a href="https://en.wikipedia.org/wiki/Assembly_language">Linux</a></b> skills while (still) going back to the very basics in <b><a href="https://en.wikipedia.org/wiki/C_(programming_language)">C</a></b> and <b><a href="https://en.wikipedia.org/wiki/Python_(programming_language)">assembly language</a></b> whenever I have the chance.</p>
<p>I began my programming journey at age 16, developing games in the <b><a href="https://en.wikipedia.org/wiki/C_(programming_language)">C programming language</a></b> during my university studies. Later, I moved to <b><a href="https://en.wikipedia.org/wiki/C%2B%2B">C++</a></b> while developing a basic game engine and a compiler. I also had fun learning the basics of few other languages. After I moved to Finland, my passion for games and technology made me focus on mobile games, data and <b><a href="https://en.wikipedia.org/wiki/Machine_learning">machine learning</a></b>.
<p><span class="highlight">SPECIALITIES:</span> Game & mobile technologies, analytics and data privacy.</p>
<h4><i>Feel free to visit my LinkedIn profile to know more about my professional background <a href="https://www.linkedin.com/in/alainvi">here</a>.</i></h4>
</body>
</html>