Latest News
May 2022
Royal Navy Climate Change & Sustainability ALO
The 3rd annual Royal Navy Action Learning Output event will be on Climate Change & Sustainability and will be held in Portsmouth on 29th/30th June 2022.
See the Event Page for more details
February 2022
Great Place to Work for Domestic Abuse Survivors
Hawkrose is currently working with Hestia Crisis Charity, a leading global law firm and FTSE 100 companies to explore the possibility of introducing changes to recruitment processes so as to encourage and not discriminate against survivors of domestic abuse.
It is intended that this scheme will be adopted UK wide following launch.
Updates to follow.
var timelinemaze = new TimelineMax({repeat: -1});
timelinemaze.set('#maze',{transformOrigin: '50% 50%', rotation: 30, })
.to('#maze', 1, {rotation: 20, ease:"back.inOut", delay: 0.5})
.to('#maze', 1, {rotation: 30, ease:"back.inOut"})
.to('#maze', 1, {rotation: 110, ease:"back.inOut"})
.to('#maze', 1, {rotation: 90, ease:"back.inOut"})
.to('#maze', 1, {rotation: -30, ease:"back.inOut"})
.to('#maze', 1, {rotation: -10, ease:"back.inOut"})
.to('#maze', 1, {rotation: -60, ease:"back.inOut"})
.to('#maze', 1, {rotation: -140, ease:"back.inOut"})
.to('#maze', 2, {rotation: 30, ease:"back.inOut"});
var timelineball = new TimelineMax({repeat: -1});
timelineball.repeatDelay(0.5);
timelineball.set('#ball', {transformOrigin: '50% 50%' })
.to('#ball', 1, {transformOrigin: '50% 50%', ease:"bounce.out", x:20, delay: 0})
.to('#ball', 1, {transformOrigin: '50% 50%', y: 55, ease:"bounce.out"})
.to('#ball', 1, {transformOrigin: '50% 50%', x: 97, ease:"bounce.out"})
.to('#ball', 1, {transformOrigin: '50% 50%', y:0, ease:"bounce.out"})
.to('#ball', 1, {transformOrigin: '50% 50%', x: 135, ease:"bounce.out"})
.to('#ball', 1, {transformOrigin: '50% 50%', x: 97, ease:"bounce.out"})
.to('#ball', 1, {transformOrigin: '50% 50%', y: 55, ease:"bounce.out"})
.to('#ball', 1, {transformOrigin: '50% 50%', x: 20, ease:"bounce.out"})
.to('#ball', 1, {transformOrigin: '50% 50%', y: 0, ease:"bounce.out"})
.to('#ball', 1, {transformOrigin: '50% 50%', x: 0, ease:"bounce.out"});