Skip to content

Commit

Permalink
add video from cinematic photo for home page
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan4m1 committed Feb 8, 2024
1 parent ce3ebf9 commit 2241b36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/index.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import Layout from 'components/layout';
import { Container, Image } from 'react-bootstrap';

import logo from '../images/gatsby-icon.png';
import { Container } from 'react-bootstrap';

export default function IndexPage() {
return (
<Layout title="Home" description="Memorial for my beagle.">
<Container className="text-center">
<Image src={logo} alt="Beagle" rounded />
<video autoPlay muted loop height={512} style={{ borderRadius: 8 }}>
<source src="/beagle-zoom.webm" type="video/webm" />
</video>
<h1>Leela the Beagle</h1>
<h2>2012 &mdash; 2024</h2>
<h3>She will always be in our hearts.</h3>
Expand Down
Binary file added static/beagle-zoom.webm
Binary file not shown.

0 comments on commit 2241b36

Please sign in to comment.