Merge pull request '"torki added color fixed"' (#1) from dev into master
Reviewed-on: http://2.184.155.56:3000/cestmreza/intro-site/pulls/1
This commit is contained in:
commit
957f234e16
|
|
@ -435,7 +435,7 @@ Swiper & Revotion*/
|
|||
}
|
||||
|
||||
.team_caption .overlay {
|
||||
background: #f93d66;
|
||||
background: #ff4c70;
|
||||
}
|
||||
|
||||
.ourteam .social_vertical {
|
||||
|
|
@ -449,7 +449,7 @@ Swiper & Revotion*/
|
|||
.ourblog:hover h3 a,
|
||||
.readmore,
|
||||
.blog_item:hover h3 a {
|
||||
color: #f93d66;
|
||||
color: #ff4c70;
|
||||
}
|
||||
|
||||
.blog_slider .blog_inner {
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
23
index.html
23
index.html
|
|
@ -198,7 +198,7 @@
|
|||
right: 0;
|
||||
width: 0;
|
||||
height: 100%;
|
||||
background: #ff809b;
|
||||
background: #ff4c70;
|
||||
padding: 0;
|
||||
z-index: -1;
|
||||
transition: width 0.4s ease;
|
||||
|
|
@ -1093,10 +1093,10 @@
|
|||
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
|
||||
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
|
||||
</ul>
|
||||
<img src="images/team5.jpg" alt="">
|
||||
<img src="images/team11.jpg" alt="">
|
||||
<div class="team_caption darkcolor">
|
||||
<div class="overlay"></div>
|
||||
<h3 class="bottom10">فاطمه کارگر</h3>
|
||||
<h3 class="bottom10">مهرداد</h3>
|
||||
<p class="darkcolor">سوشال مدیا</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -1118,6 +1118,23 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
<div class="swiper-slide ourteam">
|
||||
<div class="image">
|
||||
<ul class="social_vertical">
|
||||
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
|
||||
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
|
||||
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
|
||||
</ul>
|
||||
<img src="images/team5.jpg" alt="">
|
||||
<div class="team_caption darkcolor">
|
||||
<div class="overlay"></div>
|
||||
<h3 class="bottom10">فاطمه کارگر</h3>
|
||||
<p class="darkcolor">سوشال مدیا</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="swiper-slide ourteam">
|
||||
<div class="image">
|
||||
<ul class="social_vertical">
|
||||
|
|
|
|||
Loading…
Reference in New Issue