-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice_web_application
68 lines (61 loc) · 2.97 KB
/
service_web_application
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
<!DOCTYPE html>
<html lang="es">
<head>
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700%7CMerriweather:400,300%7CRaleway:800,600,500,400,300%7CLibre+Baskerville:400,400italic%7CMontserrat%7CRoboto:300%7COpen+Sans:300' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>EPIC - HTML Template</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="index, follow" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/isotope.css" />
<link rel="stylesheet" href="css/epic.css" />
<link href="js/owl-carousel/owl.carousel.css" rel="stylesheet">
<link href="js/owl-carousel/owl.theme.css" rel="stylesheet">
<link href="js/owl-carousel/owl.transitions.css" rel="stylesheet">
<link href="css/YTPlayer.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="./js/html5shiv.js"></script>
<script src="./js/respond.js"></script>
<![endif]-->
</head>
<body>
<div class="project-single ">
<div class="project-info container">
<h6></h6>
<h4>Mobile Apps Development</h4>
<p>Mobile apps hardly need any introduction in this wiz-
age! The number of Smartphone users is going up by the minute, and there are several
apps in the market to suit the need of every user.</p>
<p>We have created Android and iOS-based mobile apps in the fields of Health and
Fitness, dating, Social Networking, audio and video streaming, and enterprise
mobility. We help you create apps for the fast-developing mobile field.</p>
<a href="#" class="btn2"></a>
<a href="#" class="close top">Next project</a>
</div>
<div class="project-slide carousel-wrapper container with_pagination with_buttons">
<div id="owl-project-single" class="owl-carousel generic-carousel">
<div class="item"><img src="service/3.png" class="img-responsive" alt=""></div>
<div class="item"><img src="demo/projects/work2.jpg" class="img-responsive" alt=""></div>
<div class="item"><img src="demo/projects/work3.jpg" class="img-responsive" alt=""></div>
</div>
</div>
</div>
<script src="js/modernizr.custom.js"></script>
<script src="js/jquery.js"></script>
<script src="js/classie.js"></script>
<script src="js/pathLoader.js"></script>
<script src="js/owl-carousel/owl.carousel.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/jquery.inview.js"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/jquery.mb.YTPlayer.js"></script>
<script src="js/jquery.form.js"></script>
<script src="js/jquery.validate.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/default.js"></script>
<!-- END Scripts -->
</body>
</html>