-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (53 loc) · 2.38 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Preventing VTE</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<!--[if lte IE 6]>
<script type="text/javascript" src="js/iepngfix_tilebg.js"></script>
<link rel="stylesheet" type="text/css" href="css/styles-ie.css" />
<![endif]-->
<!-- jquery -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<!-- modernizr -->
<script type="text/javascript" src="js/modernizr.custom.61720.js"></script>
<!-- main js -->
<script type="text/javascript" src="js/script.js"></script>
</head>
<body>
<!-- wrapper -->
<div id="wrapper">
<!-- header -->
<div id="header">
<h1>Preventing VTE</h1>
</div>
<!-- /header -->
<!-- content -->
<div id="content">
<div class="leftImg"><img src="img/leftImg.png" alt="left img" /></div>
<!-- mainContent -->
<div class="mainContent">
<div class="iphone"><img src="img/iphoneImg.png" alt="Iphone" /></div>
<div class="iphoneLeft"><img src="img/iphoneImg1.png" alt="Iphone" /></div>
<div class="contentText">
<h2>Help reduce your risk of DVT and PE in hospital with this simple app</h2>
<p>This app explains how the risk of developing a Deep Vein Thrombosis (DVT) or Pulmonary Embolism (PE) in hospital <strong>can be reduced.</strong> It is not intended to replace explanation and information given to you by our staff but we hope you will find it a helpful guide to use before, during and after your stay in hospital.</p>
<h2 class="get">Get the App!</h2>
<a href="https://itunes.apple.com/gb/app/preventing-vte/id567759012?mt=8" class="appStore">appStore</a>
<a href="https://play.google.com/store/apps/details?id=com.ips.preventingvte" class="googlePLay">googlePLay</a>
</div>
</div>
<!-- /mainContent -->
</div>
<!-- /content -->
<div class="push"></div>
</div>
<!-- /wrapper -->
<div id="footer">
<div class="footerContent">
<p>© Oxford University Hospitals NHS Foundation Trust Thrombosis Team</p>
</div>
</div>
</body>
</html>