-
Notifications
You must be signed in to change notification settings - Fork 0
/
enindex.html
319 lines (310 loc) · 21 KB
/
enindex.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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio - Bartosz Kutnik</title>
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/scrollbutton.css">
<link rel="stylesheet" href="assets/css/nav.css">
<link rel="stylesheet" href="assets/css/header.css">
<link rel="stylesheet" href="assets/css/about.css">
<link rel="stylesheet" href="assets/css/skills.css">
<link rel="stylesheet" href="assets/css/portfolio.css">
<link rel="stylesheet" href="assets/css/contact.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<link rel="icon" type="image/x-icon" href="assets/images/icon/icon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/lightgallery.min.css">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"/>
</head>
<body>
<div class="scrollTop" onclick="scrollTopTop()">
<i class="fa-solid fa-arrow-up"></i>
</div>
<header id="parallaxHeader">
<div class="container">
<nav>
<img src="assets/images/logo/logo.png" class="logo" alt="Logo Kutnik">
<ul id="sidemenu">
<li onclick="closemenu()"><a href="#header">Home</a></li>
<li onclick="closemenu()"><a href="#about">About me</a></li>
<li onclick="closemenu()"><a href="#skills">Skills</a></li>
<li onclick="closemenu()"><a href="#portfolio">Portfolio</a></li>
<li onclick="closemenu()"><a href="#contact">Contact</a></li>
<i class="fa-solid fa-xmark" onclick="closemenu()"></i>
</ul>
<i class="fa-solid fa-bars" onclick="openmenu()"></i>
<div class="icon-container">
<i class="fas fa-globe"></i>
<div class="dropdown-content">
<a href="index.html"><img src="assets/images/langicons/poland.png">Polski</a>
<a href="enindex.html"><img src="assets/images/langicons/united-kingdom.png">English</a>
</div>
</div>
</nav>
<div class="header-text">
<div
data-aos="fade"
data-aos-duration="2500"
data-aos-easing="ease-in-out-back"
><p>Junior Developer</p>
</div>
<div data-aos="fade-up" data-aos-duration="1500"><h1>Bartosz <span>Kutnik</span></h1></div>
</div>
</div>
</header>
<!------------about------------->
<div id="about">
<div class="container">
<div class="row">
<div class="about-col-1">
<div data-aos="fade-right" data-aos-offset="300" data-aos-duration="800" data-aos-easing="ease-in-sine"><img class="imgabout" src="assets/images/userimg/user.png" alt="Zdjęcie ukazujące moją twarz"></div>
</div>
<div class="about-col-2">
<h1 class="sub-title">About me</h1>
<p id="typingeffect">My name is Bartosz Kutnik, I am 16 years old, and I currently study at Technical School No. 5 in the Mechanical, Electrical, and Electronic School Complex named after Professor Sylwester Kalinski in Toruń. I am in the third year and am training for the profession of technician-programmer. My journey with programming started in the eighth grade of elementary school, and since then, I have been continuously developing my skills in coding and algorithms. I live in Czernikowo, a town located 30 km from Toruń. As a programmer, I am interested not only in writing code but also in the broader field of computer game creation. I create simple games based on the Unity engine, which allows me to better understand the mechanics of the C# language. Additionally, I am passionate about creating simple graphics. I strive to continually expand my horizons and work on new, innovative projects. </p>
<div class="tab-titles">
<p class="tab-links active-link" onclick="opentab('skills')">Skills</p>
<p class="tab-links" onclick="opentab('expiernce')">Experience</p>
<p class="tab-links" onclick="opentab('education')">Education</p>
</div>
<div class="tab-contents active-tab" id="skills">
<ul>
<li><span>HTML/CSS</span><br>
<div class="skill-box">
<div class="skill-bar">
<span class="skill-per htmlcss">
<span class="tooltip">80%</span>
</span>
</div>
</div>
</li>
<li><span>SQL</span><br>
<div class="skill-box">
<div class="skill-bar">
<span class="skill-per sql">
<span class="tooltip">60%</span>
</span>
</div>
</li>
<li><span id="js1">JavaScript</span><span id="js2">Js</span>
<div class="skill-box">
<div class="skill-bar">
<span class="skill-per javascript">
<span class="tooltip">50%</span>
</span>
</div>
</div>
</li>
<li><span>Unity / C#</span><br>
<div class="skill-box">
<div class="skill-bar">
<span class="skill-per unity">
<span class="tooltip">45%</span>
</span>
</div>
</div>
</li>
<li><span>Python</span><br>
<div class="skill-box">
<div class="skill-bar">
<span class="skill-per python">
<span class="tooltip">40%</span>
</span>
</div>
</div>
</li>
<li><span>WPF</span><br>
<div class="skill-box">
<div class="skill-bar">
<span class="skill-per wpf">
<span class="tooltip">30%</span>
</span>
</div>
</div>
</li>
</ul>
</div>
<div class="tab-contents" id="expiernce">
<ul>
<li><span>μElektra Competition 2023</span><br> Receiving an award for the JS game "Rumun The Game"</li>
</ul>
<ul>
<li><span>μElektra Competition 2024</span><br>3rd place for the Unity game "Walhalla Skirmishes"</li>
</ul>
<ul>
<li><span>XVIII Computer Competition Bóbr 2023</span><br>Participation</li>
</ul>
</div>
<div class="tab-contents" id="education">
<ul>
<li>
<span>Foreign Languages</span><br>
<i class="fa-solid fa-earth-americas"></i> English at level A2/B1<br>
<i class="fa-solid fa-earth-europe"></i> German at basic level<br>
</li>
<li><span>Certificates</span><br>
Course in creating a 2D RPG game<a href="assets/certificates/udemy.pdf"<i class="fa-solid fa-download"></i></a><br>
Course "Introduction to Cybersecurity - CISCO" <a href="assets/certificates/cisco.pdf"<i class="fa-solid fa-download"></i></a><br>
Completion of the course "Building and Programming Lego Robots"<br>
Completion of the course "Computer Graphics"
</li>
<li><span>I'm currently learning:</span><br>
<i class="fa-brands fa-js"></i>
<i class="fa-brands fa-java"></i>
<i class="fa-brands fa-android"></i>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!------------serives------------>
<div id="skill">
<div class="container">
<h1 class="sub-title">Skills</h1>
<div class="wrapper">
<div class="swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="content-wrapper">
<div class="content">
<div class="swiper-avatar"><img src="assets/images/skillsimg/web.png"></div>
<p>I create websites that are based on aesthetics and functionality. Forms, galleries, links, subpages, and scripts are precisely composed, creating harmony and good layout on every device (responsiveness). I work on both one-page and multi-page websites. Every detail is a carefully chosen element, creating unique user experiences. The colors of the website are selected thanks to perfectly matched color palettes.</p>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="content-wrapper">
<div class="content">
<div class="swiper-avatar"><img src="assets/images/skillsimg/img.png"></div>
<p>I create graphics in programs such as Photoshop, Aseprite, Gimp, or Paint.Net. I mostly use them for games, such as character appearance or map textures, but also for web applications. I mostly work on 2D graphics, but lately, Ive been learning to create 3D models in Blender. I can also animate these graphics, creating animations like movement with several frames or individual images.</p>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="content-wrapper">
<div class="content">
<div class="swiper-avatar"><img src="assets/images/skillsimg/game.png"></div>
<p>Currently, I work on the Unity engine, creating games in C#. These are primarily 2D games, but I plan to soon delve into the world of 3D game development. I feel very comfortable in the environment of platformer games. I create graphics and animations for them independently. Ive only recently started learning Unity and game development in it, so these are amateur projects that I currently use for learning and understanding the engine, etc.</p>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="content-wrapper">
<div class="content">
<div class="swiper-avatar"><img src="assets/images/skillsimg/code.png"></div>
<p>I am adept at crafting basic yet functional JavaScript scripts for websites. I can leverage various libraries such as Swiper, jQuery, and GSAP to dynamically enhance user interaction. My skills enable me to smoothly implement animations, scrolling effects, and other elements, enhancing the overall user experience for website visitors.</p>
</div>
</div>
</div>
</div>
<div class="swiper-nav-wrapper">
<div class="swiper-button-prev"></div>
<div class="swiper-pagination"></div>
<div class="swiper-button-next"></div>
</div>
</div>
</div>
</div>
</div>
<!------------portfoilio------------>
<div id="portfolio">
<div class="container">
<h1 class="sub-title">Portfolio</h1>
<div class="work-list">
<div class="work">
<img src="assets/images/potfolioimggallery/work-1.png">
<div class="layer">
<h3>Website for Purebred Dog Breeding</h3>
<p>This is a practically finished web project for a Shih-Tzu dog breeding, for my mom. The website is fully responsive, featuring a gallery, contact information, scripts, etc. </p>
<a href="#hiddenGallery" id="openGalleryButton"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
<div id="hiddenGallery" style="display: none;">
<a href="assets/images/gallerygraphics/Littlesection/little1.png"><img src="assets/images/gallerygraphics/Littlesection/little1.png" alt="Webiste Main Menu"></a>
<a href="assets/images/gallerygraphics/Littlesection/little2.png"><img src="assets/images/gallerygraphics/Littlesection/little2.png" alt="Website Footer"></a>
<a href="assets/images/gallerygraphics/Littlesection/little3.png"><img src="assets/images/gallerygraphics/Littlesection/little3.png" alt="One of the sections on the website"></a>
<a href="assets/images/gallerygraphics/Littlesection/little4.png"><img src="assets/images/gallerygraphics/Littlesection/little4.png" alt="Website Main Menu responsiveness"></a>
<a href="assets/images/gallerygraphics/Littlesection/little5.png"><img src="assets/images/gallerygraphics/Littlesection/little5.png" alt="Section O hodowli responsiveness"></a>
</div>
</div>
</div>
<div class="work">
<img src="assets/images/potfolioimggallery/work-2.png">
<div class="layer">
<h3>Shoe Store Page</h3>
<p>The page is almost fully completed with functionalities such as a shopping cart system, registration/login, user panel, contact, order visibility, etc. Everything is connected to the database using PHP and MySQL.</p>
<a href="#hiddenGallery2" id="openGalleryButton2"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
<div id="hiddenGallery2" style="display: none;">
<a href="assets/images/gallerygraphics/Grafsection/graf1.gif"><img src="assets/images/gallerygraphics/Grafsection/graf1.png" alt="Zdjęcie 1"></a>
<a href="assets/images/gallerygraphics/Grafsection/graf2.png"><img src="assets/images/gallerygraphics/Grafsection/graf2.png" alt="Zdjęcie 2"></a>
<a href="assets/images/gallerygraphics/Grafsection/graf3.png"><img src="assets/images/gallerygraphics/Grafsection/graf3.png" alt="Zdjęcie 3"></a>
<a href="assets/images/gallerygraphics/Grafsection/graf2.png"><img src="assets/images/gallerygraphics/Grafsection/graf4.png" alt="Zdjęcie 2"></a>
<a href="assets/images/gallerygraphics/Grafsection/graf3.png"><img src="assets/images/gallerygraphics/Grafsection/graf5.png" alt="Zdjęcie 3"></a>
</div>
</div>
</div>
<div class="work">
<img src="assets/images/potfolioimggallery/work-3.png">
<div class="layer">
<h3>Phone Imitation (JavaScript)</h3>
<p>The phone imitation project aims to enhance the understanding of JavaScript and expand knowledge of the language. It includes a lock screen system, home screen, working calculator, etc.</p>
<a href="#hiddenGallery3" id="openGalleryButton3"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
<div id="hiddenGallery3" style="display: none;">
<a href="assets/images/gallerygraphics/Konkurssection/graf1.png"><img src="assets/images/gallerygraphics/Konkurssection/graf1.png" alt="Wstępny wygląd gry"></a>
<a href="assets/images/gallerygraphics/Konkurssection/graf2.png"><img src="assets/images/gallerygraphics/Konkurssection/graf2.png" alt="Beta chodzenia postaci"></a>
<a href="assets/images/gallerygraphics/Konkurssection/graf3.png"><img src="assets/images/gallerygraphics/Konkurssection/graf3.png" alt="Beta ataków podstawowych gracza"></a>
<a href="assets/images/gallerygraphics/Konkurssection/graf4.gif"><img src="assets/images/gallerygraphics/Konkurssection/graf4.gif" alt="Beta ataków podstawowych gracza"></a>
<a href="assets/images/gallerygraphics/Konkurssection/graf5.gif"><img src="assets/images/gallerygraphics/Konkurssection/graf5.gif" alt="Beta ataków podstawowych gracza"></a>
</div>
</div>
</div>
</div>
<a href="https://github.com/unrestt" class="btn" target="_blank">See more</a>
</div>
</div>
<!------------contact------------>
<div id="contact">
<div class="container">
<div class="row">
<div class="contact-left">
<h1 class="sub-title">Contact</h1>
<p><i class="fa-solid fa-envelope"></i>[email protected]</p>
<p><i class="fa-solid fa-phone"></i>(+48) 535 779 011</p>
<div class="social-icons">
<a href="https://www.facebook.com/bartek.kutnik.77?locale=pl_PL"><i class="fa-brands fa-facebook"></i></a>
<a href="https://www.instagram.com/kutni.kk/"><i class="fa-brands fa-instagram"></i></a>
<a href="https://twitter.com/kreciul_"><i class="fa-brands fa-twitter"></i></a>
<a href="https://github.com/unrestt"><i class="fa-brands fa-github"></i></a>
</div>
</div>
<div class="contact-right">
<form method="post" action="https://script.google.com/macros/s/AKfycbxJMUy-BxaBLOQeknRCvexKIDH0MGtmbrSx-QRyXH0J48MEuyok15HNh52Kf36YCBlT/exec" name="contact-form">
<input type="text" name="Imie" placeholder="Your name" required>
<input type="email" name="Email" placeholder="Your e-mail" required>
<textarea name="Wiadomosc" rows="6" placeholder="Your message"></textarea>
<button type="submit" value="Submit" id="submit" class="btn btn2">Send</button>
</form>
</div>
</div>
</div>
<div class="copyright">
<p>Copyright © Bartosz Kutnik, All rights reserved 2024</p>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/lightgallery.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="https://kit.fontawesome.com/70f2470b08.js" crossorigin="anonymous"></script>
<script src="assets/js/Google Sheet.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/galleryen.js"></script>
<script src="assets/js/services-list.js"></script>
<script src="assets/js/sidemenu.js"></script>
<script src="assets/js/tablinks.js"></script>
<script src="assets/js/typingeffect.js"></script>
</body>
</html>