-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (86 loc) · 3.49 KB
/
index.html
File metadata and controls
90 lines (86 loc) · 3.49 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
<!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_new.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>
The SleepBack Research Study has closed and will not be accepting new participants into the study.
</h2>
<p style="height:125px">
</p>
</div>
</section>
<section class="" >
<div class="">
<p>
</p>
<p class="">
If you are interested to participate in sleep-related research, we advise you to see what research studies are available at <a href="ttps://www.woolcock.org.au/sleep-research">https://www.woolcock.org.au/sleep-research</a>.
</p>
<p class="full_page">
</p>
</div>
</section>
</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>