Commit 62cac6a5 authored by Okthane's avatar Okthane
parents 9ef78f7c fd217760
......@@ -6,9 +6,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="img/favicon.ico">
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="tensorflow.js"></script>
......@@ -29,14 +29,15 @@
<div class="d-none d-sm-none d-md-none d-lg-block">
<div id="header-large"class="row d-flex justify-content-between">
<!-- Bandeau -->
<div id="logo-header" class="logo-l col-md-1 logo-header"></div>
<div class="site-branding col-md-4 align-self-center">Compléments Inscription</div>
<div id="couleurs-droite" class=" col-md-1"></div>
<div id="logo-headers" class="col-md-4 text-left"> <img style="height: 150px;width: 300px;" src="img/logo-header.png" class="text-left"></div>
<div class="site-branding col-md-4 align-self-center text-center">Compléments Inscription</div>
<div id="couleurs-droite" class=" col-md-4"></div>
</div>
</div >
<div class="row d-flex justify-content-center d-lg-none d-xl-none d-xxl-none text-center ">
<div id="logo-header" class="small-logo bg-white ps-5"></div>
<div id="logo-header" class="small-logo bg-white ps-5"> <img style="height: 170px;width: 256px;" src="img/Logo_IMT_Nord_Europe.png" ></div>
</div>
<div class="row d-flex justify-content-between d-lg-none d-xl-none d-xxl-none text-center">
<div class="header-small">Compléments Inscription<br>IMT Nord Europe</div>
......
......@@ -64,17 +64,10 @@ html,body{
.small-logo{
background-color: white !important;
}
#logo-header{
background-image: url('img/logo-header.png');
/* background-image: url('https://myservices.imt-lille-douai.fr/portail/wp-content/themes/MyServices/img/logo-header.png'); */
}
.logo-header{
height: 150px;
width: 300px;
background-image: url('img/logo-header.png');
/* background-image: url('https://myservices.imt-lille-douai.fr/portail/wp-content/themes/MyServices/img/logo-header.png'); */
background-size: 300px 150px;
#logo-headers{
height: 150px !important;
width: 300px !important;
background-color: #00b8de;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment