diff --git a/src/GameProjects.jsx b/src/GameProjects.jsx index f38543e..3ea6640 100644 --- a/src/GameProjects.jsx +++ b/src/GameProjects.jsx @@ -2,6 +2,7 @@ import { h, render, Component } from "preact"; import { Grid, Container, + Paper, Card, CardHeader, CardMedia, @@ -49,7 +50,10 @@ memory footprint returning to this project in my final year of university.`, return (

- Game Projects + + + +

{this.content.map((project) => { return ( diff --git a/src/WebProjects.jsx b/src/WebProjects.jsx index 1fc7805..f10f8b0 100644 --- a/src/WebProjects.jsx +++ b/src/WebProjects.jsx @@ -1,6 +1,7 @@ import { h, render, Component } from "preact"; import { Container, + Paper, Card, CardHeader, CardMedia, @@ -15,7 +16,10 @@ class WebProjects extends Component { return (

- Web Development Projects + + + +