Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
157 changes: 78 additions & 79 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,79 +1,78 @@
<!DOCTYPE html>
<html lang="fr">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chocolate | The next gen mediamanager</title>
<link rel="stylesheet" href="style.css">
<script src="main.js" defer></script>
<link rel="icon" href="static/logo.ico">
</head>

<body>
<div class="titleDiv">
<h1 class="title">Chocolate</h1>
<p class="description">Accompagnez vos pop-corns de Chocolate et savourez votre cinéma préféré !</p>
</div>
<div class="lightBubble lightBubble1"></div>
<div class="lightBubble lightBubble2"></div>
<div class="lightBubble lightBubble3"></div>
<div class="lightBubble lightBubble4"></div>

<div class="firstSection">
<img src="static/chocolate_screenshot.webp" alt="Chocolate" class="firstImage imagePres">
<div class="atout1">
<h2 class="atoutTitle">Un design moderne</h2>
<p class="atoutDescription">Chocolate est un logiciel moderne et intuitif, qui vous permettra de profiter de votre cinéma préféré en toute simplicité.</p>
</div>
</div>

<div class="secondSection">
<div class="atout2">
<h2 class="atoutTitle">Un support complet</h2>
<p class="atoutDescription">Chocolate vous permet de profiter de tous vos films, séries, livres, vos chaines TV, vidéos personnelles et même de vos jeux rétro préférés en toute simplicité.</p>
</div>
<img src="static/homemenu_screenshot.webp" alt="Chocolate Home Menu" class="homemenuImage imagePres">
</div>

<div class="thirdSection">
<img src="static/settings_screenshot.webp" alt="Chocolate Theme" class="themeImage imagePres">
<div class="atout3">
<h2 class="atoutTitle">Des paramètres facile à prendre en main</h2>
<p class="atoutDescription">Chocolate est paramètrable à votre guise, vous pouvez choisir votre langue, créer vos libraries, choisir qui peut accéder à quel librarie, et bien plus encore !</p>
</div>
</div>

<div class="finalSection">
<div class="textDownload">
<h2 class="finalTitle">Télécharger Chocolate</h2>
<p class="finalDescription">Chocolate est disponible sur Windows, Linux et MacOS</p>
</div>
<div class="downloadDiv">
<a href="https://github.com/ChocolateApp/Chocolate/releases/latest" class="downloadButton">Télécharger</a>
</div>
</div>

<footer>
<div class="leftFooter">
<span>
<img src="https://raw.githubusercontent.com/ChocolateApp/chocolateApp.github.io/main/static/logo.webp" alt="Chocolate Logo">
<h2>A propos de Chocolate</h2></span>
<p class="footerDescription">Chocolate est un logiciel libre et gratuit, développé par <a href="github.com/ChocolateApp" class="footerLink">ChocolateApp</a></p>
</div>
<div class="centerFooter">
<h2 class="footerTitle">Liens</h2>
<a href="https://github.com/ChocolateApp" class="footerLink">Github</a>
<a href="https://discord.gg/qbWdzuPhZ4" class="footerLink">Discord</a>
</div>
<div class="rightFooter">
<h2 class="footerTitle">Contact</h2>
<a href="mailto:[email protected]" class="footerLink">
[email protected]
</a>
</footer>

</body>

</html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chocolate | The next gen mediamanager</title>
<link rel="stylesheet" href="style.css">
<script src="main.js" defer=""></script>
<link rel="icon" href="static/logo.ico">
</head>

<body>
<div class="titleDiv">
<h1 class="title">Chocolate</h1>
<p class="description">Accompany your popcorn with Chocolate and enjoy your favorite cinema!</p>
</div>
<div class="lightBubble lightBubble1"></div>
<div class="lightBubble lightBubble2"></div>
<div class="lightBubble lightBubble3"></div>
<div class="lightBubble lightBubble4"></div>

<div class="firstSection">
<img src="static/chocolate_screenshot.webp" alt="Chocolate" class="firstImage imagePres" style="transform: rotate3d(-6, 34, 6, 16deg);">
<div class="atout1">
<h2 class="atoutTitle">Modern Design</h2>
<p class="atoutDescription">Chocolate is a modern and intuitive software, which will allow you to enjoy your favorite cinema with ease.</p>
</div>
</div>

<div class="secondSection">
<div class="atout2">
<h2 class="atoutTitle">Full support</h2>
<p class="atoutDescription">Chocolate allows you to enjoy all your favorite movies, series, books, TV channels, home videos and even your favorite retro games.</p>
</div>
<img src="static/homemenu_screenshot.webp" alt="Chocolate Home Menu" class="homemenuImage imagePres">
</div>

<div class="thirdSection">
<img src="static/settings_screenshot.webp" alt="Chocolate Theme" class="themeImage imagePres">
<div class="atout3">
<h2 class="atoutTitle">Easy-to-use settings</h2>
<p class="atoutDescription">Chocolate is configurable to your liking, you can choose your language, create your libraries, choose who can access which libraries, and much more!</p>
</div>
</div>

<div class="finalSection">
<div class="textDownload">
<h2 class="finalTitle">Download Chocolate</h2>
<p class="finalDescription">Chocolate is available on Windows, Linux and MacOS</p>
</div>
<div class="downloadDiv">
<a href="https://github.com/ChocolateApp/Chocolate/releases/latest" class="downloadButton">Download</a>
</div>
</div>

<footer>
<div class="leftFooter">
<span>
<img src="https://raw.githubusercontent.com/ChocolateApp/chocolateApp.github.io/main/static/logo.webp" alt="Chocolate Logo">
<h2>About Chocolate</h2></span>
<p class="footerDescription">Chocolate is a free and open source software, developed by <a href="github.com/ChocolateApp" class="footerLink">ChocolateApp</a></p>
</div>
<div class="centerFooter">
<h2 class="footerTitle">Links</h2>
<a href="https://github.com/ChocolateApp" class="footerLink">Github</a>
<a href="https://discord.gg/qbWdzuPhZ4" class="footerLink">Discord</a>
</div>
<div class="rightFooter">
<h2 class="footerTitle">Contact</h2>
<a href="mailto:[email protected]" class="footerLink">
[email protected]
</a>
</div></footer>



</body>
</html>