Skip to content

Commit 9a91739

Browse files
author
Luisetti Jeremy
committed
fix projects and the theam
Fixes project: paginnation Fixes The team : ergonomy Fix contact image.
1 parent dd5d565 commit 9a91739

5 files changed

Lines changed: 490 additions & 37 deletions

File tree

contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h1 class="col-md-10 col-md-push-1">Schedule a meeting and benefit from our expe
7575
</div>
7676
<div class="bloc-contact col-md-12">
7777
<div class="col-md-5">
78-
<img src="img/illustr-team.svg" class="img-responsive hidden-xs hidden-sm">
78+
<img src="img/drapeau.svg" class="img-responsive hidden-xs hidden-sm">
7979
</div>
8080
<div class="col-md-6 col-md-push-1">
8181
<p><strong>QuantStack</strong><br>

css/styles.css

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -547,19 +547,42 @@ footer{
547547
font-size: 18px;
548548
}
549549

550-
.portraits .portrait {
550+
.portraits .portrait,.portraits .portrait-bis {
551551
background-color: #fff;
552552
border-radius: 10px;
553553
box-shadow: 0px 1px 10px 0 rgba(1, 0, 0, 0.17);
554554
padding: 10px;
555555
margin-bottom: 25px;
556556
min-height: 490px;
557557
}
558+
.portraits .portrait-bis div:first-child:hover {
559+
cursor:pointer;
560+
}
561+
.portraits .portrait-bis a.avatar {
562+
display: block;
563+
width: 166px;
564+
height: 166px;
565+
border-radius: 50%;
566+
overflow: hidden;
567+
margin: -86px auto 0;
568+
569+
}
570+
.portraits .portrait-bis div:first-child:hover a.avatar{
571+
border: solid 3px var(--yellowish-tan);
572+
padding: -6px;
573+
}
574+
.portraits .portrait-bis div:first-child:hover a.avatar img{
575+
margin: -3px;
576+
577+
}
578+
.portraits .portrait-bis div:first-child:hover img.fleche {
579+
content:url("../img/fleche-droite-jaune.svg");
580+
}
558581
.owl-carousel .portrait {
559582
min-height: 360px;
560583
}
561584
.portraits .portrait:hover {
562-
border: solid 3px var(--yellowish-tan);
585+
border: solid 3px var(--yellowish-tan);
563586
padding: 7px;
564587
cursor: pointer;
565588
}
@@ -570,10 +593,7 @@ footer{
570593
background-color: var(--yellowish-tan);
571594
height: 119px;
572595
}
573-
.portraits img.avatar, .fiche img.avatar{
574-
margin-top: -85px;
575-
width: 166px;
576-
}
596+
577597
.portraits img.fleche {
578598
width: 25px;
579599
margin-top: 18px;
@@ -616,7 +636,7 @@ footer{
616636
color: var(--yellowish-tan);
617637
}
618638
.fleche-retour.y a:hover span{
619-
color: var(--ye);
639+
color: var(--yellowish-tan);
620640
}
621641
.fleche-retour.y a img{
622642
fill: var(--yellowish-tan);

0 commit comments

Comments
 (0)