Skip to content

Commit

Permalink
ch17
Browse files Browse the repository at this point in the history
  • Loading branch information
Lourguioui committed Feb 22, 2020
1 parent ae1563c commit b1d49ad
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,17 @@ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
/*=============================== Thématique=====================================*/
.them{

}
/*================================== Sponsors ====================================*/

@media only screen and (max-width : 992px){
.sponsor{
margin-top : 25px;
margin-bottom: 25px;
}
.sponsor>img{
padding : 0px;
}
}
/*=======================================================
02. Start Hamburger
Expand Down
Binary file modified assets/img/person/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/person/2.png
Binary file not shown.
Binary file modified assets/img/person/5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/person/Adel_Hamalou.jfif
Binary file not shown.
Binary file added assets/img/person/triki.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/person/triki.png
Binary file not shown.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ <h2>
</h2>
<div class="mc-content">
<div class="img-container">
<img class="img-responsive" src="assets/img/person/Brouri.pngx">
<img class="img-responsive" src="assets/img/person/Brouri.png">
</div>
<div class="mc-description">
His bio ...
Expand Down Expand Up @@ -1144,7 +1144,7 @@ <h2>
</h2>
<div class="mc-content">
<div class="img-container">
<img class="img-responsive" src="assets/img/person/triki.png">
<img class="img-responsive" src="assets/img/person/triki.jpg">
</div>
<div class="mc-description">
His bio ...
Expand Down Expand Up @@ -1404,13 +1404,13 @@ <h2 class="h1">
</div>
<div class="col-lg-12">
<div class="row">
<div class="col-lg-4" >
<div class="col-lg-4 sponsor" >
<img src="assets/img/background/unnamed.png" class="mx-auto d-block" style="padding-top: 40px;" />
</div>
<div class="col-lg-4">
<div class="col-lg-4 sponsor">
<img src="assets/img/background/Zergoun.png" class="mx-auto d-block" />
</div>
<div class="col-lg-4">
<div class="col-lg-4 sponsor">
<img src="assets/img/background/0.png" class="mx-auto d-block"/>
</div>
</div>
Expand Down Expand Up @@ -1500,8 +1500,8 @@ <h2 class="h1">
<img data-u="thumb" src="assets/img/person/1.png" />
</div>
<div>
<img data-u="image" src="assets/img/person/2.png" />
<img data-u="thumb" src="assets/img/person/2.png" />
<img data-u="image" src="assets/img/person/2.jpg" />
<img data-u="thumb" src="assets/img/person/2.jpg" />
</div>
<div>
<img data-u="image" src="assets/img/person/3.jpg" />
Expand Down

0 comments on commit b1d49ad

Please sign in to comment.