-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·93 lines (72 loc) · 2.27 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>CZAnalytics</title>
<link rel="icon" type="image/png" href="favicon.png" />
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<py-env>
- matplotlib
</py-env>
<style>
a:link {
color: white;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: white;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: darkblue;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: blue;
background-color: transparent;
text-decoration: underline;
}
</style>
</head>
<body style="margin: 25px 75px 25px 75px;">
<div class="container-fluid">
<!-- https://www.computerhope.com/htmcolor.htm#color-codes -->
<h2 style="border:5px; border-radius: 3px; padding:3px;background-color:silver; color:white">
CZAnalytics
</h2>
<p>
I'am self-employed data science consultant with a passion for data driven business.
</p>
<p>
Trusted advisior, with 15 years of experience, for startups and some of the biggest global companies.
</p>
<p>
Providing analytics services for manufacturing, transportation, green energy, gaming, R&D, and finance.
</p>
<br>
<h4>Services
</h4>
<p>
<ul>
<li>Data science consulting</li>
<li>Advising on strategy and use of AI</li>
<li>Hands-on R&D leadership and project management</li>
</ul>
</p>
<br>
<p style="border:5px; border-radius: 3px; padding:3px;background-color:silver; color:white">
<a href="https://www.linkedin.com/in/aatos">Aatos Heikkinen</a>
<a href="https://drive.google.com/drive/folders/1Zc26IbCMuXk8LlmLymVtse66Rd9WQWJC">Visit my portfolio</a>
</p>
</body>
</html>