Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added images/.DS_Store
Binary file not shown.
Binary file added images/godofwar.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/jak3.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/skyrim.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sly.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/starfield.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/thelastofus.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
106 changes: 105 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,112 @@
<!DOCTYPE html>
<html>
<head>
<title>Zack Lukas - Favorite Video Games</title>
<!-- External CSS-->
<link href="styles.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<!-- Write your HTML in this file! -->
<header>
<h1 id="mainHeading">Zacks Favorite Video Games</h1>
<p>Today, I will be showing you my <b>favorite</b> video games throughout my childhood.
These games helped me through tough times, made great memories, and made me shed a few tears for the emotionally draining games.</p>
</header>

<main>
<!-- Section 1 -->
<section>
<article>
<!-- MY INLINE STYLE-->
<h2 style="font-style: italic">The Sly Cooper Series</h2>
<p>
This is one of the earlier memories I had playing a game made by the company <a href="http://www.naughtydog.com" target="_blank">Naughty Dog</a>.
It was one of the first story games that really had me hooked since Sly Cooper and the Thievious Raccoonus which was the first game. The 3rd game was the <b>BEST</b> one and I will debate anyone on that!
</p>
</article>
<img src="./images/sly.jpeg" width="400px">
</section>

<!-- Section 2-->
<section>
<article>
<h2>Jak and Daxter</h2>
<p>
Jak and Daxter, just like the game before, was developed by <a href="http://www.naughtydog.com" target="_blank">Naughty Dog</a> and once again hit a homerun here. You play as a boy who has a friend that gets turned into an ottsel
(which is a hybird of an otter and weasel). Your quest is to stop the evil villains Gol and Maia from flooding the world with a substance called <b><em>Dark Eco</em></b>. Again, the 3rd game has a different plot than the first, it's much more mature
using weapons and vehicles, but the first one is where my love for the game started.
</p>
<article>
<img src="./images/jak3.jpeg" width="300px">
</section>

<!-- Section 3-->
<section>
<article>
<h2>The Last of Us</h2>
<p>
For anyone who has seen the show, or played the game, you know why this is on here. This game was created by, you guessed it, <a href="http://www.naughtydog.com" target="_blank">Naughty Dog</a>. Another reaon
why they are my favorite gaming studio of all time. The Last of Us is a game that is set in a time where a fungal virus infects the entire world
in a matter of days turning anyone who comes in contact with it into a living zombified host of the parasite. Joel and Ellie are the main characters in this game. Their relationship is rocky at first
for reasons.... <em>unknown</em> but as their relationship grows they start to become very close with one another taking the form of a father daugther type bond that never ceases to make me wish I could
replay this game or the watch the show again for the first time.
</p>
</article>
<img src="./images/thelastofus.jpeg" width="300px">
</section>
<!-- Section 4-->
<section>
<article>
<h2>God of War Ragnarök</h2>
<p>
God of War was developed by <a href="https://sms.playstation.com/" target="_blank">Santa Monica Studios</a>. At the Game Awards 2022, it won awards for...
</p>
<ul>
<li>Best Narrative</li>
<li>Best Score and Music</li>
<li>Best Audio Design</li>
<li>Best Performance (Christopher Judge as Kratos)</li>
<li>Innovation in Accessibility</li>
<li>Best Action/Adventure</li>
</ul>
<p>
After playing the game, you will understand why such a game may receive all the noteworthy awards. It's a captivating story of a father who was
once the God of War develop this relationship with his son Atreus and the perils they endure to save the nine realms and find the missing giants.
</p>
</article>
<img src="./images/godofwar.jpeg" width="300px">
</section>

<!-- Section 5-->
<section>
<article>
<h2>The Elder Scrolls: skyrim</h2>
<p id="testP" class="funParagraph">
A timeless classic created by <a href="https://bethesda.net/en/dashboard" target="_blank">Bethesda</a>. This game is based in a world where magic, dragons, and prophecies are real life.
You can create your own character with fully customizable facial features, race, and name. It's an open world game that has a main quest, but you often forget about that just given the sheer
size of the world you are thrown into. With hundreds of different side missions and an almost infinite amount time you can spend in the game you create the character you want to be in the best RPG
game ever made. After being released 12 years ago, Skyrim fans have taken to modding the game with their own graphics, incorporating ChatGPT to non-player characters, and essentially adding onto an already
masterpiece. This allows the game to live on for so long and still have fans coming back to this game after so long.
</p>
</article>
<img src="./images/skyrim.jpeg" width="400px">
</section>

<!-- Section 5-->
<section>
<article>
<h2>Starfield</h2>
<p>
As a little bonus here, Starfield has not been released yet. Another game made by <a href="https://bethesda.net/en/dashboard" target="_blank">Bethesda</a>. It is coming out this fall in just a few short months. It has been hyped up to surpass Skyrim given the 8+ years the game has been in development.
CEO Todd Howard stated that this game will have 1000 different planets you can visit as you create your own starfaring character in an open world futuristic astronaut game.
</p>
</article>
<img src="./images/starfield.jpeg" width="400px">
</section>

</main>

<footer>
<p> &gt; Created by: Zackary Lukas &lt;</p>
</footer>
</body>
</html>
1 change: 1 addition & 0 deletions node_modules/.bin/jasmine

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading