Skip to content

Commit

Permalink
added magazine covers to video
Browse files Browse the repository at this point in the history
  • Loading branch information
melaniegoldstone committed Sep 26, 2024
1 parent b727000 commit e261d74
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
9 changes: 5 additions & 4 deletions devstory5.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ <h1 style="font-size: 1.6em;">Know Your Body Buddies</h1>
</video>
<img src="img/downarrowbutton.svg" class="nextsectionbutton" onclick="scroll1()">
<img src="img/repeatbutton.svg" class="repeatbutton" onclick="repeatmovie1()">

</div>
</div>

Expand All @@ -252,9 +251,12 @@ <h1 style="font-size: 1.6em;">Know Your Body Buddies</h1>
<div class="squiggytalk5"><b>Squiggy:</b> Hey, I remember this place from the time we rescued that lost
tissue block! Isn't this the RUI?
</div>
<div id="scrollto1"></div>

</div>

<div style="height: 20vh;background-color: black;"></div>
<div id="scrollto1"></div>

<div class="talkbubble">
<div class="cecetalk5"><b>CeCe:</b> That's right, and this RUI, or Registration User Interface, is where our
story begins.
Expand Down Expand Up @@ -286,8 +288,7 @@ <h1 style="font-size: 1.6em;">Know Your Body Buddies</h1>

<div class="scene5-10"></div>
<div class="talkbubble">
<div class="mactalk"><b>Mac:</b> Exactly!
</div>
<div class="mactalk"><b>Mac:</b> Exactly!</div>
</div>
<div style="height: 20vh;background-color: black;"></div>
<div id="scrollto3"></div>
Expand Down
Binary file modified img/video5-4.mov
Binary file not shown.
7 changes: 6 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2604,7 +2604,12 @@ body:has(#bar9:hover) #label9 {

.video5 {
width: 100%;
max-height: 100vh;
max-height: 90vh;
margin: auto;
justify-content: center;
display: flex;
top: 2vh;
position: relative;
}

.vid {
Expand Down

0 comments on commit e261d74

Please sign in to comment.