Compare commits

..

No commits in common. "6eb4796ff456aab91839445793a1d59accd98187" and "42eeb04d7d7d688355c862bc2a8d2ac1fe4bdaab" have entirely different histories.

7 changed files with 55 additions and 54 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Before After
Before After

Binary file not shown.

Before

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", () => {
const lastPlayedBlock = document.getElementById('last-played');
fetch("https://cat.fs.tlpteam.ru:5011/?user=xelframe")
fetch("https://cat.fs.tlpteam.ru:5011/?user=catmpeg")
.then(response => response.json())
.then(data => {
if (data && data.name) {
@ -12,4 +12,4 @@ document.addEventListener("DOMContentLoaded", () => {
}
})
.catch(err => console.error(err));
});
});

View file

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

View file

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