-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
74 lines (59 loc) · 3.75 KB
/
about.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
<!doctype html>
<html lang="en" dir="ltr" class="blog-wrapper blog-list-page plugin-blog" data-has-hydrated="false">
<head>
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.0.0">
<title data-rh="true">Climate and Health Outcomes Research Data Systems (CHORDS)</title>
<meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1">
<meta data-rh="true" property="og:locale" content="en">
<meta data-rh="true" name="docusaurus_locale" content="en">
<meta data-rh="true" name="docsearch:language" content="en">
<a class="navbar__brand" href="https://www.niehs.nih.gov/research/programs/chords">
<div class="navbar__logo">
<h1 class="chords_title_f1Hy" itemprop="headline" style="align-items: center;margin-left: 250px;">Climate and Health Outcomes Research Data Systems (CHORDS)
<img src="./imgs/chords-icon-web.jpg" width="100" height="150" alt="CHORDS Logo"> </h1>
</a>
<script>!function(t,e,n,c,a,r,s){t[n]=t[n]||function(){(t[n].q=t[n].q||[]).push(arguments)},(r=e.createElement(c)).async=1,r.src="https://www.clarity.ms/tag/d61n997vq9",(s=e.getElementsByTagName(c)[0]).parentNode.insertBefore(r,s)}(window,document,"clarity","script")</script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="https://js.monitor.azure.com/scripts/c/ms.analytics-web-3.min.js"></script>
<link rel="stylesheet" href="./css/ms_web_styles.css">
</head>
<body class="navigation-with-keyboard">
<div id="__docusaurus">
<header>
<div></div>
</header>
<nav>
<div class="chords_navBarContainer_QNjo">
<div class="navbar__inner">
<div class="navbar__items">
<button aria-label="Toggle navigation bar" aria-expanded="false" class="navbar__toggle clean-btn" type="button">
<svg width="30" height="30" viewBox="0 0 30 30" aria-hidden="true">
<path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"></path>
</svg>
</button>
<a class="navbar__brand" href="/CHORDS/">
<b class="navbar__title text--truncate">CHORDS</b>
</a>
<a class="navbar__item chords_navbar__link" href="./index.html">Home</a>
<a aria-current="page" class="navbar__item chords_navbar__link navbar__link--active" href="./about.html">About</a>
</div>
</div>
</div>
</nav>
<div class="container margin-vert--lg">
<p style="color:red;">Coming soon...</p>
</div>
<footer class="footer">
<div class="container container-fluid">
<div class="footer__links text--center">
<div class="footer__links">
<a href=" https://www.pcori.org/" target="_blank" rel="noopener noreferrer" class="footer__link-item"><img src="./imgs/pcori_logo.jpg" width="50" height="100" alt="PCORI"></a><span class="footer__link-separator"></span>
<a href="https://www.niehs.nih.gov/" target="_blank" rel="noopener noreferrer" class="footer__link-item"><img src="./imgs/nih_logo.jpg" width="50" height="100" alt="NIEHS"></a><span class="footer__link-separator"></span>
</div>
</div>
</div>
</footer>
</div>
</body>
</html>