This repository was archived by the owner on Jun 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
executable file
·90 lines (89 loc) · 3.42 KB
/
contact.html
File metadata and controls
executable file
·90 lines (89 loc) · 3.42 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
---
layout: page
title: Contact us!
permalink: /contact/
---
<!-- Slider Start -->
<section id="global-header" style="background-image: url(../img/contact-bg.jpg)">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h1>Drop us a note</h1>
<p>We are excited to hear about your ideas.</p>
</div>
</div>
</div>
</div>
</section>
<!-- contact form start -->
<section id="contact-form">
<div class="container">
<div class="row">
<form action="https://formspree.io/info@weevolve.dev" method="post">
<div class="col-md-8 col-sm-12">
<div class="block">
<div class="form-group">
<input type="text" name="name" class="form-control" placeholder="Your Name">
</div>
<div class="form-group">
<input type="text" name="email" class="form-control" placeholder="Email Address" required pattern=".+\@.+\..+">
</div>
<div class="form-group">
<input type="text" name="subject" class="form-control" placeholder="Subject" required>
</div>
<div class="form-group-2">
<textarea class="form-control" name="message" rows="3" placeholder="Your Message"></textarea>
</div>
<button class="btn btn-default" type="submit">Send Message</button>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div id="contact-box" class="row">
<div class="col-md-12 col-sm-12">
<div class="block">
<ul class="address-block">
<li>
<i class="fa fa-video-camera"></i>Schedule a <a href="https://calendly.com/weevolve/30-min-hangout" >video call</a>
</li>
<li>
<i class="fa fa-envelope-o"></i>Email: info@weevolve.dev
</li>
<li>
<i class="fa fa-phone"></i>Phone: +84 77 8773715
</li>
<li>
<i class="fa fa-facebook-official"></i><a href="https://facebook.com/weevolvedev" >fb.me/weevolvedev</a>
</li>
<li>
<i class="fa fa-linkedin-square"></i><a href="https://www.linkedin.com/company/weevolve-dev" >linkedin.com/company/weevolve-dev</a>
</li>
<li style="display:table">
<i class="fa fa-map-marker"></i><span style="display:table-cell">Công ty TNHH WeEvolve.dev<br>K05 H48/ 26 Cù Chính Lan<br/>Hòa Khê ward<br/>Thanh Khê district<br/>Đà Nẵng 550000<br/>Vietnam</span>
</li>
<li>
<i class="fa fa-calculator"></i>Tax ID: 0402028830
</li>
</ul>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</section>
<!-- Call to action Start -->
<section id="call-to-action" style="background-image: url(../img/contact-bg.jpg)">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2>Thank you for contacting us</h2>
<p>We will come back to you soon! Meanwhile, take a look at our offers</p>
<a class="btn btn-default btn-call-to-action" href="{{ site.baseurl }}/" >Back to homepage</a>
</div>
</div>
</div>
</div>
</section>