feat: fixed issues
This commit is contained in:
10
index.html
10
index.html
@@ -109,9 +109,9 @@
|
||||
<button class="button button--lg button--lg--consult button--light button--callback">
|
||||
Получить консультацию
|
||||
</button>
|
||||
<button class="button button--lg button--lg--coin button--dark">
|
||||
<a href="#price" class="button button--lg button--lg--coin button--dark">
|
||||
Посмотреть цены
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -518,6 +518,7 @@
|
||||
type="text"
|
||||
placeholder="Введите ваше имя"
|
||||
autocomplete="off"
|
||||
minlength="3"
|
||||
required
|
||||
/>
|
||||
<input
|
||||
@@ -526,6 +527,7 @@
|
||||
type="tel"
|
||||
placeholder="Введите ваш телефон"
|
||||
autocomplete="off"
|
||||
pattern="(^8|7|\+7)((\d{10})|(\s\(\d{3}\)\s\d{3}\s\d{2}\s\d{2}))"
|
||||
required
|
||||
/>
|
||||
<button class="button button--lg button--light">Получить помощь</button>
|
||||
@@ -1913,6 +1915,7 @@
|
||||
type="text"
|
||||
placeholder="Введите ваше имя"
|
||||
autocomplete="off"
|
||||
minlength="3"
|
||||
required
|
||||
/>
|
||||
<input
|
||||
@@ -1921,6 +1924,7 @@
|
||||
type="text"
|
||||
placeholder="Введите ваш телефон"
|
||||
autocomplete="off"
|
||||
pattern="(^8|7|\+7)((\d{10})|(\s\(\d{3}\)\s\d{3}\s\d{2}\s\d{2}))"
|
||||
required
|
||||
/>
|
||||
<button class="button button--lg button--light">Получить помощь</button>
|
||||
@@ -2007,6 +2011,7 @@
|
||||
type="text"
|
||||
placeholder="Введите ваше имя"
|
||||
autocomplete="off"
|
||||
minlength="3"
|
||||
required
|
||||
/>
|
||||
<input
|
||||
@@ -2015,6 +2020,7 @@
|
||||
type="tel"
|
||||
placeholder="Введите ваш телефон"
|
||||
autocomplete="off"
|
||||
pattern="(^8|7|\+7)((\d{10})|(\s\(\d{3}\)\s\d{3}\s\d{2}\s\d{2}))"
|
||||
required
|
||||
/>
|
||||
<button class="button button--lg button--light">Получить помощь</button>
|
||||
|
||||
Reference in New Issue
Block a user