Skip to content

Commit 71fc628

Browse files
authored
Merge pull request #7 from NASA-AMMOS/video
Add video back
2 parents a1a230b + 0594dff commit 71fc628

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

src/components/HomepageVideo/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import clsx from 'clsx';
33
import styles from './styles.module.css';
44

5-
// import PromoVideo from '@site/static/video/plandev-video.mp4';
5+
import PromoVideo from '@site/static/video/plandev-video.mp4';
66
import PromoStill from '@site/static/video/plandev-video-still.png';
77

88
export function HomepageVideo() {
@@ -11,7 +11,7 @@ export function HomepageVideo() {
1111
<div className="container">
1212
<div className={clsx(`row ${styles.videoSection}`)}>
1313
<video width="100%" height="auto" controls poster={PromoStill}>
14-
{/* <source src={PromoVideo} type="video/mp4" /> */}
14+
<source src={PromoVideo} type="video/mp4" />
1515
</video>
1616
</div>
1717
</div>

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default function Home() {
5252
<Layout title={`Home`} description="Planning, sequencing, and scheduling tools for modern space missions.">
5353
<HomepageHeader />
5454
<main className={styles.siteBackground}>
55-
{/* <HomepageVideo /> */}
55+
<HomepageVideo />
5656
<h2 className={styles.sectionHeader}>Features</h2>
5757
<HomepageFeatures />
5858
{/* <HomepageTestimonials /> */}

static/video/plandev-video.mp4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:80153a814f4ab90878170f84ff83f776df4658dbb0bbc88c71ec4a54e2402a90
3+
size 474289867

0 commit comments

Comments
 (0)