spotlights
March 2 - 9, 2023

Something

Testing
<?php global $lang_id, $lang, $ivo_translation, $ac_translation; $lang = $lang_id; if ($lang == "en") { $header_copy = "Learn more about Ontario."; $signup_copy = "Sign up to receive more detailed information."; } elseif ($lang == "fr") { $header_copy = "Inscrivez-vous à notre bulletin mensuel exclusif."; $signup_copy = "Inscrivez-vous pour recevoir des informations."; } else { $header_copy = "Learn more about Ontario."; $signup_copy = "Sign up to receive more detailed information."; } ?> .sign-up-text { margin-top: 1rem; } .sign-up-text:before { content: "Where Innovation Lives"; position:absolute; color:#002855; font-size:5rem; font-weight: 600; text-transform: uppercase; text-align: center; justify-content: center; align-items: center; display: flex; height: 100%; } .sign-up-text:lang(en):before { content: "Where Innovation Lives"; } .sign-up-text:lang(fr):before { content: "Où vit l'innovation"; font-size:4rem; } .sign-up-text .quote-img{ width: 100%; margin-top: 0; object-fit: cover; object-position: center; border-radius: 10px; height: 52rem; } .sign-up-text:lang(fr) .quote-img{ height: 58rem; } @media (min-width: 992px) and (max-width: 1199.98px) { .sign-up-text:lang(en):before { font-size:4rem; } .sign-up-text:lang(fr):before { font-size:3rem; } .sign-up-text .quote-img{ height: 56rem; } .sign-up-text:lang(fr) .quote-img{ height: 64rem; } } @media (min-width: 768px) and (max-width: 991.98px) { .sign-up-text:lang(en):before { font-size:5rem; } .sign-up-text:lang(fr):before { font-size:5rem; } .sign-up-text .quote-img{ height: 70vh; max-height:500px; } } @media (min-width: 576px) and (max-width: 767.98px) { .sign-up-text:lang(en):before { font-size:4rem; } .sign-up-text:lang(fr):before { font-size:4rem; } .sign-up-text .quote-img{ height: 70vh; max-height:500px; } } @media (max-width: 575.98px) { .sign-up-text:lang(en):before { font-size:10vw; } .sign-up-text:lang(fr):before { font-size:10vw; } .sign-up-text .quote-img{ height: 70vh; max-height:500px; } }

<?php echo $header_copy; ?>

<?php echo $signup_copy; ?>.

<?php print_trans("Form is for business purposes."); ?>