This commit is contained in:
xelframe 2026-03-29 21:19:50 +03:00
commit 5c5c9e404f
2 changed files with 52 additions and 44 deletions

View file

@ -11,11 +11,11 @@ body {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
align-items: center;
font: 14px 'ConsolasBold'; font: 14px 'ConsolasBold';
color: #fff; color: #fff;
background: url('/assets/background.jpg') center/cover no-repeat; /* background: url('/assets/background.jpg') center/cover no-repeat; */
text-align: center; background: #222222;
} }
main { main {
@ -23,13 +23,15 @@ main {
flex-direction: column; flex-direction: column;
min-height: 100vh; min-height: 100vh;
width: 100%; width: 100%;
background-color: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(2px); backdrop-filter: blur(2px);
box-sizing: border-box; box-sizing: border-box;
padding-left: 20%;
padding-right: 20%;
} }
main > a { main > a {
align-self: center; display: inline-block;
width: fit-content;
} }
h2 { h2 {
@ -40,8 +42,10 @@ h3 {
} }
.down { .down {
margin-top: auto; margin-top: 20px;
width: 100%; width: 100%;
justify-content: center;
text-align: center;
} }
a { a {
@ -54,16 +58,15 @@ a:hover {
.title { .title {
display: flex; display: flex;
justify-content: center;
align-items: center;
gap: 15px; gap: 15px;
justify-content: center;
text-align: center;
} }
.blocks { .blocks {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
gap: 10px; gap: 10px;
justify-content: center;
} }
.block { .block {
@ -79,6 +82,10 @@ a:hover {
margin: 0 auto; margin: 0 auto;
} }
li {
font-size: 1.1em;
}
label { label {
display: block; display: block;
font-size: 1.5em; font-size: 1.5em;
@ -98,7 +105,6 @@ label {
padding: 5px; padding: 5px;
overflow: hidden; overflow: hidden;
display: block; display: block;
margin: 0 auto;
} }
@media (max-width: 800px) { @media (max-width: 800px) {

View file

@ -10,45 +10,47 @@
<link rel="stylesheet" href="assets/styles.css"> <link rel="stylesheet" href="assets/styles.css">
</head> </head>
<body> <body>
<main>
<h1 class="title"> <h1 class="title">
<img src="assets/avatar.jpg" width="82" alt="avatar xd"> xelframe home page <img src="assets/avatar.jpg" width="82" alt="avatar xd"> xelframe home page
<br>(bhzrd_, semkapc, catmpeg) <br>(bhzrd_, semkapc, catmpeg)
</h1> </h1>
<main>
<hr width="100%">
<h2>About me:</h2> <h2>About me:</h2>
<h3>hello, my online name is xelframe.</h3> <ul>
<h3>i enjoy playing various games and listening to music.</h3> <li>hello, my online name is xelframe.</li>
<h3>like the aesthetics of the 2000s, for example, frituger aero and others.</h3> <li>i enjoy playing various games and listening to music.</li>
<h3>some of my favorite games are garry's mod, half-life 1 & 2, ddnet, minecraft.</h3> <li>like the aesthetics of the 2000s, for example, frituger aero and others.</li>
<h3>=^.^=</h3> <li>some of my favorite games are garry's mod, half-life 1 & 2, ddnet, minecraft.</li>
<li>=^.^=</li>
</ul>
<h2>Socials:</h2> <h2>Socials:</h2>
<div class="blocks"> <ul>
<div class="block">Discord: xelframe</div> <li>Discord: xelframe</li>
<div class="block">Telegram: <a href="/telegram">xelframe</a></div> <li>Telegram: <a href="/telegram">xelframe</a></li>
<div class="block">Github: <a href="/github">xelframe</a></div> <li>Github: <a href="/github">xelframe</a></li>
<div class="block">Steam: <a href="/steam">xelframe</a></div> <li>Steam: <a href="/steam">xelframe</a></li>
<div class="block">YouTube: <a href="/youtube">xelframe</a></div> <li>YouTube: <a href="/youtube">xelframe</a></li>
<div class="block">Last.fm: <a href="/lastfm">xelframe</a></div> <li>Last.fm: <a href="/lastfm">xelframe</a></li>
</div> </ul>
<h2>My friends:</h2> <h2>My friends:</h2>
<div class="blocks"> <ul>
<div class="block">Cat.: <a href="https://cat8753.ru">cat8753.ru</a></div> <li>Cat.: <a href="https://cat8753.ru">cat8753.ru</a></li>
<div class="block">ShadowCj: <a href="https://shadowcj.site">shadowcj.site</a></div> <li>ShadowCj: <a href="https://shadowcj.site">shadowcj.site</a></li>
<div class="block">HonakAC: <a href="https://honakac.r2squad.ru">honakac.r2squad.ru</a></div> <li>HonakAC: <a href="https://honakac.r2squad.ru">honakac.r2squad.ru</a></li>
<div class="block">Tolya Gosuslugi: <a href="https://tolya1337.ru">tolya1337.ru</a></div> <li>Tolya Gosuslugi: <a href="https://tolya1337.ru">tolya1337.ru</a></li>
<div class="block">OctoBanon: <a href="https://octobanon.com">octobanon.com</a></div> <li>OctoBanon: <a href="https://octobanon.com">octobanon.com</a></li>
</div><br> </ul><br>
<label for="mybutton">My button:</label>
<textarea id="mybutton" readonly>
&lt;a href="https://cat.fs.tlpteam.ru"&gt;&lt;img src="https://cat.fs.tlpteam.ru/xelframe88.png" alt="xelframe"&gt;&lt;/a&gt;
</textarea>
<br>
<a href="https://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> <ul>
<li id="song">~~~~ - ~~~~</li>
</ul>
</div> </div>
<script src="assets/lastplayed.js" defer></script> <script src="assets/lastplayed.js" defer></script>
<hr width="100%">
<br> <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>