Togo : Championnat féminin de football : Athleta FC cartonne face à Winners Girls-Résultats
par
Kelly Akoesso
·
9 avril 2018

La 4e journée du championnat national de football féminin de première division a été disputée ce week-end sur toute l’étendue du territoire national. Dans la zone sud, le plus gros score de ce 4e chapitre est à mettre à l’actif du club d’Athleta qui a froissé (12-1), Winners Girls de Notsè. A noter que Woedikou Sabine Mafille a marqué à elle seule 8 buts au cours de cette rencontre.
Tous les résultats
Zone sud
TEMPETE 3-1 ESPERANCE
AMIS DU MONDE 3-0 AHE
WINNERS GIRLS 1-12 ATHLETA
APASHE 3-1 US AMOU
Zone nord
LIONNES 1-3 GAZELLES
DJARAH 1-2 DJABIR
ETOILES 1-0 PILOTES
BELLA 4-1 NEW STARS
Classement
Zone sud
1-AMIS DU MONDE (12 points +18)
2-ATHLETA (10 points +24)
3-ESPERANCE (7 points +0)
4-AHE FC (6 points +4)
5-TEMPETE (6 points +2)
6-APASHE (5 points -2)
7-US AMOU (0 point -20)
8-WINNERS GIRLS (0 point -26)
Zone nord
1-BELLA FC (12 points +12)
2-DJABIR (10 points +7)
3-GAZELLES (7 points +1)
4-LIONNES (6 points +1)
5-ETOILES FC (6 points -4)
6-NEW STARS (3 points -2)
7-PILOTES (3 points -6)
8- DJARAH (0 point -6)
Togo/Championnat féminin : Woedikou Sabine Mafille : La foudre d’Athléta FC de Lomé
Articles similaires
',
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 ) );
});