Add video

This commit is contained in:
Rodrigo Pombo 2019-03-18 22:11:42 -03:00
parent 6c8ab5cfa6
commit 2fe8d26844
4 changed files with 4 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

BIN
src/demo.mp4 Normal file

Binary file not shown.

BIN
src/demo.webm Normal file

Binary file not shown.

View File

@ -1,5 +1,6 @@
import React from "react"; import React from "react";
import demo from "./demo.gif"; import demoMp4 from "./demo.mp4";
import demoWebm from "./demo.webm";
import { ReactComponent as ChromeLogo } from "./icons/chrome.svg"; import { ReactComponent as ChromeLogo } from "./icons/chrome.svg";
import { ReactComponent as FirefoxLogo } from "./icons/firefox.svg"; import { ReactComponent as FirefoxLogo } from "./icons/firefox.svg";
import { ReactComponent as CliLogo } from "./icons/cli.svg"; import { ReactComponent as CliLogo } from "./icons/cli.svg";
@ -32,7 +33,8 @@ export default function Landing() {
boxShadow: "0 20px 50px 0 rgba(0,0,0,0.2)" boxShadow: "0 20px 50px 0 rgba(0,0,0,0.2)"
}} }}
> >
<source src={demo} type="video/mp4" /> <source src={demoWebm} type="video/webm" />
<source src={demoMp4} type="video/mp4" />
</video> </video>
<div className="summary"> <div className="summary">
<h1>Git History</h1> <h1>Git History</h1>