-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbadging.html
155 lines (123 loc) · 9.69 KB
/
badging.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE html>
<html dir="ltr" lang="en-us">
<head>
<meta charset="utf-8">
<title>Event Badging Standard v2023-01 by The Public Health Pledge</title>
<link rel="shortcut icon" href="img/favicon.png" type="image/png">
<link rel="stylesheet" href="main.css" type="text/css">
<link rel="stylesheet" href="third_party/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="third_party/fontawesome/css/all.min.css">
<link rel="stylesheet" href="third_party/material-symbols/index.css">
<meta property="og:image" content="img/icon.png">
<meta property="og:description" content="The Public Health Pledge event badging standard can be used to quickly convey info about Health and Safety protocols, to help prospective participants assess risk.">
<meta property="og:title" content="Event Badging Standard by The Public Health Pledge">
<meta name="twitter:title" content="Event Badging Standard by The Public Health Pledge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body class="bg-light">
<header class="navbar navbar-expand flex-column flex-md-row bg-white bd-navbar">
<a class="navbar-brand mr-0 mr-md-2" href="/">
<span class="fa-solid fa-circle-plus" aria-hidden="true"></span>
<span class="sr-only">The Public Health Pledge #PHPledge</span>
</a>
<nav class="navbar-nav-scroll">
<div class="navbar-nav bd-navbar-nav flex-row" id="nav">
<span class="nav-item"><a class="nav-link" href="/">The Public Health Pledge</a></span>
<span class="nav-item"><a class="nav-link active" href="/badging">Event Badging</a></span>
</div>
</nav>
<ul class="navbar-nav flex-row ml-md-auto d-none d-md-flex" id="social">
<li class="nav-item"><a class="nav-link btn btn-primary" href="https://cryptpad.fr/form/#/2/form/view/peBei9qIVMsYWTCANInTf1aaCrwRpsoIYneI1xm-udg/" id="cta-add-your-name"><em>Add your name</em> <span class="fa-solid fa-pen-nib" aria-hidden="true"></span></a></li>
<li class="nav-item"><a class="nav-link social-icon" href="https://floss.social/@PHPledge"><span class="fa-brands fa-mastodon" aria-hidden="true"></span><span class="sr-only">@PHPledge on Mastodon</span></a></li>
<li class="nav-item"><a class="nav-link social-icon icon-envelope" href="mailto:[email protected]"><span class="fa-solid fa-envelope" aria-hidden="true"></span><span class="sr-only">Email [email protected]</span></a></li>
</ul>
</header>
<main class="container">
<h1 class="sr-only">The Public Health Pledge Event Badging Standard</h1>
<p class="lead">Event Badging Standard, version 2023-01</p>
<p>The Public Health Pledge’s event badges are intended to quickly convey information about the Health and Safety protocols an event has in place, to help prospective participants assess risk. They are based on self-assessments the event organizers submit to the PHPledge team.</p>
<p>Each badge includes a set of grades across key categories to indicate the quality of the protocols in place.</p>
<ul>
<li>“<strong>Robust Policy</strong>” grade indicates that the event’s policies represent good practice as understood at the time this standard was written, and will be enforced.</li>
<li>“<strong>Efforts Made</strong>” grade indicates that efforts are being made by the organizers, but there are factors that may increase risk for some attendees.</li>
<li>“<strong>No Policy</strong>” grade indicates that meaningful policies have not been implemented.</li>
</ul>
<p>This standard will change as medical science, epidemiology, and community practices progress. Because the standard will evolve, an event’s badge is associated with a specific version of the standard indicated by the year and month. Please submit feedback to <a href="mailto:[email protected]">[email protected]</a> or <a href="https://github.com/phpledge/badging/issues">on GitHub</a>.</p>
<p>There are logistical and financial challenges involved in meeting the “Robust Policy” grade, so event organizers who are doing their best may still find a mix of grades. “Efforts Made” and “No Policy” grades are opportunities for attendees to make themselves aware of areas of potential risk, and to assess for themselves how they handle that risk. As an organizer, this is an opportunity for you to communicate the efforts you have made in this area, to help your attendees understand how your event fits their risk profile.</p>
<a class="btn btn-primary" href="https://github.com/phpledge/badging" id="cta-add-your-name"><em>Submit a badging application</em> <span class="fa-solid fa-pen-nib" aria-hidden="true"></span></a>
<br><br>
<div class="card" id="the-pledge">
<div class="card-body">
<span class="material-symbols-sharp floating-badge-icon" aria-hidden="true">masks</span>
<span class="sr-only">Mask icon</span>
<p><strong>Masks</strong> grading criteria:</p>
<ul>
<li>Robust Policy: Masks mandatory indoors and when in outdoor spaces where physical distancing cannot be maintained, except for presenters on stage, or attendees who are actively eating or drinking, with enforcement mechanism.</li>
<li>Efforts Made: Masks are made available and strongly recommended.</li>
<li>No Policy: No mention of masks.</li>
</ul>
</div>
</div>
<div class="card" id="the-pledge">
<div class="card-body">
<span class="material-symbols-sharp floating-badge-icon" aria-hidden="true">vaccines</span>
<span class="sr-only">Vaccine icon</span>
<p><strong>Vaccines</strong> grading criteria:</p>
<ul>
<li>Robust Policy: Vaccines mandatory with appropriate exemptions, and a verification mechanism.</li>
<li>Efforts Made: Vaccines strongly recommended.</li>
<li>No Policy: No mention of vaccines.</li>
</ul>
</div>
</div>
<div class="card" id="the-pledge">
<div class="card-body">
<span class="material-symbols-sharp floating-badge-icon" aria-hidden="true">labs</span>
<span class="sr-only">Test tube icon</span>
<p><strong>Tests</strong> grading criteria:</p>
<ul>
<li>Robust Policy: Daily negative test result required with a verification mechanism.</li>
<li>Efforts Made: Tests are made available and strongly recommended.</li>
<li>No Policy: No mention of tests.</li>
</ul>
</div>
</div>
<div class="card" id="the-pledge">
<div class="card-body">
<span class="material-symbols-sharp floating-badge-icon" aria-hidden="true">air</span>
<span class="sr-only">Moving air icon</span>
<p><strong>Ventilation</strong> grading criteria:</p>
<ul>
<li>Robust Policy: Outdoors, or indoors with ventilation and air purification commensurate with capacity.</li>
<li>Efforts Made: Indoors with active air exchange with the outdoors.</li>
<li>No Policy: Indoors with no outdoor ventilation and no air purification.</li>
</ul>
</div>
</div>
<div class="card" id="the-pledge">
<div class="card-body">
<span class="material-symbols-sharp floating-badge-icon" aria-hidden="true">alt_route</span>
<span class="sr-only">Alternative routes icon</span>
<p><strong>Alternatives</strong> grading criteria:</p>
<ul>
<li>Robust Policy: Participants who exhibit symptoms or test positive during, or right before, the event have access to no questions asked refunds, exchanges, and remote participation options.</li>
<li>Efforts Made: Participants who exhibit symptoms or test positive during, or right before, the event have access to refunds, exchanges, or remote participation options.</li>
<li>No Policy: No refunds, exchanges, or remote participation options.</li>
</ul>
</div>
</div>
</main>
<footer class="container-fluid">
<p id="footer-links">
<a href="https://cryptpad.fr/form/#/2/form/view/peBei9qIVMsYWTCANInTf1aaCrwRpsoIYneI1xm-udg/"><em>Add your name</em> <span class="fa-solid fa-pen-nib" aria-hidden="true"></span></a>
<a href="https://publichealthpledge.com/assets/event_signatory_guide.pdf"><em>Add your event</em> <span class="fa-solid fa-pen-nib" aria-hidden="true"></span></a>
<a class="social-icon" href="https://floss.social/@phpledge" rel="me">Find @PHPledge on Mastodon <span class="fa-brands fa-mastodon" aria-hidden="true"></span></a></li>
<a class="social-icon icon-envelope" href="mailto:[email protected]">Email <span class="fa-solid fa-envelope" aria-hidden="true"></span><span class="sr-only">Email [email protected]</span></a>
</p>
<p>
Last updated 2024-03-31. All content licensed <a href="https://creativecommons.org/publicdomain/zero/1.0/">Creative Commons Zero v1.0 Universal</a>.
</p>
</footer>
</body>
<script src="main.js"></script>
</html>