-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a95e67
commit 86162b6
Showing
4 changed files
with
49 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.contact-image { | ||
width: 300px; | ||
vertical-align: bottom; | ||
background: url(/assets/images/phone.jpg) no-repeat bottom; | ||
min-height: 460px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,31 @@ | ||
--- | ||
layout: page | ||
title: — Алло, Инженерная? | ||
description: Напишите нам или просто оставьте свой контакт. | ||
padded_footer: false | ||
--- | ||
|
||
<div class="text-block -two"> | ||
<img class="contact-image" src="/assets/images/phone.jpg" alt="phone"/> | ||
</div> | ||
<div class="text-block -two"> | ||
Пишите письма на <a href="mailto:{{ site.email }}">{{ site.email }}</a> | ||
</div> | ||
<div class="text-block -two"> | ||
<div class="contact-image"> | ||
</div> | ||
</div> | ||
|
||
<div class="text-block -two"> | ||
<form class="form w80" action="" name="contact-form" netlify> | ||
<div class="form-item"> | ||
<label>Как с вами связаться? <span class="req">*</span></label> | ||
<input type="text" name="contact" required> | ||
<div class="desc">Ответим или перезвоним на следующий рабочий день</div> | ||
</div> | ||
<div class="form-item"> | ||
<label>Сообщение</label> | ||
<textarea rows="5" name="message"></textarea> | ||
</div> | ||
<div> | ||
<button class="button" type="submit">Отправить</button> | ||
</div> | ||
</form> | ||
Пишите письма на <a href="mailto:{{ site.email }}">{{ site.email }}</a> | ||
</div> | ||
|
||
{% include drift.html app_id=site.integrations.drift.app_id %} |