ура инглиш версия

This commit is contained in:
catmpeg 2025-06-15 14:56:46 +03:00
commit 3835aba70d
18 changed files with 305 additions and 20 deletions

21
eng/chat/index.html Normal file
View file

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Личная страница semkapc">
<title>semkapc Page - Chat</title>
<link rel="icon" href="/images/favicon.jpg">
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<br>
<main>
<h1>Chat</h1>
<h2><a href="/eng/">Back to home page</a></h2>
<br>
<br>
<iframe width="200" height="401" src="//semka.w10.site/cgi-bin/chat">
</main>
</body>
</html>

View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Личная страница semkapc">
<title>semkapc Page - Angry Birds</title>
<link rel="icon" href="/images/favicon.jpg">
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<br>
<main>
<h1>Angry Birds</h1>
<h2><a href="/eng/games">Back to games</a></h2>
<br>
<embed src="/games/swfs/angry-birds-6730.swf" type="application/x-shockwave-flash" width="740" height="480">
<br>
<br>
</main>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
</body>
</html>

View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Личная страница semkapc">
<title>semkapc Page - Bubble Shooter</title>
<link rel="icon" href="/images/favicon.jpg">
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<br>
<main>
<h1>Bubble Shooter</h1>
<h2><a href="/eng/games">Back to games</a></h2>
<br>
<embed src="/games/swfs/bubble-shooter.swf" type="application/x-shockwave-flash">
<br>
<br>
</main>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
</body>
</html>

View file

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Личная страница semkapc">
<title>semkapc Page - Doom 2D</title>
<link rel="icon" href="/images/favicon.jpg">
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<br>
<main>
<h1>Doom 2 (Through DOS Zone)</h1>
<h2><a href="/eng/games">Back to games</a></h2>
<br>
<iframe width="100%" height="600" src="//dos.zone/doom-ii-oct-10-1994/" frameborder="0"></iframe>
<br>
<br>
</main>
</body>
</html>

37
eng/games/index.html Normal file
View file

@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Личная страница semkapc">
<title>semkapc Page - Games</title>
<link rel="icon" href="../..//images/favicon.jpg">
<link rel="stylesheet" href="../..//styles.css">
</head>
<body>
<br>
<main>
<h1>Games</h1>
<h2><a href="/eng/">Back to home page</a></h2>
<h2>Doom 2 (Through DOS Zone)</h2>
<h3><a href="doom2/">Play</a></h3>
<h2>Tetris</h2>
<h3><a href="tetris/">Play</a></h3>
<h2>Bubble Shooter</h2>
<h3><a href="bubbleshooter/">Play</a></h3>
<h2>Red Ball 4: Volume 1</h2>
<h3><a href="redball4/">Play</a></h3>
<h2>Angry Birds</h2>
<h3><a href="angrybirds/">Play</a></h3>
<br>
<h2>If you are on the phone, then turn on the PC version</h2>
</main>
</body>
</html>

View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Личная страница semkapc">
<title>semkapc Page - Red Ball 4: Volume 1</title>
<link rel="icon" href="/images/favicon.jpg">
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<br>
<main>
<h1>Red Ball 4: Volume 1</h1>
<h2><a href="/eng/games">Back to games</a></h2>
<br>
<embed src="/games/swfs/redball4vol1.swf" type="application/x-shockwave-flash" width="640" height="480">
<br>
<br>
</main>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
</body>
</html>

View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Личная страница semkapc">
<title>semkapc Page - Tetris</title>
<link rel="icon" href="/images/favicon.jpg">
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<br>
<main>
<h1>Tetris</h1>
<h2><a href="/eng/games">Back to games</a></h2>
<br>
<embed src="/games/swfs/tetris.swf" type="application/x-shockwave-flash">
<br>
<br>
</main>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
</body>
</html>

51
eng/index.html Normal file
View file

@ -0,0 +1,51 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Личная страница semkapc">
<title>semkapc Page - Main</title>
<link rel="icon" href="..//images/favicon.jpg">
<link rel="stylesheet" href="..//styles.css">
</head>
<body>
<br>
<main>
<h1>Welcome to the semkapc page</h1>
<div id="buttons">
<a href="games/"><img width="64" src="..//images/flashpla.svg"
id="gamesicon"
alt="Games"></a><br>
<a href="chat/"><img width="64" src="..//images/chat.png"
alt="Chat"></a><br>
<a href="info/"><img width="64" src="..//images/Information.png"
alt="About"></a>
</div>
<h2>Socials:</h2>
<h3>Discord: semkapc</h3>
<h3>Telegram: <a href="//t.me/semkapc" target="_blank">semkapc</a></h3>
<h3>Github: <a href="//github.com/semkapc" target="_blank">semkapc</a></h3>
<h3>Steam: <a href="//steamcommunity.com/id/semkapc" target="_blank">semkapc</a></h3>
<h3>YouTube: <a href="//www.youtube.com/@wol_xd" target="_blank">@wol_xd</a></h3>
<br>
<h2>My friends:</h2>
<h3>HonakAC: <a href="//honakac.github.io" target="_blank">honakac.github.io</a></h3>
<h3>Cat.: <a href="//patrickstar8753.github.io" target="_blank">patrickstar8753.github.io</a></h3>
<h3>Gamma63: <a href="//delta-gamma.org" target="_blank">delta-gamma.org</a></h3>
<br>
<h3><a href="/">Russian</a>/English</h3>
</main>
<div id="webring">
<a href="https://otomir23.me/webring/34/prev">~prev</a>
<a href="https://otomir23.me/webring" target="_blank">webring</a>
<a href="https://otomir23.me/webring/34/next">next~</a>
</div>
</body>
</html>

59
eng/info/index.html Normal file
View file

@ -0,0 +1,59 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Личная страница semkapc">
<title>semkapc Page - About</title>
<link rel="icon" href="/images/favicon.jpg">
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<br>
<main>
<h1>About</h1>
<h2><a href="/eng/">Back to home page</a></h2>
<br>
<h2>About me:</h2>
<h3>I live in Belarus, Minsk</h3>
<h3>My other nicknames: bhzrd, wolxd_</h3>
<h3>Learning C++</h3>
<br>
<h2>My dreams:</h2>
<h3>1. Learn a middle of C++</h3>
<h3>2. Survive</h3>
<br>
<h2>My hobbies:</h2>
<h3>1. Games</h3>
<h3>2. Chatting with my friends</h3>
<h3>3. Attempts at programming</h3>
<h3>4. Listen to music</h3>
<br>
<h2>Specs of my computers:</h2>
<div id="spec">
<div>
<h3>Old</h3>
<h3>ASROCK X570 Pro4</h3>
<h3>GTX 1060 3GB PALIT StormX</h3>
<h3>AMD Ryzen 7 2700</h3>
<h3>32 GB RAM (DDR4)</h3>
<h3>Systems I use:</h3>
<h3>Windows 10 22H2 (rarely)</h3>
<h3>OpenSUSE</h3>
<h3>Proxmox VE</h3>
<h3>MacOS Big Sur</h3>
</div>
<div id="newpc">
<h3>New</h3>
<h3>Acer AN16-41</h3>
<h3>RTX 4070 Mobile</h3>
<h3>AMD Ryzen 7 7840HS</h3>
<h3>32 GB RAM (DDR5)</h3>
<h3>Systems I use:</h3>
<h3>Ubuntu 25.04 (without snap)</h3>
<h3>Windows 11 24H2</h3>
</div>
</div>
</main>
</body>
</html>