-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkwith.html
103 lines (96 loc) · 4.32 KB
/
workwith.html
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
91
92
93
94
95
96
97
98
99
100
101
102
103
---
layout: micro
title: Work With Us
---
<section class="SPBanerSec SPBanerSecwork">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="SpBanerSingle">
<h2>Work With Us </h2>
<p>Test and personalize across your customers' journey with <br>Optimizely, the Experimentation Platform.</p>
</div>
</div>
</div>
</div>
</section>
<!--start contact form-->
<section class="contactFormSec">
<div class="container">
<div class="row">
<div class="col-lg-6">
<form id="formaction" action="sendmail.php" method="POST" class="conForm">
<div class="input-group">
<label for="exampleInputEmail1">Full Name*</label>
<input type="text" name="name" class="inNamework" placeholder="Your Full Name" required="required">
</div>
<div class="input-group">
<label for="exampleInputEmail1">Email*</label>
<input type="email" name="email" class="inNamework" placeholder="Email" required="required">
</div>
<div class="input-group">
<label for="exampleInputPassword1">Company Name</label>
<input type="text" name="companyName" class="inNamework" placeholder="Company Name" value=" ">
</div>
<div class="input-group">
<label for="exampleInputPassword1">Your Message</label>
<textarea name="message" class="inNamework msgboxwork" placeholder="Message"></textarea>
<input type="text" name="_gotcha" style="display:none" />
</div>
<button type="submit" name="submit" class="btn btn-default buton">Submit</button>
</form>
<!-- <script>
var contactform = document.getElementById('formaction');
contactform.setAttribute('action', '//formspree.io/' + 'junayed' + '@' + 'microtechna' + '.' + 'com');
</script>-->
</div>
<div class="col-lg-6">
<div class="contactInfo">
<div class="conIcon">
<i class="fa fa-map-marker"></i>
</div>
<div class="contactText">
<h3>Our new location:</h3>
<h4>MicroTech NA Inc.</h4>
<p>167-17 Hillside Ave<br>Jamaica, NY 11432</p><br>
<h5>Old address: </h5>
<p>316 west 39th street, Suite 3E<br>New York, NY 10018</p>
</div>
<div class="clearfix"></div>
</div>
<div class="contactInfo">
<div class="conIcon conIcon1">
<i class="fa fa-phone"></i>
</div>
<div class="contactText">
<h3>Give us call</h3>
<p>Phone: +1-888-612-7778</p>
</div>
<div class="clearfix"></div>
</div>
<div class="contactInfo">
<div class="conIcon conIcon2">
<i class="fa fa-envelope-o"></i>
</div>
<div class="contactText">
<h3>Send us message</h3>
<p>Email: Info@microtechna.com</p>
</div>
<div class="clearfix"></div>
</div>
<div class="hireme">
<h3>We’re Hiring!</h3>
<p>Become part of a team that cares about the quality of its <br>work and the quality of life.</p>
<a href="workwith.html">view openings <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
</div>
</section>
<!--end contact form-->
<!--Desing page DiscusButton Start here By Shagor-->
<section class="DiscusButtonSec">
<!-- {% include sec_discuss.html %} -->
<!-- {% include sec_recognized.html %} -->
{% include sec_signup.html %}
</section>