0
Skip to Content
ASPEKT
ASPEKT
ASPEKT
ASPEKT
ASPEKT
 
Curated for runners test.png
 

Footwear Apparel Training Races & Events News Articles

Running form assessment - What is the right race day shoe for me?
Guest User 30/03/2022 Guest User 30/03/2022

Running form assessment - What is the right race day shoe for me?

Comparing race shoes - data insights

Read More
Saucony won’t restock them once they are sold out!
Carbon Plate, Footwear Jerry Sun 10/09/2021 Carbon Plate, Footwear Jerry Sun 10/09/2021

Saucony won’t restock them once they are sold out!

Read More
First week with the New Balance FuelCell RC Elite v2
Carbon Plate Guest User 08/06/2021 Carbon Plate Guest User 08/06/2021

First week with the New Balance FuelCell RC Elite v2

Read More
How carbon-plated shoes are changing running
Footwear Guest User 06/05/2021 Footwear Guest User 06/05/2021

How carbon-plated shoes are changing running

Use of carbon plates in shoes have been simmering since the 1980s before hitting primetime with Nike’s breakout hit, Vaporfly!

Read More
My first month with the Brooks Hyperion Elite 2
Footwear Guest User 15/04/2021 Footwear Guest User 15/04/2021

My first month with the Brooks Hyperion Elite 2

How I got on putting the Brooks Hyperion Elite2s into my rotation

Read More
Carbon plate shoes - what’s all the fuss?
Footwear Guest User 09/04/2021 Footwear Guest User 09/04/2021

Carbon plate shoes - what’s all the fuss?

How do carbon plated shoes help runners? Together with the foam they increase energy return and aid propulsion.

Read More
document.addEventListener("DOMContentLoaded", function() { // Create a logo image element var logoImg = document.createElement("img"); // Set the source of the image logoImg.src = "https://static1.squarespace.com/static/5e4e47ce9bf2bf37590e40d2/t/65cda73b2cf50935b65e75b8/1707976507765/aspectLogo+web.png"; logoImg.alt = "Logo"; // Alt text for accessibility logoImg.id = "custom-logo"; // Assign an ID for styling // Append the image to the body document.body.appendChild(logoImg); // Get the gallery container var galleryContainer = document.getElementById("collection-65ccb04310e1515abbde9c07"); // Add scroll event listener window.addEventListener("scroll", function() { var scrollPosition = window.pageYOffset || document.documentElement.scrollTop; // Calculate the maximum scroll position until the logo reaches the footer var maxScroll = galleryContainer.offsetTop + galleryContainer.offsetHeight - window.innerHeight; // Calculate the position of the logo relative to the gallery container var logoPosition = scrollPosition - galleryContainer.offsetTop; // If the logo is within the gallery container if (scrollPosition <= maxScroll) { logoImg.style.position = "absolute"; logoImg.style.top = logoPosition + "px"; } else { logoImg.style.position = "fixed"; logoImg.style.top = maxScroll + "px"; } }); });