Reach Lloret de Mar 27.07.- 07.08.2025
Does your heart beat for Jesus, young people and beach vacations? Then come with us to Lloret de Mar!
Lloret de Mar is a party town an hour’s drive north of Barcelona. Every year, thousands of young people from all over Europe travel to Lloret to party and forget their everyday lives. Especially along the party mile, where one club follows the next, it’s all happening. And that’s exactly where we want to share the best message in the world with people. The message of Jesus that goes beyond temporary pleasure and lasts.
Leader
Michi, Jael and Sara
document.querySelectorAll(‘.outer’).forEach(el => {
let content = el.querySelector(‘.content’);
repeatContent(content, el.offsetWidth);
let slider = el.querySelector(‘.loop’);
slider.innerHTML = slider.innerHTML + slider.innerHTML;
});
function repeatContent(el, till) {
let html = el.innerHTML;
let counter = 0; // prevents infinite loop
while (el.offsetWidth < till && counter < 100) {
el.innerHTML += html;
counter += 1;
}
}