-
Notifications
You must be signed in to change notification settings - Fork 0
/
snes.html
35 lines (34 loc) · 1.59 KB
/
snes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<div class="container">
<div class="row text-center platformTitle">
<h1 class="bodyHeading">SNES</h1>
</div>
<div class="col-md-12">
<img src="./snes.jpeg" height="135px" class="pull-left">
<p class="console-paragraph">The SNES was Nintendo's follow up to the popular NES.
The SNES had a large library of quality title, many of which were first party titles
developed by Nintendo themselves. The cartradge based hardware allowed developers to
build their own hardware into the game itself, this allowed for developers to tailor the
hardware to meet their own needs. The SNES offers a great catalouge of platforers such as Super
Mario World, Super Metroid, and Donkey Kong Country. The SNES is also home to some of the best RPG's
ever made, such as Chrono Trigger and Final Fantasy 6 (released as Final Fantasy 3 in the US).
</p>
</div>
<div class="row">
<div class="col-md-4">
<ul> <h1 class="bodyHeading">Recommend games</h1>
<li>Super Metroid</li>
<li>Super Mario World</li>
<li>Final Fantasy 6 (3)</li>
<li>Chrono Trigger</li>
<li>Donkey Kong Country 1-3</li>
<li>The Legend of Zelda a Link To The Past</li>
</ul>
</div>
<div class="col-md-4">
<img src="metroid.jpeg" height="200px">
</div>
<div class="col-md-4">
<img src="dkc.png" height="200px">
</div>
</div>
</div>