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

Footwear Apparel Training Races & Events News Articles

I’m afraid Project Fearless is not for me…
Footwear, Training Guest User 01/03/2021 Footwear, Training Guest User 01/03/2021

I’m afraid Project Fearless is not for me…

…yet, I am hopeful as I love the Nike designs and innovation.

Read More
It’s not you, it’s me - my Nike Invincible love affair is coming to an end.
Footwear, Training Guest User 22/02/2021 Footwear, Training Guest User 22/02/2021

It’s not you, it’s me - my Nike Invincible love affair is coming to an end.

I have run in the Nike Invincibles for a week and given my stability needs, they may not be for me!

Read More
Road to Under 20 mins
Training, Footwear, Invincible Jerry Sun 19/02/2021 Training, Footwear, Invincible Jerry Sun 19/02/2021

Road to Under 20 mins

Read More
First Speed Run with Nike ZoomX Invincible
Training, Footwear, Invincible Jerry Sun 17/02/2021 Training, Footwear, Invincible Jerry Sun 17/02/2021

First Speed Run with Nike ZoomX Invincible

Read More
Will You Keep Running After Lockdown?
Training Jerry Sun 16/02/2021 Training Jerry Sun 16/02/2021

Will You Keep Running After Lockdown?

Read More
Valentine’s Day Run with Invincible (Reviews and Thoughts)
Training, Footwear, Invincible Jerry Sun 14/02/2021 Training, Footwear, Invincible Jerry Sun 14/02/2021

Valentine’s Day Run with Invincible (Reviews and Thoughts)

Read More
Chinese New Year Day Run with Nike #NSRL Jacket
Training Jerry Sun 12/02/2021 Training Jerry Sun 12/02/2021

Chinese New Year Day Run with Nike #NSRL Jacket

Read More
Nike Project Fearless
Footwear, Training, Invincible Arran McAskill 11/02/2021 Footwear, Training, Invincible Arran McAskill 11/02/2021

Nike Project Fearless

Nike, are on a mission to keep runners running. Nike Sports Research Lab team launched a plan to see if they could design a running shoe that helped reduce the risk of injury. The percentage of runners sidelined by injuries has remained static for years.

Read More
How Does Speed Run Help With Long Run?
Training Jerry Sun 10/02/2021 Training Jerry Sun 10/02/2021

How Does Speed Run Help With Long Run?

Read More
Upper body Workout for Runners
Training Jerry Sun 07/02/2021 Training Jerry Sun 07/02/2021

Upper body Workout for Runners

Read More
Oh no, my race has gone virtual!
Training Guest User 05/02/2021 Training Guest User 05/02/2021

Oh no, my race has gone virtual!

I am not sure how I feel about that!

Who will stop the traffic? 🤷🏽‍♂️No hydration spots 😩

Read More
Everyday is a new day
Training Jerry Sun 05/02/2021 Training Jerry Sun 05/02/2021

Everyday is a new day

Read More
Running in the rain?
Training Jerry Sun 03/02/2021 Training Jerry Sun 03/02/2021

Running in the rain?

Read More
No excuse to stop, long run with a friend
Training Guest User 31/01/2021 Training Guest User 31/01/2021

No excuse to stop, long run with a friend

Running with a friend keeps you committed & less likely to give up.

Read More
100K January Challenge
Training Jerry Sun 31/01/2021 Training Jerry Sun 31/01/2021

100K January Challenge

Read More
Hill intervals
Training Guest User 29/01/2021 Training Guest User 29/01/2021

Hill intervals

Intervals are the quickest way to improve your fitness.

Read More
Just a chilled run
Training Jerry Sun 27/01/2021 Training Jerry Sun 27/01/2021

Just a chilled run

Read More
First Run in Snow
Training Jerry Sun 24/01/2021 Training Jerry Sun 24/01/2021

First Run in Snow

Read More
Running keeps me sane
Training Guest User 22/01/2021 Training Guest User 22/01/2021

Running keeps me sane

Running has been great for my mental health during the pandemic.

Read More
Benchmark 5K Run
Training Jerry Sun 22/01/2021 Training Jerry Sun 22/01/2021

Benchmark 5K Run

Read More
Older Posts
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"; } }); });