Skip to content

Commit

Permalink
add youtube video
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio committed Feb 20, 2025
1 parent 0fecf15 commit b1eebe5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/views/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
iconPos="left"
></Button> -->
</div>
<div class="video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/akMziFN6PFA?si=RCAfSgOMLtBoj_jF" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -448,6 +451,13 @@ const interval = setInterval(() => {
justify-content: center;
}
.video {
margin-top: 24px;
display: flex;
align-items: center;
justify-content: center;
}
.hero-description {
font-size: 1.25rem;
margin-top: 1.5rem;
Expand Down

0 comments on commit b1eebe5

Please sign in to comment.