-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·343 lines (294 loc) · 14.1 KB
/
index.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
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
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-137794670-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-137794670-3');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>NewGround Mobile Technologies</title>
<!-- The favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#1f6fa4">
<meta name="msapplication-TileColor" content="#ffc40d">
<meta name="theme-color" content="#ffffff">
<!-- Google Font -->
<link href='http://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700,800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Font Awesome -->
<script defer src="https://use.fontawesome.com/releases/v5.8.1/js/all.js" integrity="sha384-g5uSoOSBd7KkhAMlnQILrecXvzst9TdC09/VM+pjDTCM+1il8RHz5fKANTFFb+gQ" crossorigin="anonymous"></script>
<!-- Preloader -->
<link rel="stylesheet" href="css/preloader.css" type="text/css" media="screen, print"/>
<!-- Icon Font-->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.default.css">
<!-- Animate CSS-->
<link rel="stylesheet" href="css/animate.css">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Style -->
<link href="css/style.css" rel="stylesheet">
<!-- Responsive CSS -->
<link href="css/responsive.css" rel="stylesheet">
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div id="status"> </div>
</div>
<header id="HOME" style="background-position: 50% -125px;">
<div class="section_overlay">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://www.newground.ua" target="_blank"><img src="images/logo.png" alt="Logo" width="220px" height="42px"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#ABOUT">Services</a></li>
<li><a href="#PORTFOLIO">Portfolio</a></li>
<li><a href="#CONTACT">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
</div>
</header>
<section id="SUBHEADER">
<div class="section_overlay visible-lg-block visible-md-block">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="home_text wow fadeInUp animated">
<h2>Inspiring mobile experience</h2>
<div class="scroll">
<div class="quote-text">
<p>Learn more about how our talented team <br/>of passionate developers, designers and product<br/>experts can build value for you.</p>
</div>
<img src="images/ph.png" width="100%" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- =========================
START FEATURES
============================== -->
<section id="ABOUT">
<div class="container">
<div class="row visible-lg-block visible-md-block">
<div class="col-md-12 text-center">
<div class="about_title">
<h2>Application Development Services</h2>
<img src="images/shape.png" alt="">
</div>
</div>
</div>
<div class="row visible-xs-block visible-sm-block">
<div class="col-md-12 text-center">
<div class="about_title">
<h2>Application Development</h2>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4 right_no_padding wow fadeInLeft" data-wow-duration="1s">
<!-- FEATURE -->
<div class="left_single_feature">
<!-- ICON -->
<div>
<i class=""> <img src="images/round-icon-1.png" width="90px" height="80px" alt=""></i>
</div>
<!-- FEATURE HEADING AND DESCRIPTION -->
<h3>Creative Design</h3>
<p>We design our products with all industry standards in mind. Our goal is to make applications intuitive and usable from the very first seconds.</p>
</div>
<!-- END SINGLE FEATURE -->
<!-- FEATURE -->
<div class="left_single_feature">
<!-- ICON -->
<div><i class=""> <img src="images/round-icon-6.png" width="90px" height="80px" alt=""></i></div>
<!-- FEATURE HEADING AND DESCRIPTION -->
<h3>Modern Look</h3>
<p>We adhere to modern design guidelines from Apple and Google.</p>
</div>
<!-- END SINGLE FEATURE -->
<!-- FEATURE -->
<div class="left_single_feature">
<!-- ICON -->
<div>
<i class=""> <img src="images/round-icon-2.png" width="90px" height="80px" alt=""></i>
</div>
<!-- FEATURE HEADING AND DESCRIPTION -->
<h3>Minimal Layout</h3>
<p>We follow minimalistic design approach. Every application feature should be intuitive and accessible from the very first look.</p>
</div>
<!-- END SINGLE FEATURE -->
</div>
<div class="col-md-4">
<div class="feature_iphone">
<!-- FEATURE PHONE IMAGE -->
<img class="wow bounceIn" data-wow-duration="1s" src="images/Iphone_RS.png" alt="">
</div>
</div>
<div class="col-md-4 left_no_padding wow fadeInRight" data-wow-duration="1s">
<!-- FEATURE -->
<div class="right_single_feature">
<!-- ICON -->
<div><i class=""> <img src="images/round-icon-4.png" width="90px" height="80px" alt=""></i></div>
<!-- FEATURE HEADING AND DESCRIPTION -->
<h3>Watch Ready</h3>
<p>We develop applications supporting Apple Watch as well as variety of Android wearables.</p>
</div>
<!-- END SINGLE FEATURE -->
<!-- FEATURE -->
<div class="right_single_feature">
<!-- ICON -->
<div><i class=""> <img src="images/round-icon-3.png" width="90px" height="80px" alt=""></i></div>
<!-- FEATURE HEADING AND DESCRIPTION -->
<h3>Retina ready</h3>
<p>All our applications support modern devices with extra high resulution screens.</p>
</div>
<!-- END SINGLE FEATURE -->
<!-- FEATURE -->
<div class="right_single_feature">
<!-- ICON -->
<div><i class=""> <img src="images/round-icon-5.png" width="90px" height="80px" alt=""></i></div>
<!-- FEATURE HEADING AND DESCRIPTION -->
<h3>Clean Code</h3>
<p>Our developers have more than ten years of experience with mobile applications development.</p>
</div>
<!-- END SINGLE FEATURE -->
</div>
</div>
</div>
</section>
<!-- END FEATURES SECTION -->
<section id="PORTFOLIO">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="about_title">
<h2>Portfolio</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<div class="work_title wow fadeInUp animated">
<a href="files/NewGround_mobile_portfolio.pdf" target="_blank">
<i class="fas fa-file-pdf fa-2x"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Contacts section -->
<section class="contact" id="CONTACT">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="contact_title wow fadeInUp animated">
<h1>get in touch</h1>
<p>DISCUSS YOUR PROJECT WITH US </p>
<img src="images/shape.png" alt="">
</div>
</div>
</div>
</div>
<div class="container">
<div class="row wow fadeInUp animated">
<div class="col-md-4 single_contact_info text-center">
<h2>Call Us</h2>
<p>+38 044 200 04 43</p>
</div>
<div class="col-md-4 single_contact_info text-center">
<h2>Email Us</h2>
<p>[email protected]</p>
</div>
<div class="col-md-4 single_contact_info text-center">
<h2>Address</h2>
<p>16-A Knyazhiy Zaton street, Kyiv, Ukraine</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="work-with wow fadeInUp animated">
<h3>looking forward to hearing from you!</h3>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="footer_logo wow fadeInUp animated">
<a href="https://www.newground.ua"target="_blank"><img src="images/logo.png" alt="Logo" width="220px" height="42px"></a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 text-center wow fadeInUp animated">
<div class="social">
<h2>Follow Us on Here</h2>
<ul class="icon_list">
<li><a href="https://www.facebook.com/NewGround.IT/"target="_blank"><i class="fab fa-facebook fa-2x"></i></a></li>
<li><a href="https://www.linkedin.com/company/newground_2"><i class="fab fa-linkedin fa-2x"></i></a></li>
<li><a href="https://github.com/NewGround-LLC"><i class="fab fa-github fa-2x"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="copyright_text wow fadeInUp animated">
<p>© NewGround 2019. All Right Reserved.</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- =========================
SCRIPTS
============================== -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.nicescroll.js"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/wow.js"></script>
<script src="js/script.js"></script>
</body>
</html>