-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
210 lines (200 loc) · 9.63 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Krzysztof Krysiński - Portfolio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js?;"></script>
<link rel="stylesheet" href="css/style.css">
<script src="js/topNavController.js"></script>
<script src="js/typeWriter.js"></script>
<script src="js/projects.js"></script>
<script src="js/skills.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap" rel="stylesheet">
<script data-name="BMC-Widget" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="flabbet"
data-description="Support me on Buy me a coffee!"
data-message="Liked my work? You can support me with a nice cup of coffee!" data-color="#FF813F"
data-position="right" data-x_margin="18" data-y_margin="18"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RXFBPLSR2K"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-RXFBPLSR2K');
</script>
<script>if(!sessionStorage.getItem("_swa")&&document.referrer.indexOf(location.protocol+"//"+location.host)!== 0){fetch("https://counter.dev/track?"+new URLSearchParams({referrer:document.referrer,screen:screen.width+"x"+screen.height,user:"[email protected]",utcoffset:"1"}))};sessionStorage.setItem("_swa","1");</script>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />
</head>
<body>
<header>
<div class="topnav" id="myTopnav">
<a href="#aboutMe" class="active">About me</a>
<a href="#projects">Projects</a>
<a href="#skills">Skills</a>
<a href="javascript:void(0);" class="icon" onclick="toogleResponsive();">
<i class="fa fa-bars"></i>
</a>
</div>
</header>
<div class="container">
<div id="aboutMe">
<div class="contentBlock">
<h1>
<span style="color: #00FF2A">></span><span id="typeWriteHeader"> Hi, I'm Krzysztof</span><span
class="blink">|</span>
</h1>
<div class="card" id="infoAboutMe"
style="background-color: transparent; line-height: 45px; font-weight: lighter;">
I'm a .NET software developer.<br /><br />
My main fields are <span style="color: #A1E727;">desktop</span> and <span
style="color: #A1E727;">game</span> development <br /> <br />
I am the creator and maintainer of <a class="pixiEditorLink" href="https://github.com/PixiEditor" alt="PixiEditor GitHub">PixiEditor Organization</a>,
<span style="color: #A1E727;">Google Code-In</span> <span style="color: #A1E727;">2018</span>
finalist and
<span style="color: #A1E727;">Google Code-In 2019</span> Runner up<br /><br />
<span class="underlinedText" style="border-color: #9D6ED8;">C#</span> and
<span class="underlinedText" style="border-color: #189F20;">.NET</span> are my primary
technologies.<br /><br />
I love books, music and archery.
</div>
</div>
<div class="contentBlock" id="meAndLinksContentBlock">
<div id="meAndLinks">
<div id="me">
<img src="images/photo.jpg" />
</div>
<br />
<div id="links">
<a href="https://github.com/flabbet" target="_blank">
<div class="link">
<img src="images/GitHub-Mark.png" />
<span>GitHub</span>
</div>
</a>
<a href="https://twitter.com/flabbet" target="_blank">
<div class="link">
<img src="images/Twitter_Logo_Blue.png" />
<span>Twitter</span>
</div>
</a>
<a href="https://stackoverflow.com/users/9146296/flabbet" target="_blank">
<div class="link">
<img src="images/so-icon.png" />
<span>Stack Overflow</span>
</div>
</a>
<a href="https://www.linkedin.com/in/krysinski-dev/" target="_blank">
<div class="link">
<img src="images/LI-In-Bug.png"
alt="Krzysztof Krysiński's DEV Profile">
<span>LinkedIn</span>
</div>
</a>
<a href="https://dev.to/flabbet" target="_blank">
<div class="link">
<img src="https://d2fltix0v2e0sb.cloudfront.net/dev-badge.svg"
alt="Krzysztof Krysiński's DEV Profile">
<span>Dev Community</span>
</div>
</a>
</div>
</div>
<div id="contactMe">
Contact me at <br /> <span style="color:white;"><a
href="mailto:[email protected]">[email protected]</a></span>
</div>
</div>
<div style="clear:both;"></div>
</div>
<div style="overflow: hidden;">
<svg
preserveAspectRatio="none"
viewBox="0 0 1200 120"
xmlns="http://www.w3.org/2000/svg"
style="fill: #222; width: 100%; height: 67px; transform: rotate(180deg) scaleX(-1);"
>
<path d="M321.39 56.44c58-10.79 114.16-30.13 172-41.86 82.39-16.72 168.19-17.73 250.45-.39C823.78 31 906.67 72 985.66 92.83c70.05 18.48 146.53 26.09 214.34 3V0H0v27.35a600.21 600.21 0 00321.39 29.09z" />
</svg>
</div>
<div style="background-color: #222; height: 10px; width: 100%; margin: -5px"></div>
<div id="projects">
<div class="titleText">
<h2>Main projects</h2>
</div>
<div id="projectsContainer">
</div>
<div id="moreInfo">
Check out more on <a href="https://github.com/flabbet" target="_blank">GitHub <img
src="images/GitHub-Mark.png" /></a>
</div>
<div style="overflow: hidden;">
<svg
preserveAspectRatio="none"
viewBox="0 0 1200 120"
xmlns="http://www.w3.org/2000/svg"
style="fill: #1c1c1c; width: 100%; height: 67px; transform: rotate(180deg);"
>
<path d="M321.39 56.44c58-10.79 114.16-30.13 172-41.86 82.39-16.72 168.19-17.73 250.45-.39C823.78 31 906.67 72 985.66 92.83c70.05 18.48 146.53 26.09 214.34 3V0H0v27.35a600.21 600.21 0 00321.39 29.09z" />
</svg>
</div>
</div>
</div>
<div style="background-color: #1c1c1c; height: 10px; width: 100%; margin: -5px"></div>
<div class="skills" id="skills">
<div class="titleText">
<h2>Skills</h2>
</div>
<div class="skillCol">
<div class="skillCol-title">
<h3>Languages</h3>
</div>
<div class="skillCol-items"></div>
</div>
</div>
<div class="skillCol">
<div class="skillCol-title">
<h3>Technologies</h3>
</div>
<div class="skillCol-items">
</div>
</div>
<div class="skillCol">
<div class="skillCol-title">
<h3>Other</h3>
</div>
<div class="skillCol-items">
</div>
</div>
</div>
<div style="clear: both"></div>
<footer style="background-color: #222; padding: 15px;">
<div class="container">
© <span id="year"></span> - Portfolio - Krysiński Krzysztof
</div>
</footer>
<!--flag{this_is_not_a_ctf}-->
<script src="js/cardGenerator.js"></script>
<script src="js/skillsGenerator.js"></script>
<script src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js" data-cfasync="false"></script>
<script>
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#1c1c1c"
},
"button": {
"background": "#ffa500"
}
},
"theme": "classic",
"position": "bottom-left",
"content": {
"message": "This website uses cookies to ensure you get the best experience on my website."
}
});
document.getElementById("year").innerHTML = new Date().getFullYear();
</script>
</body>
</html>