Contenido
- 1 Buscar
- 2 Fórmula 1
- 3 A falta de cinco carreras por delante, así marcha el Campeonato Mundial de Pilotos (primeros ocho lugares):
- 4 Campeonato Mundial de Constructores
- 5 Otras Noticias
- 6 Jerod Mayo, entrenador de los Patriots, llamó “débil” a su equipo tras su sexta derrota consecutiva
- 7 Liverpool venció 2-1 a Chelsea y el Manchester City logró un agónico triunfo ante el Wolverhampton
- 8 Lewandowski amplía su racha goleadora en la victoria del Barcelona 5-1 al Sevilla
Buscar
Fórmula 1
Leclerc lidera 1-2 de Ferrari en Texas; Checo Pérez terminó en séptimo lugar
En el Campeonato Mundial de pilotos, Verstappen (Red Bull) se ubica en primer lugar con 354 puntos, mientras que Norris (McLaren) es segundo con 297.
// ——————————————————————————————————————————-
// PHOTOSWIPE
var initPhotoSwipeFromDOM = function(gallerySelector) {
// parse slide data (url, title, size …) from DOM elements
// (children of gallerySelector)
var parseThumbnailElements = function(el) {
var thumbElements = el.childNodes,
numNodes = thumbElements.length,
items = [],
figureEl,
linkEl,
size,
item;
for(var i = 0; i < numNodes; i++) {
figureEl = thumbElements[i]; //
// include only element nodes
if(figureEl.nodeType !== 1) {
continue;
}
linkEl = figureEl.children[0]; // element
size = linkEl.getAttribute(‘data-size’).split(‘x’);
// create slide object
item = {
src: linkEl.getAttribute(‘href’),
w: parseInt(size[0], 10),
h: parseInt(size[1], 10)
};
if(figureEl.children.length > 1) {
//
item.title = figureEl.children[1].innerHTML;
}
if(linkEl.children.length > 0) {
// thumbnail element, retrieving thumbnail url
item.msrc = linkEl.children[0].getAttribute(‘src’);
}
item.el = figureEl; // save link to element for getThumbBoundsFn
items.push(item);
}
return items;
};
// find nearest parent element
var closest = function closest(el, fn) {
return el && ( fn(el) ? el : closest(el.parentNode, fn) );
};
// triggers when user clicks on thumbnail
var onThumbnailsClick = function(e) {
e = e || window.event;
e.preventDefault ? e.preventDefault() : e.returnValue = false;
var eTarget = e.target || e.srcElement;
// find root element of slide
var clickedListItem = closest(eTarget, function(el) {
return (el.tagName && el.tagName.toUpperCase() === ‘FIGURE’);
});
if(!clickedListItem) {
return;
}
// find index of clicked item by looping through all child nodes
// alternatively, you may define index via data- attribute
var clickedGallery = clickedListItem.parentNode,
childNodes = clickedListItem.parentNode.childNodes,
numChildNodes = childNodes.length,
nodeIndex = 0,
index;
for (var i = 0; i = 0) {
// open PhotoSwipe if valid index found
openPhotoSwipe( index, clickedGallery );
}
return false;
};
// parse picture index and gallery index from URL (#&pid=1&gid=2)
var photoswipeParseHash = function() {
var hash = window.location.hash.substring(1),
params = {};
if(hash.length < 5) {
return params;
}
var vars = hash.split('&');
for (var i = 0; i < vars.length; i++) {
if(!vars[i]) {
continue;
}
var pair = vars[i].split('=');
if(pair.length getThumbBoundsFn section of documentation for more info
var thumbnail = items[index].el.getElementsByTagName(‘img’)[0], // find thumbnail
pageYScroll = window.pageYOffset || document.documentElement.scrollTop,
rect = thumbnail.getBoundingClientRect();
return {x:rect.left, y:rect.top + pageYScroll, w:rect.width};
}
};
// PhotoSwipe opened from URL
if(fromURL) {
if(options.galleryPIDs) {
// parse real index when custom PIDs are used
// http://photoswipe.com/documentation/faq.html#custom-pid-in-url
for(var j = 0; j < items.length; j++) {
if(items[j].pid == index) {
options.index = j;
break;
}
}
} else {
// in URL indexes start from 1
options.index = parseInt(index, 10) – 1;
}
} else {
options.index = parseInt(index, 10);
}
// exit if index not found
if( isNaN(options.index) ) {
return;
}
if(disableAnimation) {
options.showAnimationDuration = 0;
}
// Pass data to PhotoSwipe and initialize it
gallery = new PhotoSwipe( pswpElement, PhotoSwipeUI_Default, items, options);
gallery.init();
};
// loop through all gallery elements and bind events
var galleryElements = document.querySelectorAll( gallerySelector );
for(var i = 0, l = galleryElements.length; i < l; i++) {
galleryElements[i].setAttribute('data-pswp-uid', i+1);
galleryElements[i].onclick = onThumbnailsClick;
}
// Parse URL and open gallery if it contains #&pid=3&gid=1
var hashData = photoswipeParseHash();
if(hashData.pid && hashData.gid) {
openPhotoSwipe( hashData.pid , galleryElements[ hashData.gid – 1 ], true, true );
}
};
// execute above function
initPhotoSwipeFromDOM('.my-gallery');
// ======================================
// FIN SCRIPTS PHOTOSWIPE
// ======================================
AUSTIN, Texas, EU (AP).- Este día, Charles Leclerc le dio a Ferrari su primera victoria en el Gran Premio de Estados Unidos desde 2018 con una inteligente exhibición, mientras que Max Verstappen se afianzó como líder con su Red Bull al beneficiarse de una sanción para quedar por delante de Lando Norris de McLaren.
Verstappen subió al podio, como tercer lugar, luego que Norris recibió una penalización de cinco segundos por adelantar al neerlandés fuera de la pista en las últimas vueltas.
El reinante campeón se quejó de la maniobra y Norris insistió que Verstappen también se salió de la pista. Ambos protagonizaron una reñida disputa por el tercer lugar durante varias vueltas, con un Verstappen que con tenacidad no quiso ceder.
La sanción y el cuarto puesto le costaron a Norris valiosos puntos. Verstappen amplió su ventaja en el campeonato sobre Norris, de 54 a 57 puntos. Restan cinco grandes premios y dos carreras de sprint.
Verstappen se llevó el triunfo en el sprint del sábado en el Circuito de las Américas, pero el neerlandpés sigue sin ganar un gran premio — el último se remonta a junio en Barcelona. Carlos Sainz completó el 1-2 de Ferrari tras entrar detrás de Leclerc.
El mexicano Sergio “Checo” Pérez finalizó séptimo con el otro Red Bull, mientras que el novato argentino Franco Colapinto (Williams) figuró décimo para llevarse el último punto.
A falta de cinco carreras por delante, así marcha el Campeonato Mundial de Pilotos (primeros ocho lugares):
- Max Verstappen (Red Bull) – 354 puntos
- Lando Norris (McLaren) – 297
- Charles Leclerc (Ferrari) – 275
- Oscar Piastri (McLaren) – 247
- Carlos Sainz (Ferrari) – 215
- Lewis Hamilton (Mercedes) – 177
- George Russell (Mercedes) – 167
- Sergio “Checo” Pérez (Red Bull) – 150
Campeonato Mundial de Constructores
- McLaren: 544
- Red Bull: 504 puntos
- Ferrari: 496
- Mercedes: 344
- Aston Martin: 86
- Haas: 38
- RB: 36
- Williams: 17
- Alpine: 13
- Sauber: 0
Comentarios
Otras Noticias
// autoTrigger on scroll until after the third request is loaded
$(‘.scroll’).jscroll({
autoTriggerUntil: 3,
loadingHtml: ‘Cargando mas noticias… ‘,
nextSelector: ‘.boton-ver-mas’,
});
window._taboola = window._taboola || [];
_taboola.push({
mode: ‘thumbnails-a-3×2’,
container: ‘taboola-mobile-below-article-thumbnails’,
placement: ‘Mobile Below Article Thumbnails’,
target_type: ‘mix’
});
// Obtener todos los elementos con clase .col-md-12
var colElements = document.querySelectorAll(‘.col-md-12’);
// Iterar sobre cada elemento
colElements.forEach(function(element) {
// Verificar si tiene un hijo inmediato con clase .titulo-region
var tituloRegion = element.querySelector(‘.titulo-region’);
if (tituloRegion) {
// Agregar la clase .is-sticky al elemento padre
element.classList.add(‘is-sticky’);
}
});
// Obtener el elemento article dentro de .fila-especial-v2 .p50
var articleElement = document.querySelector(‘.home .fila-especial-v2 .p50 article’);
// Obtener el texto del elemento .z-foto .bajada p
var bajadaText = articleElement.querySelector(‘.z-foto .bajada p’).textContent;
// Crear un nuevo elemento para mostrar el texto obtenido
var textoElement = document.createElement(‘p’);
textoElement.textContent = bajadaText;
// Obtener el elemento .z-txt .titulo dentro del article
var tituloElement = articleElement.querySelector(‘.z-txt .titulo’);
// Insertar el nuevo elemento al final del article
articleElement.appendChild(textoElement);