Consortiq – UAV Training Manager
Consortiq, established in 2015, began as a drone training provider and software company. Over time, our focus has evolved, with our operations now comprising 25% consulting, 35% training, and 35% [...]
/** * Custom footer links injection */ function add_custom_footer_links() { echo '
'; } add_action('wp_footer', 'add_custom_footer_links');