mirror of
https://github.com/kforney/kforney.github.io.git
synced 2024-11-14 02:52:02 -07:00
Add YouTube videos for art projects.
This commit is contained in:
parent
ea1ad32613
commit
a898bce5f8
2 changed files with 17 additions and 2 deletions
|
@ -168,7 +168,7 @@ iframe[src*=itch]
|
|||
}
|
||||
|
||||
.card {
|
||||
background-color: #161A25;
|
||||
background-color: RGBA(22, 26, 37, 70%);
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
|
|
17
index.html
17
index.html
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue