Skip to content

Commit

Permalink
ch13
Browse files Browse the repository at this point in the history
  • Loading branch information
Lourguioui committed Feb 21, 2020
1 parent 82e116e commit 55f2f0b
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 9 deletions.
16 changes: 16 additions & 0 deletions assets/css/material-cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -1401,6 +1401,22 @@ background: linear-gradient(90deg, rgba(255,199,27,1) 0%, rgba(255,18,74,1) 100%
background: rgb(29,190,209);
background: linear-gradient(90deg, rgba(29,190,209,1) 0%, rgba(127,223,163,1) 100%);
}
.material-card.form7 h2 {
background: rgb(255,199,27);
background: linear-gradient(90deg, rgba(255,199,27,1) 0%, rgba(255,18,74,1) 100%);
}
.material-card.form7 h2:after {
border-top-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
}
.material-card.form7 h2:before {
border-top-color: transparent;
border-right-color: rgba(255,18,74,1);
border-bottom-color: rgba(255,18,74,1);
border-left-color: transparent;
}
.material-card.form4 h2:after {
border-top-color: transparent;
border-right-color: transparent;
Expand Down
Binary file removed assets/img/person/1.jpg
Binary file not shown.
Binary file added assets/img/person/ouadah.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/person/oumarouayach.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ <h4>
<!--_________________________card7____________________________________________-->

<div class="col-md-4 col-sm-6 col-xs-12">
<article class="material-card form4">
<article class="material-card form3">
<h2>
<span>Hamid Bakli</span>
<strong>
Expand All @@ -927,7 +927,7 @@ <h2>
</h2>
<div class="mc-content">
<div class="img-container">
<img class="img-responsive" src="assets/img/person/ouadah.jpg">
<img class="img-responsive" src="assets/img/person/ouadah.png">
</div>
<div class="mc-description">
His bio ...
Expand All @@ -951,7 +951,7 @@ <h4>
<!--_________________________card8____________________________________________-->

<div class="col-md-4 col-sm-6 col-xs-12">
<article class="material-card form4">
<article class="material-card form6">
<h2>
<span>Hamid Bakli</span>
<strong>
Expand Down Expand Up @@ -985,7 +985,7 @@ <h4>
<!--_________________________card9____________________________________________-->

<div class="col-md-4 col-sm-6 col-xs-12">
<article class="material-card form4">
<article class="material-card form2">
<h2>
<span>Hamid Bakli</span>
<strong>
Expand Down Expand Up @@ -1019,7 +1019,7 @@ <h4>
<!--_________________________card10____________________________________________-->

<div class="col-md-4 col-sm-6 col-xs-12">
<article class="material-card form4">
<article class="material-card form5">
<h2>
<span>Hamid Bakli</span>
<strong>
Expand All @@ -1029,7 +1029,7 @@ <h2>
</h2>
<div class="mc-content">
<div class="img-container">
<img class="img-responsive" src="assets/img/person/oumarouayach.jpg">
<img class="img-responsive" src="assets/img/person/oumarouayach.png">
</div>
<div class="mc-description">
His bio ...
Expand All @@ -1053,7 +1053,7 @@ <h4>
<!--_________________________card11____________________________________________-->

<div class="col-md-4 col-sm-6 col-xs-12">
<article class="material-card form4">
<article class="material-card form1">
<h2>
<span>Hamid Bakli</span>
<strong>
Expand Down Expand Up @@ -1087,7 +1087,7 @@ <h4>
<!--_________________________card12____________________________________________-->

<div class="col-md-4 col-sm-6 col-xs-12">
<article class="material-card form4">
<article class="material-card form6">
<h2>
<span>Hamid Bakli</span>
<strong>
Expand Down Expand Up @@ -1119,7 +1119,7 @@ <h4>
</div>

<!--_________________________card13____________________________________________-->

<div class="col-lg-4"></div>
<div class="col-md-4 col-sm-6 col-xs-12">
<article class="material-card form4">
<h2>
Expand Down

0 comments on commit 55f2f0b

Please sign in to comment.