-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (55 loc) · 1.82 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
<!DOCTYPE html>
<html>
<head>
<link
rel="stylesheet" href="https://databrary.github.io/web/css/style.css"/>
</head>
<body>
<div class="heading"><h1 class="accessible-hidden">Discover Databrary</h1>
<div class="logo-white" role="img" aria-label="Databrary logo"></div>
</div>
<div class="main">
<p><strong>The Databrary website is unavailable due to maintenance and upgrades.</strong></p>
<p>We appreciate your patience during this maintenance period.</p>
</div>
<footer id="site-footer" class="site-footer">
<div class="wrap">
<div class="row">
<div class="site-footer-social-address">
<p class="footer-copyright">
Copyright © 2014-2025 |
<a href="https://databrary.org/about/policies/terms.html"
>Terms of Use</a
>
|
<a href="https://databrary.org/about/policies/privacy.html"
>Privacy Policy</a
><br />
</p>
<p class="footer-social-media">
Find us on
<a
href="https://www.linkedin.com/company/databrary-project"
target="_blank"
class="img"
><img
id="linkedin"
src="https://databrary.github.io/web/images/social/16px/linkedin.png"
alt="LinkedIn"
/></a>
<a
href="https://github.com/databrary/"
target="_blank"
class="img"
><img
id="github"
src="https://databrary.github.io/web/images/social/16px/github.png"
alt="GitHub"
/></a>
</p>
</div>
</div>
</div>
</footer>
</body>
</html>