diff --git a/parts/landings/graduation/callback.php b/parts/landings/graduation/callback.php new file mode 100644 index 0000000..e389347 --- /dev/null +++ b/parts/landings/graduation/callback.php @@ -0,0 +1,20 @@ +
+
+
+

Мы позвоним

+

Оставьте номер телефона для заказа выпускного

+
+
+ + + +
+ +
+
\ No newline at end of file diff --git a/parts/landings/graduation/why.php b/parts/landings/graduation/why.php new file mode 100644 index 0000000..9f5b5f5 --- /dev/null +++ b/parts/landings/graduation/why.php @@ -0,0 +1,40 @@ +
+
+
+

Почему мы

+

Мы делаем все, чтобы у ваших детей был незабываемый выпускной вечер

+
+
+
+
+
clock
+

Тщательная подготовка

+

Организуем мероприятие заранее, чтобы к вашему приезду все было наготове

+
+
+ +
+
+
rocekt
+

Мы в тренде

+

Самые популярные развлечения для детских праздников

+
+
+ +
+
+
label
+

Фиксированная цена

+

Не будем навязывать вам доплату или дополнительные услуги

+
+
+
+
+
medal
+

Мы в тренде

+

Эксклюзивный диплом выпускника от Armany Quests

+
+
+
+
+
\ No newline at end of file diff --git a/src/sass/pages/graduation.sass b/src/sass/pages/graduation.sass index e1e7939..d8fccce 100644 --- a/src/sass/pages/graduation.sass +++ b/src/sass/pages/graduation.sass @@ -97,7 +97,7 @@ main h2 text-align: center font-size: 40px - + p padding: 0 50px font-family: Montserrat; @@ -166,4 +166,71 @@ main font-style: normal font-weight: 600 font-size: 18px - margin-bottom: 14px \ No newline at end of file + margin-bottom: 14px + + &.why + + .content + + h2 + color: #4A4A4A + + .icons + + .icon + width: 259px + + .img-icon + height: 164px + img + display: block + margin: 0 auto + height: 100% + + h4 + font-family: Shadow + font-size: 16px + text-align: center + margin-top: 40px + margin-bottom: 16px + + p + font-family: Montserrat + font-size: 14px + text-align: center + + &.callback + background: url('../../img/graduation/callback_bg.png') + position: relative + height: 100vh + + .content + + form + + label + display: block + width: 400px + margin: 0 auto 20px auto + padding: 14px + background: #fff + + input + width: 100% + border: 0px transparent + outline: none + + button + margin: 40px auto 0 auto + + .copyright + position: absolute + bottom: 40px + left: 50% + transform: translateX(-50%) + + text-align: center + font-family: Montserrat + font-size: 14px + + color: #FFFFFF; diff --git a/templates/graduation.php b/templates/graduation.php index be92b66..5494671 100644 --- a/templates/graduation.php +++ b/templates/graduation.php @@ -9,5 +9,7 @@ get_template_part('parts/landings/graduation/main'); get_template_part('parts/landings/graduation/description'); get_template_part('parts/landings/graduation/offers'); + get_template_part('parts/landings/graduation/why'); + get_template_part('parts/landings/graduation/callback'); get_template_part('parts/landings/graduation/footer'); ?> \ No newline at end of file