-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathservices.html
More file actions
293 lines (255 loc) · 11.8 KB
/
services.html
File metadata and controls
293 lines (255 loc) · 11.8 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
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!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>Services | 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="MV Develop build cutting-edge websites using latest techniques. Our main fields are HTML5, CSS3, Responsive Web Design, SASS, SCSS, LESS and CMS Integration" />
<meta name="keywords" content="responsive web design, mv develop, branding solutions, social media optimization, CMS integration, web design and development" />
<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 class="active"><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><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>Main Skills</h1>
<h5>
My field of expertise is Front-end development using HTML5 and CSS3. For high quality websites and web applications you are on right place
</h5>
</div>
</div>
</div>
</div>
<section id="content" class="content services-holder">
<div class="container-fluid">
<div class="row intro-text">
<div class="col-sm-8 col-sm-offset-2">
<p>
I'm very passionate about my work. My field of expertise is Front-end development so I can help you
with anything you can imagine web development related. Here are few areas I've specialized in:
</p>
</div>
</div>
<div class="separator"></div>
<div class="row">
<div class="col-xs-12">
<div class="custom-media-wrap no-shadow">
<div class="custom-media" id="apps">
<div class="item-info">
<h2>Web Applications</h2>
<p>
Most SaaS products are web applications. I have been participating in front-end development and UX
research for many successful web applications.
</p>
</div>
<div class="item-screens">
<img src="images/web-application.png" alt="" width="525">
</div>
</div>
<div class="custom-media" id="portals">
<div class="item-screens left">
<img src="images/web-portal.png" alt="" width="525">
</div>
<div class="item-info">
<h2>Web Portals</h2>
<p>
I have knowledge and experience developing intranets of companies and website admin panels. Optimizing
existing admin panels or creating fully custom solutions is not a problem after 10+ years of front-end
development.
</p>
</div>
</div>
<div class="custom-media" id="marketing">
<div class="item-info">
<h2>Marketing Websites</h2>
<p>
The best way for promoting your business or product is to have marketing website. I know all little
tricks for successful promotion with marketing website. By conducting research I can create website
for specific user group and maximize your promotion.
</p>
</div>
<div class="item-screens">
<img src="images/web-marketing.png" alt="" width="525">
</div>
</div>
<div class="custom-media" id="email">
<div class="item-screens left">
<img src="images/email-design.png" alt="" width="525">
</div>
<div class="item-info">
<h2>Email design</h2>
<p>
Designing and developing fully responsive email templates is important as much as developing
websites. Email templates developed by me works in all major email clients and are fully responsive.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer id="footer" class="footer">
<div class="footer-contact">
<div class="container-fluid">
<div class="row">
<div class="col-xs-12">
<h2>Get in touch</h2>
</div>
</div>
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<div class="text-center">
<p>
Have a project or idea? I can help you. Get in touch with me to get started:
<a title="Contact Email" href="mailto:vladan@mvdevelop.com">vladan@mvdevelop.com</a> or +381 63 569 062
</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" />
<div class="form-group">
<div class="row">
<div class="col-sm-6">
<label id="label_1" for="input_1">Name</label>
<input type="text" id="input_1" name="q1_name1" class="form-textbox form-control input-lg required">
</div>
<div class="col-sm-6">
<label id="label_3" for="input_3">Email</label>
<input type="text" id="input_3" name="q3_email" class="form-textbox form-control input-lg required email">
</div>
</div>
</div>
<div class="form-group">
<label id="label_4" for="input_4">Message</label>
<textarea id="input_4" name="q4_sendMe" class="form-control form-textarea required" rows="6"></textarea>
</div>
<button id="input_2" type="submit" class="btn btn-info">Submit</button>
<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>
</div>
<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 class="active"><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><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>