-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (60 loc) · 2.6 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
---
layout: micro
title: Home
---
{% include mainslider.html %}
{% include section_service.html %}
<section class="keyTechnologySec">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="keyTechnologyTitle text-center">
<h1>Key Technologies</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-sm-4">
<div class="keyTecSingle">
<img src="./assets/images/web-app-development-laravel.png" alt="laravel">
<h3>Yii PHP Framework</h3>
<p>Yii is a high-performance PHP development framework best for developing Web 2.0 applications.</p>
</div>
</div>
<div class="col-lg-4 col-sm-4">
<div class="keyTecSingle keyTecSingle1">
<img src="./assets/images/node-js-website-builder'.png" alt="node js">
<h3>Node.js</h3>
<p>Node.js is a cross-platform runtime environment built on the V8 JavaScript engine developed by Google.</p>
</div>
</div>
<div class="col-lg-4 col-sm-4">
<div class="keyTecSingle">
<img src="./assets/images/jekyll-web-developer.png" alt="jekyll web developer">
<h3>Symfony </h3>
<p>Symfony is a PHP development framework for MVC applications bundled with tools to match enterprise development guidelines.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="keytitle2 text-center">
<img src="./assets/images/tech-mobile-app-dev.png" alt="tech mobile app dev">
<h1>The team also specialises in: Laravel, Elastic, MySQL, MongoDB, Redis, AngularJS,<br/> BackboneJS & many more</h1>
</div>
<div class="keytechBtn text-center">
<ul>
<li><a href="design.html" class="active"> Web-based software Development</a></li>
<li><a href="mobile_app.html">Web Design and Development</a></li>
<li><a href="performance.html">Mobile apps Development</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- {% include sympleTitle.html %} -->
{% include section_industry.html %}
{% include feature_team.html %}
{% include sec_discuss.html %}
{% include sec_contact.html %}