fix URL and assets folder name
This commit is contained in:
18
index.html
18
index.html
@ -4,8 +4,8 @@
|
||||
<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="./assets-frontpage/css/w3.css" />
|
||||
<link rel="stylesheet" href="./assets-frontpage/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" />
|
||||
@ -80,7 +80,7 @@
|
||||
<p class="w3-large w3-text-white">We aim to achieve an analysis platform for the open neuroscience data to expand the research field for each individual in CBS. CBS-DSP provides comprehensive data collection, which allows CBS scientists to generate and stimulate data-driven cross-modal neuroscience. We also plan to expand the platform for all RIKEN, which we expect for CBS researchers to broaden their research field beyond neuroscience.</p>
|
||||
<div class="w3-row-padding w3-center">
|
||||
<div class="w3-col l3 m3 w3-margin-bottom">
|
||||
<a href="https://neurodata.riken.jp/mdrs/manager/">
|
||||
<a href="https://neurodata.riken.jp/r/login">
|
||||
<div class="w3-card w3-white w3-centered">
|
||||
<br />
|
||||
<i class="fas fa-upload w3-margin-bottom w3-jumbo"></i>
|
||||
@ -89,7 +89,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="w3-col l3 m3 w3-margin-bottom">
|
||||
<a href="https://neurodata.riken.jp/mdrs/finder/">
|
||||
<a href="https://neurodata.riken.jp/finder/">
|
||||
<div class="w3-card w3-white w3-centered">
|
||||
<br />
|
||||
<i class="fas fa-search w3-margin-bottom w3-jumbo"></i>
|
||||
@ -97,7 +97,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-col l3 m3 w3-margin-bottom">
|
||||
<a href="https://neurodata.riken.jp/mdrs/explorer/labs">
|
||||
<a href="https://neurodata.riken.jp/r/">
|
||||
<div class="w3-card w3-white">
|
||||
<br />
|
||||
<i class="fas fa-th-list w3-margin-bottom w3-jumbo"></i>
|
||||
@ -199,7 +199,7 @@
|
||||
<button class="w3-button w3-light-gray w3-block">
|
||||
<a href="http://www.riken.jp/" alt="RIKEN" target="_blank" rel="noopener noreferrer">
|
||||
<p>RIKEN</p>
|
||||
<img src="./assets/images/link-riken.png" alt="RIKEN" />
|
||||
<img src="./assets-frontpage/images/link-riken.png" alt="RIKEN" />
|
||||
</a>
|
||||
</button>
|
||||
</div>
|
||||
@ -209,7 +209,7 @@
|
||||
<button class="w3-button w3-light-gray w3-block">
|
||||
<a href="https://cbs.riken.jp/" alt="RIKEN Center for Brain Science" target="_blank" rel="noopener noreferrer">
|
||||
<p>RIKEN CBS</p>
|
||||
<img src="./assets/images/link-cbs.png" alt="RIKEN Center for Brain Science" />
|
||||
<img src="./assets-frontpage/images/link-cbs.png" alt="RIKEN Center for Brain Science" />
|
||||
</a>
|
||||
</button>
|
||||
</div>
|
||||
@ -219,7 +219,7 @@
|
||||
<div class="w3-button w3-light-gray w3-block">
|
||||
<a href="https://olsp.riken.jp/" alt="RIKEN Open Life Science Platform" target="_blank" rel="noopener noreferrer">
|
||||
<p>RIKEN OLSP</p>
|
||||
<img src="./assets/images/link-olsp.png" alt="RIKEN Open Life Science Platform" />
|
||||
<img src="./assets-frontpage/images/link-olsp.png" alt="RIKEN Open Life Science Platform" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@ -229,7 +229,7 @@
|
||||
<button class="w3-button w3-light-gray w3-block">
|
||||
<a href="https://www.ni.riken.jp/" alt="Neuroinformatics Unit, RIKEN Center for Brain Science" target="_blank" rel="noopener noreferrer">
|
||||
<p>CBS NIU</p>
|
||||
<img src="./assets/images/link-niu.png" alt="Neuroinformatics Unit, RIKEN Center for Brain Science" />
|
||||
<img src="./assets-frontpage/images/link-niu.png" alt="Neuroinformatics Unit, RIKEN Center for Brain Science" />
|
||||
</a>
|
||||
</button>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user