Обновлено лого в шапке, добалена страница MyChat, обновлены шрифты заголовков
This commit is contained in:
		
							parent
							
								
									bd577d44b1
								
							
						
					
					
						commit
						03d1c462fc
					
				
							
								
								
									
										17
									
								
								index.html
								
								
								
								
							
							
						
						
									
										17
									
								
								index.html
								
								
								
								
							|  | @ -3,34 +3,27 @@ | |||
| <head> | ||||
| <meta charset="utf-8"> | ||||
| <title>Dhaverd</title> | ||||
| <link href="src/styles/style.css" rel="stylesheet"> | ||||
| <link href="src/styles/style.css?v=01000014" rel="stylesheet"> | ||||
| <link rel="icon" href="src/img/D.ico"> | ||||
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> | ||||
| <script src="src/scripts/header.js"></script>  | ||||
| </head> | ||||
| <body> | ||||
| <header id="header" class="default"> | ||||
| <div> | ||||
| <a  href="index.html"><img class="header-img" src="src/img/dhaverd.png"></a> | ||||
| <a  href="index.html"><img class="header-img" src="src/img/dhaverd1.png"></a> | ||||
| </div> | ||||
| <nav class="header-nav"> | ||||
| <p> | ||||
| <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> | ||||
| </p> | ||||
| </nav> | ||||
| </header> | ||||
| <main> | ||||
| <section class="side-bar"> | ||||
| <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="mychat.html">MyChat</a></p> | ||||
| </section> | ||||
| <section class="clay"> </section> | ||||
| <section class="main-content"> | ||||
| <p><h1>Приветствую!</h1></p> | ||||
| <p>Данный сайт разработан для личного использования. Здесь можно найти мой личный репозиторий Git, в который я иногда выкладываю проги написаные по фану. Также тут можно найти мои сервера Minecraft, Insurgency и других игр.</p> | ||||
| <p><h1 class="page-title">Приветствую!</h1></p> | ||||
| <p>Данный сайт разработан для личного использования. Здесь можно найти репозиторий Git. Также тут можно найти мои сервера Minecraft, Project Zomboid и иногда других игр. Еще у нас есть свой мессенджер MyChat</p> | ||||
| </section> | ||||
| </main> | ||||
| <footer> | ||||
|  |  | |||
|  | @ -0,0 +1,41 @@ | |||
| <!DOCTYPE html> | ||||
| <html lang="ru"> | ||||
| <head> | ||||
| <meta charset="utf-8"> | ||||
| <title>Dhaverd</title> | ||||
| <link href="src/styles/style.css?v=01000014" rel="stylesheet"> | ||||
| <link rel="icon" href="src/img/D.ico"> | ||||
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> | ||||
| </head> | ||||
| <body> | ||||
| <header id="header" class="default"> | ||||
| <div> | ||||
| <a  href="index.html"><img class="header-img" src="src/img/dhaverd1.png"></a> | ||||
| </div> | ||||
| </header> | ||||
| <main> | ||||
| <section class="side-bar"> | ||||
| <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="mychat.html">MyChat</a></p> | ||||
| </section> | ||||
| <section class="clay"> </section> | ||||
| <section class="main-content"> | ||||
| <p><h1 class="page-title">MyChat</h1></p> | ||||
| <p>Скачать MyChat Client можно здесь: <a class="text-link" 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>Для подключения потребуется ввести следующие данные:</p> | ||||
| <p class="mychat-cred">IP: 176.114.129.4</p> | ||||
| <p class="mychat-cred">Port: 2004</p> | ||||
| <p class="mychat-cred">WEB порт: 800</p> | ||||
| <p class="mychat-cred">Пароль сервера: 2ZJcs</p> | ||||
| </section> | ||||
| </main> | ||||
| <footer> | ||||
| <section> | ||||
| <p>© Dhaverd 2022</p> | ||||
| </section> | ||||
| </footer> | ||||
| </body> | ||||
| </html> | ||||
							
								
								
									
										27
									
								
								servers.html
								
								
								
								
							
							
						
						
									
										27
									
								
								servers.html
								
								
								
								
							|  | @ -3,46 +3,33 @@ | |||
| <head> | ||||
| <meta charset="utf-8"> | ||||
| <title>Dhaverd - Servers</title> | ||||
| <link href="src/styles/style.css" rel="stylesheet"> | ||||
| <link href="src/styles/style.css?v=01000014" rel="stylesheet"> | ||||
| <link rel="icon" href="src/img/D.ico"> | ||||
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> | ||||
| <script src="src/scripts/header.js"></script>  | ||||
| </head> | ||||
| <body> | ||||
| <header id="header" class="default"> | ||||
| <div> | ||||
| <a  href="index.html"><img class="header-img" src="src/img/dhaverd.png"></a> | ||||
| <a  href="index.html"><img class="header-img" src="src/img/dhaverd1.png"></a> | ||||
| </div> | ||||
| <nav class="header-nav"> | ||||
| <p> | ||||
| <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> | ||||
| </p> | ||||
| </nav> | ||||
| </header> | ||||
| <main id="#main"> | ||||
| <section class="side-bar"> | ||||
| <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="mychat.html">MyChat</a></p> | ||||
| </section> | ||||
| <section class="clay"> </section> | ||||
| <section class="main-content"> | ||||
| <p><h1>У нас имеются следующие сервера:</h1></p> | ||||
| <p><h1 class="page-title">У нас имеются следующие сервера:</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="zomboid" src="src/img/zomboid.jpg"></p> | ||||
| </section> | ||||
| </section> | ||||
| </main> | ||||
|  |  | |||
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 20 KiB | 
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 203 KiB | 
|  | @ -1,5 +1,5 @@ | |||
| .header-img { | ||||
| 	max-width: 50%; | ||||
| 	max-width: 70%; | ||||
| 	height: auto; | ||||
| } | ||||
| 
 | ||||
|  | @ -30,6 +30,10 @@ body { | |||
| 	font-size: 20px; | ||||
| } | ||||
| 
 | ||||
| .page-title{ | ||||
| 	font-family: segoe print; | ||||
| } | ||||
| 
 | ||||
| .main-content { | ||||
| 	padding-left:5px; | ||||
| 	grid-area: main-content; | ||||
|  | @ -126,7 +130,7 @@ h3 { | |||
| 	font-size: 20px; | ||||
| } | ||||
| 
 | ||||
| .insurgency { | ||||
| .zomboid { | ||||
| 	width: 50%; | ||||
| } | ||||
| 
 | ||||
|  | @ -141,7 +145,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 +193,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; | ||||
| } | ||||
| 
 | ||||
|  | @ -223,4 +227,13 @@ h3 { | |||
| .default nav a:hover { | ||||
| 	color: #E0E0E0; | ||||
| 	background-color: #609A21; | ||||
| } | ||||
| 
 | ||||
| .text-link { | ||||
| 	color: #FFFFFF; | ||||
| } | ||||
| 
 | ||||
| .mychat-cred { | ||||
| 	margin-left: 30px; | ||||
| 	font-size: 15px; | ||||
| } | ||||
		Loading…
	
		Reference in New Issue