Обновлена информация по серверам, добавлена кнопка MyChat

This commit is contained in:
Dhaverd 2022-10-12 10:26:03 +08:00
parent bd577d44b1
commit 4ff336ba14
4 changed files with 10 additions and 12 deletions

View File

@ -18,6 +18,7 @@
<a class="one" href="index.html">Главная </a>
<a class="two" href="http:\\176.114.129.4:3000">Gitea </a>
<a class="three" href="servers.html">Сервера</a>
<a class="four" href="http://176.114.129.4:800/chat">MyChat</a>
</p>
</nav>
</header>
@ -26,6 +27,7 @@
<p><a href="index.html">Главная</a></p>
<p><a href="http:\\176.114.129.4:3000">Gitea</a></p>
<p><a href="servers.html">Сервера</a></p>
<p><a href="http://176.114.129.4:800/chat">MyChat</a></p>
</section>
<section class="clay"> </section>
<section class="main-content">

View File

@ -18,6 +18,7 @@
<a class="one" href="index.html">Главная </a>
<a class="two" href="http:\\176.114.129.4:3000">Gitea </a>
<a class="three" href="servers.html">Сервера</a>
<a class="four" href="http://176.114.129.4:800/chat">MyChat</a>
</p>
</nav>
</header>
@ -26,23 +27,18 @@
<p><a href="index.html">Главная</a></p>
<p><a href="http://176.114.129.4:3000">Gitea</a></p>
<p><a href="servers.html">Сервера</a></p>
<p><a href="http://176.114.129.4:800/chat">MyChat</a></p>
</section>
<section class="clay"> </section>
<section class="main-content">
<p><h1>У нас имеются следующие сервера:</h1></p>
<p><h2>Minecraft 1.16.1 Vanilla</h2></p>
<p><h3>IP: 176.114.129.4:25565</h3></p>
<p style="text-align: center;">Просто ванильный сервер где можно строить разные построички</p>
<p style="text-align: center;"><img class="minecraft-vanilla" src="src/img/minecraft_vanilla.jpg"></p>
<p><h2>Minecraft 1.6.4 RPG</h2></p>
<p><h3>IP: 176.114.129.4:25565</h3></p>
<p style="text-align: center;">RPG сервер с магией и всем таким, содержит достаточно модов на магию, монстров и т.п.</p>
<p style="text-align: center;"><img class="minecraft-vanilla" src="src/img/minecraft_rpg.jpg"></p>
<p><h2>Insurgency Hardore COOP</h2></p>
<p><h3>IP: 176.114.129.4:27015</h3></p>
<p style="text-align: center;">Название говорит само за себя - это хардкорный сервер Insurgency с кооперативным режимом игры</p>
<p><h2>Project Zomboid</h2></p>
<p><h3>IP: 176.114.129.4:16261</h3></p>
<section class="image-content">
<p><img class="insurgency" src="src/img/insurgency.jpg"></p>
<p><img class="insurgency" src="src/img/zomboid.jpg"></p>
</section>
</section>
</main>

BIN
src/img/zomboid.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

View File

@ -141,7 +141,7 @@ h3 {
visibility: hidden;
width: 100%;
display: grid;
grid-template-columns: 25% 25% 25%;
grid-template-columns: 25% 25% 25% 25%;
grid-template-areas: "one two three four";
padding-bottom: 10px;
}
@ -189,8 +189,8 @@ h3 {
visibility: visible;
width: 100%;
display: grid;
grid-template-columns: 33% 33% 33%;
grid-template-areas: "one two three";
grid-template-columns: 25% 25% 25% 25%;
grid-template-areas: "one two three four";
padding-bottom: 10px;
}