Add YouTube videos for art projects.

This commit is contained in:
Kaj Forney 2022-12-06 06:24:11 -07:00
parent ea1ad32613
commit a898bce5f8
Signed by: kforney
GPG key ID: 3AB4E2E04CEF656F
2 changed files with 17 additions and 2 deletions

View file

@ -168,7 +168,7 @@ iframe[src*=itch]
}
.card {
background-color: #161A25;
background-color: RGBA(22, 26, 37, 70%);
border-radius: 30px;
}

View file

@ -109,6 +109,19 @@
</div>
</div>
</div>
<div class="row mt-5">
<div class="col">
<div class="youtube-container">
<iframe class="youtube-iframe" src="https://www.youtube.com/embed/LaloFVeUvOk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="col">
<div class="youtube-container">
<iframe class="youtube-iframe" src="https://www.youtube.com/embed/ahQPl9FOX7A" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<hr class="mt-5">
@ -152,7 +165,7 @@
<h2>Megashigi</h2>
</div>
<div class="col-sm-8">
<p>Megashigi is a game that I helped create, with a few friends, as a birthday gift. My portion of the project included the implementation of the game's playable, interactive credits sequence, as well as general level design and subtitles for the game's rap sequence.</p>
<p>Megashigi is a game that I helped create, with a few friends, as a birthday gift. My portion of the project included the implementation of the game's playable, interactive credits sequence, as well as general level design, and subtitles for the game's rap sequence.</p>
</div>
</div>
@ -163,6 +176,8 @@
</div>
</div>
<hr class="mt-5">
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>