CINXE.COM
Strategic Communications - Cal Poly Pomona
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta charset="UTF-8"/> <meta content="width=device-width, initial-scale=1.0" name="viewport"/> <meta content="ie=edge" http-equiv="X-UA-Compatible"/> <title> Strategic Communications - Cal Poly Pomona </title> <script src="https://cdn.levelaccess.net/accessjs/YW1wX2NwcDExMDM/access.js"></script> <script>// <![CDATA[ (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PSKJRNV'); // ]]></script> <link rel="icon" href="/common/green-and-gold/assets/icons/gg-favicon.svg" type="image/svg+xml" /> <link rel="icon" href="/common/green-and-gold/assets/icons/gg-favicon.ico" type="image/x-icon" /> <link rel="stylesheet" href="/common/green-and-gold/assets/css/index.css" /> <link rel="stylesheet" href="https://use.typekit.net/fia5dle.css" /> <link rel="stylesheet" href="/common/green-and-gold/assets/css/cpp-fonts.css" /> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> <script src="/common/green-and-gold/assets/js/accordion.js"></script> <script crossorigin="anonymous" defer="defer" integrity="sha384-FW78RPcSpi13vjx77nPWQIrQbNSLkPBopb0qGzLCxD2x4Kr6FA8V05C/6cpgkKPL" src="https://pro.fontawesome.com/releases/v5.10.1/js/all.js"></script> </head> <body> <a class="skip-to-content-link" href="#main">Skip to content</a> <header class="nav fixed"> <nav class="container"> <ul class="row nav__main" id="mainNavMenu"> <li id="main-logo" class="col-6 col-lg-3 nav__logo"> <a href="/" aria-label="Cal Poly Pomona Home" tabindex="0"> <div class="nav__logo--horizontal"> <img src="/common/green-and-gold/assets/logos/cpp_horizontal_2c_green_rgb.png" alt="Cal Poly Pomona Logo" /> </div> </a> </li> <!-- department header hidden by default--> <li id="dept-header-desktop" class="col-sm-5 col-md-6 nav__logo desktop d-none"> <a href="/" aria-label="Cal Poly Pomona Home" tabindex="0"> <div class="nav__logo--stacked"> <img src="/common/green-and-gold/assets/logos/cpp_primary_2c_green_cmyk.png" alt="Cal Poly Pomona Logo"> </div> </a> <div class="divider"></div> <div id="split-header" class="nav__division col-lg-7"> <div id="large-name"></div> <div style="display:none" id="sub-name"></div> </div> </div> </li> <li class="nav__links col-2" id="head-links"> <a class="nav__link nav__link--desktop col-1" href="/apply/" tabindex="0">apply</a> <a class="nav__link nav__link--desktop col-1" href="/outreach/tours.shtml" tabindex="0">visit</a> <a class="nav__link nav__link--desktop col-1" href="https://engage.cpp.edu/register/ask_us_a_question" tabindex="0">info</a> <a class="nav__link nav__link--desktop col-1" href="/giving/" tabindex="0">give</a> <a class="nav__link nav__link--desktop col-1" href="https://my.cpp.edu" tabindex="0">mycpp</a> <button id="search-open" class="nav__search col-1" tabindex="0"> <img src="/common/green-and-gold/assets/icons/nav/search-dark-green.svg" alt="Open search box" /> </button> <button class="nav__menu col-1" id="menuButton" aria-expanded="false" tabindex="0"> <img src="/common/green-and-gold/assets/icons/nav/menu.svg" alt="menu" /> </button> </li> </ul> </nav> </header> <header id="search-header" style="display:none"> <div class="row"> <div class="col-md-6"></div> <div id="searchbox" class="col-md-6"> <div id="search-slide"> <label for="#gsc-i-id1" class="sr-only">Search</label> <script async="" src="https://cse.google.com/cse.js?cx=007035455219528863532:fcaogmpwbtt"></script> <div class="gcse-searchbox-only" data-resultsurl="https://www.cpp.edu/search.shtml"></div> <button class="nav__menu col-1" id="search-close" tabindex="0"> <img src="/common/green-and-gold/assets/icons/nav/close.svg" alt="Close search menu"> </button> </div> </div> <script async="" src="https://cse.google.com/cse.js?cx=007035455219528863532:fcaogmpwbtt"></script> <script> $("#search-open").click(function() { $("#search-header").show(); $("#search-slide").addClass("slideup"); $("#gsc-i-id1").focus(); $('#search-close').focusout(function() { $("#search-header").hide(); $("#search-slide").removeClass("slideup"); $("#search-open").focus(); }) }); $("#search-close").click(function() { $("#search-header").hide(); $("#search-slide").removeClass("slideup"); $("#search-open").focus(); }); </script> <style> .gstl_50 gssb_c { position: fixed !important; } #searchbox { height: 93px; overflow: hidden; } #search-header { position: fixed; height: 100px; width: 100%; height: 93px; z-index: 99999; top: 0; } #gsc-i-id1 { height: 40px; width: 70%; border-radius: 4px; border: none; padding: 15px; } #search-submit { margin: 15px; } #search-close { width: 23px; height: 21px; position: absolute; top: 32px; } #search-slide { width: 0px; right: -100%; padding: 20px 15px; position: relative; background: #005030; height: 100%; transition: all .5s ease 0s } #search-slide.slideup { right: 0; width: 100%; position: relative; } @media screen and (max-width:991px) { #search-slide { height: 77px !important; padding: 12px 10px; } } @media screen and (max-width:767px) { #search-header { position: relative !important; } #search-slide { text-align: center !important; } } .gsc-search-button-v2 svg { width: auto; height: 21px; } .gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus { border: none !important; background: none !important; } form.gsc-search-box { font-size: 13px; margin-top: 0; margin-right: 0; margin-bottom: 4px; margin-left: 0; width: 100%; display: inline-block; } #___gcse_0 { width: 70%; display: inline-block; } table.gsc-search-box td.gsc-input { padding-right: 0; } #gsc-i-id1 { width: 100%; padding: 0px; border: none; margin: -0.0625em 0px 0px; height: 40px !important; background: rgb(255, 255, 255); outline: none; font-size: 20px; font-weight: 200; } .gstl_50.gssb_c { z-index: 99999; } .gsq_a { font-weight: 200; font-size: 18px; padding: 2px; } .gssb_a img { display: none; } </style> </div> </header> <section class="side-nav" id="sideNavOverlay"> <header class="side-nav__overlay relative"> <nav class="container"> <ul class="row nav__overlay" id="sideNavMenu"> <li class="nav__logo col-12 col-md-10 col-lg-3" id="navLogoOverlay"> <a href="/" aria-label="Cal Poly Pomona Home" tabindex="-1"> <img src="/common/green-and-gold/assets/logos/cpp_horizontal_1c_gold_rgb.png" alt="Cal Poly Pomona Logo" /> </a> </li> <div class="nav__overlay--right col-12 col-lg-9"> <li class="nav__links nav__links--desktop col-12 col-lg-6"> <a class="nav__link nav__link--mobile col-1" href="/apply/" tabindex="-1">apply</a> <a class="nav__link nav__link--mobile col-1" href="/outreach/tours.shtml" tabindex="-1">visit</a> <a class="nav__link nav__link--mobile col-1" href="https://engage.cpp.edu/register/ask_us_a_question" tabindex="-1">info</a> <a class="nav__link nav__link--mobile col-1" href="/giving/" tabindex="-1">give</a> <a class="nav__link nav__link--mobile col-1" href="https://my.cpp.edu" tabindex="-1">mycpp</a> </li> <li class="nav__icons col-1"> <button id="search-open-green" class="nav__search col-1" tabindex="-1"> <img src="/common/green-and-gold/assets/icons/nav/search-white.svg" alt="Open search box" /> </button> <button class="nav__close col-1" id="closeButton" tabindex="-1"> <img src="/common/green-and-gold/assets/icons/nav/close.svg" alt="Close menu" /> </button> </li> <li class="nav__links nav__links--mobile col-12 col-lg-6"> <a class="nav__link nav__link--mobile col-1" href="/apply/" tabindex="-1">apply </a> <a class="nav__link nav__link--mobile col-1" href="/outreach/tours.shtml" tabindex="-1">visit </a> <a class="nav__link nav__link--mobile col-1" href="https://engage.cpp.edu/register/ask_us_a_question" tabindex="-1">info </a> <a class="nav__link nav__link--mobile col-1" href="/giving/" tabindex="-1">give </a> <a class="nav__link nav__link--mobile col-1" href="https://my.cpp.edu" tabindex="-1">mycpp </a> </li> </div> </ul> </nav> </header> <nav class="container side-nav__container"> <ul class="row side-nav__links"> <li class="side-nav__link col-12"> <a class="h3__proxima" href="/" tabindex="-1" aria-label="Cal Poly Pomona Home page">Home</a> </li> <li class="side-nav__item" id="sideNavItem--0"> <button class="h3__proxima" id="0" aria-expanded="false" tabindex="-1" aria-label="About"> <span>about</span> <span class="side-nav__item--plus"> <svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.25 0V34.5M17.25 0V34.5" stroke="#A4D65E" stroke-width="3" /> <path d="M0 17.25L34.5 17.25M0 17.25L34.5 17.25" stroke="#A4D65E" stroke-width="3" /> </svg> </span> <span class="side-nav__item--minus"> <svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 17.25L34.5 17.25M0 17.25L34.5 17.25" stroke="#A4D65E" stroke-width="3" /> </svg> </span> </button> </li> <li class="side-nav__item" id="sideNavItem--1"> <button class="h3__proxima" id="1" aria-expanded="false" tabindex="-1" aria-label="Admissions & Aid"> <span>admissions & aid</span> <span class="side-nav__item--plus"> <svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.25 0V34.5M17.25 0V34.5" stroke="#A4D65E" stroke-width="3" /> <path d="M0 17.25L34.5 17.25M0 17.25L34.5 17.25" stroke="#A4D65E" stroke-width="3" /> </svg> </span> <span class="side-nav__item--minus"> <svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 17.25L34.5 17.25M0 17.25L34.5 17.25" stroke="#A4D65E" stroke-width="3" /> </svg> </span> </button> </li> <li class="side-nav__item" id="sideNavItem--2"> <button class="h3__proxima" id="2" aria-expanded="false" tabindex="-1" aria-label="Academics"> <span>academics</span> <span class="side-nav__item--plus"> <svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.25 0V34.5M17.25 0V34.5" stroke="#A4D65E" stroke-width="3" /> <path d="M0 17.25L34.5 17.25M0 17.25L34.5 17.25" stroke="#A4D65E" stroke-width="3" /> </svg> </span> <span class="side-nav__item--minus"> <svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 17.25L34.5 17.25M0 17.25L34.5 17.25" stroke="#A4D65E" stroke-width="3" /> </svg> </span> </button> </li> <li class="side-nav__item" id="sideNavItem--3"> <button class="h3__proxima" id="3" aria-expanded="false" tabindex="-1" aria-label="Life at CPP"> <span>life at CPP</span> <span class="side-nav__item--plus"> <svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.25 0V34.5M17.25 0V34.5" stroke="#A4D65E" stroke-width="3" /> <path d="M0 17.25L34.5 17.25M0 17.25L34.5 17.25" stroke="#A4D65E" stroke-width="3" /> </svg> </span> <span class="side-nav__item--minus"> <svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 17.25L34.5 17.25M0 17.25L34.5 17.25" stroke="#A4D65E" stroke-width="3" /> </svg> </span> </button> </li> </ul> </nav> <nav class="container side-nav__container--small"> <ul class="row"> <li class="side-nav__link--small col-12 col-lg-6"> <a class="h6__proxima" href="https://broncoathletics.com/" tabindex="-1">athletics</a> </li> <li class="side-nav__link--small col-12 col-lg-6"> <a class="h6__proxima" href="/alumni/" tabindex="-1">alumni</a> </li> <li class="side-nav__link--small col-12 col-lg-6"> <a class="h6__proxima" href="/news/" tabindex="-1">news & events</a> </li> </ul> </nav> <nav class="container side-nav__container--small-bottom"> <ul class="col-12 col-lg-6 side-nav__links--small-bottom"> <li class="side-nav__link--small-bottom col-2"> <a class="body2" href="/prospective-student-gateway/" tabindex="-1">future students</a> <span class="divider">|</span> </li> <li class="side-nav__link--small-bottom col-2"> <a class="body2" href="/student-gateway/" tabindex="-1">current students</a> <span class="divider">|</span> </li> <li class="side-nav__link--small-bottom col-2"> <a class="body2" href="/family/" tabindex="-1">families</a> <span class="divider">|</span> </li> <li class="side-nav__link--small-bottom col-2"> <a class="body2" href="/faculty-staff-gateway/" tabindex="-1">faculty & staff</a> </li> </ul> <ul class="col-12 col-lg-6 social-icons"> <li class="side-nav__icon--small-bottom"> <a href="https://www.instagram.com/calpolypomona/" aria-label="Instagram" tabindex="-1"> <img src="/common/green-and-gold/assets/icons/social/insta.svg" alt="Instagram" /> </a> </li> <li class="side-nav__icon--small-bottom"> <a href="https://www.linkedin.com/school/cal-poly-pomona/" aria-label="LinkedIn " tabindex="-1"> <img src="/common/green-and-gold/assets/icons/social/li.svg" alt="LinkedIn" /> </a> </li> <li class="side-nav__icon--small-bottom"> <a href="https://www.youtube.com/user/calpolypomona" aria-label="Youtube " tabindex="-1"> <img src="/common/green-and-gold/assets/icons/social/yt.svg" alt="Youtube" /> </a> </li> <li class="side-nav__icon--small-bottom"> <a href="https://www.facebook.com/calpolypomona" aria-label="Facebook " tabindex="-1"> <img src="/common/green-and-gold/assets/icons/social/fb.svg" alt="Facebook" /> </a> </li> <li class="side-nav__icon--small-bottom"> <a href="https://twitter.com/calpolypomona" aria-label="X (Twitter)" tabindex="-1"> <img src="/common/green-and-gold/assets/icons/social/x.svg" alt="X" /> </a> </li> </ul> </nav> </section> <script src="/common/green-and-gold/assets/js/nav.js"></script> <script> var mobileHtml = '<li class="col-6 nav__logo mobile"><a aria-label="Cal Poly Pomona Home" href="https://www.cpp.edu/" tabindex="0"><div class="nav__logo--horizontal"><img alt="Cal Poly Pomona Logo" src="/common/green-and-gold/assets/logos/cpp_horizontal_2c_green_rgb.png"/></div></a></li>'; $( "#main-logo" ).hide(); $( "#split-header #large-name" ).html('<a href="https://www.cpp.edu/president/index.shtml">Office of the President</a>'); $( "#dept-header-desktop" ).removeClass("d-none"); $( "#dept-header-desktop" ).addClass("d-flex"); $( "#dept-header-desktop" ).parent().prepend(mobileHtml); $( "#sub-name" ).html('<a href="/stratcomm/index.shtml">Strategic Communications</a>'); $( "#sub-name" ).show(); </script> <code></code> <header class="sub-nav"> <nav class="container"> <ul class="row sub-nav__links"> <li class="sub-nav__link "> <a class="button__proxima sub-nav__link--default" href=" /stratcomm/index.shtml " tabindex="0">Home</a> </li> <li class="sub-nav__link "> <a class="button__proxima sub-nav__link--default" href=" /stratcomm/about-us.shtml " tabindex="0">About Us</a> </li> <li class="sub-nav__link "> <a class="button__proxima sub-nav__link--default" href=" /stratcomm/join-our-team.shtml " tabindex="0">Join Our Team</a> </li> <li class="sub-nav__link "> <a class="button__proxima sub-nav__link--default" href=" /stratcomm/resources-for-communicators.shtml " tabindex="0">Resources for Communicators</a> </li> <li class="sub-nav__link "> <a class="button__proxima sub-nav__link--default" href=" /stratcomm/getting-news.shtml " tabindex="0">Getting News</a> </li> <li class="sub-nav__link "> <a class="button__proxima sub-nav__link--default" href=" /stratcomm/media-relations.shtml " tabindex="0">Media Relations</a> </li> <li class="sub-nav__link "> <a class="button__proxima sub-nav__link--default" href=" https://www.cpp.edu/stratcomm/publications.shtml " tabindex="0">Publications</a> </li> <li class="sub-nav__link "> <a class="button__proxima sub-nav__link--default" href=" /stratcomm/contact.shtml " tabindex="0">Contact</a> </li> </ul> <div class="row sub-nav__division-menu"> <div class="sub-nav__division">Strategic Communications</div> <div class="col-4 menu-button"> <button aria-expanded="false" aria-label="Site Menu" class="button button__primary--yellow-green button__proxima" data-dropdown-id="dropdownMenuBtn" id="dropdownMenuBtn">Menu <span class="icon chevron"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" height="12" viewBox="0 0 19 12" width="19"> <g id="Atom / Icon / Expand Arrow / Small"> <path d="M2 2L9.5 9L17 2" id="Vector 2" stroke="none" stroke-width="3"/> </g> </svg> </span> </button> </div> <div class="sub-nav__dropdown hidden" id="dropdownMenu"> <li class="sub-nav__link"> <a class="button__proxima" href=" /stratcomm/index.shtml " tabindex="0">Home</a> </li> <li class="sub-nav__link"> <a class="button__proxima" href=" /stratcomm/about-us.shtml " tabindex="0">About Us</a> </li> <li class="sub-nav__link"> <a class="button__proxima" href=" /stratcomm/join-our-team.shtml " tabindex="0">Join Our Team</a> </li> <li class="sub-nav__link"> <a class="button__proxima" href=" /stratcomm/resources-for-communicators.shtml " tabindex="0">Resources for Communicators</a> </li> <li class="sub-nav__link"> <a class="button__proxima" href=" /stratcomm/getting-news.shtml " tabindex="0">Getting News</a> </li> <li class="sub-nav__link"> <a class="button__proxima" href=" /stratcomm/media-relations.shtml " tabindex="0">Media Relations</a> </li> <li class="sub-nav__link"> <a class="button__proxima" href=" https://www.cpp.edu/stratcomm/publications.shtml " tabindex="0">Publications</a> </li> <li class="sub-nav__link"> <a class="button__proxima" href=" /stratcomm/contact.shtml " tabindex="0">Contact</a> </li> </div> </div> </nav> <script type="text/javascript"> $(".button").attr("data-dropdown-id", "dropdownMenuBtn").on("click", function(event) { var dropdownMenu = $("#dropdownMenu"); var nestedDropdownMenus = $(".sub-nav__nested-dropdown"); if ($(this).attr("aria-expanded") === "false") { $(this).attr("aria-expanded", "true"); } else { $(this).attr("aria-expanded", "false"); } toggleDropdown(dropdownMenu);; // close all nested dropdown menus if open nestedDropdownMenus.each(function() { if ($(this).hasClass("show")) { $(this).removeClass("show"); $(this).addClass("hidden"); } }) }) $(".sub-nav__nested-button").on("click", function(event) { var currentButtonId = $(this).attr("id") var nestedDropdownMenu = $(`#nestedDropdownMenu--${currentButtonId}`) $(this).find(".chevron").toggleClass("active"); if ($(this).attr("aria-expanded") === "false") { $(this).attr("aria-expanded", "true"); } else { $(this).attr("aria-expanded", "false"); } toggleDropdown(nestedDropdownMenu); }) function toggleDropdown(menu) { if (menu.hasClass("hidden")) { menu.removeClass("hidden"); menu.addClass("show"); $(document).on('keydown', function(event) { if (event.key == "Escape") { var dropdownMenu = $("#dropdownMenu"); var nestedDropdownMenus = $(".sub-nav__nested-dropdown"); $(".button").attr("data-dropdown-id", "dropdownMenuBtn").attr("aria-expanded", "false"); nestedDropdownMenus.each(function() { if ($(".button").attr("data-dropdown-id", "dropdownMenuBtn").hasClass("show")) { $(".button").attr("data-dropdown-id", "dropdownMenuBtn").removeClass("show"); $(".button").attr("data-dropdown-id", "dropdownMenuBtn").addClass("hidden"); } }) menu.removeClass("show"); menu.addClass("hidden"); }}); } else { menu.removeClass("show"); menu.addClass("hidden"); } } </script> </header> <div class="cqw-wrapper" id="main"> <div class="organism-spacer"> <section class="content-sub-page"> <div class="container"> <div class="row"> <div class="col-6 col-lg-8"> <h1 class="h2__proxima content-sub-page__header">Strategic Communications</h1> </div> </div> </div> </section> </div> <div class="organism-spacer eggshell-bg cta-green-card__header spacer__padding-top--small spacer__padding-bottom--small"> <section class="standard-text body2 cta-green-card" id="content-section-1"> <div class="container"> <div class="row"> <header class="cta-green-card__header text-start col-12 col-sm-8"> <h2 class="h4__proxima">Getting News</h2> </header> </div> <div class="row"> <div class="body2 text-start col-12 col-sm-8"><span style="font-family: arial, helvetica, sans-serif;">There is always a lot going on at Cal Poly Pomona, so it’s worth your while to make sure you stay informed about important news and events. Numerous campus communications can help you stay up-to-date.</span></div> </div> </div> </section> </div> <div class="organism-spacer spacer__padding-top--small spacer__padding-bottom--small"> <div class="container"> <div class="row"> <header class="green-card-grid__header"> <div class="green-card-grid__copy"> <h2 class="h4__transducer">Ways to Stay Informed</h2> </div> </header> </div> <div class="green-card-grid__wrapper row"> <div class="col-12 col-md-6 col-lg-4"> <a class="card card__image card__link card--dark-green bar--green--with-arrow col-lg-4" href=" https://www.cpp.edu/em/emergency-communication/safety-alert-system.shtml "> <div class="card__img"> <img alt="Safety Alert System" src="img/safety-alert1.jpg"/> </div> <div class="card__content"> <h3 class="h5__proxima">Safety Alert System</h3> <p class="body2">Used only for emergency communication, it is an emergency messaging system that can send Safety Alert messages to phones, email addresses, text/SMS and TTY/TDD devices. Make sure your contact information, especially your cell phone, is up to date on BroncoDirect.</p> </div> </a> </div> <div class="col-12 col-md-6 col-lg-4"> <a class="card card__image card__link card--dark-green bar--green--with-arrow col-lg-4" href=" https://www.cpp.edu/news "> <div class="card__img"> <img alt="CPP News" src="img/cpp-news-thumbnail2.jpg"/> </div> <div class="card__content"> <h3 class="h5__proxima">CPP News</h3> <p class="body2">CPP News is Cal Poly Pomona's official news source, bringing together news, digital communication and multimedia to help tell the university's story. </p> </div> </a> </div> <div class="col-12 col-md-6 col-lg-4"> <a class="card card__image card__link card--dark-green bar--green--with-arrow col-lg-4" href=" https://www.cpp.edu/stratcomm/cpp-this-week.shtml "> <div class="card__img"> <img alt="CPP This Week" src="img/cppthisweek11.jpg"/> </div> <div class="card__content"> <h3 class="h5__proxima">CPP This Week</h3> <p class="body2">A digest of news, events and announcements is sent to faculty and staff email accounts every week through CPP This Week. Learn more about CPP This Week and how to send submissions.</p> </div> </a> </div> <div class="col-12 col-md-6 col-lg-4"> <a class="card card__image card__link card--dark-green bar--green--with-arrow col-lg-4" href=" https://www.cpp.edu/stratcomm/publications.shtml "> <div class="card__img"> <img alt="Publications" src="img/publications2-280px.jpg"/> </div> <div class="card__content"> <h3 class="h5__proxima">Publications</h3> <p class="body2">Strategic Communications produces magazines, newsletters, brochures, websites and other print and digital content to help advance the mission of the university.</p> </div> </a> </div> <div class="col-12 col-md-6 col-lg-4"> <a class="card card__image card__link card--dark-green bar--green--with-arrow col-lg-4" href=" https://www.cpp.edu/news/social-media-directory.shtml "> <div class="card__img"> <img alt="Phone and computer illustration" src="img/social11.jpg"/> </div> <div class="card__content"> <h3 class="h5__proxima">Social Media</h3> <p class="body2">Plug in through your favorite social media sites: Facebook, Twitter, Instagram, YouTube, and/or LinkedIn. View the university's social media directory.</p> </div> </a> </div> <div class="col-12 col-md-6 col-lg-4"> <a class="card card__image card__link card--dark-green bar--green--with-arrow col-lg-4" href=" https://thepolypost.com/ "> <div class="card__img"> <img alt="The Poly Post" src="img/polypost11.jpg"/> </div> <div class="card__content"> <h3 class="h5__proxima">The Poly Post</h3> <p class="body2">The Poly Post is a weekly newspaper run by students. It is not affiliated with Strategic Communications.</p> </div> </a> </div> </div> </div> </div> </div> <footer class="footer"> <div class="footer__rip-wrapper"> <img class="footer__rip" alt="" src="/common/green-and-gold/assets/images/green-rip.svg" alt="Ripped green paper." /> </div> <div class="container"> <div class="row"> <div class="col-12 col-lg-4"> <div class="footer__logo-wrapper"> <a href="/" aria-label="CPP Logo"> <img class="footer__logo" src="/common/green-and-gold/assets/logos/cpp_primary_1c_gold_rgb.png" alt="Cal Poly Pomona logo, building with a palm tree." /> </a> </div> </div> <div class="col-12 col-lg-4 offset-lg-4"> <div class="footer__socials"> <div class="footer__socials-buttons"> <a class="button button__secondary button1__transducer" href="/apply/">Apply</a> <a class="button button__secondary button1__transducer" href="https://maps.cpp.edu/">Maps</a> <a class="button button__secondary button1__transducer" href="/outreach/tours.shtml">Visit</a> <a class="button button__secondary button1__transducer" href="/contact.shtml">Contact Us</a> </div> <div class="footer__socials-icons"> <a href="https://www.instagram.com/calpolypomona/" target="_blank"> <img src="/common/green-and-gold/assets/icons/social/insta.svg" alt="Instagram opens a new window" /> </a> <a href="https://www.linkedin.com/school/cal-poly-pomona/" target="_blank"> <img src="/common/green-and-gold/assets/icons/social/li.svg" alt="LinkedIn opens a new window" /> </a> <a href="https://www.youtube.com/user/calpolypomona" target="_blank"> <img src="/common/green-and-gold/assets/icons/social/yt.svg" alt="YouTube opens a new window" /> </a> <a href="https://www.facebook.com/calpolypomona" target="_blank"> <img src="/common/green-and-gold/assets/icons/social/fb.svg" alt="Facebook opens a new window" /> </a> <a href="https://twitter.com/calpolypomona" target="_blank"> <img src="/common/green-and-gold/assets/icons/social/x.svg" alt="X opens a new window" /> </a> </div> </div> </div> <div class="col-12"> <div class="footer__quicklinks"> <div class="footer__quicklinks-inner"> <a class="footer__quicklinks-link" href="/prospective-student-gateway/">Future Students</a> <span class="footer__quicklinks-divider">|</span> <a class="footer__quicklinks-link" href="/student-gateway/">Current Students</a> <span class="footer__quicklinks-divider">|</span> <a class="footer__quicklinks-link" href="/alumni/">Alumni</a> <span class="footer__quicklinks-divider">|</span> <a class="footer__quicklinks-link" href="/family/">Families</a> <span class="footer__quicklinks-divider">|</span> <a class="footer__quicklinks-link" href="/faculty-staff-gateway/">Faculty & Staff</a> </div> </div> </div> <div class="col-12 col-lg-3"> <div> <div> <h2 class="footer__accordion-tab-label kicker__transducer">Colleges</h2> <div class="footer__tab-content"> <div class="footer__tab-links"> <a class="footer__tab-link body3" href="https://www.cpp.edu/agri/">Don B. Huntley College of Agriculture</a> <a class="footer__tab-link body3" href="https://www.cpp.edu/cba/">College of Business Administration</a> <a class="footer__tab-link body3" href="https://www.cpp.edu/cba/graduate-business-programs/">Singelyn Graduate School of Business</a> <a class="footer__tab-link body3" href="https://www.cpp.edu/ceis/">College of Education and Integrative Studies</a> <a class="footer__tab-link body3" href="https://www.cpp.edu/engineering/">College of Engineering</a> <a class="footer__tab-link body3" href="https://www.cpp.edu/env/">College of Environmental Design</a> <a class="footer__tab-link body3" href="https://www.cpp.edu/collins/">The Collins College of Hospitality Management</a> <a class="footer__tab-link body3" href="https://www.cpp.edu/class/">College of Letters, Arts, and Social Sciences</a> <a class="footer__tab-link body3" href="https://www.cpp.edu/cpge/">College of Professional and Global Education</a> <a class="footer__tab-link body3" href="https://www.cpp.edu/sci/">College of Science</a> </div> </div> </div> </div> </div> <div class="col-12 col-lg-3"> <div> <div> <h2 class="footer__accordion-tab-label kicker__transducer">Administration</h2> <div class="footer__tab-content"> <div class="footer__tab-links"> <a class="footer__tab-link body3" href="http://www.cpp.edu/president/">President's Office</a> <a class="footer__tab-link body3" href="http://www.cpp.edu/academic-affairs/index.shtml">Academic Affairs</a> <a class="footer__tab-link body3" href="http://www.cpp.edu/admin-affairs/index.shtml">Administrative Affairs</a> <a class="footer__tab-link body3" href="http://www.cpp.edu/student-affairs/index.shtml">Student Affairs</a> <a class="footer__tab-link body3" href="http://www.cpp.edu/it/index.shtml">Information Technology</a> <a class="footer__tab-link body3" href="https://www.cpp.edu/giving/index.shtml">University Advancement</a> <a class="footer__tab-link body3" href="https://www.cpp.edu/philanthropy/">CPP Philanthropic Foundation</a> <a class="footer__tab-link body3" href="http://asi.cpp.edu/">Associated Students Incorporated</a> </div> </div> </div> </div> </div> <div class="col-12 col-lg-3"> <div> <div> <h2 class="footer__accordion-tab-label kicker__transducer">Resources</h2> <div class="footer__tab-content"> <div class="footer__tab-links"> <a class="footer__tab-link body3" href="https://catalog.cpp.edu/">University Catalog</a> <a class="footer__tab-link body3" href="https://www.cpp.edu/academic-manual">Academic Manual</a> <a class="footer__tab-link body3" href="https://www.cpp.edu/library/index.shtml">Library</a> <a class="footer__tab-link body3" href="https://apps.cpp.edu/bronco411/search/">Directory</a> <a class="footer__tab-link body3" href="https://www.cpp.edu/events/">Calendar</a> <a class="footer__tab-link body3" href="https://www.cpp.edu/alpha-index/index.shtml">A-Z Index</a> <a class="footer__tab-link body3" href="https://polycentric.cpp.edu">News</a> <a class="footer__tab-link body3" href="https://maps.cpp.edu/">Maps & Directions</a> <a class="footer__tab-link body3" href="https://www.cpp.edu/jobs/index.shtml">Jobs</a> <a class="footer__tab-link body3" href="https://www.cpp.edu/stratcomm/media-relations.shtml">For the Media</a> <a class="footer__tab-link body3" href="https://www.cpp.edu/ssep/uss-home.shtml">Info for Undocumented Community</a> <a class="footer__tab-link body3" href="https://www.cpp.edu/studentparents/">Parenting Student Support</a> <a class="footer__tab-link body3" href="https://cpp.service-now.com/ehelp?id=kb_article&sys_id=0d5b564287f2e9d04f5098e73cbb35ca">Learn about MyCPP</a> </div> </div> </div> </div> </div> <div class="col-12 col-lg-3"> <div> <div> <h2 class="footer__accordion-tab-label kicker__transducer">Campus Safety</h2> <div class="footer__tab-content"> <div class="footer__tab-links"> <a class="footer__tab-link body3" href="https://www.cpp.edu/annual-security-report.shtml">Annual Security Report</a> <a class="footer__tab-link body3" href="https://www.cpp.edu/campus-safety-plan.shtml">Campus Safety Plan</a> <a class="footer__tab-link body3" href="https://www.cpp.edu/em/">Safety & Emergency Info</a> <a class="footer__tab-link body3" href="https://www.cpp.edu/officeofequity/index.shtml">Title IX</a> <a class="footer__tab-link body3" href="https://www.calstate.edu/systemwide-campus-safety-security/Documents/Annual_SWReport_Hatecrimes_2023.pdf">Systemwide Hate Crimes Report (PDF)</a> </div> </div> </div> </div> <div> <div> <h2 class="footer__accordion-tab-label kicker__transducer">Athletics</h2> <div class="footer__tab-content"> <div class="footer__tab-links"> <a class="footer__tab-link body3" href="https://broncoathletics.com/">Bronco Athletics</a> <a class="footer__tab-link body3" href="https://broncoathletics.com/calendar.aspx">Schedule</a> </div> </div> </div> </div> </div> <div class="col-12"> <div class="footer__errata"> <p class="footer__copyright" style="line-height: 1.8em">Copyright 漏2025 California State Polytechnic University, Pomona. All Rights Reserved <br />A campus of <a class="footer__errata-link" style="display: inline" href="https://www.calstate.edu/">The California State University</a>.</p> <div class="footer__errata-links"> <a class="footer__errata-link" href="https://www.cpp.edu/website-feedback.shtml">Feedback</a> <a class="footer__errata-link" href="https://www.cpp.edu/privacy.shtml">Privacy</a> <a class="footer__errata-link" href="https://www.cpp.edu/accessibility.shtml">Accessibility</a> <a class="footer__errata-link" href="https://www.cpp.edu/file-viewers.shtml">Document Readers</a> </div> </div> </div> </div> </div> <div class="footer__gradient-bottom"></div> </footer> </body> </html>