-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (50 loc) · 2.06 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head profile="http://www.w3.org/2005/10/profile">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="css/main.css?v1.0.2">
<title>Paulius Podolskis (aka wSuFF)</title>
<meta name="google-site-verification" content="6LYftMpQAsGbNawaIIymI86eb2oUU4coA1gICHCHDcA" />
</head>
<body>
<div class="profilepage home_top">
<div class="content">
<div class="profile" id="profile_box">
<div class="profile-head">
<h1 class="name">Paulius Podolskis</h1>
</div>
<div class="profile-content">
<div class="bio">
I'm serial technical entrepreneur and geek inside!<br/>
I'm co-organizer @<a href="https://notrollsallowed.com">NoTrollsAllowed</a>, contributor @<a href="https://www.usergroups.lt">UserGroups.lt</a>.<br />
Former co-organizer @<a href="https://www.vilniusphp.lt">VilniusPHP</a>,<br />
Former Founder and CTO @<a href="https://www.dokobit.com">Dokobit</a> - e-signing as an everyday service,<br />
Former Founder and CEO @Estina, now <a href="https://www.boozttechnologybaltics.com">Boozt Technology Baltics</a>.<br /><br/>
You can find me at:
</div>
</div>
<div class="services" rel="solcial">
<ul class="services">
<li class="service-icon" rel="linkedin">
<a href="https://www.linkedin.com/in/podolskis" class="icon" style="background: url('image/linkedin-32x32.png');"> </a>
</li>
<li class="service-icon" rel="github">
<a href="https://github.com/podolskis" class="icon" style="background: url('image/github.png');"> </a>
</li>
</ul>
<div class="clear"></div>
</div>
</div>
</div>
</div>
</div>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RGVW8DEEEP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RGVW8DEEEP');
</script>
</body>
</html>