top of page
1_Logo_astera_global Green plain small.p

astera.global is soon to make it's offers to the world

Thanks for expressing your interest in joining me in some way to bring the astera community to life.

Change can come from acting together.

I'll see you in the Crowdfunder.co.uk campaign


Liz Hargreaves

Thanks for submitting!

You will receive a confirmation email within the next 10 minutes. Please check your SPAM/JUNK email box if you don't receive it!

bottom of page
import {local} from 'wix-storage'; import wixWindow from 'wix-window'; $w.onReady(function () { if(!local.getItem("firstTimePopupShown")) { wixWindow.openLightbox("Our custom Cookie popup"); local.setItem("firstTimePopupShown", "yes"); } } );