-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
98 lines (73 loc) · 4.37 KB
/
contact.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
<!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="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><a href="index.html"><span>Home</span></a></li>
<li class="active"><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>Contact</h2>
<p>This website is maintained as a personal project and has no official connection to HSE Ireland. Please note the disclaimer at the bottom of this page.</p>
<p>If you notice any errors in the information provided here or if you have suggestions for improvement please contact me at the email address below.</p>
<p> This website aims to condense the advice provided by HSE Ireland. Please do <b>NOT</b> make contact to point out inconsistencies which exist in the original HSE recommendations.</p>
<img src="images/em_ad.png" height=15>
</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 contact me</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></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>
</body>
</html>