-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
115 lines (110 loc) · 4.16 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<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-5FRWLWB");
</script>
<!-- End Google Tag Manager -->
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/global.css" />
<link href="https://fonts.googleapis.com/css?family=Fira+Sans&display=swap" rel="stylesheet" />
<meta charset="utf-8" />
<title>Aidis Stukas homepage</title>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"familyName": "Stukas",
"givenName": "Aidis",
"worksFor": {
"@type": "Organization",
"name": "Pirmas kodas",
"url": "https://pirmaskodas.lt"
},
"jobTitle": "CEO",
"url": "https://aidisstukas.com",
"email": "[email protected]",
"birthDate": "1984-08-12",
"birthPlace": "Kaunas, Lithuania",
"gender": "http://schema.org/Male",
"memberOf": [
{
"@type": "Organization",
"name": "Pirmas kodas",
"url": "https://pirmaskodas.lt"
},
{
"@type": "Organization",
"name": "PyCon Lithuania",
"url": "https://pycon.lt"
},
{
"@type": "Organization",
"name": "VŠĮ Įvairi media",
"url": "https://ivairimedia.com/"
}
],
"sameAs": [
"https://twitter.com/aidisstukas",
"https://www.linkedin.com/in/aidis-stukas-2895b68/",
"https://github.com/aidiss",
"https://stackoverflow.com/users/2631229/aidis"
]
}
</script>
</head>
<body class="bg-white max-w-xl m-auto">
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-5FRWLWB"
height="0"
width="0"
style="display: none; visibility: hidden"
></iframe
></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="center">
<section class="p-4">
<h1 class="font-black text-center text-2xl">Aidis Stukas Homepage</h1>
<p>I am Python/React developer and organizer of Python/Pydata events.</p>
</section>
<section class="p-4">
<h2 class="font-black text-xl">Currently</h2>
<p>I am developing Risk Management platform Europe's largest generator of renewable energy - Statkraft.</p>
</section>
<section class="p-4">
<h2 class="font-black text-xl">Communities I help to grow.</h2>
<ul class="list-disc list-inside">
<li><a href="https://www.pycon.lt">PyCon Lithuania</a></li>
<li><a href="https://www.meetup.com/kaunaspy">Kaunas Py</a></li>
<li><a href="https://www.meetup.com/pydata-kaunas">PyData Kaunas</a></li>
</ul>
</section>
<section class="p-4">
<h2 class="font-black text-xl">More</h2>
<ul class="list-disc list-inside">
<li><a href="https://github.com/aidiss">Github</a></li>
<li><a href="https://www.linkedin.com/in/aidis-stukas-2895b68/">Linkedin</a></li>
<li><a href="https://twitter.com/aidisstukas">Twitter</a></li>
<li><a href="https://stackoverflow.com/users/2631229/aidis">StackOverflow</a></li>
<!-- <li><a href="https://medium.com/@aidis_stukas">Medium</a></li> -->
<!-- <li><a href="https://www.kaggle.com/aidisstukas">Kaggle</a></li> -->
<!-- <li><a href="https://www.goodreads.com/user/show/20737690-aidis-stukas">GoodReads</a></li> -->
<!-- <li><a href="https://www.slideshare.net/aidisstukas">Slideshare</a></li> -->
<!-- -->
</ul>
</section>
</div>
</body>
</html>