new design
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.8 MiB |
BIN
assets/cat.jpg
Normal file
|
After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
|
|
@ -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%;}
|
||||||
}
|
}
|
||||||
51
index.html
|
|
@ -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,35 +40,36 @@
|
||||||
<textarea id="mybutton" readonly>
|
<textarea id="mybutton" readonly>
|
||||||
<a href="//cat.fs.tlpteam.ru"><img src="//cat.fs.tlpteam.ru/xelframe88.png" alt="xelframe"></a>
|
<a href="//cat.fs.tlpteam.ru"><img src="//cat.fs.tlpteam.ru/xelframe88.png" alt="xelframe"></a>
|
||||||
</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>
|
||||||
|
<br>
|
||||||
|
<div class="down">
|
||||||
|
<h3><a href="https://cat.fs.tlpteam.ru/git/" target="_blank">>> git <<</a></h3>
|
||||||
|
<h3>
|
||||||
|
<a href="//otomir23.me/webring/catmpeg/prev"><prev</a>
|
||||||
|
<a href="//otomir23.me/webring" target="_blank">webring</a>
|
||||||
|
<a href="//otomir23.me/webring/catmpeg/next">next></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>
|
</main>
|
||||||
<div class="down">
|
|
||||||
<h3><a href="https://cat.fs.tlpteam.ru/git/" target="_blank">>> git <<</a></h3>
|
|
||||||
<h3>
|
|
||||||
<a href="//otomir23.me/webring/catmpeg/prev"><prev</a>
|
|
||||||
<a href="//otomir23.me/webring" target="_blank">webring</a>
|
|
||||||
<a href="//otomir23.me/webring/catmpeg/next">next></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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||