-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
273 lines (239 loc) · 11.5 KB
/
about.html
File metadata and controls
273 lines (239 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
266
267
268
269
270
271
272
273
<!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>About 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="We develop web sites in HTML5, CSS3, SASS, SCSS, LESS. Using semantic markup and well structured code, creating clean UI and UX is always guaranteed" />
<meta name="keywords" content="about MV Develop, about cutting-edge websites, about vladan mitevski" />
<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 class="active"><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>About MV Develop</h1>
<h5>
Helping businesses to present themselves and their products on the web using the latest techniques is what drives me for more than 10 years
</h5>
</div>
</div>
</div>
</div>
<section id="content" class="content about-block">
<div class="container-fluid">
<div class="intro-text about-text-wrap">
<div class="about-info">
<h2>About Me</h2>
<p>
Hi, my name is Vladan Mitevski, Founder and CEO of MV Develop, one man company specialized in front-end development. I’ve started web development around 2006 as a career experiment. And, I've liked it.
</p>
<p>
I'm a senior front-end engineer with more than 10 years of experience. My professionalism helped many small business, Fortune 500 companies and start-ups to build their websites and applications successfully.
</p>
<p>
Since I'm expert in front-end development, I have collaborators that are experts and have multiple years in
web and graphic design and back-end development so I can provide full stack solutions for my clients.
</p>
<p>
In 2008 I’ve start professional web development using front-end techniques. My first steps were in company
<a target="_blank" href="http://www.arraystudio.com/" title="Array Studio">Array Studio</a>, where I’ve
learned everything, from basics of HTML/CSS to advanced web development and system integration. Predrag
Kanazir who is Founder and CEO of Array Studio learned me everything about web design and development.
Thanks to his knowledge and patients I’ve learned how to create modern and quality websites.
</p>
</div>
<div class="about-photo">
<img src="images/vladan-mitevski.jpg" alt="Vladan Mitevski" title="Vladan Mitevski" width="240">
</div>
</div>
<div class="separator"></div>
<div class="row">
<div class="col-sm-12">
<h2>Skills and expertise</h2>
<p>
My expertise is HTML, CSS, JavaScript and Responsive development, but I am comfortable working with Ruby,
Ruby on Rails and PHP.
</p>
<p class="small-spacing"><strong>My skills are:</strong></p>
<ul>
<li>HTML - XHTML1.1, HTML4, HTML5, HAML, SLIM</li>
<li>CSS - CSS 2, CSS 2.1, CSS 3, SASS, LESS, Compass</li>
<li>JavaScript - jQuery, jQuery UI</li>
<li>Git - GitHub, GitLab, Bitbucket</li>
<li>Front-end frameworks - Bootstrap, Bulma, Foundation</li>
</ul>
<p class="small-spacing"><strong>I have experience working with:</strong></p>
<ul>
<li>Ruby - Ruby on Rails, Refinery CMS</li>
<li>PHP - CakePHP</li>
<li>JavaScript - Angular, EmberJS, Polymer</li>
</ul>
</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><a href="services.html" title="Services">Services</a></li>
<li class="active"><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>