-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontact.html
More file actions
265 lines (237 loc) · 11.5 KB
/
contact.html
File metadata and controls
265 lines (237 loc) · 11.5 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <script async src="https://use.fontawesome.com/dafd9cc863.js"></script> -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Contact Us | MV Develop - Web Design Studio for Cutting Edge Websites</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<meta name="description" content="For any questions about our experience or expertise or if you are interested to become our respected clients you are more then welcome to contact MV Develop" />
<meta name="keywords" content="contact MV Develop, MV Develop contact form, send inquiry to MV Develop" />
<link rel="stylesheet" href="css/styles.min.css">
<!-- For everything else. Regular 16x16 px favicon -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<!-- For iPad with high-resolution Retina display running iOS ≥ 7: -->
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="apple-touch-icon-152x152-precomposed.png">
<!-- For iPad with high-resolution Retina display running iOS ≤ 6: -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144-precomposed.png">
<!-- For iPhone with high-resolution Retina display running iOS ≥ 7: -->
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="apple-touch-icon-120x120-precomposed.png">
<!-- For iPhone with high-resolution Retina display running iOS ≤ 6: -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114-precomposed.png">
<!-- For the iPad mini and the first- and second-generation iPad on iOS ≥ 7: -->
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="apple-touch-icon-76x76-precomposed.png">
<!-- For the iPad mini and the first- and second-generation iPad on iOS ≤ 6: -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png">
<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-57x57-precomposed.png">
<!-- For Android with high-resolution display -->
<link rel="shortcut icon" sizes="196x196" href="icon.png">
<!--[if lt IE 9]>
<script src="javascripts/html5.js"></script>
<![endif]-->
<script async type="text/javascript" src="https://form.jotformeu.com/jsform/31362021319341"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-12319039-5', 'mvdevelop.com');
ga('send', 'pageview');
</script>
</head>
<body class="mob-menu">
<header id="header" class="header">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4">
<div class="logo">
<h2>
<a title="MV Develop - Web Development Company" href="index.html"><img src="images/mv-develop-logo.png" alt="MV Develop - Web Development Company" title="MV Develop - Web Development Company" width="200"></a>
</h2>
</div>
</div>
<div class="col-sm-8">
<div class="navbar-header">
<button class="mob-menu-trigger btn" type="button">
<span class="icon-bar"></span>
</button>
</div>
<nav id="nav" class="nav-holder mob-menu-nav mob-menu-vertical mob-menu-right">
<ul class="nav navbar-nav pull-right">
<li><a href="index.html" title="Home">Home</a></li>
<li><a href="services.html" title="Services">Services</a></li>
<li><a href="about.html" title="About">About</a></li>
<li><a href="portfolio.html" title="Portfolio">Portfolio</a></li>
<li class="active"><a href="contact.html" title="Contact">Contact</a></li>
<!-- <li><a href="blog" title="Blog">Blog</a></li> -->
</ul>
</nav>
</div>
</div>
</div>
</header>
<div class="convincer">
<div class="container-fluid">
<div class="row">
<div class="col-sm-12">
<h1>Contact Me</h1>
<h5>
Let's get in touch. I'm sure we will create wonderful project. Just let me know what you have in mind
so we can start collaborate and make your wish come true
</h5>
</div>
</div>
</div>
</div>
<section id="content" class="content">
<div class="container-fluid">
<div class="row">
<div class="col-sm-12">
<div class="row equal-holder">
<div class="col-sm-6">
<div class="contact-holder equal">
<div class="intro-text">
<h2>Let's get in touch</h2>
<p>
If you have any questions about my experience or expertise please don't hesitate to ask me.
Also if you nee inquiry for future project just let me know and I will contact you.
</p>
</div>
<form class="contact-form" action="https://submit.jotformeu.com/submit/31362021319341/" method="post" name="form_31362021319341" id="31362021319341" accept-charset="utf-8">
<input type="hidden" name="formID" value="31362021319341" />
<ul class="form-list">
<li>
<label id="label_1" for="input_1">Name</label>
<input type="text" id="input_1" name="q1_name1" class="form-textbox form-control required" placeholder="Enter your name">
</li>
<li>
<label id="label_3" for="input_3">Email</label>
<input type="text" id="input_3" name="q3_email" class="form-textbox form-control required email" placeholder="Enter your email address">
</li>
<li>
<label id="label_4" for="input_4">Message</label>
<textarea id="input_4" name="q4_sendMe" class="form-control form-textarea required" rows="6" placeholder="How can I help you"></textarea>
</li>
<li>
<button id="input_2" type="submit" class="btn btn-info">Submit</button>
</li>
<li>
<p class="small-notification">Privacy Assured: Your information will never be sold or shared.</p>
</li>
</ul>
<input type="hidden" id="simple_spc" name="simple_spc" value="31362021319341" />
<script type="text/javascript">
document.getElementById("si" + "mple" + "_spc").value = "31362021319341-31362021319341";
</script>
</form>
</div>
</div>
<div class="col-sm-5 col-sm-offset-1">
<div class="bordered equal">
<ul>
<li>
<h3>Email</h3>
<p><a title="Contact Email" href="mailto:vladan@mvdevelop.com">vladan@mvdevelop.com</a></p>
</li>
<li>
<h3>Phone</h3>
<p>+381 63 569 062</p>
</li>
<li>
<h3>Address</h3>
<p>
Karađorđeva 17<br>
22240 Šid<br>
Serbia
</p>
<div class="embed-block">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2814.9412771415664!2d19.226197629787436!3d45.12752572918405!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x475b83dc42540d77%3A0xb9a50b9b50e35bd3!2zS2FyYcSRb3LEkWV2YSAxNywgxaBpZCAyMjI0MCwgU2VyYmlh!5e0!3m2!1sen!2s!4v1484045410046" width="600" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</li>
<li>
<h3>Social</h3>
<p class="side-social">
<a href="https://twitter.com/mvdevelop" target="_blank" title="Follow us on Twitter">
<i class="fa fa-twitter"></i>
</a>
<a href="https://www.linkedin.com/in/vladanmitevski" target="_blank" title="Connect with us on LinkedIn">
<i class="fa fa-linkedin"></i>
</a>
<a href="https://www.facebook.com/mvdevelop/" target="_blank" title="Follow us on Facebook">
<i class="fa fa-facebook"></i>
</a>
<a href="https://www.instagram.com/mvdevelop/" target="_blank" title="Follow us on Facebook">
<i class="fa fa-instagram"></i>
</a>
<a href="https://github.com/mvdevelop" target="_blank" title="Follow us on Facebook">
<i class="fa fa-github"></i>
</a>
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer id="footer" class="footer">
<div class="container-fluid">
<div class="row">
<div class="col-sm-12">
<ul class="footer-social">
<li>
<a href="https://twitter.com/mvdevelop" target="_blank" title="Follow us on Twitter">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/vladanmitevski" target="_blank" title="Connect with us on LinkedIn">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/mvdevelop/" target="_blank" title="Follow us on Facebook">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/mvdevelop/" target="_blank" title="Follow us on Facebook">
<i class="fa fa-instagram"></i>
</a>
</li>
<li>
<a href="https://github.com/mvdevelop" target="_blank" title="Follow us on Facebook">
<i class="fa fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<ul class="footer-nav">
<li><a href="index.html" title="Home">Home</a></li>
<li><a href="services.html" title="Services">Services</a></li>
<li><a href="about.html" title="About">About</a></li>
<li><a href="portfolio.html" title="Portfolio">Portfolio</a></li>
<li class="active"><a href="contact.html" title="Contact">Contact</a></li>
<!-- <li><a href="blog" title="Blog">Blog</a></li> -->
</ul>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="copyright">
<p>Copyright @ 2012-<span class="current-year"></span> MV Develop. All rights reserved.</p>
</div>
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="javascripts/app.min.js"></script>
</body>
</html>