-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
234 lines (176 loc) · 10 KB
/
about.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<!-- Standard Meta -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width" />
<!-- Site Properities -->
<title>About | Clinical Software Solutions</title>
<meta name="description" content="Mobile apps, web design and software for healthcare providers" />
<meta name="keywords" content="clinical, software, solutions, apple, ios, android, smartphone, mobile apps, itunes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="canonical" href="http://www.clinsoftsolutions.com/about.html"/>
<link rel="stylesheet" href="/vendor/normalize.css" /><link rel="stylesheet" href="/styles/gumby/gumby.css" /><link rel="stylesheet" href="/styles/cbstyle.css" /><link rel="stylesheet" href="/styles/responsive.css" /><link rel="stylesheet" href="/styles/jquery.fancybox-1.3.4.css" />
<!-- %- @getBlock('styles').add(['/vendor/normalize.css', '/styles/skeleton.css', '/styles/cbstyle.css', '/styles/responsive.css', '/styles/jquery.fancybox-1.3.4.css'].concat(@document.styles or [])).toHTML() % -->
<!-- Icons -->
<!-- Favicon -->
<link rel="shortcut icon" href="/icons/favicon.ico" />
<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
<link rel="apple-touch-icon-precomposed" href="/icons/apple-touch-icon-57x57-precomposed.png" />
<!-- For first- and second-generation iPad: -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/icons/apple-touch-icon-72x72-precomposed.png" />
<!-- For iPhone with high-resolution Retina display: -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/icons/apple-touch-icon-114x114-precomposed.png" />
<!-- For third-generation iPad with high-resolution Retina display: -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/icons/apple-touch-icon-144x144-precomposed.png" />
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
<![endif]-->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!--container_12 start here-->
<div class="container">
<header>
<div class="row">
<div class="eight columns">
<div id="logo_container"> <a href="/" id="logo"></a></div>
</div>
<div class="eight columns">
<div id="nav_wrapper">
<ul id="nav">
<li ><a href="/index.html">Home</a></li>
<li ><a
href="#">Solutions</a>
<ul>
<li><a href="/patient_care_system.html">Patient Care System</a></li>
<li><a href="/mobile_apps.html">Mobile Apps</a></li>
<li><a href="/web_design.html">Web Design</a></li>
<li><a href="/pro_bono_open_source.html">Pro Bono & Open Source</a></li>
</ul>
</li>
<li ><a
href="/app_gallery/index.html">App Gallery</a>
<ul>
<li><a href="/app_gallery/7breaths.html">7Breaths</a></li>
<li><a href="/app_gallery/breast_implant_guide.html">Breast Implant Guide</a></li>
<li><a href="/app_gallery/ccsd_app.html">CCSD Coder</a></li>
<li><a href="/app_gallery/ent_handbook_app.html">ENT Surgery Handbook</a></li>
<li><a href="/app_gallery/opcs_coder_app.html">OPCS Coder</a></li>
<li><a href="/app_gallery/wells_score_calc_app.html">Wells Score Calculator</a></li>
</ul>
</li>
<li ><a
href="/authors/index.html">Authors</a>
<ul>
<li><a href="/authors/markdown_submission_guide.html">Markdown submission formatting guide</a></li>
</ul>
</li>
<li ><a href="/contact.html">Contact</a></li>
</ul>
</div>
<!--#nav_wrapper-->
</div>
</div>
</header>
<!--grid_12 start here-->
<div class="grid_12">
<!--main_heading start here-->
<div class="main_heading">
<h2>We are a full service<font class="pink"> award-winning </font>business company
operating in 10 Canadian cities.</h2>
</div>
<!--main_heading end here-->
</div>
<!--grid_12 end here-->
<!--grid_9 start here-->
<div class="grid_9"> <br />
<p> This is a new lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. This is a new lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>
<br />
<br />
<p> This is a new lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>
<br />
<br />
<br />
<p> Following are the testimonials from our couple of clients. </p>
<!--text_container start here-->
<div class="text_container">
<!--side_border start here-->
<div class="side_border">
<p class="black"> This is a new lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>
<br />
<p class="light"> <a href="#">Jhone doe </a></p>
</div>
<!--side_border end here-->
<!--side_border start here-->
<div class="side_border">
<p class="black"> This is a new lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>
<br />
<p class="light"> <a href="#"> Jhone doe</a></p>
</div>
<!--side_border end here-->
</div>
<!--text_container end here-->
</div>
<!--grid_9 end here-->
<!--grid_3 start here-->
<div class="grid_3">
<h3>Featured Clients</h3>
<!--right_side start here-->
<div class="right_side"> <a href="#" class="clients"><img src="images/team1.jpg" alt="" /></a> <a href="#" class="clients"><img src="images/team2.jpg" alt="" /></a> <a href="#" class="clients"><img src="images/team4.jpg" alt="" /></a> <a href="#" class="clients"><img src="images/team3.jpg" alt="" /></a> </div>
<!--right_side end here-->
</div>
<!--grid_3 end here-->
<div class="clear"></div>
<footer>
<div class="row">
<div id="footer">
<div class="four columns">
<h1>Stay in touch</h1>
<span class="append field">
<input id="subscribe_email" class="wide email input" type="email" placeholder="Subscribe ..." />
<div class="adjoined medium primary btn"><a id="subscribe_but" href="#">Join</a></div>
</span>
<p> </p>
</div>
<div class="four columns">
<h1>Partners</h1>
<p><a href="http://www.surgeons.org.uk">Surgeons Net</a>
- <a href="http://www.surgeons.org.uk">Free surgical education resource</a></p>
</div>
<div class="four columns">
<h1>Show some love</h1>
<fb:like href="http://www.clinsoftsolutions.com" send="false" width="150" show_faces="false"></fb:like>
<div class="g-plusone" data-size="medium"></div>
<div class="social_icon"><a href="http://www.facebook.com/clinicalsoftware"><img src="/images/fb.png" width="16" height="16" alt="Facebook" /></a></div>
<div class="social_icon"><a href="https://twitter.com/ClinSoftSol"><img src="/images/twt.png" width="16" height="16" alt="Twitter" /></a></div>
<div class="social_icon"><a href="http://www.linkedin.com/company/clinical-software-solutions-ltd"><img src="/images/in.png" width="16" height="16" alt="LinkedIn" /></a></div>
</div>
<div class="four columns">
<h1>Contact</h1>
<p>Reach us by <a href="/contact.html"><strong>sending a message</strong></a> or<br />
Call now +44 70 9225 0740</p>
<!-- /div -->
</div>
</div> <!-- End <div id=footer>-->
</div>
<div class="row">
<div class="eight columns">
<div class="copyright">Copyright © 2012 - 2014 Clinical Software Solutions Limited. All rights reserved.</div>
</div>
</div>
</footer>
<script defer="defer" src="/vendor/log.js"></script><script defer="defer" src="/vendor/jquery-1.9.1.min.js"></script><script defer="defer" src="/vendor/jquery.masonry.min.js"></script><script defer="defer" src="/vendor/jquery.easing.1.3.js"></script><script defer="defer" src="/vendor/jquery.cycle.all.js"></script><script defer="defer" src="/vendor/jquery.fancybox-1.3.4.pack.js"></script><script defer="defer" src="/vendor/cb_slide_script.js"></script><script defer="defer" src="/scripts/googleplus1.js"></script><script defer="defer" src="/vendor/google_anal.js"></script>
</body>
</html>