TRAIL ANTONINO: Paulo Mesquita e Adriana Gomes venceram o trail longo

O vilaverdense Paulo Mesquita voltou a dominar a prova longa do Trail Antonino, que se correu este domingo em Vila Verde.

O atleta, a correr pela equipa Furfor Running Project, cumpriu os 21 quilómetros da prova no tempo de uma hora, 39 minutos e 10 segundos.

Em segundo ficou Rúben Veloso, da mesma equipa, com 01:42:54 horas e o terceiro foi Vítor Carvalho, da Minho Lima e Trail, com 01:47:04 horas.

Na prova mais curta, Anthony Gomes (Individual) foi o mais forte, com 01:06:16 horas. João Ribeiro (Centro de Atletismo de Arcos de Valdevez) com 01:08:52h ficou em segundo lugar e Valter Pereira (Cyclones AC) fechou o pódio cumprindo a prova em 01:10:49h.

Organizado pela Associação Vila Verde a Correr, o Trail Antonino juntou cerca de 500 participantes.

FEMININO

Na prova feminina, Adriana Gomes, da Minho Aventura, venceu a prova longa, de 21 quilómetros, com 02:25:22h.

Catarina Cerqueira e Joana Fernandes completaram o pódio.

A prova mais curta foi ganha por Andreia Mota (Individual). Paula Costa e Marta Veloso ficaram em segundo e terceiro lugares, respectivamente.

Classificação
Trail longo
1.º Paulo Mesquita-Furfor Running Project (1:39:10h)
2.º Rúben Veloso- Furfor Running Project (1:24:54h)
3.º Vítor Carvalho-Minho Lima e Trail (1:47:04h)

Feminino
1.ª Adriana Gomes-Minho Aventura (2.25.22h)
2.ª Catarina Cerqueira- Acra Running (2.28.41h)
3.ª Joana Fernandes -Akuafit (2.29.18h)

Trail Curto
1.º Anthony Gomes-Individual (1.6.16h)
2.º João Ribeiro-CA Arcos de Valdevez (1.8.52h)
3.º Valter Pereira-Cyclones  (1.10.49h)
Feminino
1.ª Andreia Mota-Individual (1.20.19h)
2.ª Paula Costa-Academia Desportiva Arcos de Valdevez (1.21.46h)
3.ª Marta Veloso-Trogloditas Runners (1.25.51h)

 

Jornal O Desportivo

<?php
function fetch_rss_cached($url, $cache_seconds = 600) {
    $key = 'rss_cache_' . md5($url);

    $cached = get_transient($key);
    if ($cached !== false) {
        return simplexml_load_string($cached);
    }

    $ch = curl_init($url);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    curl_setopt($ch, CURLOPT_TIMEOUT, 10);
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
    curl_setopt($ch, CURLOPT_USERAGENT, 'WP RSS Fetcher');

    $data = curl_exec($ch);
    curl_close($ch);

    if (!$data) return null;

    set_transient($key, $data, $cache_seconds);
    return simplexml_load_string($data);
}

function time_ago($datetime) {
    $time = strtotime($datetime);
    $diff = time() - $time;

    if ($diff < 60) return $diff . ' segundos atrás';
    if ($diff < 3600) return floor($diff / 60) . ' minutos atrás';
    if ($diff < 86400) return floor($diff / 3600) . ' horas atrás';
    if ($diff < 604800) return floor($diff / 86400) . ' dias atrás';
    return date('d/m/Y H:i', $time);
}

$rss = fetch_rss_cached('https://www.desportivovaledohomem.pt/category/destaque/feed/', 600);
if (!$rss || empty($rss->channel->item)) {
    echo '<!-- RSS vazio ou erro -->';
    return;
}

$items = $rss->channel->item;
$count = 0;

echo '<div class="rss-posts">';

foreach ($items as $item) {
    if ($count >= 5) break;

    $title = (string) $item->title;
    $link = (string) $item->link;
    $pubDate = (string) $item->pubDate;
    $timeAgo = time_ago($pubDate);

    $categoryText = isset($item->category[0]) ? (string) $item->category[0] : '';

    echo '<div class="rss-post">';
    echo '<p class="rss-meta">' . esc_html($timeAgo) . ' - ' . esc_html($categoryText) . '</p>';
    echo '<h3 class="rss-title"><a href="' . esc_url($link) . '" target="_blank" rel="noopener">' . esc_html($title) . '</a></h3>';
    echo '</div>';

    $count++;
}

echo '</div>';
?>
.rss-posts {
    font-family: "MYRIAD PRO";
    font-weight: 400;
}

.rss-post {
    padding: 10px 0;
    border-bottom: 1px solid #8E8E8D;
}

.rss-meta {
    color: #828282;
    font-size: 11px;
    margin-bottom: 0px;
    font-weight: 600;
}

.rss-title {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}

.rss-title a {
    text-decoration: none;
    color: #363636;
    font-family: "Myriad Pro";
    font-weight: 400;
    font-size: 17px;
}

.rss-post:last-child {
    border: none;
}
Ver mais

Últimas Notícias

Ver mais