mirror of
https://github.com/zoriya/RaccoonWebsite.git
synced 2025-12-05 23:46:09 +00:00
Adding images for EAU
Removing unnecesary cdn references.
This commit is contained in:
BIN
drawables/Eau/Games.PNG
Normal file
BIN
drawables/Eau/Games.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 MiB |
BIN
drawables/Eau/RecentGames.png
Normal file
BIN
drawables/Eau/RecentGames.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 212 KiB |
BIN
drawables/Eau/Settings.PNG
Normal file
BIN
drawables/Eau/Settings.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
21
en/eau.html
21
en/eau.html
@@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
|
||||||
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
|
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
|
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -25,15 +26,14 @@
|
|||||||
<div class="col-6 mx-auto">
|
<div class="col-6 mx-auto">
|
||||||
<h1>Eau</h1>
|
<h1>Eau</h1>
|
||||||
<p>Eau is a launcher that allow you to start games without carring of witch launcher you need to start.</p>
|
<p>Eau is a launcher that allow you to start games without carring of witch launcher you need to start.</p>
|
||||||
<a class="btn btn-outline-primary download-btn w-25" href="https://github.com/AnonymusRaccoon/Eau/releases/latest">Download</a>
|
<a class="btn btn-outline-primary download-btn" href="https://github.com/AnonymusRaccoon/Eau/releases/latest">Download</a>
|
||||||
<a class="btn btn-outline-primary download-btn w-25" href="https://eau.raccoon-sdg.fr">See the web version</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="container py-5">
|
||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
<div class="col-md-6 order-md-2 mx-auto section-img">
|
<div class="col-md-6 order-md-2 mx-auto section-img">
|
||||||
<img style="max-height: 35rem;" src="../drawables/Opus/Placeholder.png" />
|
<img style="max-height: 35rem; max-width: 100%;" src="../drawables/Eau/Games.PNG" />
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6 text-center text-md-left pt-2 pb-4">
|
<div class="col-md-6 text-center text-md-left pt-2 pb-4">
|
||||||
<h2>Gather all your games together</h2>
|
<h2>Gather all your games together</h2>
|
||||||
@@ -42,10 +42,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="container py-5">
|
||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
<div class="col-md-6 mx-auto section-img">
|
<div class="col-md-6 mx-auto section-img">
|
||||||
<img style="max-height: 35rem;" src="../drawables/Opus/Placeholder.png" />
|
<img style="max-height: 35rem; max-width: 100%;" src="../drawables/Eau/RecentGames.png" />
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6 text-center text-md-right pt-2 pb-4">
|
<div class="col-md-6 text-center text-md-right pt-2 pb-4">
|
||||||
<h2>Recently played games</h2>
|
<h2>Recently played games</h2>
|
||||||
@@ -53,10 +53,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="container py-5">
|
||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
<div class="col-md-6 order-md-2 mx-auto section-img">
|
<div class="col-md-6 order-md-2 mx-auto section-img">
|
||||||
<img style="max-height: 35rem;" src="../drawables/Opus/Placeholder.png" />
|
<img style="max-height: 35rem; max-width: 100%;" src="../drawables/Eau/Settings.PNG" />
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6 text-center text-md-left pt-2 pb-4">
|
<div class="col-md-6 text-center text-md-left pt-2 pb-4">
|
||||||
<h2>Connect to launchers and the app will remember you.</h2>
|
<h2>Connect to launchers and the app will remember you.</h2>
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="container py-5">
|
||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
<div class="col-md-7 mx-auto section-img">
|
<div class="col-md-7 mx-auto section-img">
|
||||||
<img class="align-left" style="max-width: 40rem;" src="../drawables/Eau/ProjectBoard.PNG" />
|
<img class="align-left" style="max-width: 40rem;" src="../drawables/Eau/ProjectBoard.PNG" />
|
||||||
@@ -79,9 +79,6 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="bg-dark" id="footer"></footer>
|
<footer class="bg-dark" id="footer"></footer>
|
||||||
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
|
|
||||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
|
|
||||||
<script>
|
<script>
|
||||||
$(function()
|
$(function()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
|
||||||
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
|
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
|
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header id="nav" style="height: 56px;"></header>
|
<header id="nav" style="height: 56px;"></header>
|
||||||
@@ -121,9 +121,6 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="bg-dark" id="footer"></footer>
|
<footer class="bg-dark" id="footer"></footer>
|
||||||
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
|
|
||||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
|
|
||||||
<script>
|
<script>
|
||||||
$(function()
|
$(function()
|
||||||
{
|
{
|
||||||
|
|||||||
36
fr/eau.html
36
fr/eau.html
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
|
||||||
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
|
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
|
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header id="nav" style="height: 56px;"></header>
|
<header id="nav" style="height: 56px;"></header>
|
||||||
@@ -25,15 +25,14 @@
|
|||||||
<div class="col-6 mx-auto">
|
<div class="col-6 mx-auto">
|
||||||
<h1>Eau</h1>
|
<h1>Eau</h1>
|
||||||
<p>Eau est un launcher permettant de lancer tous les jeux peu-importe leur launcher d'origine.</p>
|
<p>Eau est un launcher permettant de lancer tous les jeux peu-importe leur launcher d'origine.</p>
|
||||||
<a class="btn btn-outline-primary download-btn w-25" href="https://github.com/AnonymusRaccoon/Eau/releases/latest">Télécharger</a>
|
<a class="btn btn-outline-primary download-btn" href="https://github.com/AnonymusRaccoon/Eau/releases/latest">Télécharger</a>
|
||||||
<a class="btn btn-outline-primary download-btn w-25" href="https://eau.raccoon-sdg.fr">Consulter la version web</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="container py-5">
|
||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
<div class="col-md-6 order-md-2 mx-auto section-img">
|
<div class="col-md-6 order-md-2 mx-auto section-img">
|
||||||
<img style="max-height: 35rem;" src="../drawables/Opus/Placeholder.png" />
|
<img style="max-height: 35rem; max-width: 100%;" src="../drawables/Eau/Games.png" />
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6 text-center text-md-left pt-2 pb-4">
|
<div class="col-md-6 text-center text-md-left pt-2 pb-4">
|
||||||
<h2>Réunissez tous vos jeux au même endroit</h2>
|
<h2>Réunissez tous vos jeux au même endroit</h2>
|
||||||
@@ -42,21 +41,21 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="container py-5">
|
||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
<div class="col-md-6 mx-auto section-img">
|
<div class="col-md-6 mx-auto section-img">
|
||||||
<img style="max-height: 35rem;" src="../drawables/Opus/Placeholder.png" />
|
<img style="max-height: 35rem; max-width: 100%;" src="../drawables/Eau/RecentGames.png" />
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6 text-center text-md-right pt-2 pb-4">
|
<div class="col-md-6 text-center text-md-right pt-2 pb-4">
|
||||||
<h2>Jeux récement utiliés</h2>
|
<h2>Jeux récement utiliés</h2>
|
||||||
<p>L'application montre les jeux auquels vous avez joué recement. Gagnez du temps et ne les cherchez plus dans votre liste de jeux.</p>
|
<p>L'application montre les jeux auquels vous avez joué recement. Gagnez du temps et ne les cherchez plus dans votre liste de jeux.</p>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="container">
|
</div>
|
||||||
|
<div class="container py-5">
|
||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
<div class="col-md-6 order-md-2 mx-auto section-img">
|
<div class="col-md-6 order-md-2 mx-auto section-img">
|
||||||
<img style="max-height: 35rem;" src="../drawables/Opus/Placeholder.png" />
|
<img style="max-height: 35rem; max-width: 100%;" src="../drawables/Eau/Settings.PNG" />
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6 text-center text-md-left pt-2 pb-4">
|
<div class="col-md-6 text-center text-md-left pt-2 pb-4">
|
||||||
<h2>Connectez vous avec vos launchers et l'application se souviendrat de vous</h2>
|
<h2>Connectez vous avec vos launchers et l'application se souviendrat de vous</h2>
|
||||||
@@ -64,7 +63,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="container py-5">
|
||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
<div class="col-md-7 mx-auto section-img">
|
<div class="col-md-7 mx-auto section-img">
|
||||||
<img class="align-left" style="max-width: 40rem;" src="../drawables/Eau/ProjectBoard.PNG" />
|
<img class="align-left" style="max-width: 40rem;" src="../drawables/Eau/ProjectBoard.PNG" />
|
||||||
@@ -79,9 +78,6 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="bg-dark" id="footer"></footer>
|
<footer class="bg-dark" id="footer"></footer>
|
||||||
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
|
|
||||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
|
|
||||||
<script>
|
<script>
|
||||||
$(function()
|
$(function()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
|
||||||
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
|
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
|
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header id="nav" style="height: 56px;"></header>
|
<header id="nav" style="height: 56px;"></header>
|
||||||
@@ -122,9 +122,6 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="bg-dark" id="footer"></footer>
|
<footer class="bg-dark" id="footer"></footer>
|
||||||
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
|
|
||||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
|
|
||||||
<script>
|
<script>
|
||||||
$(function()
|
$(function()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user