117 lines
4.1 KiB
HTML
117 lines
4.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="hu" xml:lang="hu">
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" />
|
|
<link rel="stylesheet" href="css/main.css" />
|
|
<link rel="stylesheet" href="css/print.css" />
|
|
<link rel="icon" type="image/x-icon" href="media/images/jedi-symbol.png" />
|
|
<title>Star Wars - Játékok</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="header">
|
|
<a class="visually-hidden-focusable" href="#main">Ugrás a tartalomra</a>
|
|
<h1 class="display-1">STAR WARS</h1>
|
|
<div id="nav">
|
|
<div class="container position-relative p-0">
|
|
<ul class="nav justify-content-center flex-column flex-sm-row">
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="index.html">Főoldal</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="films.html">Filmek</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="series.html">Sorozatok</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link active" href="games.xhtml">Játékok</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="jedi.html">Jedi Generátor</a>
|
|
</li>
|
|
</ul>
|
|
<button id="switch-high-contrast" onclick="switchMode()">
|
|
<img src="media/images/high-contrast.svg" alt="Nagy kontraszt" />
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div id="main" class="container p-4">
|
|
<h2>Videójátékok</h2>
|
|
<div class="table-responsive">
|
|
<table summary="Star Wars videójátékok" class="table caption-top text-nowrap">
|
|
<caption class="pt-0 text-center text-wrap">A Star Wars tartalommal gazdag videójátékok terén is, rengeteg játék készült a galaxisról. Ebben a táblázatban felsorok néhány videójátékot, amivel játszottam és ajánlom.</caption>
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Játék neve</th>
|
|
<th scope="col">Fejlesztő</th>
|
|
<th scope="col">Kiadási Év</th>
|
|
<th scope="col">Műfaj</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th scope="row">Star Wars: Jedi Fallen Order</th>
|
|
<td>Respawn Entertainment</td>
|
|
<td>2019</td>
|
|
<td>Kaland</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">Star Wars: Battlefront II</th>
|
|
<td>EA DICE</td>
|
|
<td>2017</td>
|
|
<td>Lövöldözős</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">LEGO Star Wars: The Skywalker Saga</th>
|
|
<td>TT Games</td>
|
|
<td>2022</td>
|
|
<td>Platformer/Kaland</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">LEGO Star Wars: The Complete Saga</th>
|
|
<td>TT Games</td>
|
|
<td>2009</td>
|
|
<td>Platformer/Kaland</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">Star Wars: Empire At War</th>
|
|
<td>Petroglyph</td>
|
|
<td>2006</td>
|
|
<td>Valósi idejű stratégia</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">Star Wars: The Force Unleashed</th>
|
|
<td>LucasArts</td>
|
|
<td>2008</td>
|
|
<td>Akció-kalandjáték</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">Star Wars: Battlefront II</th>
|
|
<td>Pandemic Studios</td>
|
|
<td>2007</td>
|
|
<td>Lövöldözős</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="footer">
|
|
<div class="container d-flex px-4 py-2">
|
|
<p class="d-inline-block w-50 m-0"><a href="https://starwars.com">StarWars.com</a></p>
|
|
<p class="text-end w-50 m-0">Készítette: Baldauf Márton</p>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="switch-css.js" type="text/javascript"></script>
|
|
</body>
|
|
|
|
</html> |