-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (99 loc) · 4.38 KB
/
Copy pathindex.html
File metadata and controls
106 lines (99 loc) · 4.38 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>✌️ Kevin Senoner - Portfolio</title>
<meta name="description" content="Kevin Senoner - Software Developer portfolio" />
<meta name="author" content="Kevin Senoner" />
<meta name="Keywords"
content="kevin senoner, kevin, senoner, programmer, software developer, nodejs, js, golang, golang developer, nodejs developer, database designer, js developer, js developer south tyrol" />
<meta name="Abstract" content="Software Developer, Programmer, Portfolio, Person" />
<meta name="page-topic" content="Kevin Senoner Software Developer portfolio" />
<meta name="page-type" content="Portfolio, Software Developer, Programmer" />
<meta name="robots" content="index, follow" />
<meta name="Audience" content="all" />
<meta name="Category" content="Software" />
<meta name="Revisit-After" content="2 days" />
<meta name="reply-to" content="senoner.kevin@gmail.com" />
<meta name="language" content="en" />
<meta name="expires" content="never" />
<link rel="stylesheet" href="./css/main.css" />
<!-- 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-M9KFFGBN');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M9KFFGBN" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="container">
<div class="cover">
<div class="cover-img">
<img src="img/profile.jpg" alt="Profile" />
</div>
<div class="cover-heading">
<h1>Kevin Senoner</h1>
<p>Software Developer</p>
<p>South Tyrol, Italy</p>
</div>
<div class="cover-body">
<p>
I am an Italian software developer from South Tyrol with over
three years of experience in programming. My most significant
role was as a Java backend developer at Durst, where I navigated
a large codebase and initiated my own project. This experience
exposed me to a variety of coding practices, from poorly
structured "spaghetti code" to well-implemented software
patterns. As a result, I have gained the confidence to approach
new projects with a balanced perspective. I prioritize delivering
value to the companies I work for, which often involves making
thoughtful trade-offs between maintaining "clean code" and
implementing features. My colleagues and supervisors have
consistently praised my ability to quickly grasp complex concepts
while maintaining a clear overview of the software architecture. I
am currently seeking new opportunities as a programmer in any
role (backend, frontend, embedded systems, or PLC
development)
</p>
</div>
<div class="cover-buttons">
<a href="Resume_KevinSenoner.pdf">Resume</a>
</div>
</div>
</div>
<footer>
<ul class="social">
<li class="social-button">
<a target="_blank" href="https://twitter.com/SenonerKevin">Twitter</a>
</li>
<li class="social-button">
<a target="_blank" href="https://www.linkedin.com/in/kevin-senoner-86630118a/">LinkedIn</a>
</li>
<li class="social-button">
<a target="_blank" href="https://github.com/senonerk/">Github</a>
</li>
</ul>
</footer>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-143686103-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-143686103-1");
</script>
</body>
</html>