diff --git a/src/App.css b/src/App.css index a8c8f37..adadb75 100644 --- a/src/App.css +++ b/src/App.css @@ -3,5 +3,5 @@ overflow: hidden; display: block; position: relative; - /* padding-bottom: 60px; /* height of your footer + 30px*/ + padding-bottom: 60px; /* height of your footer + 30px*/ } diff --git a/src/components/Tutorial/TutorialHome.js b/src/components/Tutorial/TutorialHome.js index ade1cc1..fbaf47d 100644 --- a/src/components/Tutorial/TutorialHome.js +++ b/src/components/Tutorial/TutorialHome.js @@ -1,9 +1,27 @@ import React, { Component } from 'react'; +import tutorials from './tutorials.json'; + +import { Link } from 'react-router-dom'; + +import Grid from '@material-ui/core/Grid'; +import Paper from '@material-ui/core/Paper'; + class TutorialHome extends Component { render() { return ( -