Update 14.08.2020

This commit is contained in:
Denys Konovalov
2020-08-14 12:51:48 +02:00
parent 11d22591d0
commit d4f031c8ff
50 changed files with 54 additions and 79 deletions

View File

@ -339,17 +339,19 @@ textarea.form-control{
li {
position: relative;
padding-left: 20px;
margin-bottom: 10px;
list-style-type: none;
&::before {
position: absolute;
content: "";
height: 10px;
width: 10px;
border-radius: 50%;
background: #ffbc3b;
left: -25px;
top: 5px;
content: "\e65d";
font-family: "themify";
font-size: 14px;
left: 0;
top: 1px;
color: #ffbc3b;
transition: .3s ease;
}
}
}

View File

@ -1,7 +1,7 @@
/* banner feature */
.feature-icon {
font-size: 50px;
color: $primary-color;
font-size: 60px;
color: $secondary-color;
display: inline-block;
}
@ -81,7 +81,7 @@
border-radius: 50%;
background: $primary-color;
color: $white;
font-size: 20px;
font-size: 25px;
text-align: center;
i {
@ -163,21 +163,6 @@
/* /teacher */
/* footer */
.newsletter {
background-image: linear-gradient(to right, transparent 50%, $primary-color 50%);
margin-bottom: -170px;
position: relative;
z-index: 1;
&-block {
padding-left: 50px;
@include mobile {
padding-left: 15px;
}
}
}
.input-wrapper {
position: relative;

View File

@ -1,5 +1,5 @@
.top-header {
font-size: 12px;
font-size: 13px;
transition: transform .2s ease;
transform-origin: top;
font-weight: 600;

View File

@ -10,7 +10,7 @@
</div>
<div class="row">
<div class="col-lg-7 mb-4 mb-lg-0">
<form action="{{ .Site.Params.contact_form_action | safeURL }}" method="POST">
<form action="https://www.elformo.com/forms/57b83be0-2201-4c3d-a5d2-35f139799451" method="POST">
<input type="text" class="form-control mb-3" id="name" name="name" placeholder="Your Name">
<input type="email" class="form-control mb-3" id="mail" name="mail" placeholder="Your Email">
<input type="text" class="form-control mb-3" id="subject" name="subject" placeholder="Subject">

View File

@ -37,7 +37,7 @@
<div class="container-fluid p-0">
<div class="row no-gutters">
<div class="col-xl-4 col-lg-5 align-self-end">
<img class="img-fluid w-100" src="{{ .image | absURL }}" alt="banner-feature">
<img class="img-fluid w-100" style="margin-top: -20px;" src="{{ .image | absURL }}" alt="banner-feature">
</div>
<div class="col-xl-8 col-lg-7">
<div class="row feature-blocks bg-white justify-content-between">