From 733d5c4a37142d82e2f11ece7dea03fe39257a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mihae=C4=BCs=20Mejerovs?= <mmejerovs.e@rkg.lv> Date: Tue, 21 May 2024 19:31:08 +0000 Subject: [PATCH] Update about.html --- about.html | 236 +++++++++++++++++++++++++++-------------------------- 1 file changed, 119 insertions(+), 117 deletions(-) diff --git a/about.html b/about.html index f46eebe..ff98e76 100644 --- a/about.html +++ b/about.html @@ -1,117 +1,119 @@ -<!DOCTYPE html> -<html lang="ru"> -<head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>About</title> - <link rel="stylesheet" href="static/css/main.css"> - <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> - <style> - body { - background-color: #004577; - color: #ffc400; - - } - .center-text { - text-align: center; /* Center align the text */ - font-size: 40px; /* Set the font size to be large */ - font-family: 'Pix'; /* Set a cursive font for a classic feel */ - margin-bottom: 30px; /* Add some space below the title */ - - } - - header { - text-align: center; - margin-bottom: 30px; - padding-top: 50px; - } - - main { - margin-bottom: 40px; - padding: 20px; - max-width: 600px; - margin: 0 auto; - background-color: #1e1e1e; - } - - section { - margin-bottom: 30px; - color: #ffffff; - text-align: left; - margin: 0 auto; - max-width: 600px; - padding: 0 20px; - } - - ul { - list-style-position: inside; - } - - footer { - text-align: center; - } - - footer a { - color: #1e1e1e; - text-decoration: none; - } - - footer a:hover { - text-decoration: underline; - } - - - </style> -</head> -<body> - <nav class="navbar" style="background-color: #066163;" data-bs-theme="dark" > - <div class="container"> - <a class="navbar-brand" href="/">Minecraft</a> - <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> - <span class="navbar-toggler-icon"></span> - </button> - <div class="collapse navbar-collapse" id="navbarNav"> - <ul class="navbar-nav ms-auto"> - <li class="nav-item"> - <a class="nav-link" href="/about">О нас</a> - </li> - <li class="nav-item"> - <a class="nav-link" href="/contact">Контакты</a> - </li> - <li class="nav-item"> - <a class="nav-link" href="/dwnld">Скачать</a> - </li> - <li class="nav-item"> - <a class="nav-link" href="/login">Войти</a> - </li> - </ul> - </div> - </div> - </nav> - -<header> - <h1 class="center-text">About </h1> -</header> -<main class="rounded-3"> - <section> - <h2>Introduction</h2> - <p>is an adventurous game tsion-making. Dive into procedurally genenging enemies, and collect powerful loot!</p> - </section> - <section> - <h2>Features</h2> - <ul> - <li>Procedurally ge levendlesseplayability</li> - <li>Various cla with unique abilities</li> - <li>Dynamictem with strategic depth</li> - <li>Rich lor capng storyline</li> - </ul> - </section> - <section> - <h2>Development Team</h2> - <p>igners, programmers an immersive gaming experience.</p> - </section> -</main> - -<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> -</body> -</html> +<!DOCTYPE html> +<html lang="ru"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>About</title> + <link rel="stylesheet" href="static/css/main.css"> + <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> + <style> + body { + background-color: #ffffff; + color: #066163; + + } + .center-text { + text-align: center; /* Center align the text */ + font-size: 40px; /* Set the font size to be large */ + margin-bottom: 30px; /* Add some space below the title */ + + } + + header { + text-align: center; + margin-bottom: 30px; + padding-top: 50px; + } + + main { + margin-bottom: 40px; + padding: 20px; + max-width: 600px; + margin: 0 auto; + background-color: #066163; + } + + section { + margin-bottom: 30px; + color: #ffffff; + text-align: left; + margin: 0 auto; + max-width: 600px; + padding: 0 20px; + } + + ul { + list-style-position: inside; + } + + footer { + text-align: center; + } + + footer a { + color: #1e1e1e; + text-decoration: none; + } + + footer a:hover { + text-decoration: underline; + } + + + </style> +</head> +<body> + <nav class="navbar" style="background-color: #066163;" data-bs-theme="dark" > + <div class="container"> + <a class="navbar-brand" href="/">Minecraft</a> + <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> + <span class="navbar-toggler-icon"></span> + </button> + <div class="collapse navbar-collapse" id="navbarNav"> + <ul class="navbar-nav ms-auto"> + <li class="nav-item"> + <a class="nav-link" href="/about">О нас</a> + </li> + <li class="nav-item"> + <a class="nav-link" href="/contact">Контакты</a> + </li> + <li class="nav-item"> + <a class="nav-link" href="/dwnld">Скачать</a> + </li> + <li class="nav-item"> + <a class="nav-link" href="/login">Войти</a> + </li> + </ul> + </div> + </div> + </nav> + +<header> + <h1 class="center-text">About </h1> +</header> +<main class="rounded-3"> + <section> + <h2>Мы</h2> + <ul> + <p>Мы команда энтузиастов, увлеченных миром Minecraft и его зачарованиями: </p> + <li>Клачминистр Ираклий ЧуркоВИЧ (КИЧ)</li> + <li>Иванов Алексей(Игорь) МеталоВИЧ(ИАМ)</li> + <li>Минздрав Виктор ДифтерияВИЧ (МВД)</li> + <li>Серый Василий ОлегоВИЧ(СВО)</li> + <li>Рычаг</li> + + </ul> + </section> + <section> + <h2>Наша цель</h2> + <p>помочь игрокам разобраться в магических чарах, которые можно наложить на инструменты, броню и оружие. Мы изучаем все аспекты зачарований, от использования чародейского стола до создания зачарованных книг в наковальне. Наши рекомендации помогут вам выбрать оптимальные чары для вашего игрового опыта. Добро пожаловать в наше сообщество, где мы вместе исследуем мир Minecraft и его волшебство! </p> + </section> + <section> + <h2>Доп инфа:</h2> + <p>Если вы хотите узнать больше о зачарованиях, посетите энциклопедию игры Minecraft(героин)</p> + </section> +</main> + +<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> +</body> +</html>