Update 14.08.2020
This commit is contained in:
@ -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">
|
||||
|
@ -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">
|
||||
|
Reference in New Issue
Block a user