Skip to content

Commit

Permalink
index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurF70x7 authored Jul 28, 2024
1 parent fbc1f5e commit 8050dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1 class="cl-white sz-90px">Portal Rural</h1>
<button id="buttonPlayPause" title="Pausar vídeo" onclick="pausePlayBg()" class="ps-absolute video-controll-button z-1"><div><ion-icon id="playPauseIcon" name="pause-circle"></ion-icon></div></button>

<video id="bgVideo" autoplay loop muted>
<source src="assets/img/background-video.mp4" type="video/mp4">
<source src="https://agrinho.7fex.com/assets/img/background-video.mp4" type="video/mp4">
</video>

<div class="dp-flex" style="position: absolute; height: 100vh; width: 100%; bottom: 0; background-image: linear-gradient(to top, #0e0e0e, #0e0e0e81, #0e0e0e46, transparent); transform: translateY(2px);">
Expand Down Expand Up @@ -289,4 +289,4 @@ <h3 class="sz-30px">Arthur Feltz</h3>
new window.VLibras.Widget('https://vlibras.gov.br/app');
</script>
</body>
</html>
</html>

0 comments on commit 8050dfe

Please sign in to comment.