Petites modif un peu partout
continuous-integration/drone/push Build is passing Details

ServeurDeTest
nathan boileau 2 years ago
parent bc68457b34
commit c30745e9eb

Before

Width:  |  Height:  |  Size: 3.8 MiB

After

Width:  |  Height:  |  Size: 3.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

Before

Width:  |  Height:  |  Size: 2.9 MiB

After

Width:  |  Height:  |  Size: 2.9 MiB

Before

Width:  |  Height:  |  Size: 823 KiB

After

Width:  |  Height:  |  Size: 823 KiB

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 296 KiB

@ -79,6 +79,7 @@ h1, h2, h3, h4, h5, h6 {
width: 120px; width: 120px;
height: 60px; height: 60px;
background: transparent; background: transparent;
font-family: "Equinox", sans-serif;
} }
.btn:before, .btn:after{ .btn:before, .btn:after{

@ -15,7 +15,7 @@ body {
font-family: "Equinox", sans-serif; font-family: "Equinox", sans-serif;
color: white; color: white;
height: 100vh; height: 100vh;
background-image: url("../../assets/img/ImgMain2.png"); background-image: url("../../assets/img/BackgroundForMain.png");
background-position: center center; background-position: center center;
background-attachment: fixed; background-attachment: fixed;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -24,7 +24,7 @@ body {
} }
#imgMain { #imgMain {
background-image: url("../../assets/img/SecondMainBack.jpg"); background-image: url("../../assets/img/BackgroundForMain2.png");
background-position: bottom center; background-position: bottom center;
background-attachment: fixed; background-attachment: fixed;
background-repeat: no-repeat; background-repeat: no-repeat;

@ -42,7 +42,7 @@
<?php <?php
if (isset($_SESSION['role']) && $_SESSION['role'] == 'user') { if (isset($_SESSION['role']) && $_SESSION['role'] == 'user') {
echo '<img echo '<img
src="./View/assets/img/CyberpunkGirl4.png" src="./View/assets/img/ProfilPicture.png"
alt="Profil" alt="Profil"
id="imgProfil" id="imgProfil"
class="img-fluid rounded-circle align-self-center user-select-none" class="img-fluid rounded-circle align-self-center user-select-none"

@ -36,7 +36,7 @@
</nav> </nav>
<img src="./View/assets/img/BGPres2.png" class="img-fluid" /> <img src="./View/assets/img/BackgroundForPresentation.png" class="img-fluid" />
<a href="#first" class="scroll-down"></a> <a href="#first" class="scroll-down"></a>
<div class="container pt-5" id="first"> <div class="container pt-5" id="first">

Loading…
Cancel
Save