Fixed merge

This commit is contained in:
2019-04-22 19:36:16 -04:00
5 changed files with 309 additions and 67 deletions

View File

@@ -139,5 +139,85 @@ function writeEntryforIndex() {
?>
<!-- This is where php code for loading preview videos below the titlebar will go -->
<div class="video-list-container">
<!-- Entry 1 -->
<div id="video-item">
<iframe width="640" height="360" src="https://www.youtube.com/embed/eCI8eAbq-4c" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
<a href="https://www.youtube.com/watch?v=eCI8eAbq-4c">Video Title Here</a>
<div id="players-characters">
<table>
<tr>
<td class="header">Players</td>
<td class="header">Characters</td>
</tr>
<tr>
<td class="data" id="table-border">Player1</td>
<td class="data" id="table-border">Character1</td>
</tr>
<tr>
<td class="data" id="table-border">Player2</td>
<td class="data" id="table-border">Character2</td>
</tr>
</table>
</div>
<div id="game-stage">
<p>Game Name</p>
<p>Stage Name</p>
</div>
<div id="description">
<p>The description goes here.......</p>
</div>
</div>
<!-- Entry 2 -->
<div id="video-item">
<iframe width="640" height="360" src="https://www.youtube.com/embed/eCI8eAbq-4c" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
<a href="https://www.youtube.com/watch?v=eCI8eAbq-4c">Video Title Here</a>
<div id="players-characters">
<table>
<tr>
<td class="header">Players</td>
<td class="header">Characters</td>
</tr>
<tr>
<td class="data" id="table-border">Player1</td>
<td class="data" id="table-border">Character1</td>
</tr>
<tr>
<td class="data" id="table-border">Player2</td>
<td class="data" id="table-border">Character2</td>
</tr>
</table>
</div>
<div id="game-stage">
<p>Game Name</p>
<p>Stage Name</p>
</div>
<div id="description">
<p>The description goes here.......</p>
</div>
</div>
</div>
</body>
</html>