|
<!DOCTYPE html> |
|
<html lang="fr"> |
|
<head> |
|
<meta charset="UTF-8" /> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
<title>Through Their Eyes - How to Play</title> |
|
<link rel="stylesheet" href="../assets/css/index-style.css" /> |
|
<link rel="stylesheet" href="../assets/css/how-to-play.css" /> |
|
</head> |
|
<body> |
|
<div class="led-bar"> |
|
<div class="light-beam"></div> |
|
</div> |
|
|
|
<div class="background-elements"> |
|
<img src="../assets/img/blood-2.png" alt="" class="blood blood-top-left" /> |
|
<img src="../assets/img/help.png" alt="" class="blood blood-top-right" /> |
|
<img src="../assets/img/splatter.png" alt="" class="blood splatter" /> |
|
<img src="../assets/img/hand.png" alt="" class="blood blood-bottom-right" /> |
|
</div> |
|
|
|
<main> |
|
<div class="content"> |
|
<h1>How to Play</h1> |
|
<p class="main-description"> |
|
You can only communicate by texting. Keep her calm and focused. |
|
</p> |
|
|
|
<div class="video-container"> |
|
<img |
|
src="../assets/img/how_to_play/video.gif" |
|
alt="Communication example" |
|
class="tutorial-video" |
|
/> |
|
</div> |
|
|
|
<div class="navigation-buttons"> |
|
<a href="../index.html" class="next-button">Back to Menu</a> |
|
</div> |
|
</div> |
|
</main> |
|
|
|
</body> |
|
</html> |
|
|