Thank You – A Great Sun...

SAFE “CFI Roundtable” at Prop 75

(Click on any image for a larger version)

SAFE “Ice Cream Social”

Three Instagram Reels With Sponsors

Lots of Volunteers (Thanks to All)!

Fun at the Booth!

Other Generous SAFE Sponsors at the Booth

New SAFE Lifetime Member John Carter won the Lightspeed Aviation Delta Zulu Headset at our “CFI Roundtable!” YOU can win in our Spring Sweepstakes.

©2025 Mike Brown

SAFE Spring Sweepstakes; Join/Donate – WIN!!

For a chance to win; Join SAFE, “Step-Up” as a member, or donate $15 (or more). Lightspeed Delta Zulu, Aerox O2 System, or Sporty’s PJ2 Radio.

Author: David St. George

David St. George. David took his first flying lesson in 1970. Flying for over 50 years, he began instructing full-time in 1992. A 26-year Master Instructor, David is the Executive Director of SAFE (The Society of Aviation and Flight Educators). He has logged >21K hours of flight time with >16K hours of flight instruction given (chief instructor of a 141 school with a college program for > 20 years). He is currently a charter pilot flying a Citation M2 single-pilot jet.
View all posts by David St. George

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');