-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
267 lines (206 loc) · 10.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
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
<!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>Home | 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/index.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 class="current_page_item"><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>
<div class="row">
<div class="sixteen columns">
<div id="slider">
<div id="slideshow">
<div class="slide_entry">
<ul>
<li>
<h1 class="main_title">Technology meets healthcare</h1>
<p class="subtitle">Physicians that speak IT. We understand your world
and can translate your ideas with the minimal of fuss.</p>
<img src="/images/slider01.png" alt="Technology meets healthcare" /> </li>
<li>
<h1 class="main_title">Intelligent solutions</h1>
<p class="subtitle">One size does not fit all, turn your idea into
a perfect solution.</p>
<img src="/images/IntelligentSolutions.png" alt="Intelligent solutions" /></li>
<li>
<h1 class="main_title">Simple beauty</h1>
<p class="subtitle">Elegant, beautiful designs</p>
<img src="/images/slider03.png" alt="Featured Img 2" /> </li>
</ul>
<div id="number"></div>
</div>
<!-- end slide_entry_full div -->
</div>
<!-- end slideshow_full div -->
</div>
<!--slider end here-->
</div>
</div>
<div class="row">
<div class="four columns">
<div class="circle"><a href="/patient_care_system.html"><img src="images/circle_pcs.png" width="220" height="220" alt="" /></a></div>
<div class="box">
<h2 class="home-items"><a href="/patient_care_system.html">Patient Medical Records</a></h2>
<br />
<p class="home-items">
The Patient Care System (PCS) is a complete electronic health record (EHR). Designed from the ground up to be a system that clinicians will want to use. Make the paperless hospital a reality.
</p>
</div>
</div>
<div class="four columns">
<div class="circle"><a href="/mobile_apps.html"><img src="images/circle_mobile.png" width="220" height="220" alt="" /></a></div>
<div class="box">
<h2 class="home-items"><a href="/mobile_apps.html">Mobile Apps</a></h2>
<br />
<p class="home-items">
Design, implementation and publishing of mobile applications for Apple and Android phones and tablets. Useful, popular and user friendly healthcare apps.
</p>
</div>
</div>
<div class="four columns">
<div class="circle"><a href="/web_design.html"><img src="images/circle_browser.png" width="220" height="220" alt="" /></a></div>
<div class="box">
<h2 class="home-items"><a href="/web_design.html">Web Design</a></h2>
<br />
<p class="home-items">
Bespoke websites tailored to healthcare. A full complement of services, taking you through from design to deployment and beyond.
</p>
</div>
</div>
<div class="four columns">
<div class="circle"><a href="/pro_bono_open_source.html"><img src="images/circle_heart.png" width="220" height="220" alt="" /></a></div>
<div class="box">
<h2 class="home-items"><a href="/pro_bono_open_source.html">Pro Bono and Open Source</a></h2>
<br />
<p class="home-items">
We are passionate about medical education. If you have an education project,
<a href="/contact.html">speak to us</a> for help.
See our <a href="https://github.com/ndastur" target="_blank">healthcare repository</a> on GitHub for our open source projects.
</p>
</div>
</div>
</div>
<div class="row">
<div class="twelve columns">
<div class="divider"></div>
</div>
</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>