Challenge Askefield
The wellness coffee morning.
If you fancy trying something different each week, with a coffee and a piece of cake, then Challenge Askefield is the place to come! We are not far away from week 200 of Challenge Askefield!
There is usually a different craft challenge each week, for example, Decopatch, macrame, painting but we may mix it up sometimes!
The suggested donation is £2.50 per person to cover materials.
Friday 9:30 - 12:30
// script
On page load
set background image (top section) to x
set timer to 0
Loop
if timer = 4 seconds then
change background image to y
if timer = 8 seconds then
change background image to z
if timer = 12 seconds
set background image to x
set timer to 0
end loop
//
function changeBg
const intervalId = setInterval(() => {
}, 4000);