-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (82 loc) · 5.26 KB
/
Copy pathindex.html
File metadata and controls
82 lines (82 loc) · 5.26 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
<!DOCTYPE html>
<html lang="en">
<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">
<link rel="icon" href="/src/images/bettericonkitku.png">
<link rel="stylesheet" href="/styles.css">
<meta name="theme-color" content="#000000">
<meta property="og:title" content="Pouek_'s Website">
<meta property="twitter:title" content="Pouek_'s Website">
<meta property="og:url" content="https://www.pouekdev.one">
<meta property="og:image" content="https://www.pouekdev.one/src/images/bettericonkitku.png">
<meta name="twitter:image:src" content="https://www.pouekdev.one/src/images/bettericonkitku.png">
<meta name="description" content="Cześć! Hello! Привет!">
<meta property="og:description" content="Cześć! Hello! Привет!">
<meta property="og:type" content="website">
<title>PouekDEV</title>
</head>
<body>
<div>
<h1>><span id="title">Pouek_</span><span id="cursor">▂</h1>
<p id="ipa" title="Proper pronunciation of my nickname using the International Phonetic Alphabet">/pɔwɛk/</p>
</div>
<h2>About me <a class="pilcrow" href="#about-me">¶</a></h2>
<div id="about-me">
<p>Hi, I'm Pouek_!</p>
I'm from Poland and I love programming. I'm interested in open source, languages and operating systems (mainly Linux). <br>
Quite a few programming languages are on the list that I know, <a href="#stats" onclick="document.getElementById('stats-button').click()">but I use JavaScript, PHP, Java, and Python the most.</a> <br>
My main language is Polish, but I also speak fluent English along with some basic Russian.
</div>
<h2>Projects <a class="pilcrow" href="#projects">¶</a></h2>
<div id="projects">
<p>Here are some hand-picked fun projects that I made or have been involved in that you can look at.</p>
<ul>
<li><a href="https://github.com/PouekDEV/CList">CList</a> - A simple minimalistic fabric mod for saving your coordinates. No minimaps.</li>
<li><a href="https://github.com/PouekDEV/reddit-proxy">reddit-proxy</a> - Basic flask server for grabbing reddit posts and embedding them on discord.</li>
<li><a href="https://github.com/PouekDEV/liquidWeb">liquidWeb</a> - NZXT CAM replacement for liquid coolers on Linux</li>
<li><a href="https://github.com/PouekDEV/nzxt-integration">nzxt-integration</a> - My custom NZXT Web CPU cooler integration with Spotify integration.</li>
</ul>
<p>Some smaller projects are floating somewhere around git.</p>
<h3>Stats <button id="stats-button" onclick="collapsible('stats', this)"></button> <a class="pilcrow" href="#stats">¶</a></h3>
<div id="stats" class="hidden">
<p>No matter how much time I spend on programming it's still not enough</p>
<h4>WakaTime</h4>
<div>
<a href="https://wakatime.com/@8c952089-146a-44a4-bef9-b15de5130b66"><img src="https://wakatime.com/badge/user/8c952089-146a-44a4-bef9-b15de5130b66.svg" alt="Total time coded since Jun 4 2022"/></a>
<figure><embed src="https://wakatime.com/share/@PouekDEV/32f56da0-eb4c-4c62-8441-239c3868194c.svg"></embed></figure>
</div>
<h4>GitHub</h4>
<div>
<img src="https://github-readme-stats.vercel.app/api/top-langs/?username=PouekDEV&layout=compact&theme=dark" alt="github most used languages">
<img width="400" height="165" src="https://github-readme-stats.vercel.app/api?username=PouekDEV&show_icons=true&theme=dark" alt="other github stats">
</div>
</div>
</div>
<h2>Links <a class="pilcrow" href="#links">¶</a></h2>
<div id="links">
<p>Generally you can find me on these websites:</p>
<ul>
<li><span class="logo"></span> GitHub: <a href="https://github.com/PouekDEV">https://github.com/PouekDEV</a></li>
<li><span class="logo"></span> Reddit: <a href="https://www.reddit.com/user/Pouek_">https://www.reddit.com/user/Pouek_</a></li>
<li><span class="logo"></span> Steam: <a href="https://steamcommunity.com/id/Pouek_">https://steamcommunity.com/id/Pouek_</a></li>
<li id="modrinth"><img width="16" src="/src/images/modrinth.svg"> Modrinth: <a href="https://modrinth.com/user/PouekDEV">https://modrinth.com/user/PouekDEV</a></li>
<li><span class="logo"></span> YouTube: <a href="https://www.youtube.com/@pouekdev">https://www.youtube.com/@pouekdev</a></li>
</ul>
</div>
<h2>Contact <a class="pilcrow" href="#contact">¶</a></h2>
<div id="contact">
<p>If you want to contact me, feel free to do so using these methods:</p>
<ul>
<li><span class="logo"></span> Discord: <a href="https://discord.com/users/504891362081112065">pouek_</a></li>
<li><span class="logo"></span> Email: <a href="mailto:stuff@pouekdev.one">stuff@pouekdev.one</a></li>
</ul>
</div>
<footer>
<p>© 2026 Pouek_ - <a href="https://github.com/PouekDEV/pouekdev.github.io">source</a></p>
<img src="/src/images/88x31.png" alt="88x31 button">
</footer>
</body>
<script src="/main.js"></script>
</html>