Web/projects/owheroes/support.html

68 lines
4.0 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="imgs/owlogo.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>OW Heroes - Support</title>
</head>
<body>
<div class="container">
<div class="jumbotron" id="fejlec">
<h1 class="display-3 text-center cim">Overwatch Heroes</h1>
<div class="menu">
<div class="row nopadding">
<div class="col-md-8 d-none d-md-block nopadding">
<p class="roles nopadding">ROLES</p>
</div>
<div class="col-md-4 nopadding"><a class="play nopadding" href="index.html">TIC TAC TOE</a></div>
</div>
<div class="row nav nopadding">
<div class="col-md-8 nopadding">
<div class="row nopadding">
<div class="col-4 nopadding">
<a class="d-sm-block d-none role" href="damage.html"><img class="d-inline imgroles" src="imgs/damage.png" alt=""> DAMAGE</a>
<a class="d-sm-none d-block role" href="damage.html"><img class="d-inline imgroles" src="imgs/damage.png" alt=""></a>
</div>
<div class="col-4 nopadding">
<a class="d-sm-block d-none role" href="tank.html"><img class="imgroles" src="imgs/tank.png" alt=""> TANK</a>
<a class="d-sm-none d-block role" href="tank.html"><img class="imgroles" src="imgs/tank.png" alt=""></a>
</div>
<div class="col-4 nopadding">
<a class="d-sm-block d-none role active" href="support.html"><img class="imgroles" src="imgs/support.png" alt=""> SUPPORT</a>
<a class="d-sm-none d-block role active" href="support.html"><img class="imgroles" src="imgs/support.png" alt=""></a>
</div>
</div>
</div>
<div class="col-md-4 nopadding">
<p class="credit">CREATAED BY:<img class="owlogo" src="imgs/owlogo.png" alt=""><br> BALDAUF MÁRTON</p>
</div>
</div>
</div>
</div>
<div class="row nopadding jumbotron" id="torzs">
<article class="col-md-4">
<h1 class="hero">Mercy</h1>
<p class="text-justify">Mercys Valkyrie Suit helps keep her close to teammates like a guardian angel; healing, resurrecting or strengthening them with the beams emanating from her Caduceus Staff.</p>
<img class="img-thumbnail" src="imgs/heroes/mercy.png" alt="">
</article>
<article class="col-md-4">
<h1 class="hero">Zenyatta</h1>
<p class="text-justify">Zenyatta calls upon orbs of harmony and discord to heal his teammates and weaken his opponents, all while pursuing a transcendent state of immunity to damage.</p>
<img class="img-thumbnail" src="imgs/heroes/zenyatta.png" alt="">
</article>
<article class="col-md-4">
<h1 class="hero">Lucio</h1>
<p class="text-justify">On the battlefield, Lúcios cutting-edge Sonic Amplifier buffets enemies with projectiles and knocks foes back with blasts of sound. His songs can both heal his team or boost their movement speed, and he can switch between tracks on the fly.</p>
<img class="img-thumbnail" src="imgs/heroes/lucio.png" alt="">
</article>
</div>
</div>
</body>
</html>