-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
131 lines (119 loc) · 5.53 KB
/
index.html
File metadata and controls
131 lines (119 loc) · 5.53 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
<!DOCTYPE HTML>
<html>
<head>
<title>big B soft</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<section id="header">
<header>
<h1>big B soft</h1>
<p>Pioneer in data driven health care application provider</p>
</header>
<footer>
<a href="#banner" class="button style2 scrolly-middle">Find out more</a>
</footer>
</section>
<!-- Banner -->
<section id="banner">
<header>
<h2>Health and Data</h2>
</header>
<p>We solve problem related to health care using data driven approach. Our data scientist have developed Proprietary Algorithms.</p>
<footer>
<a href="#first" class="button style2 scrolly">Proceed</a>
</footer>
</section>
<!-- Banner -->
<section id="banner">
<header>
<h2>Agility</h2>
</header>
<p>We belive in Agility.<br />If you are going to do something, do it <strong>Today</strong>. Tomorrow is too late.<br /> </p><br>
<p>We have PMP certified Project Managers to make sure we deliver what we promise.</p>>
<footer>
<a href="#first" class="button style2 scrolly">Proceed</a>
</footer>
</section>
<!-- Feature 1 -->
<article id="first" class="container box style1 right">
<a href="#" class="image fit"><img src="images/app_design.jpg" alt="" /></a>
<div class="inner">
<header>
<h2>HIPAA compliant</h2>
</header>
<p>We design system to be accessible from a range of devices including iPhones, laptops and Android. <br> The central feature of our software solution is the HIPPA compliance</p>
</div>
</article>
<!-- Feature 2 -->
<article class="container box style1 left">
<a href="#" class="image fit"><img src="images/app_development.jpg" alt="" /></a>
<div class="inner">
<header>
<h2>iOS and Android<br /> native Apps</h2>
</header>
<p>Native app developement is our strength we useing CoreML and Tensorflow</p>
</div>
</article>
<!-- Portfolio -->
<article class="container box style2">
<header>
<h2>Happy customers = happy employees</h2>
<p>We work hard for your happiness<br /> Your happiness is our strength</p>
</header>
<div class="inner gallery">
<div class="row 0%">
<div class="3u 12u(mobile)">
<a href="images/fulls/supercare.jpg" class="image fit"><img src="images/thumbs/supercare.jpg" alt="" title="Super Care Health" /></a>
</div>
<div class="3u 12u(mobile)">
<a href="images/fulls/thenewlifechallenge.jpg" class="image fit"><img src="images/thumbs/thenewlifechallenge.jpg" alt="" title="The New Life Challenge" /></a>
</div>
<div class="3u 12u(mobile)">
<a href="images/fulls/medigram.jpg" class="image fit"><img src="images/thumbs/medigram.jpg" alt="" title="Medigram - Medical Communication" /></a>
</div>
</div>
<div class="row 0%">
<div class="3u 12u(mobile)">
<a href="images/fulls/mygympal.jpg" class="image fit"><img src="images/thumbs/mygympal.jpg" alt="" title="MyGymPal - Fitness" /></a>
</div>
<div class="3u 12u(mobile)">
<a href="images/fulls/amc.jpg" class="image fit"><img src="images/thumbs/amc.jpg" alt="" title="AMC" /></a>
</div>
<div class="3u 12u(mobile)">
<a href="images/fulls/cainthus.jpg" class="image fit"><img src="images/thumbs/cainthus.jpg" alt="" title="Cainthus" /></a>
</div>
</div>
</div>
</article>
<!-- Footer -->
<section id="footer">
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-google-plus"><span class="label">Google+</span></a></li>
<li><a href="#" class="icon fa-pinterest"><span class="label">Pinterest</span></a></li>
<li><a href="#" class="icon fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
</ul>
<div class="copyright">
<ul class="menu">
<li>© big B soft. All rights reserved.</li>
</ul>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>