-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
177 lines (177 loc) · 11.1 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
<!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="miQZ2R.gif">
<title>PouekDEV</title>
<meta name="description" content="Pouek's personal website">
<meta property="og:type" content="website">
<meta property="og:title" content="Pouek_'s Website" />
<meta property="og:description" content="Pouek's personal website" />
<meta property="og:url" content="https://www.pouekdev.one" />
<meta property="og:image" content="https://www.pouekdev.one/miQZ2R.gif" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="main">
<div class="container h-100 d-flex flex-column justify-content-center text-center">
<div id="start">
<div class="display-1">
<span id="pouek" class="display-1"></span>
<div class="right_arrow">
<button onclick="advance(true)"><i class="bi bi-arrow-right-short"></i></button>
</div>
</div>
<p class="links">
<a target="_blank" href="https://github.com/PouekDEV"><i class="bi bi-github"></i></a>
<a target="_blank" href="https://www.youtube.com/channel/UCj8r2VkkqW6DZrMN1endz5A"><i class="bi bi-youtube"></i></a>
<a target="_blank" href="https://www.reddit.com/user/Pouek_"><i class="bi bi-reddit"></i></a>
<a target="_blank" href="https://steamcommunity.com/id/Pouek_/"><i class="bi bi-steam"></i></a>
<a target="_blank" href="https://paypal.me/pouekdev"><i class="bi bi-paypal"></i></a>
<a target="_blank" href="https://top.gg/user/504891362081112065"><img src="src/topgg.png" alt="Top.gg"></a>
<a target="_blank" href="https://modrinth.com/user/PouekDEV"><img style="filter: invert(100%);" src="src/modrinth.svg" alt="Modrinth"></a>
<a target="_blank" href="https://pouek.itch.io/"><img src="src/itchio.png" alt="Itch.io"></a>
</p>
</div>
<div id="projects" style="display: none;">
<div class="display-1" style="margin-top: 10rem;">
<div class="left_arrow">
<button onclick="advance(false)"><i class="bi bi-arrow-left-short"></i></button>
</div>
<span id="projects_title" class=""></span>
<div class="right_arrow">
<button onclick="advance(true)"><i class="bi bi-arrow-right-short"></i></button>
</div>
</div>
<span id="projects_info">Here are some of my projects. This list doesn't include any private ones.</span>
<br><br><br>
<div class="container">
<div class="row h-100 justify-content-center">
<div class="col-12 col-md-3 mb-4">
<div class="card text-white" style="background-position: bottom; background-blend-mode: multiply; background-image: url('https://cdn.modrinth.com/data/OB9VEcWN/images/6a39052ef81a3dc0317719893f4dea47b97fe2b3.png'); background-color: rgba(0,0,0,0.7);">
<div class="card-body">
<h5 class="card-title"><img src="https://cdn.modrinth.com/data/OB9VEcWN/d7f525c754e128e704fe2373c2d2a99598a59c29.png" alt="icon"><a target="_blank" href="https://github.com/PouekDEV/CList" class="card-link github">CList</a></h5>
<h6 class="card-subtitle mb-2 text-muted">Minecraft Fabric mod</h6>
<p class="card-text">CList is a simple minimalistic fabric mod for saving your coordinates. No minimaps.</p>
<a target="_blank" href="https://modrinth.com/mod/clist" class="card-link modrinth">Modrinth</a>
<a target="_blank" href="https://www.curseforge.com/minecraft/mc-mods/clist" class="card-link curseforge">CurseForge</a>
</div>
</div>
</div>
<div class="col-12 col-md-3 mb-4">
<div class="card text-white">
<div class="card-body">
<h5 class="card-title"><img src="https://user-images.githubusercontent.com/64737924/234092116-d079857b-37ab-4837-85c2-d3f27b6ea96b.png" alt="icon"><a target="_blank" href="https://github.com/PouekDEV/MYAP" class="card-link github">MYAP</a></h5>
<h6 class="card-subtitle mb-2 text-muted">A GUI python app</h6>
<p class="card-text">A Minimalistic Youtube Audio Player (MYAP) <br><br><img src="https://user-images.githubusercontent.com/64737924/211200492-55e93000-7a1b-4fa4-b855-1a1f135fd07b.png" alt="GUI" style="width: 100%;border-radius: 0%;"></p>
</div>
</div>
</div>
<div class="col-12 col-md-3 mb-4">
<div class="card text-white">
<div class="card-body">
<h5 class="card-title"><a target="_blank" href="https://github.com/PouekDEV/reddit-proxy" class="card-link github">reddit-proxy</a></h5>
<h6 class="card-subtitle mb-2 text-muted">Python flask server</h6>
<p class="card-text">Basic flask server for grabbing reddit videos and embedding them on discord. </p>
</div>
</div>
</div>
<div class="col-12 col-md-3 mb-4">
<div class="card text-white" style="background-blend-mode: multiply; background-image: url('https://github.com/PouekDEV/nzxt-integration/raw/main/Screenshot_2.png'); background-color: rgba(0,0,0,0.7);">
<div class="card-body">
<h5 class="card-title"><a target="_blank" href="https://github.com/PouekDEV/nzxt-integration" class="card-link github">nzxt-integration</a></h5>
<h6 class="card-subtitle mb-2 text-muted">NZXT integration made in React</h6>
<p class="card-text">My custom NZXT Web CPU cooler integration.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="about" style="display: none;">
<div class="display-1">
<div class="left_arrow">
<button onclick="advance(false)"><i class="bi bi-arrow-left-short"></i></button>
</div>
<span id="about_title" class="display-1"></span>
</div>
<br><br><br>
<div class="about_info">
I am Pouek_, a random guy from Poland who likes to code all kinds of stuff. I'm interested in linux servers, programming and language learning.<br>
I know HTML, JS, CSS, C++, SQL, Java, PHP and Python (currently learning Rust).<br>
I can speak English and Polish (currently learning Russian).<br>
I also know how to manage MySQL databases and Linux servers (mainly Debian and Ubuntu).<br>
<br>
<h3>And here are some stats</h3>
<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><br>
<br>
<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" src="https://github-readme-stats.vercel.app/api?username=PouekDEV&show_icons=true&theme=dark" alt="other github stats">
</div>
</div>
</div>
</div>
<footer class="text-center">
<p style="color:gray;"><a href="mailto:[email protected]" class="mail">[email protected]</a></p>
<p style="color:gray;">©<span id="year"></span></p>
</footer>
</body>
<script>
var date = new Date();
var side = 0;
var strings = ["Pouek_"];
if(date.getDate() == 9 && date.getMonth() == 5){
strings = ["Pouek_","Today is my birthday","Pouek_"];
}
if(date.getDate() == 1 && date.getMonth() == 0){
strings = ["Pouek_","Happy New Year!","Pouek_"];
}
var pouek_typed = new Typed("#pouek", {
strings: strings,
typeSpeed: 100,
});
var projects_typed = new Typed("#projects_title", {
strings: ["Projects"],
typeSpeed: 100,
});
var about_typed = new Typed("#about_title", {
strings: ["About me"],
typeSpeed: 100,
});
document.getElementById("year").innerHTML = date.getUTCFullYear();
function advance(which){
if(which){
side++;
}
else{
side--;
}
switch(side){
case 0:
document.getElementById("start").style.display = "block";
document.getElementById("projects").style.display = "none";
document.getElementById("about").style.display = "none";
pouek_typed.reset();
break;
case 1:
document.getElementById("start").style.display = "none";
document.getElementById("projects").style.display = "block";
document.getElementById("about").style.display = "none";
projects_typed.reset();
break;
case 2:
document.getElementById("start").style.display = "none";
document.getElementById("projects").style.display = "none";
document.getElementById("about").style.display = "block";
about_typed.reset();
break;
}
}
</script>
</html>