Files
RetroCityWeb/systems.html
2018-04-21 16:30:24 -05:00

59 lines
4.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Retro City</title>
<script src='sketch.js' type="text/javascript"></script>
<link href='style.css' rel='stylesheet'>
</head>
<body>
<div class="wraper">
<!--Header/Nav-->
<div class="header">
<h1 id="logo">Retro City</h1>
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="pong.html">Pong</a></li>
<li><a href="systems.html"><strong>Systems</strong></a></li>
<li><a href="games.html">Games</a></li>
</ul>
</div>
<!--Catagories: Located on right-->
<div class="catagories">
<h3 class="titles">catagories</h5>
<ul>
<li><a href="#Odyssey">Odyssey</a></li>
<li><a href="#NES">NES</a></li>
<li><a href="#sega">Genesis</a></li>
</ul>
</div>
<!--Content for site-->
<div class="content">
<h2 class="titles" id="Odyssey">Magnavox Odyssey</h2>
<div class="text">
<img src="media/odyssey.png" alt="">
<p>The Magnavox Odyssey is the first commercial home video game console. It was developed by a small team led by Ralph H. Baer at Sanders Associates and released by Magnavox in the United States in September 1972 and overseas the following year. The Odyssey consists of a white, black, and brown box which connects to a television set and two rectangular controllers attached by wires. It is capable of displaying three square dots on the screen in monochrome black and white, with differing behavior for the dots depending on the game played, and with no sound capabilities. Players place plastic overlays on the screen to create visuals, and the one or two players for each game control their dots with the three knobs and one button on the controller in accordance with the rules given for the game. The Odyssey console came packaged with dice, paper money, and other board game paraphernalia to go along with the games, and a peripheral controller—the first video game light gun—was sold separately.</p>
</div>
<h2 class="titles" id="NES">Nintendo Entertainment System</h2>
<div class="text">
<img src="media/nes.jpg" alt="">
<img src="media/nes2.jpg" alt="">
<p>The Nintendo Entertainment System (commonly abbreviated as NES) is an 8-bit home video game console that was developed and manufactured by Nintendo. It was initially released in Japan as the Family Computer (Japanese: ファミリーコンピュータ Hepburn: Famirī Konpyūta) (also known by the portmanteau abbreviation Famicom (ファミコン Famikon) and abbreviated as FC) on July 15, 1983, and was later released in New York City in 1985, and throughout the U.S as well as in Europe during 1986 and 1987, and Australia in 1987. In South Korea, it was known as the Hyundai Comboy (현대 컴보이 Hyeondae Keomboi) and was distributed by SK Hynix which then was known as Hyundai Electronics. The best-selling gaming console of its time, the NES helped revitalize the US video game industry following the video game crash of 1983. With the NES, Nintendo introduced a now-standard business model of licensing third-party developers, authorizing them to produce and distribute titles for Nintendo's platform. It was succeeded by the Super Nintendo Entertainment System.</p>
</div>
<h2 class="titles" id="sega">Sega Genisis</h2>
<div class="text">
<img src="media/segag1.jpg" alt="">
<img src="media/segag2.jpg" alt="">
<p>The Sega Genesis, known as the Mega Drive in regions outside of North America, is a 16-bit home video game console developed and sold by Sega. The Genesis was Sega's third console and the successor to the Master System. Sega released the console as the Mega Drive in Japan in 1988, followed by North America as the Genesis in 1989. In 1990, the console was distributed as the Mega Drive by Virgin Mastertronic in Europe, Ozisoft in Australasia, and Tectoy in Brazil. In South Korea, the systems were distributed by Samsung as the Super Gam*Boy and later the Super Aladdin Boy.</p>
</div>
</div>
</div>
<!--Footer-->
<div class="footer">
<p>Created by: Brandon Behar, Erin Sims, Wade Kelly-Higgs</p>
</div>
</body>
</html>