-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (91 loc) · 3.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex">
<title>sukys.eu homepage</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<link href="css/index.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="js/index.js"></script>
</head>
<body>
<div id="cover">Loading...</div>
<div class="bg-image"></div>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="masthead clearfix">
<div class="inner">
<h3 class="masthead-brand">Paulius Šukys</h3>
<ul class="nav masthead-nav">
<li>
<a href="https://github.com/psukys">Github</a>
</li>
<li>
<a href="https://gitlab.com/psukys">Gitlab</a>
</li>
<li>
<a href="https://stackexchange.com/users/265323/shookees">StackExchange</a>
</li>
<li>
<a href="https://www.linkedin.com/in/pauliussukys/">LinkedIn</a>
</li>
<li>
<a href="https://wakatime.com/@psukys">WakaTime</a>
</li>
<li>
<a href="resume.html">Resume</a>
</li>
</ul>
</div>
</div>
<div class="inner cover">
<p class="lead">
I'm a hardware and software developer motivated to solve problems in a sustainable way.
</p>
</div>
<div class="mastfoot">
<div class="inner">
hey y'all
</div>
</div>
</div>
</div>
</div>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-55136585-1', 'auto');
ga('send', 'pageview');
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"url": "https://sukys.eu",
"name": "Paulius Šukys",
"email": "mailto:[email protected]",
"sameAs": [
"https://github.com/psukys",
"https://twitter.com/shookees",
"https://gitlab.com/psukys",
"https://stackexchange.com/users/265323/shookees",
"https://www.linkedin.com/in/pauliussukys/",
"https://wakatime.com/@psukys"
]
}
</script>
</body>
</html>