Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
starportx committed Dec 11, 2024
1 parent 034592e commit 200f6f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _includes/css/agency.css
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,14 @@ header .intro-text {
padding-bottom: 150px;
}

header .intro-text .introvideo {
width: 100%;
height: 100%;
position: absolute;
object-fit: cover;
z-index: -1;
}

header .intro-text .intro-lead-in {
margin-bottom: 25px;
font-family: {{ site.data.template.font.secondary }};
Expand Down
3 changes: 3 additions & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
<header>
<div class="container">
<div class="intro-text text-left">
<video class="introvideo" autoplay muted loop>
<source src="https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" type="video/mp4" />
</video>
<div class="intro-heading">StarportX</div>
<div class="intro-lead-in">Tech Artist / Graphic / Indie Dev</div>
<!--<a href="#services" class="page-scroll btn btn-xl">Tell Me More</a>-->
Expand Down

0 comments on commit 200f6f1

Please sign in to comment.