continuing our partnership with Aviapartner —...

Damian Atkins, VP Safety & Occupational Health at Aviapartner, said:

“Simon provided us, at Aviapartner, a comprehensive three-day training package to support us in our winter readiness program for the winter season 2022/23.

Both the training materials and delivery were to a high standard and provided us with excellent insights and valuable experience that Simon could draw from his experience within the field of De/Anti-Icing services. Feedback received from our delegates across our network, both experienced and new, was extremely positive and therefore I would not hesitate to recommend Simon to other businesses from across our industry.

We very much look forward to expanding our existing collaboration with Simon in the future.”

function display_related_posts() { if (is_single()) { global $post; $categories = wp_get_post_categories($post->ID); if ($categories) { $args = array( 'category__in' => $categories, 'post__not_in' => array($post->ID), 'posts_per_page' => 4, 'orderby' => 'rand' ); $related_posts = new WP_Query($args); if ($related_posts->have_posts()) { echo ''; } wp_reset_postdata(); } } } add_action('wp_footer', 'display_related_posts');