-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatabrary_static.html
More file actions
44 lines (40 loc) · 3.36 KB
/
databrary_static.html
File metadata and controls
44 lines (40 loc) · 3.36 KB
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
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size: 16px;line-height: 24px;color: #333;}
.heading {color: #2c3e51;font-size: 1.4em;margin-right: auto;margin-left: auto;margin-top: 36px;margin-bottom: 20px;max-width: 800px;font-weight: normal;}
.logo-white {width: 392px;height: 80px;background-size: 392px 80px;margin-right: auto;margin-left: auto;margin-top: 0;margin-bottom: 10px; background-image: url(https://nyu.databrary.org/web/images/logo/databrary-nav.svg);}
.accessible-hidden {position: absolute !important;left: -10000px !important;top: auto !important;width: 1px;height: 1px;overflow: hidden !important;z-index: -999 !important;}
.main {text-align: center;margin-bottom: 36px;}
.main p:first-child {font-size: 1.4em;}
.site-footer {border-top: 1px solid #ccc;padding-top: 24px;padding-bottom: 24px;overflow: hidden;display: block;}
.row {margin-left: -1%;margin-right: -1%;zoom: 1;}
.wrap {margin-right: auto;margin-left: auto;margin-top: 0;margin-bottom: 0;padding-left: 2%;padding-right: 2%;zoom: 1;}
.site-footer-social-address {margin-bottom: 60px;margin-top: 30px;font-family: Arial;}
.site-footer-social-address .footer-copyright {display: inline-block;text-align: left;}
.site-footer-social-address .footer-social-media {display: inline-block;width: 300px;float: right;text-align: right;}
</style>
</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 will be unavailable into early 2025 due to maintenance and upgrades.</strong></p>
<p>If you have an urgent need to access data or have questions or concerns, please contact <a href="mailto:concerns@databrary.org">concerns@databrary.org</a>. 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-2023 | <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://twitter.com/databrary" target="_blank" class="img"><img id="twitter" src="https://nyu.databrary.org/web/images/social/16px/twitter.png" alt="Twitter"></a> <a href="https://www.facebook.com/databrary" target="_blank" class="img"><img id="facebook" src="https://nyu.databrary.org/web/images/social/16px/facebook.png" alt="Facebook"></a> <a href="https://www.linkedin.com/company/databrary-project" target="_blank" class="img"><img id="linkedin" src="https://nyu.databrary.org/web/images/social/16px/linkedin.png" alt="LinkedIn"></a> <a href="https://github.com/databrary/" target="_blank" class="img"><img id="github" src="https://nyu.databrary.org/web/images/social/16px/github.png" alt="GitHub"></a></p>
</div>
</div>
</div>
</footer>
</body>
</html>