Elim CAN 2019 : Les affiches de la 5è journée !
par
Jacques Pekemsi
·
16 novembre 2018
La 5è journée des Éliminatoires de la Coupe d’Afrique des Nations Cameroun 2019 se joue cette semaine sur les pelouses africaines. Voici le programme de la 5e journée des éliminatoires de la CAN 2019 (horaires en temps universel, pour la France ajoutez une heure)
Vendredi 16 novembre
13h, Soudan du Sud-Burundi (Groupe C)
16h, Egypte-Tunisie (Groupe J)
19h, Maroc-Cameroun (Groupe B)
Samedi 17 novembre
12h, Comores-Malawi (Groupe B)
12h30, Seychelles-Libye (Groupe E)
13h, Afrique du Sud-Nigeria (Groupe E)
13h, Ouganda-Cap-Vert (Groupe L)
14h, Namibie-Guinée Bissau (Groupe K)
15h, Gabon-Mali (Groupe C)
15h, Guinée Equatoriale-Sénégal (Groupe A)
16h30, Gambie-Bénin (Groupe D)
Dimanche 18 novembre
11h30, Madagascar-Soudan (Groupe A)
13h, Ethiopie-Ghana (Groupe F)
13h30, Eswatani-Niger (Groupe J)
13h30, Mozambique-Zambie (Groupe K)
13h30, Rwanda-Centrafrique (Groupe H)
14h, Lesotho-Tanzanie (Groupe L)
14h30, Congo-RD Congo (Groupe G)
15h, Angola-Burkina Faso (Groupe I)
16h, Togo-Algérie (Groupe D)
16h, Liberia-Zimbabwe (Groupe G)
17h, Guinée-Côte d’Ivoire (Groupe H)
17h, Mauritanie-Botswana (Groupe I)
',
enableHover: false,
enableTracking: true,
buttons: { twitter: {via: ''}},
click: function(api, options){
api.simulateClick();
api.openPopup('twitter');
}
});
$('#facebook').sharrre({
share: {
facebook: true
},
template: '
',
enableHover: false,
enableTracking: true,
buttons:{layout: 'box_count'},
click: function(api, options){
api.simulateClick();
api.openPopup('facebook');
}
});
// Scrollable sharrre bar, contributed by Erik Frye. Awesome!
var $_shareContainer = $(".sharrre-container"),
$_header = $('#header'),
$_postEntry = $('.entry'),
$window = $(window),
startSharePosition = $_shareContainer.offset(),//object
contentBottom = $_postEntry.offset().top + $_postEntry.outerHeight(),
topOfTemplate = $_header.offset().top,
topSpacing = _setTopSpacing();
//triggered on scroll
shareScroll = function(){
var scrollTop = $window.scrollTop() + topOfTemplate,
stopLocation = contentBottom - ($_shareContainer.outerHeight() + topSpacing);
$_shareContainer.css({position : 'fixed'});
if( scrollTop > stopLocation ){
$_shareContainer.css( { position:'relative' } );
$_shareContainer.offset(
{
top: contentBottom - $_shareContainer.outerHeight(),
left: startSharePosition.left,
}
);
}
else if (scrollTop >= $_postEntry.offset().top - topSpacing){
$_shareContainer.css( { position:'fixed',top: '100px' } );
$_shareContainer.offset(
{
//top: scrollTop + topSpacing,
left: startSharePosition.left,
}
);
} else if (scrollTop 1024 ) {
topSpacing = distanceFromTop + $('.nav-wrap').outerHeight();
} else {
topSpacing = distanceFromTop;
}
return topSpacing;
}
//setup event listeners
$window.scroll( _.throttle( function() {
if ( $window.width() > 719 ) {
shareScroll();
} else {
$_shareContainer.css({
top:'',
left:'',
position:''
})
}
}, 50 ) );
$window.resize( _.debounce( function() {
if ( $window.width() > 719 ) {
shareMove();
} else {
$_shareContainer.css({
top:'',
left:'',
position:''
})
}
}, 50 ) );
});