Skip to content

Commit

Permalink
Renamed images folder, added video placeholder & styling. #93
Browse files Browse the repository at this point in the history
  • Loading branch information
stbeaumont98 committed Apr 19, 2024
1 parent bae9144 commit 8fc38f7
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<div id="header">
<a href="index.html">
<div id="title">
<img src="./images/Astronaut.png" alt="Floating Astronaut pixel art" width="56px" height="64px" id="astronaut">
<img src="./media/Astronaut.png" alt="Floating Astronaut pixel art" width="56px" height="64px" id="astronaut">
<h1>SELENE</h1>
</div>
</a>
<div id="links">
<a href="about.html"><h2>About</h2></a>
<a href="https://github.com/SCCapstone/TheNameless" target="_blank"><img src="./images/github-mark-white.png" alt="TheNameless GitHub page"></a>
<a href="https://github.com/SCCapstone/TheNameless" target="_blank"><img src="./media/github-mark-white.png" alt="TheNameless GitHub page"></a>
</div>
</div>
</header>
Expand Down
4 changes: 4 additions & 0 deletions docs/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ div#demo {
align-items: center;
}

div#demo video {
width: 75%;
}

a {
color: white;
}
Expand Down
18 changes: 12 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<div id="header">
<a href="index.html">
<div id="title">
<img src="./images/Astronaut.png" alt="Floating Astronaut pixel art" width="56px" height="64px" id="astronaut">
<img src="./media/Astronaut.png" alt="Floating Astronaut pixel art" width="56px" height="64px" id="astronaut">
<h1>SELENE</h1>
</div>
</a>
<div id="links">
<a href="about.html"><h2>About</h2></a>
<a href="https://github.com/SCCapstone/TheNameless" target="_blank"><img src="./images/github-mark-white.png" alt="TheNameless GitHub page"></a>
<a href="https://github.com/SCCapstone/TheNameless" target="_blank"><img src="./media/github-mark-white.png" alt="TheNameless GitHub page"></a>
</div>
</div>
</header>
Expand All @@ -34,15 +34,21 @@ <h1>SELENE</h1>

<div id="demo">
<h2>Demo</h2>
<video></video>
<video>
<source src="./media/demo.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<p>
This video is a placeholder for our final demo.
</p>
</div>

<div id="screenshots">
<h2>Screenshots</h2>
<div id="images">
<img src="./images/screenshot_0.png" alt="Selene main menu">
<img src="./images/screenshot_2.png" alt="Selene level">
<img src="./images/screenshot_5.png" alt="Selene final boss">
<img src="./media/screenshot_0.png" alt="Selene main menu">
<img src="./media/screenshot_2.png" alt="Selene level">
<img src="./media/screenshot_5.png" alt="Selene final boss">
</div>
</div>

Expand Down
File renamed without changes
Binary file added docs/media/demo.mp4
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 8fc38f7

Please sign in to comment.