updated Greeter
This commit is contained in:
parent
15bdaaa766
commit
6a69b6c4b5
2 changed files with 4 additions and 27 deletions
|
|
@ -30,26 +30,6 @@ class Greeting extends Component {
|
||||||
>
|
>
|
||||||
<VideoPlayer />
|
<VideoPlayer />
|
||||||
</div>
|
</div>
|
||||||
{/*<video
|
|
||||||
autoPlay
|
|
||||||
muted
|
|
||||||
loop
|
|
||||||
style={{
|
|
||||||
position: "absolute",
|
|
||||||
width: "100%",
|
|
||||||
left: "50%",
|
|
||||||
right: "50%",
|
|
||||||
top: "25%",
|
|
||||||
height: "50%",
|
|
||||||
objectFit: "cover",
|
|
||||||
transform: "translate(-50%,-50%)",
|
|
||||||
zIndex: "-2",
|
|
||||||
}}
|
|
||||||
//width="100%"
|
|
||||||
//height="315"
|
|
||||||
>
|
|
||||||
<source src={PortfolioVideo} type="video/mp4" />
|
|
||||||
</video>*/}
|
|
||||||
<Container
|
<Container
|
||||||
maxWidth="sm"
|
maxWidth="sm"
|
||||||
style={{
|
style={{
|
||||||
|
|
@ -61,15 +41,11 @@ class Greeting extends Component {
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<Typography variant="h1">Welcome</Typography>
|
<Typography variant="h1">Welcome</Typography>
|
||||||
<Typography variant="body1">
|
<Typography variant="body1">
|
||||||
Hi, My name is Warwick and I'm a Fullstack Web Developer with an
|
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
|
academeic background in Computing for Games and
|
||||||
Entrepreneurship.
|
Entrepreneurship.
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography variant="subtitle1">Availability</Typography>
|
|
||||||
<Typography variant="body2">
|
|
||||||
I'm currently looking for work if you think my skills may be
|
|
||||||
relevant to you. My CV and previous projects can be found below.
|
|
||||||
</Typography>
|
|
||||||
</CardContent>
|
</CardContent>
|
||||||
<CardActions>
|
<CardActions>
|
||||||
<Button href={CV} color="secondary">
|
<Button href={CV} color="secondary">
|
||||||
|
|
|
||||||
|
|
@ -11,10 +11,11 @@ class Home extends Component {
|
||||||
<span>
|
<span>
|
||||||
<Header />
|
<Header />
|
||||||
<Greeting />
|
<Greeting />
|
||||||
|
<div style={{ "margin-top": "8em" }} />
|
||||||
|
<GameProjects />
|
||||||
<Container maxWidth="md">
|
<Container maxWidth="md">
|
||||||
<WebProjects />
|
<WebProjects />
|
||||||
</Container>
|
</Container>
|
||||||
<GameProjects />
|
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue