-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (90 loc) · 5.35 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<title>covidregs.ie</title>
<meta name="description" content="A visual guide to HSE guidelines for COVID-19 testing and isolation in Ireland.">
<meta name="twitter:image" content="https://www.covidregs.ie/images/covidregsie.png?1234"></meta>
<meta property="og:title" content="covidregs.ie">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.covidregs.ie/">
<meta property="og:description" content="A visual guide to HSE guidelines for COVID-19 testing and isolation in Ireland.">
<meta property="og:image" content="https://www.covidregs.ie/images/covidregsie.png">
<link rel="icon" href="/icon.ico">
<!--<link rel="icon" href="/favicon.svg" type="image/svg+xml">-->
<link rel="apple-touch-icon" href="/icon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.12.313/pdf_viewer.min.css" integrity="sha512-QgMseQTq9BTHUqgaL1BvhJeR/LzcBL1pqisRRZycVB+wf5yu8Qwl+4Hm0gDBMEc0Iko/rv4YZpfLFH/Vql6h5A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/legacy/build/pdf.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/legacy/web/pdf_viewer.js"></script>
<link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/cufon-yui.js"></script>
<script type="text/javascript" src="js/georgia.js"></script>
<script type="text/javascript" src="js/cuf_run.js"></script>
</head>
<body>
<div class="main">
<div class="header">
<div class="header_resize">
<div class="logo">
<h1><a href="index.html">covidregs.ie</a></h1>
</div>
<div class="menu_nav">
<ul>
<li class="active"><a href="index.html"><span>Home</span></a></li>
<li><a href="contact.html"><span>Contact</span></a></li>
</ul>
</div>
<div class="clr"></div>
</div>
</div>
<div class="content">
<div class="content_resize">
<h2>A visual guide to HSE guidelines for COVID-19 Testing and Isolation in Ireland</h2>
<h2>Updated to latest guidelines 16th Jan 2022</h2>
<p> Please note if you are considered at high-risk or if you are a healthcare worker different rules may apply. Please consult your GP or employer in that case. </p>
<p><h3>To get started choose the purple box in the flowchart below that applies to you. If more than one purple box applies to you, choose the first (lowest numbered) one that applies.</h3></p>
<div id="pageContainer" class="pdfViewer singlePageView" data-file="home_flowchart.pdf"></div>
<div class="clr"></div>
</div>
</div>
<div class="fbg">
<div class="fbg_resize">
<h2>Disclaimer</h2>
<p>This website provides visual guides to COVID-19 testing and isolation rules in the Republic of Ireland. The information contained on this website is an interpretation of the official guidelines listed on the <a href="https://www2.hse.ie/conditions/covid19/">HSE website</a> and partly based on flowcharts made by <a href="https://www.hpsc.ie/">HPSC Ireland</a>.
While every effort is made to ensure the information here is accurate, you should consider the <a href="https://www2.hse.ie/conditions/covid19/">HSE website</a> as the official source of information.
Publication of these visual guides is <b>NOT</b> an endorsement or approval of the official HSE guidelines. Please do <b>NOT</b> make contact to point out inconsistencies which exist in the original HSE recommendations.
<br><br>If you notice any errors in the information provided here or if you have suggestions for improvement please <a href="contact.html">contact me</a></p>
<div class="clr"></div>
<div class="clr"></div>
</div>
</div>
<div class="footer">
<div class="footer_resize">
<p class="lf">© Website designed by Blue <a href="http://www.bluewebtemplates.com/">Website Templates</a>
<!-- <script src="https://www.w3counter.com/tracker.js?id=141125"></script>-->
</p>
<ul class="fmenu">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<div class="clr"></div>
</div>
</div>
</div>
<script type="text/javascript" src="js/pageviewer.js"></script>
<!-- Default Statcounter code for covidregsie http://www.covidregs.ie -->
<script type="text/javascript">
var sc_project=12698733;
var sc_invisible=1;
var sc_security="383c18bb";
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js" async></script>
<noscript><div class="statcounter"><a title="Web Analytics Made Easy -
Statcounter" href="https://statcounter.com/" target="_blank"><img
class="statcounter" src="https://c.statcounter.com/12698733/0/383c18bb/1/"
alt="Web Analytics Made Easy - Statcounter"
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
<!-- End of Statcounter Code -->
</body>
</html>