Add Categories grid to Welcome page
This commit is contained in:
parent
00c926fd68
commit
55c3833928
@ -1,19 +1,17 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { Link } from 'react-router-dom';
|
import { Link } from 'react-router-dom';
|
||||||
|
import Categories from '../building/categories';
|
||||||
import './welcome.css';
|
import './welcome.css';
|
||||||
|
|
||||||
const Welcome = () => (
|
const Welcome = () => (
|
||||||
<div className="section-body welcome">
|
<div className="section-body welcome">
|
||||||
|
<Categories mode="view"/>
|
||||||
<h1 className="h2">Welcome to Colouring London!</h1>
|
<h1 className="h2">Welcome to Colouring London!</h1>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
Colouring London is a free knowledge exchange platform designed to provide over fifty types
|
Colouring London is a free knowledge exchange platform designed to provide over fifty types
|
||||||
of open data on London buildings, to help make the city more sustainable.
|
of open data on London buildings, to help make the city more sustainable.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
Colouring London is also the prototype for the Colouring Cities Research Programme (CCRP)
|
Colouring London is also the prototype for the Colouring Cities Research Programme (CCRP)
|
||||||
based at the Alan Turing Institute (the UK's national Institute for data science and artificial intelligence).
|
based at the Alan Turing Institute (the UK's national Institute for data science and artificial intelligence).
|
||||||
The programme works with local, regional, national and international partners to develop
|
The programme works with local, regional, national and international partners to develop
|
||||||
|
Loading…
Reference in New Issue
Block a user