This repository was archived by the owner on Apr 7, 2025. It is now read-only.
File tree 3 files changed +13
-8
lines changed
3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 14
14
}
15
15
16
16
.homepage-hero-heading {
17
+ margin-top : 10px ;
17
18
font-family : var (--secondary-font-family );
18
19
font-style : normal ;
19
20
font-weight : normal ;
@@ -420,6 +421,7 @@ img.play-button {
420
421
421
422
.featured-internal-projects-section-title {
422
423
margin-bottom : 4px ;
424
+ text-align : center ;
423
425
}
424
426
}
425
427
@@ -503,7 +505,7 @@ img.play-button {
503
505
}
504
506
}
505
507
506
- @media screen and (max-width : 480px ) {
508
+ @media screen and (max-width :xzF 480px ) {
507
509
.hero-container {
508
510
margin-top : 24px ;
509
511
}
@@ -514,7 +516,7 @@ img.play-button {
514
516
}
515
517
516
518
.homepage-hero-heading {
517
- font-size : 32 px ;
519
+ font-size : 30 px ;
518
520
}
519
521
520
522
.homepage-hero-body-copy {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import HomePageHighlights from '../components/HomePageHighlights';
10
10
import HomePageInternalProjects from '../components/HomePageInternalProjects' ;
11
11
import styles from './home-page.module.scss' ;
12
12
13
- import videoPlaceholder from '../images/video-placeholder.jpg ' ;
13
+ import videoPlaceholder from '../images/video-placeholder-1.png ' ;
14
14
import playButton from '../images/button-play.svg' ;
15
15
import closeIcon from '../images/icon-close.svg' ;
16
16
@@ -100,12 +100,15 @@ const HomePage = ({ data }) => {
100
100
< div className = { styles . responsiveVideoContainer } >
101
101
< div className = { `responsive-video ${ styles . responsiveVideo } ` } >
102
102
< iframe
103
- width = "560"
104
- height = "315"
105
- src = "https://www.youtube.com/embed/7wnav6Fu9T0"
103
+ className = { styles . heroVideoIframe }
104
+ width = "1000"
105
+ height = "562.704471"
106
+ src = { `https://fast.wistia.net/embed/iframe/qc7gkrlltt?videoFoam=true${
107
+ heroVideoActive ? `&autoplay=1` : ''
108
+ } `}
106
109
frameBorder = "0"
107
- allow = "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
108
- allowFullScreen
110
+ allow = "accelerometer; encrypted-media; gyroscope; picture-in-picture; showinfo; modestbranding "
111
+ placeholder = ""
109
112
/>
110
113
</ div >
111
114
</ div >
You can’t perform that action at this time.
0 commit comments