forked from lunatechza/lunatech.co.za
-
Notifications
You must be signed in to change notification settings - Fork 0
/
service.html
442 lines (383 loc) · 18.7 KB
/
service.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
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<title>Lunatech (Pty) Ltd.</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Lunatech (Pty) Ltd.">
<meta name="keywords" content="Lunatech,Lunatech Pty Ltd,Lunatech South Africa,Lunatech ZA,Programming,Information Technology,Mobile Apps,Mobile Applications,Web Development,Desktop Applications,Graphics Design,Distributed Applications,Mobile Development" />
<meta name="author" content="[email protected]" />
<meta name="copyright" content="2014-2017 Lunatech (Pty) Ltd. All Rights Reserved." />
<!-- for Facebook -->
<meta property="og:title" content="Lunatech (Pty) Ltd." />
<meta property="og:type" content="article" />
<meta property="og:image" content="http://www.lunatech.co.za/images/logo-transparent-1024.png" />
<meta property="og:url" content="http://www.lunatech.co.za" />
<meta property="og:description" content="The South African based Lunatech was founded in 2014 and is fully focused on software development and distribution of quality solutions for both individuals and companies.
In a constantly evolving market and workplace, it takes hardwork and dedication to keep up with the times and deliver excellent software that is easily maintainable but has room to grow into an even better solution as requirements change. This is the Lunatech way.
For any and all software development requirements Lunatech is committed to delivering the absolute best solutions in the industry no matter the language or the platform." />
<!-- for Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Lunatech (Pty) Ltd." />
<meta name="twitter:description" content="The South African based Lunatech was founded in 2014 and is fully focused on software development and distribution of quality solutions for both individuals and companies.
In a constantly evolving market and workplace, it takes hardwork and dedication to keep up with the times and deliver excellent software that is easily maintainable but has room to grow into an even better solution as requirements change. This is the Lunatech way.
For any and all software development requirements Lunatech is committed to delivering the absolute best solutions in the industry no matter the language or the platform." />
<meta name="twitter:image" content="http://lunatech.co.za/images/logo.svg" />
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900" rel="stylesheet">
<!-- CSS
================================================== -->
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Template styles-->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive styles-->
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Animation -->
<link rel="stylesheet" href="css/animate.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.css">
<!-- Flexslider -->
<link rel="stylesheet" href="css/flexslider.css">
<link rel="shortcut icon" href="images/logo48.png">
</head>
<body>
<!-- Header start -->
<header id="header" class="navbar-fixed-top header2 mydesign">
<div class="container">
<div class="row">
<!-- Logo start -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-brand">
<a href="index.html">
<img class="img-responsive" src="images/logo.png" alt="logo">
</a>
</div>
</div><!--/ Logo end -->
<nav class="collapse navbar-collapse clearfix">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a class="active" href="service.html">SERVICES</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</nav><!--/ Navigation end -->
</div><!--/ Row end -->
</div><!--/ Container end -->
</header><!--/ Header end -->
<!-- <section id="bride_cum">
<div class="container">
<div class="row">
<div class="bride_cum_page">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="">\</a></li>
<li><a href="service.html">SERVICES</a></li>
</ul>
</div>
</div>
</div>
</section> -->
<section id="what_we_do_new">
<div class="container">
<div class="row">
<div class="title text-center">
<h2>WHAT WE DO</h2>
<img src="images/icon.png" alt="" />
</div>
</div>
<div class="row">
<div class="title_details">
<p>We are software development specialists who are experienced and proficient in each phase of the development life cycle,
from requirements gathering and design to development up to quality assurance, deployment and maintenance.</p>
<p>The Lunatech team are pioneers in their field and are passionate about identifying new utilizations of modern
technology to enrich consumers’ lives. Our speciality lies in, but are not limited to:</p>
</div>
</div>
<div class="row">
<div class="title text-center">
<h3>Blockchain Technology</h3>
<img src="images/icon.png" alt="" />
</div>
</div>
<div class="row">
<div class="title_details">
<p>Lunatech specializes in blockchain and cryptocurrency technology.
We are experts in the field and are continuously identifying and implementing
new applications of the technology. Some of the projects we have worked on include:</p>
</div>
</div>
<div class="row">
<!--div class="col-md-4 col-sm-6">
<div class="single_service_box text-center">
<div class="img_box">
<img class="shows" src="images/icon-1.png" alt="" />
<img class="hides" src="images/icon-1a.png" alt="" />
</div>
<div class="img_box_details">
<h2>Digital Asset <br />
exchange platform </h2>
<p>Lorem Ipsum is simply dummy text of the printing
and typesetting industry. Lorem Ipsum has been the
industry's standard dummy text ever</p>
<button class="btn-details">VIEW DETAILS</button>
</div>
</div>
</div-->
<div class="col-md-4 col-sm-6">
<div class="single_service_box text-center">
<div class="img_box">
<img class="shows" src="images/icon-2.png" alt="" />
<img class="hides" src="images/icon-2b.png" alt="" />
</div>
<div class="img_box_details">
<h2>Event organisation and <br />
ticket sale market place </h2>
<!--p>We manage the development side of things at Blocktix.</p-->
<a class="btn btn-details" href="https://blocktix.io" target="_blank">VISIT BLOCKTIX</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="single_service_box text-center">
<div class="img_box">
<img class="shows" src="images/icon-3.png" alt="" />
<img class="hides" src="images/3b.png" alt="" />
</div>
<div class="img_box_details">
<h2>Distributed eCommerce <br /></h2>
<!--p>Particl is one of the projects that we are currently working on.</p-->
<a class="btn btn-details" href="https://particl.io" target="_blank">VISIT PARTICL</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="single_service_box text-center">
<div class="img_box">
<img class="shows" src="images/icon-4.png" alt="" />
<img class="hides" src="images/icon-4a.png" alt="" />
</div>
<div class="img_box_details">
<h2>ERC20 Tokens</h2>
<!--p></p>
<br /-->
<a class="btn btn-details" href="https://etherscan.io/token/0xea1f346faf023f974eb5adaf088bbcdf02d761f4" target="_blank">BLOCKTIX TOKEN</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="single_service_box text-center">
<div class="img_box">
<img class="shows" src="images/icon-5.png" alt="" />
<img class="hides" src="images/icon-5a.png" alt="" />
</div>
<div class="img_box_details">
<h2>Privacy focused <br />
Cryptocurrency tokens</h2>
<!--p></p-->
<a class="btn btn-details" href="https://particl.io" target="_blank">VISIT PARTICL</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="we_mobile_dev">
<div class="container">
<div class="row">
<div class="title text-center">
<h3>Web and Mobile development</h3>
<img src="images/icon.png" alt="" />
</div>
</div>
<div class="row">
<div class="title_details">
<p>Lunatech is experienced and proficient in the development of Web and Mobile applications on various
platforms with specific emphasis on blockchain technology. We are experienced in developing
cutting edge application using the following technology:</p>
</div>
</div>
<div class="row myservice">
<div class="col-md-4 col-sm-6">
<div class="single_service_box_web text-center">
<div class="img_box_web">
<img src="images/b1.png" alt="" />
</div>
<div class="img_box_details_web">
<h2>Android</h2>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="single_service_box_web text-center">
<div class="img_box_web">
<img src="images/b2.png" alt="" />
</div>
<div class="img_box_details_web">
<h2>iOS </h2>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="single_service_box_web text-center">
<div class="img_box_web">
<img src="images/b3.png" alt="" />
</div>
<div class="img_box_details_web">
<h2>Angular</h2>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="single_service_box_web text-center">
<div class="img_box_web">
<img src="images/b4.png" alt="" />
</div>
<div class="img_box_details_web">
<h2>Boostrap</h2>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="single_service_box_web text-center">
<div class="img_box_web">
<img src="images/b5.png" alt="" />
</div>
<div class="img_box_details_web">
<h2>Material </h2>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="what_we_see">
<div class="overlays"></div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="what_we_offer text-center">
<h2>Like What You See</h2>
<a href="contact.html" class="btn btn-contact">CONTACT US</a>
</div>
</div>
</div>
</div>
</section>
<footer id="bccg-footer">
<div class="container">
<div class="row text-center">
<div class="bccg-footer-content">
<div class="col-md-offset-2 col-md-4 col-sm-12">
<div class="footer-logo">
<a href=""><img src="images/logo.png" alt="" /></a>
<h3>DESIGN. CODE. SERVICE.</h3>
</div>
</div>
<div class="col-md-3 col-sm-3 col-sm-6">
<div class="Contact">
<h3>Contact Us</h3>
<ul>
<li><a href="#" data-toggle="modal" data-target="#disclaimerModal">Disclaimer</a></li>
<li><a href="#" data-toggle="modal" data-target="#privacyModal">Privacy Policy</a></li>
<!--li><a href="">Careers</a></li-->
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="Follow">
<h3>Follow Us:</h3>
<a href="https://www.linkedin.com/company/9361904"><i class="fa fa-linkedin-square"></i></a>
<a href="https://twitter.com/lunatechza"><i class="fa fa-twitter-square"></i></a>
<a href="https://facebook.com/lunatechza"><i class="fa fa-facebook-square"></i></a>
<a href="https://github.com/lunatechza"><i class="fa fa-github-square"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<div class="copyright">
<div class="container">
<div class="row">
<div class="copyright-text text-center">
<p>© All Rights Reserved</p>
</div>
</div>
</div>
</div>
<div class="scrollup">
</div>
<!-- Javascript Files
================================================== -->
<!-- initialize jQuery Library -->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<!-- Bootstrap jQuery -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- Template custom -->
<script type="text/javascript" src="js/custom.js"></script>
<!-- Disclaimer -->
<div class="modal fade" id="disclaimerModal" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Disclaimer</h4>
</div>
<div class="modal-body">
<p>
<span class="sh3">Lunatech (Pty) Ltd.</span> (herein referred to as <span class="sh3">"Lunatech"</span>) does not represent or endorse the accuracy or reliability of any of the information, content, or advertisements (collectively, the "Materials") contained on, distributed through, or linked, downloaded, or accessed from any of the services contained on this Web site (the "Service"), nor the quality of any products, information, or other materials displayed, purchased, or obtained by you as a result of an advertisement or any other information or offer in or in connection with the Service (the "Products"). You hereby acknowledge that any reliance upon any Materials shall be at your sole risk. <span class="sh3">Lunatech</span> reserves the right, in its sole discretion and without any obligation, to make improvements to, or correct any error or omissions in any portion of the Service or the Materials.<br/><br/>
The service and the materials are provided by <span class="sh3">Lunatech</span> on an "as is" basis, and <span class="sh3">Lunatech</span> expressly disclaims any and all warranties, express or implied, including without limitation warranties of merchantability and fitness for a particular purpose, with respect to the service or any materials and products. In no event shall <span class="sh3">Lunatech</span> be liable for any direct, indirect, incidental, punitive, or consequential damages of any kind whatsoever with respect to the service, the materials, and the products. <br/><br/>
<span class="sh3">Lunatech</span> makes no representations concerning any endeavor to review the content of sites linked to this site or any of the Materials, and so <span class="sh3">Lunatech</span> isn't responsible for the accuracy, copyright compliance, legality, or decency of material contained in sites listed in the directory or in the Materials. </br></br>
The service and the materials are provided by <span class="sh3">Lunatech</span> on an "as is" basis, and <span class="sh3">Lunatech</span> expressly disclaims any and all warranties, express or implied, including without limitation warranties of merchantability and fitness for a particular purpose, with respect to the service or any materials and products. In no event shall <span class="sh3">Lunatech</span> be liable for any direct, indirect, incidental, punitive, or consequential damages of any kind whatsoever with respect to the service, the materials, and the products.</br></br>
<span class="sh3">Lunatech</span> makes no representations concerning any endeavor to review the content of sites linked to this site or any of the Materials, and so <span class="sh3">Lunatech</span> isn't responsible for the accuracy, copyright compliance, legality, or decency of material contained in sites listed in the directory or in the Materials. </br></br>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Dislaimer -->
<div class="modal fade" id="privacyModal" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Disclaimer</h4>
</div>
<div class="modal-body">
<p>
<span class="header">Your Privacy</span><br/>
<span class="sh3">Lunatech</span> (Pty) Ltd. (herein referred to as "<span class="sh3">Lunatech</span>") respects your privacy and understands the importance of protecting your personal information. <span class="sh3">Lunatech</span> will only collect information as required to respond to you, regarding the reason you contacted us.
<br/><br/>
<span class="sh3">Lunatech</span> will not send you marketing communications without your consent.<br/>
<span class="sh3">Lunatech</span> will not share your personal information with any third parties.<br/>
<br/>
<span class="header">Your Consent</span><br/>
By using our website, you consent to the collection and use of this information by <span class="sh3">Lunatech</span>. If we decide to change our privacy policy, we will post those changes on this page so that you are always aware of what information we collect, how we use it, and under what circumstances we disclose it. <br/><br/>
<span class="header">Questions and Feedback</span><br/>
Should you have any questions or feedback related to our Privacy Policy, please email us at: <a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</body>
</html>