-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
503.html
130 lines (112 loc) · 6.12 KB
/
503.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Public Lab: a DIY environmental science community</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Public Lab is an open community which collaboratively develops accessible, open source, Do-It-Yourself technologies for investigating local environmental health and justice issues.">
<meta name="author" content="Public Lab contributors">
<link href="//publiclab.org/feed.rss" rel="alternate" type="application/rss+xml" title="Public Lab research" />
<link href="/assets/application.css" media="all" rel="stylesheet" type="text/css" />
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" type="text/javascript"></script>
<script src="/assets/application.js" type="text/javascript"></script>
</head>
<body>
<header id="header" class="navbar navbar-dark bg-dark fixed-top mb-5 py-3">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand ml-lg-5" id="brand" href="/">Public Lab</a>
</div>
</div>
</header>
<main>
<div class="container">
<div class="row">
<!-- ################################################ -->
<div class="col-md-3">
</div>
<div class="col-md-9">
<h2>Our website is having some trouble.</h2>
<p>See <a href="https://oss.skylight.io/app/applications/GZDPChmcfm1Q/1536553680/12h/endpoints">our monitoring graphs</a> to see what's going on.</p>
<hr>
<p>Please help us figure out what happened so we can fix it!</p>
<p>If possible, please describe:</p>
<ul>
<li>what you did just before the problem occurred</li>
<li>any web addresses needed to see the problem (such as the URL of this page)</li>
<li>your PublicLab.org username (if you have one)</li>
</ul>
<p><a class="btn btn-primary" href="https://github.com/publiclab/plots2/issues/new">Report a bug on Github</a> or send an email to <a href="mailto:[email protected]">[email protected]</a> with the above information.</p>
<p>Thank you for helping to improve open source software!.</p>
<hr>
<h2>Ask for help in the Public Lab chatroom</h2>
<p>Community members and staff may be able to help you in real time.</p>
<p><a href="https://publiclab.org/chat" target="_blank" class="btn btn-primary">Open chatroom</a></p>
</div>
<!-- ################################################ -->
</div><!--/row-->
</div><!--/.fluid-container-->
</main>
<footer class="footer">
<div class="col-md-3 hidden-print">
<h4>Getting help</h4>
<ul>
<li><a href="/wiki/issues">Report a bug or issue</a></li>
<li><a href="mailto:[email protected]">Email the Web working group</a></li>
<li>PublicLab.org is <a href="https://github.com/publiclab/plots2">open source software</a> - and <a href="/wiki/developers">looking for contributors</a></li>
</ul>
</div>
<div class="col-md-3 hidden-print">
<h4>Links</h4>
<ul>
<li><a href="/about">About</a></li>
<li><a href="/wiki/getting-started">Getting Started</a></li>
<li><a href="/wiki/licenses">Licenses</a></li>
<li><a href="/lists">Discussion lists</a></li>
<li><a href="/stats">Site statistics</a></li>
<li><a href="/wiki/working-groups">Working groups</a></li>
<li><a href="/feed.rss">RSS</a></li>
</ul>
</div>
<div class="col-md-3">
<a rel="license" href="https://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0;float:left;margin-right:10px;" src="/images/cc-by-sa-88x31.png" /></a>
<p>This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>. Hardware designs on this site are released under the <a href="https://www.ohwr.org/cernohl">CERN Open Hardware License 1.1</a>. Read more about Public Laboratory's <a href="/licenses">open source licensing here</a>.</p>
</div>
<div class="col-md-3 hidden-print">
<p>Specific works on this site may be released or dedicated under different licenses, but only if such alternatives are clearly indicated by their authors.</p>
<p>This site makes extensive use of the open source font <a href="https://www.theleagueofmoveabletype.com/junction">Junction</a>.</p>
</div>
<br style="clear:both;" />
</footer>
<script>
(function() {
$("[rel=tooltip]").tooltip()
$("[rel=popover]").popover()
$('table').addClass('table')
$('iframe').css('border','none')
$("#content h1, #content h2, #content h3, #content h4").append(function(i,html) {return " <small><a href='#"+this.innerHTML.replace(/ /g,'+')+"'><i class='icon fa fa-link'></i></a></small>"})
login = function() {
$('#login-dropdown').toggle()
$('#login-username-input').focus()
}
})()
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-180781-33']);
_gaq.push(['_setDomainName', 'publiclab.org']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
//ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>