Update updates.html
parent
9a91b4a436
commit
d080a586d3
125
updates.html
125
updates.html
|
@ -3,14 +3,14 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>About Tanki</title>
|
<title>Game Updates</title>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: 'Montserrat', sans-serif;
|
font-family: 'Montserrat', sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: #000000; /* Черный цвет фона */
|
background-color: #000; /* Черный цвет фона */
|
||||||
color: #fff; /* Белый цвет текста */
|
color: #fff; /* Белый цвет текста */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -55,41 +55,42 @@
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
margin: 0 auto;
|
margin: 50px auto;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
background-color: #222; /* Цвет фона контейнера */
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
box-shadow: 0 0 10px #748623;
|
box-shadow: 0 0 10px #748623; /* Тень контейнера */
|
||||||
background-color: #222;
|
text-align: center;
|
||||||
background-size: cover;
|
|
||||||
background-position: center;
|
|
||||||
margin-top: 80px;
|
|
||||||
position: relative;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: #748623;
|
color: #748623; /* Цвет заголовка */
|
||||||
text-align: center; /* Центрирование текста */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
color: #fff;
|
|
||||||
text-align: center; /* Центрирование текста */
|
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.email {
|
/* Стили для обновлений */
|
||||||
font-size: 20px;
|
.update {
|
||||||
font-weight: bold;
|
margin-bottom: 30px; /* Отступ между обновлениями */
|
||||||
margin-top: 20px;
|
}
|
||||||
text-align: center;
|
|
||||||
|
.update h2 {
|
||||||
|
color: #f0c911; /* Цвет заголовка обновления */
|
||||||
|
margin-bottom: 10px; /* Отступ снизу заголовка обновления */
|
||||||
|
}
|
||||||
|
|
||||||
|
.update p {
|
||||||
|
color: #fff; /* Цвет текста обновления */
|
||||||
|
line-height: 1.6; /* Межстрочный интервал текста */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Стили для области оценки */
|
/* Стили для области оценки */
|
||||||
#ratings {
|
#ratings {
|
||||||
padding-top: 50px; /* Добавляем отступ сверху, чтобы область оценки была выше */
|
margin-top: 50px; /* Добавляем отступ сверху, чтобы область оценки была выше */
|
||||||
text-align: center; /* Центрируем содержимое */
|
text-align: center; /* Центрируем содержимое */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -97,6 +98,23 @@
|
||||||
width: 50px; /* Устанавливаем ширину поля ввода */
|
width: 50px; /* Устанавливаем ширину поля ввода */
|
||||||
margin: 10px; /* Добавляем отступы между элементами */
|
margin: 10px; /* Добавляем отступы между элементами */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Стили для ссылки прокрутки */
|
||||||
|
#scrollToRatings {
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#scrollToRatings a {
|
||||||
|
color: #fff;
|
||||||
|
text-decoration: none;
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#scrollToRatings a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -112,43 +130,46 @@
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Encountered any unexpected problems?</h1>
|
<h1>Game Updates</h1>
|
||||||
</div>
|
<div class="update">
|
||||||
<div class="container">
|
<h2>Update 1.0</h2>
|
||||||
<p>If you have any questions or problems, please contact our support team by email:</p>
|
<p>This update introduces new maps, weapons, and customization options. Get ready for intense battles in exciting new environments!</p>
|
||||||
<p class="email">supporttanki@gmail.com</p>
|
|
||||||
<form id="supportForm">
|
|
||||||
<textarea id="problemDescription" placeholder="Or you can describe your problem here..." rows="4" cols="50"></textarea>
|
|
||||||
<br>
|
|
||||||
<button type="submit">Send</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Область для оценки -->
|
|
||||||
<div id="ratings" class="container" style="margin-top: 1000px;"> <!-- Установите высоту в px в зависимости от контента выше -->
|
|
||||||
<h2>Rate Our Website and Game</h2>
|
|
||||||
<p>Please rate our website and game from 1 to 5 stars:</p>
|
|
||||||
<div>
|
|
||||||
<label for="websiteRating">Website:</label>
|
|
||||||
<input type="number" id="websiteRating" name="websiteRating" min="1" max="5">
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="update">
|
||||||
<label for="gameRating">Game:</label>
|
<h2>Update 1.1</h2>
|
||||||
<input type="number" id="gameRating" name="gameRating" min="1" max="5">
|
<p>In this update, we've improved game performance and fixed several bugs reported by our players. Enjoy smoother gameplay and better stability!</p>
|
||||||
|
</div>
|
||||||
|
<div class="update">
|
||||||
|
<h2>Update 1.2</h2>
|
||||||
|
<p>Introducing a new game mode: Capture the Flag! Team up with your friends and compete against others to capture the enemy's flag and secure victory!</p>
|
||||||
</div>
|
</div>
|
||||||
<button onclick="submitRatings()">Submit Ratings</button>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<!-- Область для оценки -->
|
||||||
// Функция для отправки оценок
|
<div id="ratings" class="container" style="margin-top: 1000px;"> <!-- Установите высоту в px в зависимости от контента выше -->
|
||||||
function submitRatings() {
|
<h2>Rate Our Website and Game</h2>
|
||||||
var websiteRating = document.getElementById("websiteRating").value;
|
<p>Please rate our website and game from 1 to 5 stars:</p>
|
||||||
var gameRating = document.getElementById("gameRating").value;
|
<div>
|
||||||
|
<label for="websiteRating">Website:</label>
|
||||||
|
<input type="number" id="websiteRating" name="websiteRating" min="1" max="5">
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label for="gameRating">Game:</label>
|
||||||
|
<input type="number" id="gameRating" name="gameRating" min="1" max="5">
|
||||||
|
</div>
|
||||||
|
<button onclick="submitRatings()">Submit Ratings</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
// Здесь можно добавить код для отправки оценок на сервер или их обработки
|
<script>
|
||||||
|
// Функция для отправки оценок
|
||||||
|
function submitRatings() {
|
||||||
|
var websiteRating = document.getElementById("websiteRating").value;
|
||||||
|
var gameRating = document.getElementById("gameRating").value;
|
||||||
|
|
||||||
alert("Thank you for your ratings! \nFrom: Arsenij, Artem and Roman. :) \nWebsite: " + websiteRating + " stars\nGame: " + gameRating + " stars");
|
// Здесь можно добавить код для отправки оценок на сервер или их обработки
|
||||||
}
|
|
||||||
</script>
|
alert("Thank you for your ratings! \nFrom: Arsenij, Artem and Roman. :) \nWebsite: " + websiteRating + " stars\nGame: " + gameRating + " stars");
|
||||||
|
}
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue