Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

add application form #19

Merged
merged 11 commits into from
Sep 15, 2019
29 changes: 28 additions & 1 deletion views/request/new.pug
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
extends ../layout

block content
p Тут будет форма для оставления заявки на собеседование
.container
.d-flex.pt-5
frontstall marked this conversation as resolved.
Show resolved Hide resolved
.col-lg-5.col-md-8.mx-auto
h1 Заявка на собеседование
form
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

action - POST /request

.form-group
label(for='username') Ваше имя
input.form-control(type='text' id='username' required)
small.form-text.text-muted Чтобы собеседующий знал, как к вам обращаться
.form-group
label(for='profession') В чём вы сильны
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Давай как в ишью написано - на первое время сделаем теже профессии что и на хекслете.

select.form-control(id='profession')
option Фронтенд
option Бэкенд
small.form-text.text-muted Выберите специальность, на тему которой хотите собеседоваться
.form-group
label(for='level') Ваш скилл
select.form-control(id='level')
option Intern
option Junior
option Middle
option Senior
small.form-text.text-muted Оцените свой уровень в выбранной специальности
.form-group
label(for='extra') О себе
textarea.form-control(id='extra')
small.form-text.text-muted Например, ссылка на резюме или профиль Гитхаб
button.btn.btn-primary(type='submit') Отправить заявку