-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
48 lines (46 loc) · 1.49 KB
/
contact.html
File metadata and controls
48 lines (46 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
layout: default
title: "contact"
description: "Contact Developers Alliance today for expert Magento and Shopify development services, sustainable code solutions, SEO, and dedicated developer teams. Get in touch to discuss your project needs."
forms:
- to: f/mdkzkygp
subject: New submission!
redirect: /
form_engine: formspree
placeholders: true
fields:
- name: name
input_type: text
placeholder: Name
required: true
- name: email
input_type: email
placeholder: Email address
required: true
- name: message
input_type: textarea
placeholder: Message
required: true
- name: submit
input_type: submit
placeholder: LET’S TALK
required: true
- name: captcha
input_type: recaptcha
placeholder: 0x4AAAAAABeQJ-ZjpRcYEMu0
---
<div class="email-content">
<div class="col-sm-6 col-md-5">
<h2 class="uppercase">We'd love to hear from you<br></h2>
<p>Whether you have a question about services, pricing, demo, or anything else, our team is ready to answer all your questions.<br></p>
<hr>
<p> G. Kuchishvili 10<br>Tbilisi, Georgia<br>0179</p>
<hr>
<p>
<a class="button-red" href="mailto:hello@developers-alliance.com">hello@developers-alliance.com</a>
</p>
</div>
<div class="col-sm-6 col-md-5 col-md-offset-1">
{% include form.html form="1" %}
</div>
</div>