import { h, render, Component } from "preact"; import { Container, Card, CardActions, CardContent, Typography, Button, } from "@material-ui/core"; const CV = new URL("../static/cv.pdf", import.meta.url); import VideoPlayer from "./VideoPlayer.jsx"; class Greeting extends Component { render() { return (

Welcome Hi, My name is Warwick and I'm an Associate Lecturer in Computing at the Games Academy in Falmouth University, with an academeic background in Computing for Games and Entrepreneurship. I'm currently looking for oppertunities which would allow me to explore graphics programming and simulation.

); } } export default Greeting;