From 0c0bb55e601ea96c52b46b93255d31523b4a301b Mon Sep 17 00:00:00 2001 From: Nico Vermaas <vermaas@astron.nl> Date: Tue, 12 Jan 2021 15:08:59 +0100 Subject: [PATCH] hips.astron.nl version --- src/components/WelcomeCard.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/WelcomeCard.js b/src/components/WelcomeCard.js index 457f5a9..77f7008 100644 --- a/src/components/WelcomeCard.js +++ b/src/components/WelcomeCard.js @@ -10,13 +10,16 @@ export default function WelcomeCard(props) { <div className="App"> <Card> <Card.Body> - <h2>Welcome to the ASTRON HiPS server</h2> + <h2>Welcome to the ASTRON HiPS service.</h2> <Table> <img src={hips_logo} /> </Table> <Card.Text> - <h3>May you find many hipses here.</h3> + + <p>On this page, you will find + <a href="https://aladin.u-strasbg.fr/hips/">HiPS</a>es of several of our the surveys in the Virtual Observatory. </p> + <p>Of course, our HiPSes are also listed in <a href="https://aladin.u-strasbg.fr/">Aladin</a></p> </Card.Text> </Card.Body> </Card> -- GitLab