Files
website/index - Copia.html
2025-11-04 11:10:24 +01:00

104 lines
5.0 KiB
HTML

<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>JMP GAMES</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<video autoplay muted loop playsinline id="background-video">
<source src="assets/background.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<main class="container">
<div class="card logo-card">
<img src="assets/jmpbianco.png" alt="JMP Games" class="logo">
</div>
<div class="card game-card">
<h2>GAMES</h2>
<div class="game-preview">
<h3>The Drunken Beard</h3>
<iframe style="width:100%" height="315" src="https://www.youtube.com/embed/IGv_IGnXH6s?si=nnKGEUqYjIs4Nw90" title="The Drunken Beard" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<br/>
<br/>
<p>In The Drunken Beard, you take the reins of a lively tavern where every pint tells a story. Brew craft beers, manage orders between thirsty dwarves and impatient adventurers, expand the inn and turn it into a legendary haven. Between secret recipes, rustic furnishings, and demanding customers, only the finest innkeeper will win over hearts and livers. Glory awaits.. one beer at a time!
</p>
<div class="release-date">Demo available May 2025</div>
<div class="release-date">Coming December 2025</div>
<a href="https://store.steampowered.com/app/3622810/THE_DRUNKEN_BEARD/" target="_blank"><img src="assets/steam.png" width="50px" alt="Steam"></a>
<div id="steam-events">
<p>
Searching Steam events...
</p>
</div>
</div>
</div>
<div class="card newsletter-card">
<h2>JOIN THE NEWSLETTER</h2>
<p>Subscribe for development updates and exclusive content</p>
<form id="newsletter-form">
<input type="email" placeholder="Enter your email" required>
<input id="subscribe" type="hidden" value="1">
<input id="sub_message" type="hidden" value="Check your mail for confirmation">
<button type="submit">SUBSCRIBE</button>
</form>
</div>
<div class="card team-card">
<h2>THE TEAM</h2>
<div class="team-grid">
<div class="team-member">
<h3>Michele Rossi</h3>
<p>Developer</p>
</div>
<div class="team-member">
<h3>Mauro Cirafisi</h3>
<p>Developer</p>
</div>
<div class="team-member">
<h3>Flavio Fabbrizi</h3>
<p>CEO</p>
</div>
<div class="team-member">
<h3>Matteo Sonaglioni</h3>
<p>2D & 3D Artist</p>
</div>
<div class="team-member">
<h3>Ambra Cirafisi</h3>
<p>Concept Artist</p>
</div>
<div class="team-member">
<h3>Agnese Lucchese</h3>
<p>Animator</p>
</div>
<div class="team-member">
<h3>Angelo Carnemolla</h3>
<p>Sound Designer & Composer</p>
</div>
</div>
</div>
<div class="footer-links">
<a href="privacy-policy.html" target="_self">Privacy Policy</a>
<a href="cookie-policy.html" target="_self">Cookie Policy</a>
</div>
<div class="contact-links">
<a href="https://steamcommunity.com/id/jmpgames/" target="_blank"><img src="assets/steam.png" height="50px" alt="Steam JMP Games"></a>
<a href="https://www.instagram.com/jmpgamesstudio/" target="_blank"><img src="assets/instagram.png" height="50px" alt="Instagram JMP Games"></a>
<a href="https://discord.gg/QudFnQkEcQ" target="_blank"><img src="assets/discord.png" height="50px" alt="Discord JMP Games"></a>
<a href="https://www.youtube.com/@JMPGames-x7b" target="_blank"><img src="assets/youtube.png" height="50px" alt="YouTube JMP Games"></a>
<a href="https://www.tiktok.com/@jmpgamesstudio" target="_blank"><img src="assets/tiktok.png" height="50px" alt="TikTok JMP Games"></a>
<a href="https://www.linkedin.com/company/108363891/" target="_blank"><img src="assets/linkedin.png" height="50px" alt="Linkedin JMP Games"></a>
</div>
<div class="copyright">
<p>&copy; 2025 JMP Games srls. All rights reserved.</p>
<p>VAT: IT02571090444</p>
</div>
</main>
<script src="script.js"></script>
</body>
</html>