-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex old.html
More file actions
119 lines (115 loc) · 5.02 KB
/
index old.html
File metadata and controls
119 lines (115 loc) · 5.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Digital Sleep Survey for Adults with Chronic Low Back Pain</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link href="assets/css/landing.css" rel="stylesheet" />
<link rel="stylesheet" href='https://fonts.googleapis.com/css?family=Nunito|Nunito+Sans|Roboto+Slab' />
<meta property="og:title" content="Digital Sleep Survey for Adults with Chronic Low Back Pain" />
<meta property="og:description" content="Tell us about your experiences with back pain, sleep and digital health." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://backpainsleep.au" />
<meta property="og:image" content="https://backpainsleep.au/assets/images/backpain.jpg" />
<meta property="og:image:type" content="image/jpg" />
<meta property="og:image:width" content="1000" />
<meta property="og:image:height" content="525" />
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '652394196424811');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src=https://www.facebook.com/tr?id=652394196424811&ev=PageView&noscript=1
/></noscript>
<!--End Meta Pixel Code -->
</head>
<body class="body">
<div class="bg">
<div class="body_color">
<main class="main-container">
<section class="">
<div class="">
<div class="">
<h2>
Welcome to the SleepBack Research Study
</h2>
<p class="">
You are invited to take part in a fully online research study using a smartphone
application designed to improve sleep and daytime functioning in people with chronic low
back pain.
</p>
<p class=""><b>To understand what is involved in this study, please watch the video below.</b>
</p>
<iframe width="560" height="315" src=https://www.youtube.com/embed/M36lx2bqA1I title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<p class="">
This study is for adults who:
<ul>
<li>Have chronic low back pain (pain in the lower back region for 3 months or more)</li>
<li>Have sleep problems</li>
<li>Have access to a smartphone</li>
</ul>
</p>
</div>
</div>
</section>
<section class="" >
<div class="">
<p>
<b>Screening Questions</b>
</p>
<p class="">
To determine if you are eligible to participate in the research study, please complete
the screening questions (~5 minutes to complete) by clicking the link below. Upon
completion you will know if you are eligible for the study and can proceed to the next
stage.
</p>
<div class="btn-holder">
<a href="survey.html" class="btn">GO TO QUESTIONS</a>
<p class="">Your participation in this study is voluntary.</p>
</div>
</div>
</section>
<div class="info" >
<div class="">
<p>
The ethical aspects of this research project have been approved by the Sydney Local Health District (SLHD) Health Research Ethics Committee (HREC) - Reference
#2023/ETH00872.
</p>
</div>
</div>
</main>
<div id="footer">
<footer class="footer" >
<div class="footer-logo grid-container-2">
<div class="logo-l">
<a href="https://woolcock.org.au" target="_blank">
<img src="assets/images/18885_WOOLCOCK_LOGO_CMYK_trans.png" alt="Woolcock" />
</a>
</div>
<div class="logo-r">
<a href="https://sydney.edu.au" target="_blank">
<img src="assets/images/sydney uni black.png" alt="The University of Sydney" />
</a>
</div>
</div>
<p>Woolcock Institute of Medical Research Copyright © 2023.</p>
</footer>
</div>
</div>
</div>
<!--<script defer src="js/app.js"></script>-->
<script>
let myElement = document.querySelector(".bg");
if(window.innerHeight>820) myElement.style.height='100%';
</script>
</body>
</html>