Skip to content
Snippets Groups Projects
Commit e641fb0f authored by CARRE Antoine's avatar CARRE Antoine
Browse files

Fin modifs Sommaire

parent cd9b8f3e
No related branches found
No related tags found
No related merge requests found
......@@ -29,20 +29,9 @@ body {
}
.logo {
width: 15%;
width: 80%;
}
background{
margin: 0;
padding: 0;
height: 100vh;
background-image: url('jeu-de-go.jpeg'); /* Image en fond */
background-size: cover;
background-position: center;
}
.custom-fond { background-color: rgb(132, 206, 234); }
.custom-button { background-color: rgb(202, 202, 202); }
......
<!DOCTYPE html>
<html lang="fr">
<body>
<head>
<link rel="stylesheet" href="{{ url_for('static', filename='bootstrap/css/bootstrap.css') }}">
<link rel="stylesheet" type="text/css" href="{{ url_for('static',filename = 'styles.css') }}">
......@@ -10,13 +11,13 @@
<div class="container-fluid text-center bg custom-color">
<div class="container-fluid text-center">
<div class="row">
<div class="col-5 custom-color">
<div class="col custom-color">
<a href="{{ url_for('credit') }}"><button class = "btn bg custom-button btn-grand">Credits</button></a>
</div>
<div class="container-2 text-center col custom-color">
<div class="container text-center col text-light">
<h1>Sommaire</h1>
</div>
<div class="col-5 custom-color">
<div class="col custom-color">
<img src="{{ url_for('static', filename='Logo-Tanuki_bleu_ciel.png') }}" class="logo logo-Tenuki" alt="Logo de l'association" id="logo">
</div>
</div>
......@@ -24,21 +25,22 @@
</br>
</br>
</br>
<body>
<div class="container-fluid text-center">
<div class="row">
<div class="col-6"><a href = {{ url_for('index') }}><button class="col-12 btn bg custom-button">
<div class="col"><a href = {{ url_for('index') }}><button class="col-12 btn bg custom-button">
</br></br></br><h1>PARTIES EN COURS</h1></br></br></br>
</button></a></div>
<div class="col-6"><a href = {{ url_for('historique') }}><button class="col-12 btn bg custom-button">
<div class="col"><a href = {{ url_for('historique') }}><button class="col-12 btn bg custom-button">
</br></br></br><h1>HISTORIQUE</h1></br></br></br>
</button></a></div>
</div>
</div>
</br>
</br>
<img class="centered-image" src="jeu-de-go.jpeg" alt="Image centrée"></img>
</div>
</body>
</div>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment