translate it

This commit is contained in:
2022-09-04 23:00:22 +02:00
parent deb4027400
commit 927428bd87
6 changed files with 30 additions and 25 deletions
+14 -8
View File
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>по следам анонимного деда мороза</title>
<title>First, let's grab some beer</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="images/icons/favicon.ico" />
@@ -16,15 +16,21 @@
<div class="wrap-contact100">
<form id="q-form" class="contact100-form" validate-form>
<span class="contact100-form-title">
иди по следу анонимного деда мороза и найди свой последний подарок! всего здесь тебя ждут три уровня. и да,
будь внимателен с именем, удачи!
<hr/>
One of the earliest signs of a "beer boom" is a lack of beer. The trend started during Prohibition, when prices started getting higher. People were not interested in beer. The people who didn't wanted to buy alcohol didn't care at all. They wanted better quality things, and not getting high.
<hr/>
The text above doesn't make sense. What is the author trying to say?
<hr/>
Just have some fun and
<br>
<b>be careful with a name.</b>
</span>
<div class="wrap-input100 validate-input" data-validate="Нужно имя">
<input class="input100" type="text" name="name" placeholder="твое имя">
<div class="wrap-input100 validate-input" data-validate="gimme your name">
<input class="input100" type="text" name="name" placeholder="your name">
</div>
<div class="wrap-input100 validate-input" data-validate="Нужен ключ">
<input class="input100" type="text" name="answer" placeholder="ключ посылки RM...">
<div class="wrap-input100 validate-input" data-validate="gimme me an answer">
<input class="input100" type="text" name="answer" placeholder="answer">
</div>
<div class="container-contact100-form-btn">
@@ -32,7 +38,7 @@
<div class="contact100-form-bgbtn"></div>
<button class="contact100-form-btn" onclick="return tryAnswer(this)">
<span>
проверим
check
</span>
</button>
</div>
+3 -3
View File
@@ -42,7 +42,7 @@ import '../css/util.css';
a.removeClass("hidden");
if (!approval.length) {
return msg.text("ну что-то сломалось 😅");
return msg.text("something bad happend 😅");
}
msg.empty();
@@ -56,11 +56,11 @@ import '../css/util.css';
var notpass = function () {
bt.attr("disabled", false);
bg.css("background", "");
txt.text("хм, давай еще 🧐");
txt.text("nope, try again 🧐");
setTimeout((bt.addClass("animated shake"), function () { bt.removeClass("animated shake") }), 1000);
}
var rocking = setInterval((txt.text("хм 🚀"), function () { txt.text(txt.text() + "🚀") }), 50);
var rocking = setInterval((txt.text("hmm 🚀"), function () { txt.text(txt.text() + "🚀") }), 50);
fetch('/answer/check', {
method: 'POST',