cbs-dsp-frontpage/contact.html

44 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>CBS Data Sharing Platform</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./assets/css/w3.css" />
<link rel="stylesheet" href="./assets/css/style.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/fontawesome.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/brands.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/solid.min.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-21LPSWHRKT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-21LPSWHRKT');
</script>
</head>
<body>
<!-- Contact -->
<section class="w3-display-container w3-center cbs-dsp-section" id="contact">
<h1 class="w3-center"><i class="fas fa-envelope"></i> Contact</h1>
<h2>CBS Neuroinformatics Unit</h2>
<p><b>Email:</b> cbs-is<i class="fas fa-at"></i>ml.riken.jp<br> This repository system is supported by CBS Neuroinformatics Unit. </p>
</section>
<!-- Footer -->
<footer id="footer" class="w3-center w3-black w3-padding-64">
<div class="cbs-dsp-tothetop">
<a href="#contact" class="w3-button w3-light-grey"><i class="fas fa-arrow-up w3-margin-right"></i>To the top</a>
</div>
<p class="cbs-copyright">&copy; <a href="https://www.ni.riken.jp/" target="_blank">Neuroinformatics Unit, RIKEN Center for Brain Science</a></p>
</footer>
</body>
</html>