mirror of
https://github.com/pomber/git-history.git
synced 2024-11-22 05:33:57 +03:00
Add video
This commit is contained in:
parent
6c8ab5cfa6
commit
2fe8d26844
BIN
src/demo.gif
BIN
src/demo.gif
Binary file not shown.
Before Width: | Height: | Size: 1.8 MiB |
BIN
src/demo.mp4
Normal file
BIN
src/demo.mp4
Normal file
Binary file not shown.
BIN
src/demo.webm
Normal file
BIN
src/demo.webm
Normal file
Binary file not shown.
@ -1,5 +1,6 @@
|
||||
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 FirefoxLogo } from "./icons/firefox.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)"
|
||||
}}
|
||||
>
|
||||
<source src={demo} type="video/mp4" />
|
||||
<source src={demoWebm} type="video/webm" />
|
||||
<source src={demoMp4} type="video/mp4" />
|
||||
</video>
|
||||
<div className="summary">
|
||||
<h1>Git History</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user