Добавил страницу

This commit is contained in:
Pro100ser
2020-03-16 18:58:29 +03:00
parent 2ee7c869fb
commit 6b8669273d
4 changed files with 146 additions and 49 deletions

View File

@@ -42,61 +42,48 @@
</div>
</div>
</div>
<!-- <div class="header_right">
<div class="contacts">
<div class="drop">
<a href="" class="contacts__schedule">Нужна помощь?</a>
<div class="dropdown dropdown_mod">
<div class="drop-block drop-block_mod">
<div class="triangle triangle_mod"></div>
<p>Обратитесь в службу поддержки по адресу:<b>jarvis@mail.ru</b> </p>
</div>
</div>
</div>
</div>
</div> -->
</div>
</header>
<section class="form">
<div class="form__title">
Создать аккаунт
</div>
<!-- лейблы -->
<form action="/registration" method="POST">
<div class="form__fields">
<div class="form__element">
<div class="form__row clearfix">
<div class="container">
<div class="form__title">
Создать аккаунт
</div>
<!-- лейблы -->
<form action="/registration" method="POST">
<div class="form__fields">
<div class="form__element">
<div class="form__row clearfix">
<label class="form__log">
<div class="form__field-title">
Введите логин
</div>
<input type="text" class="form__input-text" placeholder="Введите логин" name = "RegUserLogin">
</label>
<label class="form__log">
<div class="form__field-title" >
Введите пароль
</div>
<input type="password" class="form__input-text" placeholder="Введите пароль" name = "RegUserPassw">
</label>
</div>
<div class="form__btns">
<div class="form__controls">
<div class="form__controls-btns clearfix">
<div class="form__controls-right">
<button type="submit" value="Отправить" class="form__submit" name="RegButton" >Регистрация</button>
<label class="form__log">
<div class="form__field-title">
Введите логин
</div>
<input type="text" class="form__input-text" placeholder="Введите логин" name = "RegUserLogin">
</label>
<label class="form__log">
<div class="form__field-title" >
Введите пароль
</div>
<input type="password" class="form__input-text" placeholder="Введите пароль" name = "RegUserPassw">
</label>
</div>
<div class="form__btns">
<div class="form__controls">
<div class="form__controls-btns clearfix">
<div class="form__controls-right">
<button type="submit" value="Отправить" class="form__submit" name="RegButton" >Регистрация</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</form>
</form>
</div>
</section>
</div>