писюн f6

This commit is contained in:
catmpeg 2025-03-11 14:37:40 +03:00
commit 299aee6778
7 changed files with 87 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 437 KiB

BIN
images/sticker.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -22,12 +22,14 @@
<main>
<h1>Добро пожаловать на страницу semkapc</h1>
<nav>
<a href="/games.html"><img width="64" src="/images/flashpla.svg" style="border-radius: 50%; height: 64px; object-fit: cover; box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.45);" alt="Игры"></a>
<a href="/chat.html"><img width="64" src="/images/chat.png" alt="Чат"></a>
<a href="/soft.html"><img width="64" src="/images/programs.png" alt="Semka Archive"></a>
<a href="/games.html"><img width="64" src="/images/flashpla.svg" style="border-radius: 50%; height: 64px; object-fit: cover; box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.45);" alt="Игры"></a><br>
<a href="/chat.html"><img width="64" src="/images/chat.png" alt="Чат"></a><br>
<a href="/soft.html"><img width="64" src="/images/programs.png" alt="Программы"></a>
</nav>
<section id="contacts">
<h2>Мои контакты:</h2>
<ul>
@ -36,11 +38,12 @@
<li>Github: <a href="//github.com/semkapc">semkapc</a></li>
</ul>
</section>
<footer>
<a href="//gamma-world.eu"><img src="images/gw.png" width="88" height="31" alt="Gamma World"></a>
<a href="//kernel.org/"><img src="//semkapc.github.io/images/linuxnow.gif" alt="Linux"></a>
<a href="//web1.0hosting.net/"><img src="//web1.0hosting.net/b.gif" alt="Web1.0 Hosting"></a>
<a href="//gamma-world.eu"><img src="images/gw.png" width="88" height="31" alt="Gamma World"></a><br>
<a href="//kernel.org/"><img src="//semkapc.github.io/images/linuxnow.gif" alt="Linux"></a><br>
<a href="//web1.0hosting.net/"><img src="//web1.0hosting.net/b.gif" alt="Web1.0 Hosting"></a><br>
<a href="//www.old-web.com"><img src="//www.old-web.com/images/banners/button.gif" width="88" height="31" alt="Old Web"></a>
</footer>
</main>

View file

@ -95,7 +95,6 @@ function digitalClock() {
document.addEventListener('DOMContentLoaded', (event) => {
digitalClock();
// Загрузка счетчика посещений
try {
const script = document.createElement('script');
script.src = "//counter.websiteout.com/js/3/8/0/1";
@ -132,3 +131,42 @@ if (!sessionStorage.getItem('animated')){
} else {
terminal.remove();
}
var arr = [
'https://my-wallpapers.github.io/my-wallpapers/Corner_of_my_desk.jpg',
'https://my-wallpapers.github.io/my-wallpapers/Dark_forest.jpg',
'https://my-wallpapers.github.io/my-wallpapers/Dark_park.jpg',
'https://my-wallpapers.github.io/my-wallpapers/Ducks_in_the_sea.jpg',
'https://my-wallpapers.github.io/my-wallpapers/Flower.jpg',
'https://my-wallpapers.github.io/my-wallpapers/Flowers.jpg',
'https://my-wallpapers.github.io/my-wallpapers/Grass.jpg',
'https://my-wallpapers.github.io/my-wallpapers/Hill.jpg',
'https://my-wallpapers.github.io/my-wallpapers/Insects.jpg',
'https://my-wallpapers.github.io/my-wallpapers/Keys.jpg',
'https://my-wallpapers.github.io/my-wallpapers/Leaf.jpg',
'https://my-wallpapers.github.io/my-wallpapers/Leaves_in_the_rock.jpg',
'https://my-wallpapers.github.io/my-wallpapers/Mountain.jpg',
'https://my-wallpapers.github.io/my-wallpapers/Plank.jpg',
'https://my-wallpapers.github.io/my-wallpapers/Sky.jpg',
'https://my-wallpapers.github.io/my-wallpapers/Stairs.jpg',
'https://my-wallpapers.github.io/my-wallpapers/Stones.jpg',
'https://my-wallpapers.github.io/my-wallpapers/Stop.jpg',
'https://my-wallpapers.github.io/my-wallpapers/Sun.jpg',
'https://my-wallpapers.github.io/my-wallpapers/Sunset.jpg',
'https://my-wallpapers.github.io/my-wallpapers/Trees.jpg',
'https://my-wallpapers.github.io/my-wallpapers/lamp_dark.png'
];
function rand(min, max) {
return Math.floor(Math.random() * (max - min) + min);
}
var savedWallpaper = sessionStorage.getItem('backgroundWallpaper');
if (savedWallpaper) {
document.body.style.backgroundImage = 'url(' + savedWallpaper + ')';
} else {
var selectedWallpaper = arr[rand(0, arr.length)];
document.body.style.backgroundImage = 'url(' + selectedWallpaper + ')';
sessionStorage.setItem('backgroundWallpaper', selectedWallpaper);
}

View file

@ -57,6 +57,24 @@
<h2>Supermium 126.0.6478.261 R7</h2>
<a href="https://github.com/win32ss/supermium/releases/download/v126-r7/supermium_126_32_setup.exe">Скачать 32 Bit</a><br><br>
<a href="https://github.com/win32ss/supermium/releases/download/v126-r7/supermium_126_64_setup.exe">Скачать 64 Bit</a>
<h2>Github Desktop</h2>
<a href="https://central.github.com/deployments/desktop/desktop/latest/win32">Скачать</a>
<h2>7-Zip 24.09</h2>
<a href="https://7-zip.org/a/7z2409.exe">Скачать 32 Bit</a><br><br>
<a href="https://7-zip.org/a/7z2409-x64.exe">Скачать 64 Bit</a><br><br>
<a href="https://7-zip.org/a/7z2409-arm64.exe">Скачать ARM 64</a>
<h2>Rufus</h2>
<a href="https://github.com/pbatard/rufus/releases/download/v4.6/rufus-4.6_x86.exe">Скачать 32 Bit</a><br><br>
<a href="https://github.com/pbatard/rufus/releases/download/v4.6/rufus-4.6.exe">Скачать 64 Bit</a><br><br>
<a href="https://github.com/pbatard/rufus/releases/download/v4.6/rufus-4.6_arm64.exe">Скачать ARM 64</a>
<h2>balenaEtcher 2.1.0</h2>
<a href="https://github.com/balena-io/etcher/releases/download/v2.1.0/balenaEtcher-2.1.0.Setup.exe">Скачать</a>
<h2>BaWaMI</h2>
<a href="https://archive.org/download/ba-wa-mi/BaWaMI.zip">Скачать</a>
<h2>qBittorrent 5.0.4</h2>
<a href="/soft/qbittorrent_5.0.4_x64_setup.exe">Скачать</a>
<h2>AnyDesk 9.0.4</h2>
<a href="https://download.anydesk.com/AnyDesk.exe">Скачать</a>
<br>
<br>
<br>
@ -76,6 +94,12 @@
<a href="https://telegram.org/dl/desktop/linux">Скачать</a>
<h2>Docker Desktop</h2>
<a href="https://docs.docker.com/desktop/linux/install">Скачать</a>
<h2>Github Desktop</h2>
<a href="https://github.com/shiftkey/desktop/releases/latest">Скачать</a>
<h2>balenaEtcher 2.1.0</h2>
<a href="https://github.com/balena-io/etcher/releases/download/v2.1.0/balenaEtcher-2.1.0-x64.AppImage">Скачать</a>
<h2>AnyDesk 6.4.2</h2>
<a href="https://download.anydesk.com/linux/anydesk-6.4.2-amd64.tar.gz">Скачать</a>
</main>
</div>
<script src="script.js"></script>

Binary file not shown.

View file

@ -8,21 +8,24 @@ body {
background-size: cover;
background-position: center center;
background-attachment: fixed;
background-color: black;
color: #fff;
text-align: center;
height: 100vh;
}
header {
background-color: rgba(0, 0, 0, 0.7);
padding: 10px;
background-color: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(10px);
padding: 7px;
}
main {
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: rgba(0, 0, 0, 0.5);
background-color: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(10px);
border-radius: 20px;
}
@ -39,7 +42,15 @@ nav img {
}
nav img:hover {
transform: scale(1.1);
transform: scale(1.3);
}
footer img {
transition: transform 0.3s ease;
}
footer img:hover {
transform: scale(1.2);
}
#contacts ul {