Compare commits

..

4 commits

Author SHA1 Message Date
6eb4796ff4 new design 2026-02-24 15:38:50 +03:00
fa3a720f98 test 2026-02-24 14:01:24 +03:00
82c888593c test 2026-02-24 13:59:57 +03:00
3eaa073127 не долго catmpeg прожил 2026-02-24 13:51:37 +03:00
7 changed files with 54 additions and 55 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Before After
Before After

BIN
assets/cat.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View file

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Before After
Before After

View file

@ -1,7 +1,7 @@
document.addEventListener("DOMContentLoaded", () => { document.addEventListener("DOMContentLoaded", () => {
const lastPlayedBlock = document.getElementById('last-played'); const lastPlayedBlock = document.getElementById('last-played');
fetch("https://cat.fs.tlpteam.ru:5011/?user=catmpeg") fetch("https://cat.fs.tlpteam.ru:5011/?user=xelframe")
.then(response => response.json()) .then(response => response.json())
.then(data => { .then(data => {
if (data && data.name) { if (data && data.name) {

View file

@ -21,23 +21,32 @@ body {
} }
main { main {
margin-top: 20px; display: flex;
border-radius: 15px; flex-direction: column;
min-height: 100vh;
width: 100%;
background-color: rgba(0, 0, 0, 0.5); background-color: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(5px); backdrop-filter: blur(2px);
padding: 20px;
width: 800px;
max-width: 100%;
box-sizing: border-box; box-sizing: border-box;
} }
main > a {
align-self: center;
}
h2 {
margin: 15px 0 10px;
}
h3 {
margin: 5px 0;
}
label {
margin-bottom: 8px;
}
.down { .down {
margin-top: 20px; margin-top: auto;
border-radius: 15px; width: 100%;
padding: 10px;
margin-bottom: 20px;
background-color: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(5px);
} }
a { a {
@ -66,15 +75,6 @@ a {
box-shadow: 0 2px 5px rgba(0,0,0,0.1); box-shadow: 0 2px 5px rgba(0,0,0,0.1);
} }
.info {
display: flex;
justify-content: center;
}
.info > div {
margin: 0 20px;
}
.h1-404 { .h1-404 {
font-size: 6em; font-size: 6em;
font-weight: 400; font-weight: 400;
@ -91,7 +91,7 @@ label {
#mybutton { #mybutton {
height: 50px; height: 50px;
width: 40%; width: 500px;
resize: none; resize: none;
color: #ddd; color: #ddd;
background-color: rgba(0, 0, 0, 0.1); background-color: rgba(0, 0, 0, 0.1);
@ -99,13 +99,13 @@ label {
border-radius: 5px; border-radius: 5px;
padding: 5px; padding: 5px;
overflow: hidden; overflow: hidden;
display: block;
margin: 0 auto;
} }
@media (max-width: 800px) { @media (max-width: 800px) {
body { gap: 15px; padding: 0 10px; }
main { padding: 15px; }
h1 { font-size: 1.5rem; } h1 { font-size: 1.5rem; }
h2, h3, label { font-size: 1.1rem; margin: 12px 0; } h2, h3, label { font-size: 1.1rem; margin: 12px 0; }
.info { display: block; } #mybutton { width: 200px; }
.info > div { margin: 0; } main { padding: 2%;}
} }

View file

@ -12,9 +12,7 @@
<body> <body>
<main> <main>
<h1 class="title"> <h1 class="title">
<img src="assets/avatar.jpg" width="54" alt="xelframe" style="transform: scaleX(-1);"> <img src="assets/avatar.jpg" width="82" alt="avatar xd"> xelframe home page
xelframe home page
<img src="assets/avatar.jpg" width="54" alt="xelframe">
</h1> </h1>
<h2>About me:</h2> <h2>About me:</h2>
<h3>hello, my online name is xelframe.</h3> <h3>hello, my online name is xelframe.</h3>
@ -42,14 +40,14 @@
<textarea id="mybutton" readonly> <textarea id="mybutton" readonly>
&lt;a href="//cat.fs.tlpteam.ru"&gt;&lt;img src="//cat.fs.tlpteam.ru/xelframe88.png" alt="xelframe"&gt;&lt;/a&gt; &lt;a href="//cat.fs.tlpteam.ru"&gt;&lt;img src="//cat.fs.tlpteam.ru/xelframe88.png" alt="xelframe"&gt;&lt;/a&gt;
</textarea> </textarea>
<br><br> <br>
<a href="//cat.fs.tlpteam.ru"><img src="xelframe88.png" alt="xelframe"></a> <a href="//cat.fs.tlpteam.ru"><img src="xelframe88.png" alt="xelframe"></a>
<div id="last-played" style="display: none"> <div id="last-played" style="display: none">
<h2>Latest played song:</h2> <h2>Latest played song:</h2>
<h3 id="song">~~~~ - ~~~~</h3> <h3 id="song">~~~~ - ~~~~</h3>
</div> </div>
<script src="assets/lastplayed.js" defer></script> <script src="assets/lastplayed.js" defer></script>
</main> <br>
<div class="down"> <div class="down">
<h3><a href="https://cat.fs.tlpteam.ru/git/" target="_blank">&gt;&gt; git &lt;&lt;</a></h3> <h3><a href="https://cat.fs.tlpteam.ru/git/" target="_blank">&gt;&gt; git &lt;&lt;</a></h3>
<h3> <h3>
@ -66,11 +64,12 @@
<a href="//archlinux.org" target="_blank" style="image-rendering:pixelated"> <a href="//archlinux.org" target="_blank" style="image-rendering:pixelated">
<img src="assets/images/archlinux.gif" height="31" width="88" alt="Arch Linux"></a> <img src="assets/images/archlinux.gif" height="31" width="88" alt="Arch Linux"></a>
<a href="//firefox.com" target="_blank" style="image-rendering:pixelated"> <a href="//firefox.com" target="_blank" style="image-rendering:pixelated">
<img src="assets/images/firefox2.gif" height="31" width="88" alt="Firefox"></a> <img src="assets/images/firefox.gif" height="31" width="88" alt="Firefox"></a>
<a href="//github.com" target="_blank" style="image-rendering:pixelated"> <a href="//github.com" target="_blank" style="image-rendering:pixelated">
<img src="assets/images/github.gif" height="31" width="88" alt="Github"></a> <img src="assets/images/github.gif" height="31" width="88" alt="Github"></a>
<a href="//reddit.com" target="_blank" style="image-rendering:pixelated"> <a href="//reddit.com" target="_blank" style="image-rendering:pixelated">
<img src="assets/images/reddit.gif" height="31" width="88" alt="Reddit"></a> <img src="assets/images/reddit.gif" height="31" width="88" alt="Reddit"></a>
</div> </div><br>
</main>
</body> </body>
</html> </html>