Skip to content
Snippets Groups Projects
Commit c6d4fa9b authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

Update landing page cards & add a link to data section

parent 4d0abf76
No related branches found
No related tags found
No related merge requests found
import React, { ReactElement } from "react";
import { Link } from "react-router-dom";
import { Card, Container, Row, Col } from "react-bootstrap";
import SectionDataLogo from "../images/section_data_large.png";
import SectionReportsLogo from "../images/section_reports_large.png";
......@@ -27,21 +28,25 @@ function Landing(): ReactElement {
>
<Row className="justify-content-md-center">
<Col align={"center"}>
<Card style={{ width: "18rem" }}>
<Card.Img src={SectionDataLogo}></Card.Img>
<Card.Body>
<Card.Title>Compendium Data</Card.Title>
<Card.Text>
The results of the Compendium Surveys lled in annually by
NRENs. Questions cover many topics: Network, Connected
Users, Services, Standards & Policies
</Card.Text>
</Card.Body>
<Card border='light' style={{ width: "18rem" }}>
<Link to="/data">
<Card.Img src={SectionDataLogo}/>
<Card.Body>
<Card.Title>Compendium Data</Card.Title>
<Card.Text>
The results of the Compendium Surveys lled in annually by
NRENs. Questions cover many topics: Network, Connected
Users, Services, Standards & Policies
</Card.Text>
</Card.Body>
</Link>
</Card>
</Col>
<Col align={"center"}>
<Card style={{ width: "18rem" }}>
<Card.Img src={SectionReportsLogo}></Card.Img>
<Card border='light' style={{ width: "18rem" }}>
<Card.Img src={SectionReportsLogo}/>
<Card.Body>
<Card.Title>Compendium Reports</Card.Title>
<Card.Text>
......@@ -56,7 +61,7 @@ function Landing(): ReactElement {
</Container>
</Col>
</Row>
</Container>
</Container >
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment