Jensen Beach Day News
Bus Driver Hiring Event - Image 1
Contact for pricejobs
Bus Driver Hiring Event
Martin County
0 views
Description

Brazen Connect Version: 39.0.1-SNAPSHOT CM Branch: staging CM Last Tag: CM Revision: 5b46accaf2965f369f92a619248dfe01b93e4910 Build Number: 9566 Build Time: 2026-08-28T16:41:13Z Module: BrazenConnect3 ACTIVITY_REPORT_SECONDS_TO_REFRESH: 30 ASYNC_TASK_NOTIFICATION_DELAY_LONG: 30000 ASYNC_TASK_NOTIFICATION_DELAY_SHORT: 10000 ATMOSPHERE_LOG_LEVEL: error BOOTH_OPPORTUNITY_LIST_LEARN_MORE_URL: https://hiringevents.support.radancy.net/hc/en-us/articles/30885787503123 BOOTH_STATS_INTERVAL_SECONDS: 60 BRAZEN_OPS_EMAIL_DOMAIN: ^[^\\s@]+@brazen(careerist)?\\.com$ CALIFORNIA_PRIVACY_RIGHTS: https://hiringevents.support.radancy.net/hc/en-us/articles/30885808814227 CDN_HOSTNAME: CHAT_INVITATION_DECLINE_SECONDS: 20 CHURNZERO_APPKEY: 1!VTxz3SIQEaU7SdcjiMLURTyOJmcWzx2-k1d2hHo3Wo4t148A CHURNZERO_DEBUG: false CHURNZERO_PANEL_ENABLED: true CLOUDINARY_API_KEY: 841172885164385 CLOUDINARY_CALLBACK: http://localhost:8080/cloudinary_cors.html CLOUDINARY_DATA_URL: https://api.cloudinary.com/v1_1/brazen/auto/upload CLOUDINARY_NAME: brazen CLOUDINARY_UNIQUE: getezha7 EDIT_EVENT_COPY_BLOCKS_LEARN_MORE_URL: https://hiringevents.support.radancy.net/hc/en-us/articles/30885843539091 ENVIRONMENT: app EVENT_ACCESS_SETTINGS_LEARN_MORE_URL: https://hiringevents.support.radancy.net/hc/en-us/articles/30885849316371 EVENT_CONNECTION_SETTINGS_LEARN_MORE_URL: https://support.brazenconnect.com/hc/en-us/articles/360044200314-What-kinds-of-connections-take-place-in-a-booth- EVENT_EXTENSION_CLIENT_MINUTES: 2 GA_DEBUG: false GOOGLE_MAPS_API_KEY: AIzaSyCd_ZsIi-K7YvZoLvn-LHThiZRlnDu-7CM GOOGLE_MAPS_MAP_ID: bfec76d1f6b7f7d7 GWT_LOG_LEVEL: INFO HEARTBEAT_INTERVAL_IN_SECONDS: 16 IDLE_SECONDS: 1800 JOB_ADD_TO_ACCOUNT_ARTICLE_URL: https://hiringevents.support.radancy.net/hc/en-us/articles/30885811303315 JOB_ADD_TO_EVENT_ARTICLE_URL: https://hiringevents.support.radancy.net/hc/en-us/articles/30885811303315 JOB_VIEW_PERFORMANCE_ARTICLE_URL: https://support.brazenconnect.com/hc/en-us/articles/360044212494-View-job-performance LANDING_SCREEN_DESIGN_LEARN_MORE_URL: https://hiringevents.support.radancy.net/hc/en-us/articles/30885800092179 LINKEDIN_KEY: 77tfn96hrjz9uy NOTICE_AT_COLLECTION: https://hiringevents.support.radancy.net/hc/en-us/articles/30885795825683 POST_EVENT_OFFLINE_DATA_RETENTION_MINS: 1440 PRIVACY_POLICY: https://hiringevents.support.radancy.net/hc/en-us/articles/30885809551891 PUSH_SERVER_PUBLIC_KEY: BIQOwWkgXYK1UFS0NKQkyq8sdDtrX4GZ9ftvyFh--gRlgfIFQV-05GESauVlXao3YqvM-aLMZo_SS31MFoibl60 REMOTE_LOGGING_ON_TZ_ERROR: true SCHEDULED_CHAT_V2_ENABLED: true SECONDS_UNTIL_CONNECTION_FAILED: 180 SECONDS_UNTIL_CONNECTION_FAIR: 60 SECONDS_UNTIL_CONNECTION_POOR: 120 SHOW_REGISTRATION_FORM_LEARN_MORE_URL: https://hiringevents.support.radancy.net/hc/en-us/articles/30885799735699 SUPPORT_URL: https://hiringevents.support.radancy.net/hc/en-us SYNC_GROUP_CHATS_INTERVAL_MILLIS: 30000 TERMS_POLICY: https://hiringevents.support.radancy.net/hc/en-us/articles/30885809630483 TIMED_KEY_DURATION: 3600000 TRACKING_LINKS_LEARN_MORE_URL: https://hiringevents.support.radancy.net/hc/en-us/articles/30885779196819 UES_INTERVAL_SECONDS: 30 ZENDESK_FIELD_ID: 43283423693971 ZENDESK_FIELD_VALUE: ticket_source-hiring_events_application ZENDESK_KEY: ee50af33-880c-45cd-8231-63534a2c8226 document.addEventListener('DOMContentLoaded', (e) => { const logos = document.querySelectorAll('.block.event-info-block img.logo'); if (logos.length > 0) { logos.forEach(function (logo) { if (logo.naturalWidth > logo.naturalHeight) { logo.classList.add("rectangle"); } logo.onload = function () { if (logo.naturalWidth > logo.naturalHeight) { logo.classList.add("rectangle"); } }; }); } }); Bus Driver Hiring Event function initEventTime (eventStartTime, eventEndTime, locale) { if (Intl && Intl.DateTimeFormat) { displayIntlTimeDisplay(eventStartTime, eventEndTime, locale) } else { alert('Your browser doesn\'t support Intl.DateTimeFormat and can\'t display event time properly. ' + 'Please upgrade.') } } function displayIntlTimeDisplay (eventStartTime, eventEndTime, locale) { const startTime = new Date(eventStartTime) const endTime = new Date(eventEndTime) const timeZone = Intl.DateTimeFormat().resolvedOptions().timeZone let userLocale = locale.replace('_', '-') const dateFormatter = new Intl.DateTimeFormat( userLocale, { day: 'numeric', month: 'long', timeZone: timeZone } ) const yearDateFormatter = new Intl.DateTimeFormat( userLocale, { day: 'numeric', month: 'short', year: 'numeric', timeZone: timeZone } ) const timeFormatter = new Intl.DateTimeFormat( userLocale, { hour: 'numeric', minute: '2-digit', timeZoneName: 'short', timeZone: timeZone } ) const timeWithoutTimeZoneFormatter = new Intl.DateTimeFormat( userLocale, { hour: 'numeric', minute: '2-digit', timeZone: timeZone } ) const currentYear = new Date().getFullYear() const startYear = startTime.getFullYear() const endYear = endTime.getFullYear() const sameDate = startTime.getDate() === endTime.getDate() // Create the time string with improved screen reader context let startDateText, startTimeText, endTimeText let startTimeScreenReaderText, endTimeScreenReaderText if (sameDate) { // Same date if (startYear === currentYear && endYear === currentYear) { // Same date in current year startDateText = dateFormatter.format(startTime) } else { // Same date not in current year startDateText = yearDateFormatter.format(startTime) } startTimeText = timeFormatter.format(startTime) endTimeText = timeFormatter.format(endTime) // Add hidden text for screen readers with full context startTimeScreenReaderText = 'Event starts at ' + startTimeText + ' on ' + startDateText endTimeScreenReaderText = 'Event ends at ' + endTimeText + ' on ' + startDateText $('.time-and-actions-block .event-start-date').text(startDateText) $('.time-and-actions-block .event-start-time').html( startTimeText + '' + startTimeScreenReaderText + '') $('.time-and-actions-block .event-end-time').html( endTimeText + '' + endTimeScreenReaderText + '') // For mobile, we use the format without timezone $('.time-and-actions-block .event-start-time-mobile').text(timeWithoutTimeZoneFormatter.format(startTime)) $('.time-and-actions-block .event-end-time-mobile').text(timeWithoutTimeZoneFormatter.format(endTime)) } else { // Different dates if (startYear === currentYear && endYear === currentYear) { // Different dates in current year startTimeText = dateFormatter.format(startTime) + ', ' + timeFormatter.format(startTime) endTimeText = dateFormatter.format(endTime) + ', ' + timeFormatter.format(endTime) } else { // Different dates not in current year startTimeText = yearDateFormatter.format(startTime) + ', ' + timeFormatter.format(startTime) endTimeText = yearDateFormatter.format(endTime) + ', ' + timeFormatter.format(endTime) } // Add full context for screen readers startTimeScreenReaderText = 'Event starts on ' + startTimeText endTimeScreenReaderText = 'Event ends on ' + endTimeText $('.time-and-actions-block .event-start-time').html( startTimeText + '' + startTimeScreenReaderText + '') $('.time-and-actions-block .event-end-time').html( endTimeText + '' + endTimeScreenReaderText + '') // For mobile if (startYear === currentYear && endYear === currentYear) { $('.time-and-actions-block .event-start-time-mobile').text( dateFormatter.format(startTime) + ', ' + timeWithoutTimeZoneFormatter.format(startTime)) $('.time-and-actions-block .event-end-time-mobile').text( dateFormatter.format(endTime) + ', ' + timeWithoutTimeZoneFormatter.format(endTime)) } else { $('.time-and-actions-block .event-start-time-mobile').text( yearDateFormatter.format(startTime) + ', ' + timeWithoutTimeZoneFormatter.format(startTime)) $('.time-and-actions-block .event-end-time-mobile').text( yearDateFormatter.format(endTime) + ', ' + timeWithoutTimeZoneFormatter.format(endTime)) } $('.time-and-actions-block .bar').addClass('multi-day') } } document.addEventListener('DOMContentLoaded', (e) => { //An event with start and end time initEventTime(1792069200000, 1792074600000, 'en_US'); //add style when timeAndActionsBlock is sticky to the top const timeAndActionsBlocks = document.querySelectorAll('.time-and-actions-block'); timeAndActionsBlocks.forEach(function (timeAndActionsBlock) { window.addEventListener('scroll', () => { const css_class_sticky = 'sticky'; const isSticky = timeAndActionsBlock.classList.contains(css_class_sticky); const scrollTop = timeAndActionsBlock.getBoundingClientRect().top; if (scrollTop 0 && isSticky) { // Element is no longer sticky timeAndActionsBlock.classList.remove(css_class_sticky); } } }); }) }); Date Are you ready to make a difference in education? St. Lucie Public Schools is seeking passionate individuals to join our team. Meet our dedicated staff, learn more about the roles available, and start your journey with us! To ensure a smooth process, please bring the following items: We strongly encourage you to apply for your desired position before attending the event. If you are unable to complete the application beforehand, we will have computers set up to assist you. Apply Now: FastTrack (stlucie.k12.fl.us) For more information, feel free to contact us:

Posted by Harvey Walden·14 hours ago