Skip to content
Snippets Groups Projects
Commit 0fa59783 authored by ghalys's avatar ghalys
Browse files

Fin changement html pour la journée

parent 1982887b
No related branches found
No related tags found
No related merge requests found
static/Logo_Tenuki_gris.jpg

35.9 KiB

......@@ -9,8 +9,8 @@ body {
}
.centered-image {
max-width: 100%;
max-height: 100%;
max-width: 70%;
max-height: 50%;
opacity: 0.5;
}
......@@ -47,10 +47,18 @@ body {
font-size: 48px;
padding: 30px 60px;
}
#video-container, #image {
#image {
/*float: left;*/
position: relative;
width: 40%; /* Chaque div prend la moitié de la largeur */
width: 60%; /* Chaque div prend la moitié de la largeur */
box-sizing: border-box; /* Inclut la bordure et le padding dans la largeur */
margin-right: 10px; /* Ajustez la marge selon vos besoins */
}
#video-container {
/*float: left;*/
position: relative;
width: 70%; /* Chaque div prend la moitié de la largeur */
box-sizing: border-box; /* Inclut la bordure et le padding dans la largeur */
margin-right: 10px; /* Ajustez la marge selon vos besoins */
}
......
......@@ -9,6 +9,21 @@
<title>Sommaire</title>
</head>
<div class="container-fluid text-center bg custom-color">
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
<div class="container-fluid text-center">
<div class="row">
<div class="col custom-color">
......@@ -38,7 +53,7 @@
</div>
</br>
</br>
<img class="centered-image" src="jeu-de-go.jpeg" alt="Image centrée"></img>
<img class="centered-image" src="{{ url_for('static', filename='jeu-de-go.jpeg') }}" alt="Image centrée"></img>
</div>
</body>
</div>
......
......@@ -27,6 +27,12 @@
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
<div class="row">
......@@ -49,8 +55,8 @@
<div class="col">
<div class="col">
<form method="POST" action="/" id="myForm">
<button class="btn bg custom-button btn-petit" type="submit" id="start-button" name="psw1" value="0" {% if disabled_button == 'start-button' %}disabled{% endif %}>Démarrer l'enregistrement de la partie</button>
<button class="btn bg custom-button btn-petit" type="submit" id="stop-button" name="psw1" value="1" {% if disabled_button == 'stop-button' %}disabled{% endif %}>Stop Camera</button>
<button class="btn bg custom-button btn-grand" type="submit" id="start-button" name="psw1" value="0" {% if disabled_button == 'start-button' %}disabled{% endif %}>Démarrer l'enregistrement de la partie</button>
<button class="btn bg custom-button btn-grand" type="submit" id="stop-button" name="psw1" value="1" {% if disabled_button == 'stop-button' %}disabled{% endif %}>Stop Camera</button>
</form>
</div>
</div>
......@@ -66,6 +72,7 @@
<div class="col">
<div id="image">
<img id="image" src="" alt="Image"></img>
</br>
<form method="POST" action="/game" id="move">
<button class="btn bg custom-button btn-petit" type="submit" id="start-button4" name="psw2" value="2" {% if disabled_buttono == 'stop-button' %}disabled{% endif %}> &lt;&lt; </button>
<button class="btn bg custom-button btn-petit" type="submit" id="start-button1" name="psw2" value="3" {% if disabled_buttono == 'stop-button' %}disabled{% endif %}> &lt; </button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment