Skip to content
Snippets Groups Projects
Commit eaee03c5 authored by Saket Agrahari's avatar Saket Agrahari
Browse files

linking report and text correction

parent 2e9080fe
No related branches found
No related tags found
No related merge requests found
...@@ -12,11 +12,14 @@ function Landing(): ReactElement { ...@@ -12,11 +12,14 @@ function Landing(): ReactElement {
<h1 className="geant-header">THE GÉANT COMPENDIUM OF NRENS</h1> <h1 className="geant-header">THE GÉANT COMPENDIUM OF NRENS</h1>
<br /> <br />
<p className="wordwrap"> <p className="wordwrap">
What the Compendium is, the history of it, the aim, what you can The GÉANT Compendium provides an authoritative reference source for anyone with an
find in it etc etc etc etc interest in the development of research and education networking in Europe and beyond.
Lorem ipsum dolor sit amet, consec tetur Published since 2001, the Compendium provides information on key areas such as users,
adi piscing elit, sed do eiusmod tempor inc dolor sit amet, consec services, traffic, budget and staffing.
tetur adi piscing elit, sed do eiusmod tempor inc </p>
<p className="wordwrap">
This site captures the responses from the National Research and Education Networks
themselves.
</p> </p>
</div> </div>
</Row> </Row>
...@@ -30,14 +33,13 @@ function Landing(): ReactElement { ...@@ -30,14 +33,13 @@ function Landing(): ReactElement {
<Col align={"center"}> <Col align={"center"}>
<Card border='light' style={{ width: "18rem" }}> <Card border='light' style={{ width: "18rem" }}>
<Link to="/data"> <Link to="/data" style={{textDecoration:"none"}}>
<Card.Img src={SectionDataLogo} /> <Card.Img src={SectionDataLogo} />
<Card.Body> <Card.Body>
<Card.Title>Compendium Data</Card.Title> <Card.Title>Compendium Data</Card.Title>
<Card.Text> <Card.Text>
The results of the Compendium Surveys lled in annually by The results of the Compendium Surveys data given annually by
NRENs. Questions cover many topics: Network, Connected NRENs. Statical represetation of the data is available here.
Users, Services, Standards & Policies
</Card.Text> </Card.Text>
</Card.Body> </Card.Body>
</Link> </Link>
...@@ -46,6 +48,7 @@ function Landing(): ReactElement { ...@@ -46,6 +48,7 @@ function Landing(): ReactElement {
</Col> </Col>
<Col align={"center"}> <Col align={"center"}>
<Card border='light' style={{ width: "18rem" }}> <Card border='light' style={{ width: "18rem" }}>
<a href="https://resources.geant.org/geant-compendia/" style={{textDecoration:"none"}}>
<Card.Img src={SectionReportsLogo} /> <Card.Img src={SectionReportsLogo} />
<Card.Body> <Card.Body>
<Card.Title>Compendium Reports</Card.Title> <Card.Title>Compendium Reports</Card.Title>
...@@ -55,6 +58,7 @@ function Landing(): ReactElement { ...@@ -55,6 +58,7 @@ function Landing(): ReactElement {
complemented by information from other surveys complemented by information from other surveys
</Card.Text> </Card.Text>
</Card.Body> </Card.Body>
</a>
</Card> </Card>
</Col> </Col>
</Row> </Row>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment