Рефакторинг кода

This commit is contained in:
Dhaverd 2022-10-14 15:30:23 +08:00
parent ad01ade35a
commit 2f31e3f37c
4 changed files with 117 additions and 112 deletions

View File

@ -1,35 +1,35 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="ru"> <html lang="ru">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Dhaverd</title> <title>Dhaverd</title>
<link href="src/styles/style.css?v=01000014" rel="stylesheet"> <link href="src/styles/style.css?v=01000019" rel="stylesheet">
<link rel="icon" href="src/img/favicon.ico"> <link rel="icon" href="src/img/favicon.ico">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head> </head>
<body> <body>
<header id="header" class="default"> <header id="header" class="default">
<div> <div>
<a href="index.html"><img class="header-img" src="src/img/dhaverd2.png"></a> <a href="index.html"><img class="header-img" src="src/img/dhaverd2.png"></a>
</div> </div>
</header> </header>
<main> <main>
<section class="side-bar"> <section class="side-bar">
<p><a href="index.html">Главная</a></p> <p><a href="index.html">Главная</a></p>
<p><a href="http:\\176.114.129.4:3000">Gitea</a></p> <p><a href="http:\\176.114.129.4:3000">Gitea</a></p>
<p><a href="servers.html">Сервера</a></p> <p><a href="servers.html">Сервера</a></p>
<p><a href="mychat.html">MyChat</a></p> <p><a href="mychat.html">MyChat</a></p>
</section> </section>
<section class="clay"> </section> <section class="clay"> </section>
<section class="main-content"> <section class="main-content">
<p><h1 class="page-title">Приветствую!</h1></p> <h1 class="page-title">Приветствую!</h1>
<p>Данный сайт разработан для личного использования. Здесь можно найти репозиторий Git. Также тут можно найти мои сервера Minecraft, Project Zomboid и иногда других игр. Еще у нас есть свой мессенджер MyChat</p> <p>Данный сайт разработан для личного использования. Здесь можно найти репозиторий Git. Также тут можно найти мои сервера Minecraft, Project Zomboid и иногда других игр. Еще у нас есть свой мессенджер MyChat</p>
</section> </section>
</main> </main>
<footer> <footer>
<section> <section>
<p>© Dhaverd 2022</p> <p>© Dhaverd 2022</p>
</section> </section>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -1,41 +1,41 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="ru"> <html lang="ru">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Dhaverd</title> <title>Dhaverd - MyChat</title>
<link href="src/styles/style.css?v=01000014" rel="stylesheet"> <link href="src/styles/style.css?v=01000019" rel="stylesheet">
<link rel="icon" href="src/img/favicon.ico"> <link rel="icon" href="src/img/favicon.ico">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head> </head>
<body> <body>
<header id="header" class="default"> <header id="header" class="default">
<div> <div>
<a href="index.html"><img class="header-img" src="src/img/dhaverd2.png"></a> <a href="index.html"><img class="header-img" src="src/img/dhaverd2.png"></a>
</div> </div>
</header> </header>
<main> <main>
<section class="side-bar"> <section class="side-bar">
<p><a href="index.html">Главная</a></p> <p><a href="index.html">Главная</a></p>
<p><a href="http:\\176.114.129.4:3000">Gitea</a></p> <p><a href="http:\\176.114.129.4:3000">Gitea</a></p>
<p><a href="servers.html">Сервера</a></p> <p><a href="servers.html">Сервера</a></p>
<p><a href="mychat.html">MyChat</a></p> <p><a href="mychat.html">MyChat</a></p>
</section> </section>
<section class="clay"> </section> <section class="clay"> </section>
<section class="main-content"> <section class="main-content">
<p><h1 class="page-title">MyChat</h1></p> <h1 class="page-title">MyChat</h1>
<p>Скачать MyChat Client можно здесь: <a class="text-link" href="https://nsoft-s.com/downloadmychat.html">ТыК</a></p> <p>Скачать MyChat Client можно здесь: <a class="text-link" target="_blank" href="https://nsoft-s.com/downloadmychat.html">ТыК</a></p>
<p>Также можно открыть Web-версию: <a class="text-link" href="http://176.114.129.4:800/chat">ТыК</a> </p> <p>Также можно открыть Web-версию: <a class="text-link" target="_blank" href="http://176.114.129.4:800/chat">ТыК</a> </p>
<p>Для подключения потребуется ввести следующие данные:</p> <p>Для подключения потребуется ввести следующие данные:</p>
<p class="mychat-cred">IP: 176.114.129.4</p> <p class="mychat-cred">- IP: 176.114.129.4</p>
<p class="mychat-cred">Port: 2004</p> <p class="mychat-cred">- Port: 2004</p>
<p class="mychat-cred">WEB порт: 800</p> <p class="mychat-cred">- WEB порт: 800</p>
<p class="mychat-cred">Пароль сервера: 2ZJcs</p> <p class="mychat-cred">- Пароль сервера: 2ZJcs</p>
</section> </section>
</main> </main>
<footer> <footer>
<section> <section>
<p>© Dhaverd 2022</p> <p>© Dhaverd 2022</p>
</section> </section>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -1,42 +1,47 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="ru"> <html lang="ru">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Dhaverd - Servers</title> <title>Dhaverd - Servers</title>
<link href="src/styles/style.css?v=01000014" rel="stylesheet"> <link href="src/styles/style.css?v=01000019" rel="stylesheet">
<link rel="icon" href="src/img/favicon.ico"> <link rel="icon" href="src/img/favicon.ico">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head> </head>
<body> <body>
<header id="header" class="default"> <header id="header" class="default">
<div> <div>
<a href="index.html"><img class="header-img" src="src/img/dhaverd2.png"></a> <a href="index.html"><img class="header-img" src="src/img/dhaverd2.png"></a>
</div> </div>
</header> </header>
<main id="#main"> <main id="#main">
<section class="side-bar"> <section class="side-bar">
<p><a href="index.html">Главная</a></p> <p><a href="index.html">Главная</a></p>
<p><a href="http://176.114.129.4:3000">Gitea</a></p> <p><a href="http://176.114.129.4:3000">Gitea</a></p>
<p><a href="servers.html">Сервера</a></p> <p><a href="servers.html">Сервера</a></p>
<p><a href="mychat.html">MyChat</a></p> <p><a href="mychat.html">MyChat</a></p>
</section> </section>
<section class="clay"> </section> <section class="clay"> </section>
<section class="main-content"> <section class="main-content">
<p><h1 class="page-title">У нас имеются следующие сервера:</h1></p> <h1 class="page-title">У нас имеются следующие сервера:</h1>
<p><h2>Minecraft 1.16.1 Vanilla</h2></p> <br>
<p><h3>IP: 176.114.129.4:25565</h3></p> <h2>Minecraft 1.16.1 Vanilla</h2>
<p style="text-align: center;"><img class="minecraft-vanilla" src="src/img/minecraft_vanilla.jpg"></p> <h3 class="server-ips">IP: 176.114.129.4:25565</h3>
<p><h2>Project Zomboid</h2></p> <section class="image-content">
<p><h3>IP: 176.114.129.4:16261</h3></p> <img class="minecraft-vanilla" src="src/img/minecraft_vanilla.jpg">
<section class="image-content"> </section>
<p><img class="zomboid" src="src/img/zomboid.jpg"></p> <br>
</section> <br>
</section> <h2>Project Zomboid</h2>
</main> <h3 class="server-ips">IP: 176.114.129.4:16261</h3>
<footer> <section class="image-content">
<section> <img class="zomboid" src="src/img/zomboid.jpg">
<p>© Dhaverd 2022</p> </section>
</section> </section>
</footer> </main>
</body> <footer>
<section>
<p>© Dhaverd 2022</p>
</section>
</footer>
</body>
</html> </html>

View File

@ -123,11 +123,11 @@ h2 {
font-family: Arial; font-family: Arial;
font-size: 20px; font-size: 20px;
} }
h3 { .server-ips {
text-align: center; text-align: center;
color: #E0E0E0; color: #E0E0E0;
font-family: Arial; font-family: Arial;
font-size: 20px; font-size: 16px;
} }
.zomboid { .zomboid {
@ -234,6 +234,6 @@ h3 {
} }
.mychat-cred { .mychat-cred {
margin-left: 30px; margin-left: 5px;
font-size: 15px; font-size: 15px;
} }