-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
178 lines (170 loc) · 13.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
178
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7J3YJQYZ30"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-7J3YJQYZ30');
</script>
<link rel="stylesheet" href="index.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
<title>Home - Kingpvz</title>
<link rel="icon" type="image/x-icon" href="favicon.png">
<meta name="description" content="Official website of Kingpvz, storing all the projects, links and contact possibilities! Explore all the apps and websites I've ever made and see beyond my wildest dreams! (probably)" />
<meta name="keywords" content="Kingpvz, Kingpvz, Kingpvz Website, Kingpvz Official Website, Kingpvz Site, Stanley, Kingpvz Stanley, Stanley Website, Stanley Suchovský, Stanislav, Stanislav Suchovský, Michal, Michael, Michal Suchovský, Michael Suchovský, Stanislav Michal, Stanley Michael, YouTube, Minecraft, Minecraft Mods, Programming, Music, Producer, Artist, Home Page, Home, Web Page, Web, Web Site" />
</head>
<body>
<script src="global_resources/corefunc.js"></script>
<script>
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
window.location.replace("/m")
} else {
window.location.replace("#home")
}
</script>
<div id="sourcegrid">
<section id="home" style="background: rgb(0 0 255 / 5%);">
<img src="global_resources/images/website_logo.png" id="webtitle">
<div id="nav">
<a class="navbar" href="music" title="Explore all the music I've made thus far!">Music</a>
<a class="navbar" href="projects" title="My apps, games and other fun projects!">Projects</a>
<a class="navbar" href="contact" title="My email and messaging platforms.">Contact</a>
<a class="navbar" href="social" title="Follow me everywhere!">Social Sites</a>
<a class="navbar" href="webs" title="My other websites to check out!">Websites</a>
</div>
<div style="display: grid; grid-template-columns: 71vw 25vw; grid-gap: 1vw; grid-template-areas: 'middle rightside'; height: calc(72vh - 3vw);">
<div style="grid-area: middle; display: flex; flex-direction: column; height: calc(72vh - 5vw);" class="advtitle">
<p><b>Stanislav Suchovský</b>, also known as <b>Kingpvz</b>, is a Slovak producer and youtuber.</p>
<div style="display:flex; justify-content: center; align-items: center;">
<p style="font-size: 20px; font-weight: 700; margin-right: 15px;">Read more at:</p>
<a class="introlink" href="https://minitubia.fandom.com/wiki/Kingpvz" target="_blank">MINITUBIA</a>
<p style="font-size: 20px; font-weight: 400; margin-right: 15px; margin-left: 15px;">or</p>
<a class="introlink" href="https://musicalcorner2.blogspot.com/2023/02/artist-spotlight-kingpvz.html" target="_blank">MUSICAL CORNER</a>
</div><br />
<h1 style="margin-bottom: 0;">LATEST NEWS:</h1>
<div id="news">
<div style="text-align: left;">
<h1 class="new">NEW GAME IS OUT: <a href="projects/tetripy" style="color:yellow">TETRIPY</a>!</h1>
<p class="newp">
Tetripy is a recreation of Tetris made using Python Tkinter canvas. It was a school assignment. Enjoy and ignore the bugs!
</p>
<br />
<h1 class="new"><a href="music" style="color:yellow">MUSIC DATABSE</a> HAS BEEN LAUNCHED!</h1>
<p class="newp">
Browse through all of my music, with links to major streaming services! Contains all information including albums, genres, collaborations and a lot more!
You can also see all the other alternative versions of all songs! There are filters and a search bar - very essential. This is a huge and important feature on my
website, so please, enjoy it as much as you can, and if there are any problems, please let me know so that I can fix them as soon as possible.
</p>
<br />
<h1 class="new"><a href="misc/playground" style="color:yellow">BUTTON CREATOR</a> IS NOW AVAILABLE!</h1>
<p class="newp">
Create a button without the need of knowing all the html attributes! Simply choose what you need, write whatever you want and download the code! Templates are also coming soon!
It will be available in the 'Editor' tab of the <a href="misc/playground" style="color:yellow">WebDev Playground</a> when editing the HTML file!
</p>
<br />
<h1 class="new"><a href="misc/playground" style="color:yellow">BUTTON DESIGNER</a> WAS ADDED!</h1>
<p class="newp">
Design a button without the need of writing tons of CSS rules! Coming with preview and templates are coming soon!
It will be available in the 'Editor' tab of the <a href="misc/playground" style="color:yellow">WebDev Playground</a> when editing any CSS file!
</p>
<br />
<h1 class="new">NEW TOOL: THE <a href="misc/playground" style="color:yellow">WEBDEV PLAYGROUND</a>!</h1>
<p class="newp">
Create your own website or just play around with the funny tools (coming soon) and features (like contenteditable) and practice your programming!
I enjoyed making this website a lot so I hope you will enjoy creating your own websites using it! Give it a try!
</p>
<br />
<h1 class="new">NEW HOMEPAGE DESIGN!</h1>
<p class="newp">
Hey do you like it?
</p>
<br />
<h1 class="new">ADDED TEXT DESIGNER TO <a href="projects/uquiz" style="color:yellow">ULTIMATE QUIZ</a>!</h1>
<p class="newp">
Using the text designer you can change the color, shadow, style and basically everything about your text in your quiz without knowing any programming!
Pretty cool huh? You can access it <a href="misc/quiz/textdesign" style="color:yellow">here</a>.
</p>
<br />
<h1 class="new">There is no more news. But make sure to check out my <a href="projects/uquiz" style="color:yellow">projects</a>! (for no reason in particular)</h1>
</div>
</div>
<div class="footer">
<p>©2025 Kingpvz</p><p>All rights reserved.</p><p><a target="_blank" class="footerlink" href="https://github.com/kingpvz/kingpvz.github.io/">GitHub Repository</a></p>
</div>
</div>
<div style="grid-area: rightside" id="titlediv" class="advtitle">
<div class="gscribe">
<h1 class="titleitem">SUBSCRIBE!</h1><br />
<div style="display: flex; align-items: center; justify-content: space-between; width: 100%;">
<a href="https://youtube.com/@kingpvz" style="text-decoration: none" title="Main Channel" target="_blank"><img src="https://yt3.googleusercontent.com/LmtpLyaWBSq5obByfq92_sT_wyrNi1ciZFvYHfpJae0Hr-pNEW-QK__4xMepUu5OHqZD7TGS4g=s400-c-k-c0x00ffffff-no-rj" class="youtubeImage" /></a>
<a href="https://youtube.com/@kingpvzyt" style="text-decoration: none" title="Second Channel" target="_blank"><img src="https://yt3.googleusercontent.com/uI5m2sJ6a02hgDT_SW2QI-MUFNRYntq73tpI4b2K1wG6xPAyOMa6Z5Do1i1YXgOstmYa3GKWyw=s400-c-k-c0x00ffffff-no-rj" class="youtubeImage" /></a>
<a href="https://youtube.com/@kingpvzmusic" style="text-decoration: none" title="Music Channel" target="_blank"><img src="https://yt3.googleusercontent.com/mqZU7v7Fm2W-fekTsrwMWoPmXt9tQxLPT3uMYC6MN_KMX5TtDqGnQ-qFdvtbfUMrmmCioLKAlw=s400-c-k-c0x00ffffff-no-rj" class="youtubeImage" /></a>
</div>
</div>
<a target="_blank" style="color: #FF424D;" class="titleitem" href="https://patreon.com/kingpvz">Patreon</a>
<a target="_blank" style="color: #F56040" class="titleitem" href="https://instagram.com/kingpvzyt">Instagram</a>
<a target="_blank" style="color: #1DB954;" class="titleitem" href="https://open.spotify.com/artist/0E9m4Xiqd4g7gAnByJ8FZW?si=1m-T9AhcS7-npeM3t_ZHCw">Spotify</a>
<a target="_blank" style="color: white;" class="titleitem" href="https://my-store-b3cfd9.creator-spring.com/">Merch</a>
<a target="_blank" style="color: #ccf;" class="titleitem" href="https://discord.gg/dSA8SjbkXP">Discord Server</a>
</div>
</div>
</section>
<section id="section1" style="background: rgb(255 0 0 / 5%);">
<div class="lownav">
<a href="#home"><img src="global_resources/images/website_logo.png" class="lowwebtitle"></a>
<a class="navbar" href="music" title="Explore all the music I've made thus far!">Music</a>
<a class="navbar" href="contact" title="My email and messaging platforms.">Contact</a>
<a class="navbar" href="social" title="Follow me everywhere!">Social Sites</a>
<a class="navbar" href="projects" title="My apps, games and other fun projects!">Projects</a>
<a class="navbar" href="webs" title="My other websites to check out!">Websites</a>
</div>
<div style="display:flex; align-items: center; justify-content: space-around; width: 50%;">
<h1 style="font-size: 2vw;">Check out my plans for:</h1>
<a href="files?file=ytplans.txt" class="introlink">MY YOUTUBE</a>
<a href="files?file=plans.txt" class="introlink">THIS WEBSITE</a>
</div>
<br /><br />
<p>Make sure to check out:</p>
<br />
<div id="quicknavgrid">
<a href="misc/playground" class="quicknavcontainer">
<div class="quicknavitem">
<img class="quicknavimage" src="global_resources/projects/wdplayground.png" />
<h1 class="quicknavtext">WebDev Playground</h1>
</div>
</a>
<a href="projects/uquiz" class="quicknavcontainer">
<div class="quicknavitem">
<img class="quicknavimage" src="global_resources/projects/uquiz.png" />
<h1 class="quicknavtext">Ultimate Quiz</h1>
</div>
</a>
<a href="music" class="quicknavcontainer">
<div class="quicknavitem">
<img class="quicknavimage" src="https://img.icons8.com/?size=600&id=si4U2sLqwIFA&format=png&color=FFFFFF" />
<h1 class="quicknavtext">My Music</h1>
</div>
</a>
<a href="projects/minecraft" class="quicknavcontainer">
<div class="quicknavitem">
<img class="quicknavimage" src="https://clipartcraft.com/images/minecraft-logo-png-2.png" style="scale:0.9" />
<h1 class="quicknavtext">My Minecraft Mods</h1>
</div>
</a>
<a href="https://youtube.com/@kingpvz" class="quicknavcontainer" target="_blank">
<div class="quicknavitem">
<img class="quicknavimage" src="https://icon-library.com/images/youtube-icon-white-transparent/youtube-icon-white-transparent-16.jpg" />
<h1 class="quicknavtext">My YouTube Channel</h1>
</div>
</a>
</div>
</section>
</div>
</body>
</html>