Skip to content
Snippets Groups Projects
Commit 60932b38 authored by esikkala's avatar esikkala
Browse files

Update main view descriptions

parent cde65668
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,9 @@ const styles = theme => ({
media: {
height: 100,
},
cardContent: {
height: 85
}
});
let Main = props => {
......@@ -75,12 +78,12 @@ let Main = props => {
image="img/thumb.png"
title="Manuscripts"
/>
<CardContent>
<CardContent className={classes.cardContent}>
<Typography gutterBottom variant="h5" component="h2">
Manuscripts
</Typography>
<Typography component="p">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium
</Typography>
</CardContent>
</CardActionArea>
......@@ -95,12 +98,12 @@ let Main = props => {
image="img/thumb.png"
title="Manuscripts"
/>
<CardContent>
<CardContent className={classes.cardContent}>
<Typography gutterBottom variant="h5" component="h2">
Observations
Events
</Typography>
<Typography component="p">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium
Events related to manuscripts (e.g. production, acquisition, observation).
</Typography>
</CardContent>
</CardActionArea>
......@@ -115,12 +118,12 @@ let Main = props => {
image="img/thumb.png"
title="Manuscripts"
/>
<CardContent>
<CardContent className={classes.cardContent}>
<Typography gutterBottom variant="h5" component="h2">
Persons
</Typography>
<Typography component="p">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium
Explore people connected with manuscripts.
</Typography>
</CardContent>
</CardActionArea>
......@@ -135,12 +138,12 @@ let Main = props => {
image="img/thumb.png"
title="Manuscripts"
/>
<CardContent>
<CardContent className={classes.cardContent}>
<Typography gutterBottom variant="h5" component="h2">
Organizations
</Typography>
<Typography component="p">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium
Explore organisations connected with manuscripts.
</Typography>
</CardContent>
</CardActionArea>
......@@ -155,12 +158,12 @@ let Main = props => {
image="img/thumb.png"
title="Manuscripts"
/>
<CardContent>
<CardContent className={classes.cardContent}>
<Typography gutterBottom variant="h5" component="h2">
Places
</Typography>
<Typography component="p">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium
Explore places connected with manuscripts.
</Typography>
</CardContent>
</CardActionArea>
......
......@@ -219,7 +219,7 @@ class TopBar extends React.Component {
component={ManuscriptLink}>
Manuscripts
</Button>
<Button disabled className={classes.appBarButton}>Observations</Button>
<Button disabled className={classes.appBarButton}>Events</Button>
<Button disabled className={classes.appBarButton}>Persons</Button>
<Button disabled className={classes.appBarButton}>Organizations</Button>
<Button disabled className={classes.appBarButton}>Places</Button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment