<!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <!-- Google tag (gtag.js) GA-4--> <script async src="https://www.googletagmanager.com/gtag/js?id=G-V8JKCNEQX4"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-V8JKCNEQX4'); </script> <!-- Google Ad Manager --> <script src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> <script type='text/javascript'> //var mapping = googletag.sizeMapping() //.addSize([1000, 0], [728, 90]) //.addSize([0, 0], [[300, 250], [300, 600 ]]) //.build(); //adSlot.defineSizeMapping(mapping); window.googletag = window.googletag || { cmd: [] }; googletag.cmd.push(function() { googletag.defineSlot('/21745444227/sidebar_1', [[300, 600], [300, 250]], 'div-gpt-ad-1666714610290-0').addService(googletag.pubads()); googletag.defineSlot('/21745444227/sidebar_2', [[300, 250], [300, 600]], 'div-gpt-ad-1667568023836-0').addService(googletag.pubads()); googletag.defineSlot('/21745444227/sidebar_3', [[300, 600], [300, 250]], 'div-gpt-ad-1667568135465-0').addService(googletag.pubads()); googletag.defineSlot('/21745444227/sidebar_4', [[300, 250], [300, 600]], 'div-gpt-ad-1667568157104-0').addService(googletag.pubads()); googletag.defineSlot('/21745444227/sidebar_5', [[300, 250], [300, 600]], 'div-gpt-ad-1667568178563-0').addService(googletag.pubads()); googletag.defineSlot('/21745444227/sidebar_6', [[300, 250], [300, 600]], 'div-gpt-ad-1667568200307-0').addService(googletag.pubads()); googletag.defineSlot('/21745444227/sidebar_7', [[300, 250], [300, 600]], 'div-gpt-ad-1683226533673-0').addService(googletag.pubads()); googletag.defineSlot('/21745444227/next_to_logo_728x90', [728, 90], 'div-gpt-ad-1673098592369-0').addService(googletag.pubads()); googletag.defineSlot('/21745444227/before_perifereia_wide', [[970, 250], [728, 90]], 'div-gpt-ad-1727791731754-0').addService(googletag.pubads()); googletag.defineSlot('/21745444227/before_perifereia_mobile', [300, 250], 'div-gpt-ad-1727773617545-0').addService(googletag.pubads()); googletag.defineSlot('/21745444227/before_prosopa_728x90', [[300, 250], [728, 90]], 'div-gpt-ad-1727801072678-0').addService(googletag.pubads()); googletag.defineSlot('/21745444227/before_prosopa_300x250_mobile', [300, 250], 'div-gpt-ad-1722519353466-0').addService(googletag.pubads()); googletag.defineSlot('/21745444227/after_prosopa_728x90', [[728, 90], [300, 250]], 'div-gpt-ad-1690357922633-0').addService(googletag.pubads()); googletag.defineSlot('/21745444227/after_1st_paragraph', [[728, 90], [300, 250]], 'div-gpt-ad-1727801049881-0').addService(googletag.pubads()); googletag.defineSlot('/21745444227/after_1st_paragraph_mobile', [300, 250], 'div-gpt-ad-1722518955726-0').addService(googletag.pubads()); googletag.defineSlot('/21745444227/after_2nd_paragraph_wide', [[728, 90], [970, 250]], 'div-gpt-ad-1727791483982-0').addService(googletag.pubads()); googletag.defineSlot('/21745444227/after_2nd_paragraph_mobile', [300, 250], 'div-gpt-ad-1727773501580-0').addService(googletag.pubads()); googletag.pubads().collapseEmptyDivs(); googletag.pubads().enableLazyLoad({ // Fetch slots within 5 viewports. fetchMarginPercent: 500, // Render slots within 0.5 viewport. renderMarginPercent: 50, // Double the above values on mobile, where viewports are smaller and users tend to scroll faster. mobileScaling: 3.0 }); //googletag.pubads().enableSyncRendering(); //googletag.pubads().setCookieOptions(1); googletag.enableServices(); }); </script> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php wp_head(); ?> <meta name="google-site-verification" content="mpSrAnazHGsvsA9GHta3XwU1k_N-u1_KVe4bDd1iIVg"/> <!-- Google Adsense <script data-ad-client="ca-pub-8615127802863951" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>--> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <header class="site-header sticky-top"> <div class="container py-2 py-lg-3"> <!-- Desktop (lg+): Date/weather | Logo | Search + Socials --> <div class="row align-items-center mb-3 text-center text-md-start d-none d-lg-flex"> <div class="col-md-4"> <div class="d-flex flex-wrap align-items-center gap-2 justify-content-center justify-content-md-start"> <span class="header-date"><?php echo esc_html( date_i18n( get_option( 'date_format' ) ) ); ?></span> <?php if ( is_active_sidebar( 'enypografa_header_top' ) ) : ?> <?php dynamic_sidebar( 'enypografa_header_top' ); ?> <?php endif; ?> </div> </div> <div class="col-md-4 text-center"> <?php if ( has_custom_logo() ) : ?> <?php $custom_logo_html = get_custom_logo(); echo str_replace( 'class="custom-logo"', 'class="custom-logo img-fluid"', $custom_logo_html ); ?> <?php else : ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="site-logo-link text-dark text-decoration-none fw-bold" rel="home"><?php bloginfo( 'name' ); ?></a> <?php endif; ?> </div> <div class="col-md-4"> <div class="row justify-content-center justify-content-md-end g-2"> <div class="col-auto"> <button type="button" class="btn btn-link p-0 border-0 text-dark js-open-search" id="openSearch" aria-label="<?php esc_attr_e( 'Open search', 'enypografa' ); ?>"> <i class="bi bi-search" aria-hidden="true"></i> </button> </div> <?php $socials = enypografa_get_social_links(); if ( ! empty( $socials ) ) : ?> <div class="col-auto d-flex align-items-center gap-2 header-social-links"> <?php foreach ( $socials as $key => $data ) : ?> <a href="<?php echo esc_url( $data['url'] ); ?>" class="header-social-link header-social-link--<?php echo esc_attr( $key ); ?>" target="_blank" rel="noopener noreferrer" aria-label="<?php echo esc_attr( $data['label'] ); ?>"> <i class="bi <?php echo esc_attr( $data['icon'] ); ?>" aria-hidden="true"></i> </a> <?php endforeach; ?> </div> <?php endif; ?> </div> </div> </div> <!-- Mobile (<lg): compact logo + menu toggler (date, weather, search icon, socials hidden) --> <div class="header-mobile-bar d-flex d-lg-none align-items-center justify-content-between"> <div class="header-mobile-brand"> <?php if ( has_custom_logo() ) : ?> <?php $custom_logo_html = get_custom_logo(); echo str_replace( 'class="custom-logo"', 'class="custom-logo img-fluid"', $custom_logo_html ); ?> <?php else : ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="site-logo-link site-logo-link--mobile text-dark text-decoration-none fw-bold" rel="home"><?php bloginfo( 'name' ); ?></a> <?php endif; ?> </div> <button type="button" class="header-mobile-toggler btn btn-link p-2 text-dark border-0 text-decoration-none d-flex align-items-center justify-content-center" data-bs-toggle="collapse" data-bs-target="#mainNav" aria-controls="mainNav" aria-expanded="false" aria-label="<?php esc_attr_e( 'Toggle navigation', 'enypografa' ); ?>"> <i class="bi bi-list header-mobile-toggler-icon" aria-hidden="true"></i> </button> </div> </div> <!-- Full-width nav strip with top/bottom border --> <div class="navbar-border-wrap"> <div class="container"> <nav class="navbar navbar-expand-lg navbar-light p-0"> <div class="collapse navbar-collapse justify-content-center" id="mainNav"> <?php $search_nav_item = '<li class="nav-item d-lg-none">' . '<button type="button" class="nav-link w-100 text-start bg-transparent border-0 text-body text-uppercase js-open-search d-flex align-items-center gap-2 py-3" aria-label="' . esc_attr__( 'Open search', 'enypografa' ) . '">' . '<i class="bi bi-search" aria-hidden="true"></i>' . '<span>' . esc_html__( 'Search', 'enypografa' ) . '</span>' . '</button></li>'; wp_nav_menu( array( 'theme_location' => 'primary', 'menu_id' => 'primary-menu', 'menu_class' => 'navbar-nav', 'container' => false, 'fallback_cb' => false, 'walker' => new Enypografa_Bootstrap_Nav_Walker(), 'items_wrap' => '<ul id="%1$s" class="%2$s">' . $search_nav_item . '%3$s</ul>', ) ); if ( ! has_nav_menu( 'primary' ) ) : ?> <ul id="primary-menu" class="navbar-nav"> <?php echo $search_nav_item; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- built with esc_* above ?> <li class="nav-item"><a class="nav-link" href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php esc_html_e( 'Home', 'enypografa' ); ?></a></li> </ul> <?php endif; ?> </div> </nav> </div> </div> </header> <?php $ticker_count = (int) get_theme_mod( 'enypografa_ticker_count', 5 ); if ( $ticker_count > 0 ) { $ticker_posts = get_posts( array( 'post_type' => 'post', 'post_status' => 'publish', 'numberposts' => $ticker_count, 'orderby' => 'date', 'order' => 'DESC', 'no_found_rows' => true, ) ); if ( ! empty( $ticker_posts ) ) : ?> <div class="container d-none d-lg-block"> <div class="news-ticker-wrap" aria-label="<?php esc_attr_e( 'Latest news', 'enypografa' ); ?>"> <div class="news-ticker-inner news-ticker-inner--with-feed-title"> <?php $posts_page_for_blog = (int) get_option( 'page_for_posts' ); $blog_posts_url = $posts_page_for_blog ? get_permalink( $posts_page_for_blog ) : home_url( '/' ); ?> <a href="<?php echo esc_url( $blog_posts_url ); ?>" class="news-ticker-feed-title"><?php esc_html_e( 'Ροή Ειδήσεων', 'enypografa' ); ?></a> <div class="news-ticker-marquee"> <div class="news-ticker-track"> <?php foreach ( array_merge( $ticker_posts, $ticker_posts ) as $ticker_post ) : ?> <a href="<?php echo esc_url( get_permalink( $ticker_post ) ); ?>" class="news-ticker-item"> <span class="news-ticker-item-img-wrap"> <?php if ( has_post_thumbnail( $ticker_post->ID ) ) : ?> <?php echo get_the_post_thumbnail( $ticker_post->ID, 'thumbnail', array( 'alt' => get_the_title( $ticker_post ) ) ); ?> <?php endif; ?> </span> <span class="news-ticker-item-title"><?php echo esc_html( get_the_title( $ticker_post ) ); ?></span> </a> <span class="news-ticker-sep" aria-hidden="true">•</span> <?php endforeach; ?> </div> </div> </div> </div> </div> <?php endif; } ?> <!-- Search overlay --> <div class="search-overlay" id="searchOverlay" aria-hidden="true"> <div class="search-overlay-inner text-center"> <button type="button" class="btn btn-link mb-3 text-dark" id="closeSearch" aria-label="<?php esc_attr_e( 'Close search', 'enypografa' ); ?>"> <i class="bi bi-x-lg" aria-hidden="true"></i> </button> <form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <label class="visually-hidden" for="searchOverlayField"><?php esc_html_e( 'Search', 'enypografa' ); ?></label> <input type="search" id="searchOverlayField" class="form-control mx-auto" name="s" placeholder="<?php esc_attr_e( 'Πληκτρολογήστε και πατήστε enter', 'enypografa' ); ?>" value="<?php echo get_search_query(); ?>"> </form> </div> </div>

Συνεχίζουν δυνατά οι «Βόρειοι» στο πρωτάθλημα της Γ’ ΕΠΣΑ

Συνεχίζουν δυνατά οι «Βόρειοι» στο πρωτάθλημα της Γ’ ΕΠΣΑ

Με τέσσερις νίκες, μία ισοπαλία και μόνο μία ήττα πέρασαν οι ομάδες του Βορείου Τομέα Αθηνών τη 10η αγωνιστική των 4 ομίλων της Γ’ ΕΠΣΑ, με Ψυχικό, Νεοπεντελικό και Κηφισιά 2010 να οδηγούν την «κούρσα» σε 1ο, 2ο και 3ο όμιλο αντιστοίχως.

Στον 1ο όμιλο το πρωτοπόρο Ψυχικό πήρε το «διπλό» στο γήπεδο της Πεύκης απέναντι στο Μαρούσι, με γκολ του Ανδρέα Δαμάλα και του Παναγιώτη Σφήκα κι ενώ οι γηπεδούχοι είχαν προηγηθεί στο 4ο λεπτό με τον Δημήτρη Κυρώση.

Τα αποτελέσματα του 1ου ομίλου της Γ’ ΕΠΣΑ (10η αγωνιστική)

Ομάδα Βαθμοί Αγώνες Νίκες Ισοπαλίες Ήττες Υπέρ Κατά
1. Π.Ο. ΨΥΧΙΚΟΥ  28 10 9 1 0 26 5
2. ΠΑΓΚΡΑΤΙ 25 10 8 1 1 21 8
3. ΕΛΠΙΔΑ ΑΓ. ΑΝΑΡΓΥΡΩΝ 21 10 7 0 3 20 10
4. ΤΑΤΑΥΛΑ 20 10 6 2 2 19 10
5. ΙΠΠΟΚΡΑΤΗΣ 19 10 6 1 3 13 11
6. ΔΟΥΡΕΙΟΣ-ΟΛΥΜΠΙΑΚΟΣ ΚΥΨΕΛΗΣ 14 10 4 2 4 14 13
7. ΔΙΑΓΟΡΑΣ ΑΙΓΑΛΕΩ 14 10 4 2 4 15 16
8. ΕΝΩΣΗ ΒΟΤΑΝΙΚΟΥ 13 10 4 1 5 13 13
9. ΕΛΑΦΡΑ ΤΑΞΙΑΡΧΙΑ 13 10 4 1 5 9 13
10. ΠΑΝΘΗΣΕΙΑΚΟΣ 13 10 4 1 5 9 11
11. ΦΟΙΝΙΚΑΣ ΚΑΛΛΙΘΕΑΣ 10 10 3 1 6 15 17
12. ΜΑΡΟΥΣΙ 7 10 2 1 7 12 17
13. ΑΠΟΛΛΩΝ ΠΕΡΙΣΤΕΡΙΟΥ 5 10 1 2 7 4 19
14. ΑΙΑΣ ΑΘΗΝΩΝ -2 10 0 0 10 9 36

Στον 2ο όμιλο ο Νεοπεντελικός, που οδηγεί την «κούρσα», με 26 βαθμούς, δεν αντιμετώπισε δυσκολίες απέναντι στο Ίλιον, το οποίο νίκησε με σκορ 4-0 στο γήπεδο των Μελισσίων.

Στο ντέρμπι κορυφής μεταξύ Ερμή Ειρ. Ηρακλείου και Αστέρα Χαϊδαρίου το τελικό 3-3 αποτυπώνει τη σκληρή και όμορφη μάχη που έδωσαν οι δύο ομάδες. Το συγκρότημα των Βορείων παραμένει στη 2η θέση με 20 βαθμούς, με τον αντίπαλό του ν’ ακολουθεί δύο βαθμούς πίσω.

Τα αποτελέσματα του 2ου ομίλου της Γ’ ΕΠΣΑ (10η αγωνιστική)

Ομάδα Βαθμοί Αγώνες Νίκες Ισοπαλίες Ήττες Υπέρ Κατά
1. ΝΕΟΠΕΝΤΕΛΙΚΟΣ 26 10 8 2 0 31 8
2. ΕΡΜΗΣ ΕΙΡ. ΗΡΑΚΛΕΙΟΥ 20 9 6 2 1 24 8
3. ΑΣΤΕΡΑΣ ΧΑΪΔΑΡΙΟΥ 18 10 5 3 2 35 16
4. ΑΣΤΕΡΑΣ ΕΞΑΡΧΕΙΩΝ 18 10 5 3 2 13 12
5. Α.Ε. ΙΛΙΟΥ 16 9 5 1 3 19 17
6. ΑΤΛΑΣ ΚΥΨΕΛΗΣ 16 9 5 1 3 19 16
7. ΗΡΑΚΛΗΣ ΠΕΡΙΣΤΕΡΙΟΥ 15 9 3 6 0 11 6
8. Α.Ε. ΠΕΡΙΣΤΕΡΙΟΥ 14 9 4 2 3 16 11
9. ΚΕΡΑΥΝΟΣ ΠΕΤΡ/ΛΗΣ 9 9 2 3 4 16 19
10. ΠΡΟΜΗΘΕΑΣ 6 9 2 0 7 11 24
11. Α.Ο. ΚΩΦΩΝ 4 9 1 1 7 8 24
12. ΕΙΡΗΝΗ ΠΕΤΡ/ΛΗΣ 3 9 1 0 8 5 30
13. ΠΑΣ ΑΘΗΝΩΝ 1966 2 9 0 2 7 10 27

Για τον 3ο όμιλο, η Κηφισιά 2010 πέρασε νικηφόρα από το Αιγάλεω, νικώντας την  τοπική ομάδα με σκορ 1-0 και διατηρείται πρώτη, με 26 βαθμούς.

Τα αποτελέσματα του 3ου ομίλου της Γ’ ΕΠΣΑ (10η αγωνιστική)

Ομάδα Βαθμοί Αγώνες Νίκες Ισοπαλίες Ήττες Υπέρ Κατά
1. ΚΗΦΙΣΙΑ 2010 26 10 8 2 0 30 10
2. ΕΘΝΙΚΟΣ ΑΣΤΕΡΑΣ 20 10 6 2 2 31 16
3. ΚΟΡΩΝΙΔΑ 20 9 6 2 1 12 5
4. ΤΡΙΦΥΛΛΙΑΚΟΣ 20 10 6 2 2 15 12
5. Α.Ε. ΑΙΓΑΛΕΩ 15 9 4 3 2 20 10
6. ΟΡΦΕΑΣ ΑΙΓΑΛΕΩ 14 9 4 2 3 11 13
7. ΠΛΑΤΩΝ 12 9 3 3 3 19 20
8. ΘΥΕΛΛΑ ΠΕΡΙΣΤΕΡΙΟΥ 11 9 3 2 4 17 17
9. ΠΡΑΣΙΝΑ ΠΟΥΛΙΑ 10 9 3 1 5 11 16
10. ΓΑΛΑΞΙΑΣ 10 9 3 1 5 9 12
11. ΑΡΙΩΝ 6 9 2 0 7 10 23
12. ΤΟΛΜΗ ΠΕΡΙΣΤ. 5 9 1 2 6 7 18
13. ΦΩΣΤΗΡΑΣ ΚΑΙΣ/ΝΗΣ 0 9 0 0 9 3 23

Τέλος, στον 4ο όμιλο, ο Ατρόμητος Μεταμόρφωσης πέτυχε μεγάλη νίκη στο γήπεδο του Γαλατσίου, επί των Πατησίων, με σκορ 4-1 και διατηρήθηκε στην 4η θέση του βαθμολογικού πίνακα, με 18 βαθμούς.

Τα αποτελέσματα του 4ου ομίλου της Γ’ ΕΠΣΑ (10η αγωνιστική)

Ομάδα Βαθμοί Αγώνες Νίκες Ισοπαλίες Ήττες Υπέρ Κατά
1. ΠΑΝΙΩΝΙΟΣ ΚΑΙΣ/ΝΗΣ 22 9 7 1 1 29 12
2. ΝΙΚΗ ΑΛΙΜΟΥ 22 9 7 1 1 17 3
3. ΑΡΗΣ ΚΑΛΑΜΑΚΙΟΥ 18 9 6 2 1 18 10
4. ΑΤΡΟΜΗΤΟΣ ΜΕΤ/ΣΗΣ 18 10 6 0 4 26 12
5. ΠΕΡΑ ΚΛΟΥΜΠ 17 9 5 2 2 23 10
6. ΑΟ. Ν. Φ.ΑΤΤΑΛΟΣ 16 9 5 1 3 12 8
7. ΔΑΣΟΣ ΧΑΪΔΑΡΙΟΥ 15 10 5 0 5 15 17
8. ΛΕΟΝΤΕΣ 12 9 3 3 3 17 19
9. ΚΡΟΝΟΣ ΑΘΗΝΩΝ 12 9 3 3 3 9 9
10. ΛΑΡΙΣΑΪΚΟΣ 8 9 2 2 5 15 25
11. ΔΑΦΝΗ ΑΘΗΝΩΝ 6 9 1 3 5 12 21
12. ΠΑΤΗΣΙΑ 2 9 0 2 7 7 25
13. ΚΡΟΝΟΣ ΑΙΓΑΛΕΩ 0 10 0 0 10 8 37

Δημοφιλή άρθρα