mirror of
https://github.com/mainnika/a-quest.git
synced 2026-05-23 16:23:36 +00:00
translate it
This commit is contained in:
+14
-8
@@ -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
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user