Change every file 3
continuous-integration/drone/push Build is passing Details

master
dorian.hodin 2 years ago
parent 678d8d35ad
commit 7a51b1979b

@ -1,51 +1,7 @@
* {
margin: 0;
padding: 0;
}
body { body {
background-image: url('Views/IMAGES/background_uca.png'); background-image: url('../IMAGES/background_uca.png');
background-attachment: fixed; background-attachment: fixed;
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
font-family : 'Poppins', 'Signika', sans-serif; font-family : 'Poppins', 'Signika', sans-serif;
} }
h1 {
text-align: center;
font-weight: bold;
font-size: 200%;
padding: 1.5%;
color: white;
background-color: rgb(23,143,150);
}
:not(h1) {
color: #5e5c5c;
}
#logoUCA {
position: absolute;
padding-left: 3%;
padding-top: 2%;
}
#container {
display: flex;
flex-direction: row;
justify-content: space-around;
}
.form-center {
text-align: center;
}
.hidden-content {
visibility: hidden;
}
.button-continue {
border-radius: 10px;
width: 1rem;
color: red;
}

@ -4,15 +4,10 @@
/* Le reste de votre code CSS ici */ /* Le reste de votre code CSS ici */
body {
background: #eee
}
#regForm { #regForm {
background-color: #ffffff; background-color: #ffffff;
margin: 0px auto; margin: 0 auto;
font-family: Poppins; font-family: Poppins, serif;
padding: 40px; padding: 40px;
border-radius: 30px; border-radius: 30px;
background-color: rgba(23,143,150,0.7); background-color: rgba(23,143,150,0.7);
@ -24,7 +19,7 @@ body {
h1 { h1 {
text-align: center; text-align: center;
font-family: Poppins; font-family: Poppins, serif;
} }
h6 { h6 {
@ -35,7 +30,7 @@ input {
padding: 10px; padding: 10px;
width: 100%; width: 100%;
font-size: 17px; font-size: 17px;
font-family: Raleway; font-family: Raleway, serif;
border: 1px solid #aaaaaa; border: 1px solid #aaaaaa;
border-radius: 10px; border-radius: 10px;
-webkit-appearance: none; -webkit-appearance: none;
@ -65,7 +60,7 @@ button {
border-radius: 50%; border-radius: 50%;
padding: 10px 20px; padding: 10px 20px;
font-size: 17px; font-size: 17px;
font-family: Raleway; font-family: Raleway, serif;
cursor: pointer cursor: pointer
} }

@ -114,7 +114,7 @@ body {
text-align: var(--bs-body-text-align); text-align: var(--bs-body-text-align);
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
background-image: url('../../../../SAE4.01_Temoignages/Source/Views/IMAGES/background_uca.png'); background-image: url('../IMAGES/background_uca.png');
background-attachment: fixed; background-attachment: fixed;
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;

@ -41,7 +41,7 @@
<div class="collapse navbar-collapse" id="navbarSupportedContent"> <div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0"> <ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="<?php echo $_ENV['CONTAINER_NAME']."/index.php?action=GoToAddTestimony"?>">Témoignages</a> <a class="nav-link" href="index.php?action=GoToAddTestimony">Témoignages</a>
</li> </li>
</ul> </ul>
</div> </div>
@ -68,7 +68,7 @@
<script src="<?php echo $jQueryMin; ?>"></script> <script src="<?php echo $jQueryMin; ?>"></script>
<script src="<?php echo $bundle4; ?>"></script> <script src="<?php echo $bundle4; ?>"></script>
<script src="<?php echo $bundle5; ?>"></script> <script src="<?php echo $bundle5; ?>"></script>
<script src="<?php echo $_ENV['CONTAINER_NAME']."Views/JS/scripts.js"?>"></script> <script src="Views/JS/scripts.js"></script>
</body> </body>

@ -2,8 +2,8 @@
<html lang="fr"> <html lang="fr">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="<?php echo $_ENV['CONTAINER_NAME']."/Views/CSS/common.css"?>"> <link type="text/css" rel="stylesheet" href="Views/CSS/common.css">
<link type="text/css" rel="stylesheet" href="<?php echo $_ENV['CONTAINER_NAME']."/node_modules/bootstrap/dist/css/bootstrap.min.css"?>"> <link type="text/css" rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<title>Error Page</title> <title>Error Page</title>
<body class="d-flex flex-column align-items-center"> <body class="d-flex flex-column align-items-center">
<h1> <h1>

@ -8,7 +8,6 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="Views/CSS/styles.css" /> <link type="text/css" rel="stylesheet" href="Views/CSS/styles.css" />
<link type="text/css" rel="stylesheet" href="Views/CSS/stylesForm.css" /> <link type="text/css" rel="stylesheet" href="Views/CSS/stylesForm.css" />
<link type="text/css" rel="stylesheet" href="Views/CSS/base.css" />
<link rel="preconnect" href="<?php echo $googleApis; ?>"> <link rel="preconnect" href="<?php echo $googleApis; ?>">
<link rel="preconnect" href="<?php echo $googleStatic; ?>" crossorigin> <link rel="preconnect" href="<?php echo $googleStatic; ?>" crossorigin>
<link href="<?php echo $poppins; ?>" rel="stylesheet"> <link href="<?php echo $poppins; ?>" rel="stylesheet">

@ -108,7 +108,7 @@
<script src="<?php echo $jQueryMin; ?>"></script> <script src="<?php echo $jQueryMin; ?>"></script>
<script src="<?php echo $bundle4; ?>"></script> <script src="<?php echo $bundle4; ?>"></script>
<script src="<?php echo $bundle5; ?>"></script> <script src="<?php echo $bundle5; ?>"></script>
<script src="<?php echo $_ENV['CONTAINER_NAME']."/Views/JS/scripts.js"?>"></script> <script src="Views/JS/scripts.js"></script>
</body> </body>

Loading…
Cancel
Save