File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -256,8 +256,20 @@ a.future-summit::after {
256256 right : 0 ;
257257 position : absolute;
258258 z-index : -1 ; }
259+ opacity : 1 ; }
260+
261+ a.future-summit2 ::after {
262+ background : url ('/assets/berlin-summit/images/berlin-square.jpg' ) no-repeat center center;
263+ content : "" ;
264+ opacity : 0.3 ;
265+ top : 0 ;
266+ left : 0 ;
267+ bottom : 0 ;
268+ right : 0 ;
269+ position : absolute;
270+ z-index : -1 ; }
259271
260- a .past-summit : hover : after , a .future-summit : hover : after {
272+ a .past-summit : hover : after , a .future-summit : hover : after , a . future-summit2 : hover : after {
261273 opacity : 0.8 ; }
262274
263275@media (max-width : 767px ) {
Original file line number Diff line number Diff line change 3535 <div class=" row summit-row" >
3636
3737 <% with $PreviousSummit %>
38- <div class=" col-sm-3 small-single-summit" >
38+ <div class=" col-sm-4 small-single-summit" >
3939 <a href=" /videos/summits/boston-2017" class=" single-summit past-summit" >
4040 <h2>Boston</h2>
4141 <h4>Watch The Sessions!</h4>
4848 <% end_with %>
4949
5050 <% with $CurrentSummit %>
51- <div class=" col-sm-3 small-single-summit" >
51+ <div class=" col-sm-4 small-single-summit" >
5252 <a href=" /summit/sydney-2017/" class=" single-summit current-summit" >
5353 <h2>$Title</h2>
5454 <div class=" btn register-btn-lrg skinny" >JOIN US</div>
5959 </div>
6060 </div>
6161 <% end_with %>
62- <div class=" col-sm-3 small-single-summit" >
63- <a href=" /summit/vancouver-2018/" class=" single-summit future-summit2 " >
62+ <div class=" col-sm-4 small-single-summit" >
63+ <a href=" /summit/vancouver-2018/" class=" single-summit future-summit " >
6464 <h2>Vancouver</h2>
6565 <h4>Get Ready</h4>
6666 </a>
6969 <div class=" date-circle" ></div>
7070 </div>
7171 </div>
72- <div class=" col-sm-3 small-single-summit" >
72+ <!-- < div class=" col-sm-3 small-single-summit" >
7373 <a href=" /summit/berlin-2018/" class=" single-summit future-summit2" >
7474 <h2>Berlin</h2>
7575 <h4>Get Ready</h4>
7878 Nov 13-15, 2018
7979 <div class=" date-circle" ></div>
8080 </div>
81- </div>
81+ </div>-->
8282 </div>
8383 </div>
8484 <hr>
You can’t perform that action at this time.
0 commit comments