Skip to content

Commit

Permalink
Keynote Speaker Styles
Browse files Browse the repository at this point in the history
  • Loading branch information
daronyondem committed Nov 18, 2020
1 parent 8798081 commit abcc4b2
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 16 deletions.
1 change: 0 additions & 1 deletion assets/js/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@
/* ----------------------------------------------------------- */

$('.mu-speakers-slider').slick({
centerMode: true,
slidesToShow: 3,
responsive: [
{
Expand Down
20 changes: 5 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,30 +154,20 @@ <h2>Etkinlik Hakkında</h2>
<h2 class="mu-title">Açılış Konuşmacımız</h2>
</div>
<!-- Start Speakers Content -->
<div class="mu-speakers-content">
<div class="mu-speakers-slider">
<!-- Start single speaker -->
<div class="mu-single-speakers">

</div>
<!-- End single speaker -->
<div class="mu-keynote-speakers-content">
<div class="mu-keynote-speakers-slider">
<!-- Start single speaker -->
<div class="mu-single-speakers">
<div class="mu-keynote-single-speakers">
<img decoding="async" src="assets/images/users/scott_hanselman-profile.jpg" alt="Scott Hanselman" />
<div class="mu-single-speakers-info">
<div class="mu-keynote-single-speakers-info">
<h3>Scott Hanselman</h3>
<p>Community Director, .NET, Microsoft</p>
<ul class="mu-single-speakers-social">
<ul class="mu-keynote-single-speakers-social">
<li><a href="https://twitter.com/shanselman" target="_blank"><i class="fa fa-twitter"></i></a> </li>
</ul>
</div>
</div>
<!-- End single speaker -->
<!-- Start single speaker -->
<div class="mu-single-speakers">

</div>
<!-- End single speaker -->
</div>
</div>
<!-- End Speakers Content -->
Expand Down
74 changes: 74 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,80 @@ button:focus {
/*--------------------*/


#mu-keynote-speakers {
background-color: #fff;
display: inline;
float: left;
width: 100%;
}

.mu-keynote-speakers-area {
display: inline;
float: left;
padding: 100px 0;
width: 100%;
}

.mu-keynote-speakers-content{
display: inline;
float: left;
margin-top: 50px;
width: 100%;
}

.mu-keynote-single-speakers {
padding: 0 10px;
outline: none;
text-align: center;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.mu-keynote-speakers-slider .slick-next {
right: -60px;
}

.mu-keynote-speakers-slider .slick-prev {
left: -60px;
}

.mu-keynote-single-speakers-info {
display: inline;
float: left;
margin-top: 20px;
width: 100%;
}

.mu-keynote-single-speakers-info h3 {
margin-bottom: 4px;
font-size: 22px;
}

.mu-keynote-single-speakers-info p {
margin-bottom: 5px;
}

.mu-keynote-single-speakers-social {

}

.mu-keynote-single-speakers-social li {
display: inline-block;
}

.mu-keynote-single-speakers-social li a {
display: inline-block;
margin-right: 5px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}

/*--------------------*/
/* SPEAKERS */
/*--------------------*/


#mu-speakers {
background-color: #fff;
display: inline;
Expand Down

0 comments on commit abcc4b2

Please sign in to comment.