Added boids video

This commit is contained in:
thepaperpilot 2019-11-15 18:46:06 -12:00
parent a9f6a89567
commit 7d149850ec
4 changed files with 4 additions and 21 deletions

BIN
Boids.mp4 Normal file

Binary file not shown.

View file

@ -31,24 +31,7 @@ html {
font-family: "Roboto", sans-serif;
font-weight:normal;
line-height:1.5;
}
@media only screen and (min-width: 0) {
html {
font-size:14px
}
}
@media only screen and (min-width: 992px) {
html {
font-size:14.5px
}
}
@media only screen and (min-width: 1200px) {
html {
font-size:15px
}
font-size: 21px;
}
body {
@ -382,7 +365,7 @@ button.accordion:focus {
}
.card .card-title {
font-size: 24px;
font-size: 27px;
font-weight: 300;
}

View file

@ -45,7 +45,7 @@ favorites: [NaN, Tower Offense, Slime Chargers!]
<div class="card">
<div class="card-content">
<div class="card-image">
<video src="" controls>
<video src="Boids.mp4" controls>
</div>
<span class="card-title">I'm a Computer Scientist!</span>
<p>I know many advanced topics of computer science, and have experience implementing complex systems including the Boids flocking algorithm, Inverse Kinematics, and many more!</p>
@ -55,7 +55,7 @@ favorites: [NaN, Tower Offense, Slime Chargers!]
<div class="card">
<div class="card-content">
<div class="card-image">
<img src="https://i.imgur.com/hIQB5g1.png">
<img src="vr.png">
</div>
<span class="card-title">I've worked with VR!</span>
<p>This is a screenshot from a prototype of a VR project I made with Grant Barbee. It involves manipulating cards in a rougelike dungeon crawler in VR, taking advantage of the medium with meta-abilities like throwing a card at an enemy to deal ranged damage and remove the card from your deck!</p>

BIN
vr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 962 KiB