-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
309 lines (307 loc) · 9.63 KB
/
index.html
File metadata and controls
309 lines (307 loc) · 9.63 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
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
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Piesel Klif</title>
<link
rel="shortcut icon"
href="/assets/images/favicon.ico"
type="image/x-icon"
/>
<link rel="stylesheet" href="/assets/css/main.css" />
<script src="/assets/js/app.js" defer></script>
<script
type="module"
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"
></script>
</head>
<body>
<div id="graf-view" style="display: none">
<ion-icon
id="close-img-viewer"
name="close-outline"
size="large"
></ion-icon>
<img id="graf-viewer-img" src="" />
</div>
<header>
<div class="content">
<div>
<h1>Hej, to tutaj!</h1>
<p>
Dobrze trafiłeś/aś. Ta strona to początek naszej przygody – przewiń
niżej, żeby dowiedzieć się więcej o mnie i moich projektach.
</p>
</div>
<div class="prof">
<div class="ring"></div>
<div class="ring"></div>
<div class="ring"></div>
<div class="ring"></div>
<img src="/assets/images/prof.png" alt="prof" />
</div>
<div class="arrow">
<p>przewiń niżej</p>
<ion-icon name="chevron-down-outline"></ion-icon>
</div>
</div>
</header>
<nav>
<a class="active" data-target="section1">O mnie</a>
<a data-target="section2">Social</a>
<a data-target="section3">Projekty</a>
<a data-target="section4">Grafiki</a>
<a data-target="section5">Gry</a>
<a data-target="section6">Kontakt</a>
</nav>
<main>
<section id="section1" class="active col">
<div class="panel">
<h2>👤 Kim jestem?</h2>
<p>
Cześć! Nazywam się PieselKlif (to mój pseudonim), a programowanie to
moja pasja. Specjalizuję się w tworzeniu stron internetowych i
aplikacji, stale rozwijając swoje umiejętności w JavaScript, HTML, i
CSS (SCSS). Mam też doświadczenie w programowaniu w Pythonie,
tworzeniu botów na Discorda i pisaniu prostych programów.
</p>
</div>
<div class="panel">
<h2>🎯 Moja misja</h2>
<p>
Uwielbiam rozwiązywać problemy i realizować ciekawe projekty, które
łączą estetykę z funkcjonalnością. Moim celem jest tworzenie
rozwiązań, które wyróżniają się jakością i intuicyjnością.
</p>
</div>
<div class="panel">
<h2>💡 Co mnie inspiruje?</h2>
<p>
Inspiruje mnie ciągły rozwój. Każdy projekt to dla mnie nowe
wyzwanie, a każde wyzwanie to okazja do nauki i udoskonalenia swoich
umiejętności.
</p>
</div>
</section>
<section id="section2" class="social">
<a
target="_blank"
href="https://github.com/pieselklif"
style="--color: #020409"
><ion-icon name="logo-github"></ion-icon
></a>
<a
target="_blank"
href="https://www.youtube.com/@pieselklif"
style="--color: #ec1a25"
><ion-icon name="logo-youtube"></ion-icon
></a>
<a
target="_blank"
href="https://twitter.com/PieselKlif"
style="--color: #4fa3f3"
><ion-icon name="logo-twitter"></ion-icon
></a>
<a
target="_blank"
href="https://www.twitch.tv/piesel_klif"
style="--color: #9d0eff"
><ion-icon name="logo-twitch"></ion-icon
></a>
<a
target="_blank"
href="https://www.tiktok.com/@piesel_klif"
style="--color: #000000"
><ion-icon name="logo-tiktok"></ion-icon
></a>
<a
target="_blank"
href="https://discord.com/users/398931363618881537"
style="--color: #6b50f1"
><ion-icon name="logo-discord"></ion-icon
></a>
</section>
<section id="section3" class="col">
<div class="panel">
<h2>🕸 Strony</h2>
<ol>
<li><a href="https://pieselklif.github.io/">PieselKlif.github.io</a></li>
<li><a href="https://zzswiki.github.io/">zzswiki.github.io</a></li>
<li><a href="https://pieselklif.github.io/Timer">Timer</a></li>
<li><a href="https://github.com/PieselKlif/biletowo">Biletowo</a></li>
</ol>
</div>
<div class="panel">
<h2>👨💻 Programy</h2>
<ol>
<li>
<a href="https://github.com/PieselKlif/discord-spotted"
>Discord spotted</a
>
</li>
</ol>
</div>
</section>
<section id="section4" class="graf">
<img
data-target="baner PieselKlif.jpg"
src="/assets/images/grafika/small/baner PieselKlif.jpg"
alt=""
/>
<img
data-target="Harry Potter i nieznana blizna.jpg"
src="/assets/images/grafika/small/Harry Potter i nieznana blizna.jpg"
alt=""
/>
<img
data-target="króliczek gotowe.png"
src="/assets/images/grafika/small/króliczek gotowe.png"
alt=""
/>
<img
data-target="live miniaturka.png"
src="/assets/images/grafika/small/live miniaturka.png"
alt=""
/>
<img
data-target="lowpoly.png"
src="/assets/images/grafika/small/lowpoly.png"
alt=""
/>
<img
data-target="luxongrafika.png"
src="/assets/images/grafika/small/luxongrafika.png"
alt=""
/>
<img
data-target="miniatura.png"
src="/assets/images/grafika/small/miniatura.png"
alt=""
/>
<img
data-target="overlay.png"
src="/assets/images/grafika/small/overlay.png"
alt=""
/>
<img
data-target="piesel 2.png"
src="/assets/images/grafika/small/piesel 2.png"
alt=""
/>
<img
data-target="piesel trójkąty 2.png"
src="/assets/images/grafika/small/piesel trójkąty 2.png"
alt=""
/>
<img
data-target="prof.png"
src="/assets/images/grafika/small/prof.png"
alt=""
/>
</section>
<section id="section5" class="games">
<span
>Wszystkie gry znajdują się na moim profilu na
<a href="https://pieselklif.itch.io/" target="_blank"
>itch.io</a
></span
>
<div class="content">
<a
class="panel"
target="_blank"
href="https://pieselklif.itch.io/hard-scary"
>
<img src="/assets/images/games/+GDlqF.png" alt="Hard scary" />
<div>
<h2>Hard scary</h2>
<p>
Jest to bardzo straszna gra, która polega na przejściu prostego
labiryntu.
</p>
</div>
</a>
<a
class="panel"
target="_blank"
href="https://pieselklif.itch.io/tutmaze"
>
<img src="/assets/images/games/p0nRWy.png" alt="Tutmaze" />
<div>
<h2>Tutmaze</h2>
<p>
Ta gra została zrobiona na szybko specjalnie na tutjam. Polega
na przejściu podziemnego labiryntu.
</p>
</div>
</a>
<a
class="panel"
target="_blank"
href="https://pieselklif.itch.io/plants"
>
<img src="/assets/images/games/UNcibg.png" alt="Plants" />
<div>
<h2>Plants</h2>
<p>
Jedna z moich pierwszych gier. Sens gry jest prosty: sadzisz,
zbierasz, sprzedajesz.
</p>
</div>
</a>
<a
class="panel"
target="_blank"
href="https://pieselklif.itch.io/fat-runner"
>
<img src="/assets/images/games/V7VyjS.png" alt="Fat Runner" />
<div>
<h2>Fat Runner</h2>
<p>Gra polega na przejściu trasy w jak najszybszym czasie.</p>
</div>
</a>
<a
class="panel"
target="_blank"
href="https://pieselklif.itch.io/klif-clicker"
>
<img src="/assets/images/games/zzpO+j.png" alt="Klif Clicker" />
<div>
<h2>Klif Clicker</h2>
<p>Klikasz > sprzedajesz > kupujesz ulepszenie > klikasz</p>
</div>
</a>
</div>
</section>
<section id="section6" class="mess">
<ul>
<li>
<a href="mailto:pieselklif@gmail.com">
<ion-icon name="mail"></ion-icon>
Napisz do mnie maila!
</a>
</li>
<li>
<a href="https://discord.com/users/398931363618881537">
<ion-icon name="logo-discord"></ion-icon>
Napisz do mnie na discord!
</a>
</li>
</ul>
</section>
</main>
<footer>
<span class="license"
>© PieselKlif 2025, licensed under
<a target="_blank" href="https://creativecommons.org/licenses/by-sa/4.0/"
>CC BY-SA</a
></span
>
</footer>
</body>
</html>