Files
cs1430/tables/index.html
T
2026-08-04 06:53:36 -06:00

116 lines
4.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>YouTube Video Page</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 class="center">My Favorite Youtube Videos</h1>
<h2 class="center">(in no particular order)</h2>
<br>
<br>
<p>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/jfKfPfyJRdk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
<p id="embedCaption">Play this video while going through this page!</p>
<br>
<br>
<table class="center">
<th>Video Name</th>
<th>Creator</th>
<th>Creator Profile</th>
<th>Video Description</th>
<th>Video Length</th>
<tr>
<td><a href="https://youtube.com/playlist?list=PLFsQleAWXsj_4yDeebiIADdH5FMayBiJo">Important Videos Playlist</a></td>
<td><a href="https://www.youtube.com/channel/UCqjLgu2L35BoHNnhQLzmlfQ">kierancaspian's channel</a></td>
<td><img src="img/kieran_LOGO.jpeg" class="profilePic"/></td>
<td class="descrip">A playlist of 312 short videos epitomizing "internet humor". A necessary watch for any new internet user.</td>
<td>~1:11:39</td>
</tr>
<tr>
<td><a href="https://youtu.be/HTSjbkTabpI">The Batman Arkham Series</a></td>
<td><a href="https://www.youtube.com/c/LukeStephensTV">Luke Stephens' channel</a></td>
<td><img src="img/LukeStephens_Logo.jpeg" class="profilePic"/></td>
<td class="descrip">A thorough analysis of the Batman Arkham games trilogy, from gameplay and story, to character development and atmosphere.</td>
<td>3:24:53</td>
</tr>
<tr>
<td><a href="https://youtu.be/yBw6UXAiq0A">Introduction to Competitive Pokemon</a></td>
<td><a href="https://www.youtube.com/c/WolfeyVGC">WolfeyVGC's channel</a></td>
<td><img src="img/WolfeyVGC_logo.jpeg" class="profilePic"/></td>
<td class="descrip">Part 1 to a 3 part series teaching fundamental concepts to excel in competitive Pokemon.</td>
<td>1:04:22</td>
</tr>
<tr>
<td><a href="https://youtu.be/zPmqbtKwtgw">Making a Home Server</a></td>
<td><a href="https://www.youtube.com/c/LinusTechTips">Linus Tech Tips' channel</a></td>
<td><img src="img/LTT_logo.jpeg" class="profilePic"/></td>
<td class="descrip">An inspiring video on converting an old PC or laptop to act as a home server.</td>
<td>11:06</td>
</tr>
<tr>
<td><a href="https://youtu.be/JovIgd9B9RQ">Beserk Soundtrack Analysis</a></td>
<td><a href="https://www.youtube.com/channel/UC2SVUGk_kWw62xkFxOGI7Ig">Internet Pitstop's channel</a></td>
<td><img src="img/internetPitstop_logo.jpeg" class="profilePic"/></td>
<td class="descrip">A video analyzing and discussing the Berserk 97 Soundtrack Legendary Wind Sword.</td>
<td>34:20</td>
</tr>
<tr>
<td><a href="https://youtu.be/osxJ5-_Ccp0">rain</a></td>
<td><a href="https://www.youtube.com/c/JackStauber">JackStauber's channel</a></td>
<td><img src="img/JackStauber_logo.jpeg" class="profilePic"/></td>
<td class="descrip">One of my favorite artists, I love his unique style and animation while exploring difficult subjects.</td>
<td>0:35</td>
</tr>
<tr>
<td><a href="https://youtu.be/7G62pp8gstQ">Samsung Z Flip 3 Teardown</a></td>
<td><a href="https://www.youtube.com/c/JerryRigEverything">JerryRigEverything's channel</a></td>
<td><img src="img/JerryRigEverything_logo.jpeg" class="profilePic"/></td>
<td class="descrip">A thorough examination of the innards that compose the Samsung Z Flip 3. I work in electronics repair, and recently got to work on this beautiful phone.</td>
<td>9:38</td>
</tr>
<tr>
<td><a href="https://youtu.be/eDAgxaNtgWc">Isopod Colonies are Fun</a></td>
<td><a href="https://www.youtube.com/c/LifeinJars">Life in Jars? channel</a></td>
<td><img src="img/LifeinJars_logo.jpeg" class="profilePic"/></td>
<td class="descrip">"I'm working with the species Porcellio scaber (common rough woodlouse). In this video I show you how to make a terrarium for an isopod colony and also how much fun and how interesting it is to have an isopod colony yourselves."</td>
<td>10:54</td>
</tr>
<tr>
<td><a href="https://youtu.be/i-3ZpFu8cr8">Weekly Pkmncast Podcast video</a></td>
<td><a href="https://www.youtube.com/c/Pkmncast">Pkmncast channel</a></td>
<td><img src="img/Pkmncast_logo.jpeg" class="profilePic"/></td>
<td class="descrip">In this podcast episode, Steve, Greg, and Will talk about the recent Pokemon Worlds event in London and the reveal of a potential pre-evolved form of the upcoming legendaries of Pokemon Scarlet and Violet.</td>
<td>2:06:27</td>
</tr>
</table>
<br>
<br>
</body>
</html>