<!DOCTYPE HTML><html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico in the root directory /_resources/images/favicon.ico -->
<link rel="icon" type="image/ico" href="/_resources/images/favicon.ico" sizes="32x32"/>
<!-- Bootstrap core CSS bootstrap.min.css v5 -->
<link rel="stylesheet" type="text/css" href="/_resources/styles/bootstrap5/bootstrap.min.css" />
<!-- public website stylesheet that is slightly modified /_resources/styles/public-web.css -->
<link rel="stylesheet" type="text/css" href="/_resources/styles/public-web.6-27-25-nm.css" />
<!-- specific for this example /_resources/styles/main.css -->
<link rel="stylesheet" type="text/css" href="/_resources/styles/main.6-5-2025-nm.css" />
<!-- univers fonts /_resources/styles/univers.css -->
<link rel="stylesheet" type="text/css" href="/_resources/styles/univers.5-10-2019-jr.css" />
<!-- ou styles /_resources/styles/oustyles.css -->
<link rel="stylesheet" type="text/css" href="/_resources/styles/oustyles.12-13-24-nm.css" />
<!-- swipe slider /_resources/styles/swiper.min.css -->
<link rel="stylesheet" type="text/css" href="/_resources/styles/swiper.min.1-18-2022-nm.css" />
<!-- Additional css from old site -->
<!-- bootstrap modal -->
<link rel="stylesheet" type="text/css" href="/_resources/bs-modal/bs-modal.css">
<!-- tabs /_resources/styles/tabs.css -->
<link rel="stylesheet" type="text/css" href="/_resources/styles/tabs.6-26-2025-mb.css" />
<!-- fontawesome v6.6.0 updated 10-3-24 -->
<script src="https://kit.fontawesome.com/c9a9fa953d.js" crossorigin="anonymous"></script>
<!-- End Additional css from old site -->
<!-- overrides /_resources/styles/overrides.css -->
<link rel="stylesheet" type="text/css" href="/_resources/styles/overrides.6-25-2025-mb.css" />
<!-- banner nav stylesheet -->
<link rel="stylesheet" type="text/css" href="/_resources/styles/alternate-navs-6-13-23-nm.css" />
<!-- JavaSrcipt -->
<!-- modernizr /_resources/javascript/modernizr-2.8.3.min.js -->
<script src="/_resources/javascript/modernizr-2.8.3.min.5-10-2019-jr.js"></script>
<!-- Fix for split section with calendar content on the left so background streaches full length -->
<style>
/* Replacement for using excessive matchHeight.js Makes all children the same height */
.container:has(.calendarListing.match) {
display: flex;
flex-wrap: wrap;
align-items: stretch;
}
</style>
<!-- Fix for did you know image placment -->
<style>
section.didYouKnow .container {
display: flex;
flex-wrap: wrap;
align-items: stretch;
}
</style>
<!-- Print Styling for Bootstrap /_resources/styles/print.css -->
<link href="/_resources/styles/print.css" rel="stylesheet" media="print">
<style>
/* Nick CSS tweaks below */
/* fix horizontal scroll bar bug */
body {
overflow-x: hidden;
}
/* removes underline on top nav links desktop and mobile */
.top-header .nav-underline .nav-link,
.top-header-mobile .nav-underline .nav-link {
border-bottom: none;
}
/* removes underline on dropdown nav links */
.dropdown-menu ul.list-unstyled li a {
text-decoration: none;
}
/* adds spacing to top nav links on desktop only */
.top-header .top-nav-link-spacing {
padding-left: 1rem;
padding-right: 1rem;
}
/* adds spacing to top nav first link on the left on desktop only */
.top-header .top-nav-spacing:first-child {
padding-left: 0.45rem;
}
/* adds spacing to top nav last link on the right on desktop only */
.top-header .top-nav-spacing:last-child {
padding-right: 0.45rem;
}
/* remove spacing for the 5star link */
.top-header .top-nav-link-spacing.star {
padding-left: 1.45rem;
padding-right: 0.5rem;
margin-right: 0.2rem;
}
/* adjust margin on hamburger icon on mobile so it stays on one line */
@media (max-width: 991px) {
.navbar-toggler {
margin: 5px 1px;
}
}
/* Fix DYK snippet for mobile - !important tag needed for display */
@media (max-width: 1000px) {
section.didYouKnow.hideRight div.panel-3 {
display: none !important;
}
}
/* END Nick CSS tweaks */
</style>
<!-- revealOnScroll animation -->
<style>
.revealOnScroll {
opacity: 0;
transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.revealOnScroll[data-animation="fadeIn"] {
transform: translateY(0px);
}
.revealOnScroll[data-animation="fadeInUp"], .revealOnScroll[data-animation="fadeInUpJiggle"] {
transform: translateY(30px);
}
.revealOnScroll[data-animation="fadeInLeft"] {
transform: translateX(-30px);
}
.revealOnScroll[data-animation="fadeInRight"] {
transform: translateX(30px);
}
.revealOnScroll.visible {
opacity: 1;
transform: translate(0, 0);
}
</style>
<!-- revealOnScroll override for strange forced hidden issue -->
<style>
.areas-of-study div.location {
opacity: 1;
}
</style>
<!-- Card Deck temporary fix -->
<style>
.card-deck {
display: flex;
flex-wrap: wrap;
}
.card-deck .card {
flex: 1 0 0%;
margin: 5px;
}
@media (max-width: 991.98px) and (min-width: 768px) {
.card-deck {
flex-direction: column;
}
.card-deck .card {
margin: 5px;
}
}
@media (max-width: 767.98px) {
.card-deck {
flex-direction: column;
}
.card-deck .card {
margin: 5px;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.card-deck .card {
flex: 0 0 48%;
margin: 5px;
}
}
</style>
<!-- Modal close button fix issue -->
<style>
.modal-header .close {
margin-left: auto;
background-color: transparent;
width: 60px;
height: 60px;
text-indent: 0px;
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
margin: -1rem -1rem -1rem auto;
padding: 1rem;
border-radius: 0px;
border: 0;
}
</style>
<!-- OU Empty Anchor tag spacing fix -->
<style>
a:empty {
width: 0;
height: 0;
margin: 0;
padding: 0;
border: none;
}
</style>
<!-- Scroll to top fix fix -->
<style>
.positionScroll:has(#scrollTop) {
position: fixed;
top: 90vh;
right: 10vw;
z-index: 11;
}
</style>
<!-- Google Tag Manager -->
<script>(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-NR42DD');</script>
<!-- End Google Tag Manager -->
<title>LCC Connect - Lansing Community College</title>
<link rel="canonical" href="https://www.lcc.edu/connect/index.html">
<meta property="og:url" content="https://www.lcc.edu/connect/index.html">
<meta name="description" content="LCC Connect is the voices, vibes and vision of Lansing Community College. Offering hours of exciting, original programming and hosted by faculty, staff and community members, LCC Connect explores our college's work in the community, important topics in higher education, and our vision for the future.">
<meta name="keywords" content="">
<meta property="og:title" content="LCC Connect">
<meta property="og:description" content="LCC Connect is the voices, vibes and vision of Lansing Community College. Offering hours of exciting, original programming and hosted by faculty, staff and community members, LCC Connect explores our college's work in the community, important topics in higher education, and our vision for the future.">
<meta property="og:type" content="website">
<meta property="og:image" content="https://www.lcc.edu/connect/images/lcc-connect-twitter-image.jpg">
<meta property="og:image:alt" content="LCC Connect logo ">
<meta name="twitter:image" content="https://www.lcc.edu/connect/images/lcc-connect-twitter-image.jpg">
<meta name="twitter:image:alt" content="LCC Connect logo ">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="LCC Connect">
<meta name="twitter:description" content="LCC Connect is the voices, vibes and vision of Lansing Community College. Offering hours of exciting, original programming and hosted by faculty, staff and community members, LCC Connect explores our college's work in the community, important topics in higher education, and our vision for the future.">
<meta name="twitter:site" content="@LCCConnect"><script>
var page_url="https://www.lcc.edu/connect/index.html";
</script>
<link rel="stylesheet" type="text/css" href="/connect/css/styles.css">
<!-- custom css -->
<style type="text/css">
/* specific for index */
@media (min-width: 768px) {
.logoContainer {
width: 465px;
padding-top: 55px;
}
}
.countdownContainer {
padding-top: 40px !important;
padding-bottom: 40px !important;
overflow: hidden;
max-width: 1200px;
margin: -145px auto 0 auto;
}
.flipbookContainer {
padding-top: 40px !important;
padding-bottom: 40px !important;
overflow: hidden;
max-width: 1200px;
margin: 10px auto 10px auto;
background-color: #012169;
border-style: none;
border-width: 0;
background-clip: border-box;
border-radius: 8px;
box-shadow: 0px 4px 80px 0px rgb(0 0 0 / 15%);
}
iframe.flip-shadow {
box-shadow: 0px 4px 80px 0px rgb(255 255 255 / 20%);
}
section.countdown-section h1 a,
section.countdown-section .h3 a,
section.countdown-section h3 a {
color: #ff6200 !important;
}
.hover-tabs a.htab {
transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
-moz-transition: none !important;
-webkit-transition: none !important;
}
/* slider */
.swiper {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: left;
font-size: 18px;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
padding: 0 75px;
}
.flipbook-swiper-slide {
text-align: center;
font-size: 18px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
margin: 0 auto;
}
.swiper-slide p, .flipbook-swiper-slide p {
font-size: 22px;
font-family: 'UniversLTStd-Light', sans-serif;
}
.flipbook-swiper-slide p, .flipbook-swiper-slide h3 {
color: #fff;
}
.swiper-slide ul {
line-height: 10px;
}
.swiper-slide ul>li {
font-size: 21px;
font-family: 'UniversLTStd-Light', sans-serif;
}
.swiper-slide .container {
padding: 0px;
}
.swiper-pagination-bullet {
width: 11px;
height: 11px;
text-align: center;
line-height: 11px;
font-size: 12px;
color: #ccc;
opacity: 1;
background: rgba(0, 0, 0, 0.2);
}
.swiper-pagination {
position: relative;
}
.swiper-pagination-bullet-active {
color: #2365e9;
background: #2365e9;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: -15px;
}
@media (max-width: 991px) {
.swiper-slide p, .flipbook-swiper-slide p {
font-size: 18px;
}
.swiper-slide, .flipbook-swiper-slide {
padding: 0 25px;
}
.swiper-button-next,
.swiper-button-prev {
display: none;
}
}
</style>
<meta name="dynamicContentTracking" data-modern-campus-p13n-account="5c1300fb-8bcd-4a52-a710-3cc375eaf701" data-dynamic-content='{"dynamicContent":[]}'>
<script type="text/javascript" src="https://www.lcc.edu/cms-p13n.js"></script>
<script type="text/javascript" src="https://matomo.personalization.moderncampus.net/matomo.js"></script>
</head>
<body class="inner nursing apply health"><!-- Insert google analytics here -->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NR42DD"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- OU Search Ignore Start Here --> <nav aria-label="Accessibility Navigation"><a class="skip-link" href="#pageTitle" tabindex="0">Skip to main content</a></nav>
<header>
<div class="top-header"><nav class="nav nav-underline" aria-label="Quick Links">
<div class="me-auto top-nav-spacing"><a href="/" class="nav-link top-nav-link-spacing ">LCC Home</a></div>
<div class="ms-auto top-nav-spacing"><a href="/connect/listen.html" class="nav-link top-nav-link-spacing ">Listen Now</a><a href="https://www.michiganpublic.org/" class="nav-link top-nav-link-spacing " target="_blank">michiganpublic.org</a><a href="https://publicfiles.fcc.gov/fm-profile/wlnz" class="nav-link top-nav-link-spacing " target="_blank">WLNZ Public Files</a></div>
</nav></div>
<div class="blue-header"><div id="lccbanner" class="d-none d-lg-block d-xl-block">
<a href="/connect/index.html"><img id="logobanner" src="/_resources/images/header/web_header_transparent_no_tagline.svg" height="68" alt="Lansing Community College" /></a>
</div></div>
<nav class="navbar navbar-expand-lg navbar-dark" data-toggle="affix" aria-label="Main Navigation">
<a class="stickyLogoHide" id="smallLogo" href="/connect/index.html"><img class="navbar-brand sticky-logo mr-auto mr-lg-0" alt="Lansing Community College" src="/_resources/images/header/web_header_transparent_mobile_5.svg"></a><button class="navbar-toggler hamburgler" type="button" data-toggle="offcanvas" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Menu"><span class="navbar-toggler-icon"></span></button><div class="navbar-collapse offcanvas-collapse" id="navbarsExampleDefault"><ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item dropdown"><a class="nav-link" href="/connect/lillie.html">Meet Lillie</a></li>
<li class="nav-item dropdown"><a class="nav-link dropdown-toggle" type="button" aria-expanded="false" href="#" id="shows-d15e63" data-bs-toggle="dropdown">Shows</a><ul class="dropdown-menu mega-menu">
<li class="row no-gutters d-flex justify-content-center">
<div class="col-md-2">
<p class="sub-menu-heading">Voices. Vibes. Vision.</p>
<ul class="list-unstyled">
<li><a href="/connect/shows/weekly-program.html">Connect Weekly Program</a></li>
<li><a href="/connect/shows/alumni-stories.html">Alumni Stories</a></li>
<li><a href="/connect/shows/art-happens-here.html">Art Happens Here</a></li>
<li><a href="/connect/shows/at-home-with-economics.html">At Home with Economics</a></li>
<li><a href="/connect/shows/behind-the-connection.html">Behind the Connection</a></li>
<li><a href="/connect/shows/boots-2-books.html">Boots 2 Books</a></li>
<li><a href="/connect/shows/coach-cuts-corner.html">Coach Cut’s Corner</a></li>
<li><a href="/connect/shows/community-convos.html">Community Convos</a></li>
<li><a href="/connect/shows/conversations-with-kate.html">Conversations with Kate</a></li>
<li><a href="/connect/shows/equi-tea.html">Equi-Tea</a></li>
<li><a href="/connect/shows/front-row-backstage.html">Front Row, Backstage</a></li>
<li><a href="/connect/shows/galaxy-forum.html">Galaxy Forum</a></li>
</ul>
</div>
<div class="col-md-2">
<p class="sub-menu-heading"> </p>
<ul class="list-unstyled">
<li><a href="/connect/shows/headroom.html">Headroom</a></li>
<li><a href="/connect/shows/inside-lcc.html">Inside LCC</a></li>
<li><a href="/connect/shows/its-brittany-b.html">It’s Brittany B!</a></li>
<li><a href="/connect/shows/lan-scene.html">The Lan-Scene</a></li>
<li><a href="/connect/shows/lanstories.html">Lanstories</a></li>
<li><a href="/connect/shows/michigan-history-moment.html">Michigan History Moment</a></li>
<li><a href="/connect/shows/now-spinning.html">Now Spinning</a></li>
<li><a href="/connect/shows/a-psychodelicious-conversation.html">A PsychoDelicious Conversation</a></li>
<li><a href="/connect/shows/safety-plan.html">The Safety Plan</a></li>
<li><a href="/connect/shows/shining-stars.html">Shining Stars</a></li>
<li><a href="/connect/shows/stars-on-sports.html">Stars on Sports</a></li>
</ul>
</div>
<div class="col-md-2">
<p class="sub-menu-heading"> </p>
<ul class="list-unstyled">
<li><a href="/connect/shows/starzone.html">The StarZone</a></li>
<li><a href="/connect/shows/student-success-stories.html">Student Success Stories</a></li>
<li><a href="/connect/shows/tales-from-the-archives.html">Tales from the LCC Archives</a></li>
<li><a href="/connect/shows/teachable-moment.html">Teachable Moment</a></li>
<li><a href="/connect/shows/time-signatures.html">Time Signatures</a></li>
<li><a href="/connect/shows/trollin-the-mitten.html">Trollin' the Mitten</a></li>
<li><a href="/connect/shows/washington-square.html">Washington Square On-Air</a></li>
<li><a href="/connect/shows/whos-that-star.html">Who's that Star?</a></li>
<li><a href="/connect/shows/written-in-stars.html">Written in the Stars</a></li>
<li><a href="/connect/shows/you-are-invited.html">You are Invited!</a></li>
</ul>
</div>
<div class="col-md-3 photo-blurb d-none d-lg-block"><img src="/_resources/images/logos/lcc-connect-logo.png" alt="LCC Connect" class="img-fluid mb-3" width="653"><div class="d-grid"><a class="btn btn-blue btn-block rounded-0" href="/connect/shows/index.html" role="button">All shows</a></div>
</div>
</li>
</ul>
</li>
<li class="nav-item dropdown"><a class="nav-link" href="/connect/about.html">About</a></li>
<li class="nav-item dropdown"><a class="nav-link" href="/connect/connect.html">Connect</a></li>
<li class="nav-item dropdown"><a class="nav-link" href="/connect/listen.html">Listen</a></li>
</ul><form action="/search/" id="cse-search-box" class="form-inline my-2 my-lg-0 pe-3 d-flex lcc-search"><label for="search-lcc" class="sr-only" style="color:#FFFFFF;background-color:#00488F;">Search LCC</label><input accesskey="4" type="search" id="search-lcc" class="form-control mr-sm-0 rounded-0" name="q" placeholder="Search LCC" aria-label="Search LCC"><div class="input-group-append"><button class="btn my-0 my-sm-0 rounded-0 magnifying-icon" value="submit" type="submit">Search</button></div>
</form> <div class="top-header-mobile d-lg-none mx-0"><nav class="nav nav-underline" aria-label="Quick Links">
<div class="me-auto top-nav-spacing"><a href="/" class="nav-link top-nav-link-spacing ">LCC Home</a></div>
<div class="ms-auto top-nav-spacing"><a href="/connect/listen.html" class="nav-link top-nav-link-spacing ">Listen Now</a><a href="https://www.michiganpublic.org/" class="nav-link top-nav-link-spacing " target="_blank">michiganpublic.org</a><a href="https://publicfiles.fcc.gov/fm-profile/wlnz" class="nav-link top-nav-link-spacing " target="_blank">WLNZ Public Files</a></div>
</nav></div>
</div>
</nav>
</header>
<div id="CTA" class="ctaWrapper">
<div class="ctaContainer">
<nav aria-label="Plan your next move links" tabindex="-1">
<a class="started cta-menu-item" href="/get-started/index.html" tabindex="-1"><span class="icon"></span><span class="title">Get Started</span></a>
<a class="info cta-menu-item" href="/admissions/request-information.html" tabindex="-1"><span class="icon"></span><span class="title">Info</span></a>
<a class="visit cta-menu-item" href="/campuslife/tours/index.html" tabindex="-1"><span class="icon"></span><span class="title">Visit</span></a>
<a class="apply cta-menu-item" href="https://starnetb.lcc.edu/LCCB/bwskalog.P_DispLoginNon" target="_blank" tabindex="-1"><span class="icon"></span><span class="title">Apply</span></a>
</nav>
</div>
</div><!-- OU Search Ignore End Here -->
<main id="mainContent">
<article>
<div class="wrapper banner pixel skyblue">
<div class="revealOnScroll" data-animation="fadeIn" data-timeout="300"><svg xmlns="http://www.w3.org/2000/svg" class="pixelation" x="0px" y="0px" viewBox="0 0 371.3 278.5" xml:space="preserve">
<rect x="278.5" class="square-0" width="92.8" height="92.8"/>
<rect x="278.5" y="92.8" class="square-1" width="92.8" height="92.8"/>
<rect x="278.5" y="185.7" class="square-2" width="92.8" height="92.8"/>
<rect x="185.7" y="185.7" class="square-3" width="92.8" height="92.8"/>
<rect x="185.7" y="92.8" class="square-4" width="92.8" height="92.8"/>
<rect x="185.7" class="square-5" width="92.8" height="92.8"/>
<rect x="92.8" y="92.8" class="square-6" width="92.8" height="92.8"/>
<rect x="92.8" y="185.7" class="square-7" width="92.8" height="92.8"/>
<rect x="92.8" class="square-1" width="92.8" height="92.8"/>
<rect y="92.8" class="square-8" width="92.8" height="92.8"/>
<rect y="185.7" class="square-2" width="92.8" height="92.8"/>
</svg></div>
<div class="container">
<div class="pageNavigation">
<div class="inThisSection">
<nav id="nav-breadcrumb" class="expanded" aria-label="Breadcrumb Navigation"><button class="breadcrumb-icon" aria-expanded="true">Breadcrumb Toggle</button><ul aria-hidden="false">
<li><a href="/">Home</a></li>
<li>LCC Connect</li>
</ul>
</nav>
</div>
</div>
<h1 id="pageTitle">LCC Connect</h1>
</div>
</div>
<section class="masthead">
<div class="logoContainer">
<img id="logo" class="theLogo" src="/connect/images/lcc-connect-text-3.svg" alt="lcc connect voice vibes vision">
</div>
</section>
<section class="countdown-outer">
<div class="countdownContainer"><!-- Swiper -->
<div class="swiper mySwiper">
<div class="swiper-wrapper"><!-- Swiper slide one -->
<div class="swiper-slide">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h3>Listen to LCC Connect on 89.7 FM</h3>
</div>
</div>
<div class="row mb-3">
<div class="col-sm-6 mb-3 pr-lg-4">
<p>Catch the <em>voices, vibes and vision</em> of Lansing Community College on LCC Connect!</p>
<p>Saturdays at 1:00 p.m. and Sundays at 6:00 p.m. on 89.7 FM.</p>
<p>Miss an episode? <a href="/connect/shows/index.html">Listen on-demand anytime!</a></p>
</div>
<div class="col-sm-6">
<div style="max-width: 900px;">
<div style="position: relative; padding-bottom: 56.222222222222%;"><iframe id="kaltura_player" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" title="LCC-Connect30" src="https://cdnapisec.kaltura.com/p/1856721/embedPlaykitJs/uiconf_id/53211642?iframeembed=true&entry_id=1_jz2s1kkr&config[provider]={"widgetId":"1_y87m7c6a"}&config[playback]={"startTime":0}" sandbox="allow-downloads allow-forms allow-same-origin allow-scripts allow-top-navigation allow-pointer-lock allow-popups allow-modals allow-orientation-lock allow-popups-to-escape-sandbox allow-presentation allow-top-navigation-by-user-activation" allowfullscreen="allowfullscreen"></iframe></div>
</div>
</div>
</div>
</div>
</div>
<!-- Swiper slide two -->
<div class="swiper-slide">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h3>Have you heard?</h3>
</div>
</div>
<div class="row mb-3">
<div class="col-sm-9 mb-3 pr-lg-4 my-auto">
<p>Or, perhaps we should ask, “Have you seen?”<br>Many of our podcasts are also “vidcasts”! LCC Connect is now running 24/7 on Lansing
Community College’s television, <a href="/tv/index.html">The Link</a>, and you can stream most episodes on YouTube from our <a href="https://www.youtube.com/@LCCConnect" target="_blank" rel="noopener">LCC Connect channel</a>.</p>
</div>
<div class="col-sm-3"><img class="img-responsive thumbnail" src="/connect/images/the-link.png" alt="LCC TV The Link YouTube"></div>
</div>
</div>
</div>
<!-- Swiper slide three -->
<div class="swiper-slide">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h3>Be a Guest on LCC Connect!</h3>
</div>
</div>
<div class="row mb-3">
<div class="col-sm-9 mb-3 pr-lg-4">
<p>Are you:</p>
<ul class="smallList">
<li>interested in sharing information about your business or organization?</li>
<li>an LCC student, staff or faculty member with something cool to share?</li>
<li>a community member that wants to raise awareness of your project?</li>
</ul>
<p>If you fall into any of these categories, you should be a guest on one of our shows.
Fill out our online <a href="https://lcc1957.wufoo.com/forms/be-a-guest-on-lcc-connect-897-fm/" target="_blank" rel="noopener">Be A Guest</a> form to get started!</p>
</div>
<div class="col-sm-3"><a href="https://lcc1957.wufoo.com/forms/be-a-guest-on-lcc-connect-897-fm/" target="_blank" rel="noopener"><img class="img-responsive" src="/connect/images/microphone.jpg" alt="microphone"></a></div>
</div>
</div>
</div>
<!-- Swiper slide four -->
<div class="swiper-slide">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h3>Meet Lillie, our spirited LCC Connect spokesfrog.</h3>
</div>
</div>
<div class="row mb-3">
<div class="col-sm-3"><img class="img-responsive" src="/connect/images/lillie-playlist-cover.png" alt="Lille, the LCC Connect spokesfrog"></div>
<div class="col-sm-9 mb-3 pr-lg-4 my-auto">
<p>Lillie will be leaping into your hearts with a vibrant ribbit of excitement, guiding
you through the immersive world of LCC Connect. <a href="/connect/lillie.html">Check out Lillie’s page!</a></p>
</div>
</div>
</div>
</div>
<div class="swiper-button-next"> </div>
<div class="swiper-button-prev"> </div>
</div>
<div class="swiper-pagination"> </div>
</div>
</div>
</section>
<section class="countdown-outer">
<div class="flipbookContainer"><!-- Swiper -->
<div class="swiper">
<div class="swiper-wrapper"><!-- Swiper slide -->
<div class="flipbook-swiper-slide">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h3>Voice, Vibes and Vision</h3>
<div style="max-width: 960px;">
<div style="position: relative; padding-bottom: 5%;"><iframe class="flip-shadow" src="https://player.flipsnack.com?hash=OUM5OUNCQkJEQzkrY2ZxbzVmanpobQ==" width="100%" height="480" frameborder="0" scrolling="no" seamless allowfullscreen="allowfullscreen"></iframe></div>
</div>
<p class="larger">Discover how to connect your organization’s voice, vibe and vision with ours.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="bsm-wrapper bsm-Modal bsm-Default bsm-hasTitle">
<div class="modal fade subscribe bsm-overlay bsm-overlay-Modal" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content">
<div class="modal-header">
<h6 id="myLargeModalLabel" class="modal-title">Subscribe to Email Updates</h6>
<button class="close" type="button" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button></div>
<div class="modal-body">
<div class="row mb-4">
<div class="col-lg-12"><iframe style="width: 100%; border: none;" title="Embedded Wufoo Form" src="https://lcc1957.wufoo.com/embed/rdrc5ur0sq5whg/" height="261" frameborder="0" scrolling="no"> <a href="https://lcc1957.wufoo.com/forms/rdrc5ur0sq5whg/">Fill out my Wufoo form!</a> </iframe></div>
</div>
</div>
</div>
</div>
</div>
</div>
<section class="pb-2">
<div class="container extendedMedium">
<p class="medium">LCC Connect is the voices, vibes and vision of Lansing Community College. Offering
hours of exciting, original programming and hosted by faculty, staff and community
members, LCC Connect explores our college's work in the community, important topics
in higher education, and our vision for the future.</p>
<div class="row">
<div class="col-sm-8 pr-4 mb-4">
<p class="medium">LCC Connect is proud to partner with <a href="https://www.michiganpublic.org/" target="_blank" rel="noopener">Michigan Public</a>, – Michigan's NPR news leader – bringing you news and conversations relevant to all
aspects of life in the Great Lakes State.</p>
<a class="red button" href="#" onclick="window.open('/connect/listen.html','WLNZ 89.7FM','resizable,height=270,width=600,left=100,top=100,status=no,titlebar=no,toolbar=no,location=no'); return false;">Listen Now!</a></div>
<div class="col-sm-4"><img class="img-responsive" style="display: block; margin: 10px auto;" src="/connect/images/michigan-public-npr-logo.png" alt="Michigan Public" width="600" height="127"></div>
</div>
</div>
</section>
<section class="">
<div class="container extendedMedium">
<h2 style="text-align: center; margin-bottom: 55px;">Featured Shows</h2>
<div class="row mb-5">
<article class="listing revealOnScroll notOnMobile pr-4 animated fadeIn" data-animation="fadeIn" data-timeout="300">
<figure><a class="thumbnail" title="Tales From the LCC Archives" href="/connect/shows/tales-from-the-archives.html"><img class="img-responsive" src="/connect/images/_show_graphics/tales-from-the-archives.jpg" alt="Tales From the LCC Archives" width="600" height="600"></a></figure>
<p><a href="/connect/shows/tales-from-the-archives.html">Tales From the LCC Archives</a></p>
</article>
<article class="listing revealOnScroll notOnMobile pr-4 animated fadeIn" data-animation="fadeIn" data-timeout="500">
<figure><a class="thumbnail" title="Now Spinning" href="/connect/shows/now-spinning.html"><img class="img-responsive" src="/connect/images/_show_graphics/now-spinning.png" alt="Now Spinning" width="600" height="600"></a></figure>
<p><a href="/connect/shows/now-spinning.html">Now Spinning</a></p>
</article>
<article class="listing revealOnScroll notOnMobile pr-4 animated fadeIn" data-animation="fadeIn" data-timeout="700">
<figure><a class="thumbnail" title="Boots 2 Books" href="/connect/shows/boots-2-books.html"><img class="img-responsive" src="/connect/images/_show_graphics/boots-2-books.png" alt="Boots 2 Books" width="600" height="600"></a></figure>
<p><a href="/connect/shows/boots-2-books.html">Boots 2 Books</a></p>
</article>
</div>
<p style="text-align: center;"><a class="button blue" href="/connect/shows/index.html">All Shows</a></p>
</div>
</section>
<section class="lightGrey mt-5">
<div class="container extendedMedium">
<h2 style="text-align: center; margin-bottom: 55px;">Shows by Category</h2>
<div class="row hover-tabs">
<div class="col-sm-3">
<div id="v-pills-tab" class="nav flex-column nav-pills" role="tablist" aria-orientation="vertical"><a id="first-tab" class="nav-link htab active" role="tab" href="#v-pills-one" data-bs-toggle="pill" data-toggle="pill" aria-controls="v-pills-home" aria-selected="true">Academics</a> <a id="second-tab" class="nav-link htab" role="tab" href="#v-pills-two" data-bs-toggle="pill" data-toggle="pill" aria-controls="v-pills-profile" aria-selected="false">For Students</a> <a id="third-tab" class="nav-link htab" role="tab" href="#v-pills-three" data-bs-toggle="pill" data-toggle="pill" aria-controls="v-pills-messages" aria-selected="false">Community Shows</a> <a id="fourth-tab" class="nav-link htab" role="tab" href="#v-pills-four" data-bs-toggle="pill" data-toggle="pill" aria-controls="v-pills-settings" aria-selected="false">Arts & Advocacy</a> <a id="fifth-tab" class="nav-link htab" role="tab" href="#v-pills-five" data-bs-toggle="pill" data-toggle="pill" aria-controls="v-pills-settings" aria-selected="false">Tech Talks</a> <a id="sixth-tab" class="nav-link htab" role="tab" href="#v-pills-six" data-bs-toggle="pill" data-toggle="pill" aria-controls="v-pills-settings" aria-selected="false">About LCC</a></div>
</div>
<div class="col-sm-9">
<div id="v-pills-tabContent" class="tab-content">
<div id="v-pills-one" class="tab-pane fade htabcontent show active" role="tabpanel" aria-labelledby="first-tab">
<h3 class="h5">Academics</h3>
<p>Explore shows focusing on our nationally ranked programs.</p>
<div class="row highlight mt-5">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/boots-2-books.html"><img class="img-responsive" src="/connect/images/_show_graphics/boots-2-books.png" alt="Boots 2 Books" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/boots-2-books.html">Boots 2 Books</a></h3>
<p>Every day, veterans transition from defending our nation to sitting in a classroom
and implementing their skills in our workforce. They become the colleagues we share
projects with and the coworkers in our next-door office. B2B examines the experiences
of veterans and military-connected students. </p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/galaxy-forum.html"><img class="img-responsive" src="/connect/images/_show_graphics/galaxy-forum.png" alt="Galaxy Forum" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/galaxy-forum.html">Galaxy Forum</a></h3>
<p>Learn how the work we do at LCC connects with the real world through forum-style conversation.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/inside-lcc.html"><img class="img-responsive" src="/connect/images/_show_graphics/inside-lcc.jpg" alt="Inside LCC" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/inside-lcc.html">Inside LCC</a></h3>
<p>Listen in as we take an inside look at the academic programs at LCC and the great
work being done in classrooms, labs and clinics across the college.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/student-success-stories.html"><img class="img-responsive" src="/connect/images/_show_graphics/student-success-stories.jpg" alt="Student Success Stories" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/student-success-stories.html">Student Success Stories</a></h3>
<p>Join our success coaches as they chat with students about overcoming challenges, reaching
their goals, and making lifelong connections. Each episode offers tips, tricks, and
practical advice to help you shine as an LCC Star.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/written-in-stars.html"><img class="img-responsive" src="/connect/images/_show_graphics/written-in-the-stars.jpg" alt="Written in the Stars " width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/written-in-stars.html">Written in the Stars</a></h3>
<p>Highlighting and celebrating the people in our community involved with books, writing,
and publishing.</p>
</div>
</div>
</div>
<div id="v-pills-two" class="tab-pane fade htabcontent" role="tabpanel" aria-labelledby="second-tab">
<h3 class="h5">For Students</h3>
<p>Learn more about our exciting programs and the students that are studying them as
well as upcoming events and activities on campus!</p>
<div class="row highlight mt-5">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/behind-the-connection.html"><img class="img-responsive" src="/connect/images/_show_graphics/behind-the-connection.jpg" alt="Behind the Connection" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/behind-the-connection.html">Behind the Connection</a></h3>
<p>This show provides early introductions to new podcasts and hosts, information about
Connect initiatives, and insight into the concept of building the voices, vibes and
vision of LCC Connect.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/boots-2-books.html"><img class="img-responsive" src="/connect/images/_show_graphics/boots-2-books.png" alt="Boots 2 Books" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/boots-2-books.html">Boots 2 Books</a></h3>
<p>Every day, veterans transition from defending our nation to sitting in a classroom
and implementing their skills in our workforce. They become the colleagues we share
projects with and the coworkers in our next-door office. B2B examines the experiences
of veterans and military-connected students. </p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/coach-cuts-corner.html"><img class="img-responsive" src="/connect/images/_show_graphics/coach-cuts-corner.png" alt="Coach Cut's Corner" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/coach-cuts-corner.html">Coach Cut’s Corner</a></h3>
<p>An inside look at what it takes to build a successful baseball program. Learn more
about the training regimens, nutrition plans, and motivation student-athletes must
have to get to the next level in addition to how to use available resources and support
to balance time and academics.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/conversations-with-kate.html"><img class="img-responsive" src="/connect/images/_show_graphics/conversations-with-kate.jpg" alt="Conversations with Kate" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/conversations-with-kate.html">Conversations with Kate</a></h3>
<p>Conversations with Kate is a podcast about music, life, stories, experiences and everything
in between. Like a conversation with your friends, hairstylist or confidant, with
guests sprinkled in. Kick back, relax and join the conversation... with Kate!</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/front-row-backstage.html"><img class="img-responsive" src="/connect/images/_show_graphics/front-row-backstage.jpg" alt="Front Row, Backstage" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/front-row-backstage.html">Front Row, Backstage</a></h3>
<p>Greg Trimmer takes listeners behind the curtains of the media world, talking with
actors, musicians and the unsung heroes of stage and screen. From performance to production,
Front Row, Backstage takes you where the action is – everywhere!</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/headroom.html"><img class="img-responsive" src="/connect/images/_show_graphics/headroom.png" alt="Headroom" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/headroom.html">Headroom</a></h3>
<p>LCC Mental Health Counselor Jim Owens talks with members of the campus community about
how to improve mental, emotional, and behavioral health. A mental health podcast about
raising the ceiling on our own personal capabilities.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/inside-lcc.html"><img class="img-responsive" src="/connect/images/_show_graphics/inside-lcc.jpg" alt="" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/inside-lcc.html">Inside LCC</a></h3>
<p>Listen in as we take an inside look at the academic programs at LCC and the great
work being done in classrooms, labs and clinics across the college.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/its-brittany-b.html"><img class="img-responsive" src="/connect/images/_show_graphics/brit-b.png" alt="It’s Brittany B" width="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/its-brittany-b.html">It’s Brittany B!</a></h3>
<p>A show where LCC student Brittany Bell takes you on a journey to break down the subjects
that most of us want to talk about, listen to or be part of. Sit back, relax and chat
with Brittany!</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/now-spinning.html" target="_blank" rel="noopener"><img class="img-responsive" src="/connect/images/_show_graphics/now-spinning.png" alt="Now Spinning" width="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/now-spinning.html" target="_blank" rel="noopener">Now Spinning</a></h3>
<p>LCC’s Vinyl Record Club presents Now Spinning, a student-driven podcast that focuses
on a love of music and vinyl. Listen in as they chat about their favorite playlists,
recent musical finds, beloved albums, and other topics served on a wax platter!</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/stars-on-sports.html" target="_blank" rel="noopener"><img class="img-responsive" src="/connect/images/_show_graphics/stars-on-sports.jpg" alt="Stars on Sports" width="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/stars-on-sports.html" target="_blank" rel="noopener">Stars on Sports</a></h3>
<p>Hear from Stars Athletic Director Greg Lattig and Baseball Coach Steve Cutter as they
dive into topics that are key in building successful sports programs and other issues
that affect student-athletes. This is also your spot to learn about upcoming LCC Stars
games and events!</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/safety-plan.html"><img class="img-responsive" src="/connect/images/_show_graphics/safety-plan.png" alt="The Safety Plan" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/safety-plan.html">The Safety Plan</a></h3>
<p>Learn the IT and LCC PD tips and tools that keep our campus safe that you can use
in your everyday life.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/starzone.html"><img class="img-responsive" src="/connect/images/_show_graphics/starzone.jpg" alt="" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/starzone.html">The StarZone</a></h3>
<p>From student focused resource fairs to arts and entertainment geared towards the general
community, The StarZone gives you all the details of what’s on the way and how to
get in the zone at LCC.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/student-success-stories.html"><img class="img-responsive" src="/connect/images/_show_graphics/student-success-stories.jpg" alt="Student Success Stories" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/student-success-stories.html">Student Success Stories</a></h3>
<p>Join our success coaches as they chat with students about overcoming challenges, reaching
their goals, and making lifelong connections. Each episode offers tips, tricks, and
practical advice to help you shine as an LCC Star.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/trollin-the-mitten.html"><img class="img-responsive" src="/connect/images/_show_graphics/trollin-the-mitten.jpg" alt="Trollin' the Mitten" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/trollin-the-mitten.html">Trollin' the Mitten</a></h3>
<p>Join Aral Gribble, an (almost) lifelong Michigan "troll" and LCC student, as he combines
improv, spoof, skit comedy, and radio theater to both poke fun at and celebrate the
Great Lakes State.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/written-in-stars.html"><img class="img-responsive" src="/connect/images/_show_graphics/written-in-the-stars.jpg" alt="Written in the Stars " width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/written-in-stars.html">Written in the Stars</a></h3>
<p>Highlighting and celebrating the people in our community involved with books, writing,
and publishing.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/you-are-invited.html"><img class="img-responsive" src="/connect/images/_show_graphics/you-are-invited.jpg" alt="You are Invited!" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/you-are-invited.html">You are Invited!</a></h3>
<p>We invite many unique ‘you(s)’ to sit with us on <em>You are Invited</em> to address a variety of topics that match their special gifts and purpose in this
world. No need for an RSVP here, just know that there is always a seat at the table
for you and <em>You are Invited</em>.</p>
</div>
</div>
</div>
<div id="v-pills-three" class="tab-pane fade htabcontent" role="tabpanel" aria-labelledby="third-tab">
<h3 class="h5">Community Shows</h3>
<p>Shows highlighting the community in Lansing Community College with information on
local and regional economic impact, arts and advocacy issues and how our programs
have a real-life effect on the world.</p>
<div class="row highlight mt-5">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/alumni-stories.html"><img class="img-responsive" src="/connect/images/_show_graphics/alumni-stories.png" alt="Alumni Stories" width="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/alumni-stories.html">Alumni Stories</a></h3>
<p>Learn more about what the amazing alumni of LCC are up to.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/art-happens-here.html"><img class="img-responsive" src="/connect/images/_show_graphics/art-happens-here.png" alt="Art Happens Here" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/art-happens-here.html">Art Happens Here</a></h3>
<p>Bruce Mackley is joined by other artists to explore the notion of how creativity is
transformed into reality.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/at-home-with-economics.html"><img class="img-responsive" src="/connect/images/_show_graphics/at-home-with-econ.png" alt="At Home with Economics" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/at-home-with-economics.html">At Home with Economics</a></h3>
<p>At Home with Economics explores business, workforce, and community development initiatives
to better understand how they affect our daily lives.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/behind-the-connection.html"><img class="img-responsive" src="/connect/images/_show_graphics/behind-the-connection.jpg" alt="Behind the Connection" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/behind-the-connection.html">Behind the Connection</a></h3>
<p>This show provides early introductions to new podcasts and hosts, information about
Connect initiatives, and insight into the concept of building the voices, vibes and
vision of LCC Connect.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/boots-2-books.html"><img class="img-responsive" src="/connect/images/_show_graphics/boots-2-books.png" alt="Boots 2 Books" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/boots-2-books.html">Boots 2 Books</a></h3>
<p>Every day, veterans transition from defending our nation to sitting in a classroom
and implementing their skills in our workforce. They become the colleagues we share
projects with and the coworkers in our next-door office. B2B examines the experiences
of veterans and military-connected students. </p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/coach-cuts-corner.html"><img class="img-responsive" src="/connect/images/_show_graphics/coach-cuts-corner.png" alt="Coach Cut's Corner" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/coach-cuts-corner.html">Coach Cut’s Corner</a></h3>
<p>An inside look at what it takes to build a successful baseball program. Learn more
about the training regimens, nutrition plans, and motivation student-athletes must
have to get to the next level in addition to how to use available resources and support
to balance time and academics.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/community-convos.html"><img class="img-responsive" src="/connect/images/_show_graphics/community-convos.jpg" alt="Community Convos" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/community-convos.html">Community Convos</a></h3>
<p>Community Convos explores the impactful changes and the developing resources that
contribute to community growth. Join the conversation, as we give you the who, what,
when, where, and why on all things Mid-Michigan.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/front-row-backstage.html"><img class="img-responsive" src="/connect/images/_show_graphics/front-row-backstage.jpg" alt="Front Row, Backstage" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/front-row-backstage.html">Front Row, Backstage</a></h3>
<p>Greg Trimmer takes listeners behind the curtains of the media world, talking with
actors, musicians and the unsung heroes of stage and screen. From performance to production,
Front Row, Backstage takes you where the action is – everywhere!</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/headroom.html"><img class="img-responsive" src="/connect/images/_show_graphics/headroom.png" alt="Headroom" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/headroom.html">Headroom</a></h3>
<p>Welcome to Headroom, where LCC Mental Health Counselor Jim Owens talks with members
of the campus community about how to improve mental, emotional, and behavioral health.
This is a mental health podcast about raising the ceiling on our own personal capabilities.
Learn ways to improve or maintain your mental health by hearing the experiences of
others and learning from mental health experts on a variety of topics.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/its-brittany-b.html"><img class="img-responsive" src="/connect/images/_show_graphics/brit-b.png" alt="It’s Brittany B" width="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/its-brittany-b.html">It’s Brittany B!</a></h3>
<p>A show where LCC student Brittany Bell takes you on a journey to break down the subjects
that most of us want to talk about, listen to or be part of. Sit back, relax and chat
with Brittany!</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/lanstories.html"><img class="img-responsive" src="/connect/images/_show_graphics/lanstories.jpg" alt="Lanstories" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/lanstories.html">Lanstories</a></h3>
<p>An exciting community show about local history, with an emphasis on the history of
LCC and its surrounding neighborhoods, as well as greater Lansing and Mid-Michigan.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/michigan-history-moment.html"><img class="img-responsive" src="/connect/images/_show_graphics/michigan-history-moment-logo-low-res.jpg" alt="Michigan History Moment" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/michigan-history-moment.html">Michigan History Moment</a></h3>
<p>Michigan History Moment™ is a weekly three-minute radio program that focuses on people,
places, and events in Michigan's past. The program is written and recorded by HSM
staff and airs on radio stations throughout the state.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/now-spinning.html" target="_blank" rel="noopener"><img class="img-responsive" src="/connect/images/_show_graphics/now-spinning.png" alt="Now Spinning" width="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/now-spinning.html" target="_blank" rel="noopener">Now Spinning</a></h3>
<p>LCC’s Vinyl Record Club presents Now Spinning, a student-driven podcast that focuses
on a love of music and vinyl. Listen in as they chat about their favorite playlists,
recent musical finds, beloved albums, and other topics served on a wax platter!</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/a-psychodelicious-conversation.html"><img class="img-responsive" src="/connect/images/_show_graphics/psychodelicious-conversation.jpg" alt="A PsychoDelicious Conversation" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/a-psychodelicious-conversation.html">A PsychoDelicious Conversation</a></h3>
<p>Delve into the world of mental health with Mike and Morgan, where they cover recent
trends, conduct interviews with local experts, and engage with listeners to address
questions and concerns.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/lan-scene.html"><img class="img-responsive" src="/connect/images/_show_graphics/lan-scene.jpg" alt="The Lan-Scene" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/lan-scene.html">The Lan-Scene</a></h3>
<p>Luci Solis highlights the valuable resources and resilient people that make Michigan’s
capital city an awesome place to live.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/tales-from-the-archives.html"><img class="img-responsive" src="/connect/images/_show_graphics/tales-from-the-archives.jpg" alt="Tales from the LCC Archives" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/tales-from-the-archives.html">Tales from the LCC Archives</a></h3>
<p>Founded in 1957, Lansing Community College has grown and evolved to meet the needs
of thousands of graduates. After 50 years of serving the Lansing community, there
are many stories to tell, and LCC Archivist Bob Garrett, shares those stories on <em>Tales from the LCC Archives</em>.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/time-signatures.html"><img class="img-responsive" src="/connect/images/_show_graphics/time-signatures.jpg" alt="Time Signatures with Jim Ervin" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/time-signatures.html">Time Signatures with Jim Ervin</a></h3>
<p>The program is presented by the Lansing’s Capital Area Blues Society, a non-profit
blues organization dedicated to the promotion of, preservation of, and education about
the blues.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/trollin-the-mitten.html"><img class="img-responsive" src="/connect/images/_show_graphics/trollin-the-mitten.jpg" alt="Trollin' the Mitten" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/trollin-the-mitten.html">Trollin' the Mitten</a></h3>
<p>Join Aral Gribble, an (almost) lifelong Michigan "troll" and LCC student, as he combines
improv, spoof, skit comedy, and radio theater to both poke fun at and celebrate the
Great Lakes State.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/washington-square.html"><img class="img-responsive" src="/connect/images/_show_graphics/washington-square.jpg" alt="Washington Square On-Air" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/washington-square.html">Washington Square On-Air</a></h3>
<p>Writers, readers, and publishing professionals unite with Melissa Ford Lucken on this
audio town square for Lansing Community College’s literary journal, the Washington
Square Review.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/written-in-stars.html"><img class="img-responsive" src="/connect/images/_show_graphics/written-in-the-stars.jpg" alt="Written in the Stars " width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/written-in-stars.html">Written in the Stars</a></h3>
<p>Highlighting and celebrating the people in our community involved with books, writing,
and publishing.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/you-are-invited.html"><img class="img-responsive" src="/connect/images/_show_graphics/you-are-invited.jpg" alt="You are Invited!" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/you-are-invited.html">You are Invited!</a></h3>
<p>We invite many unique ‘you(s)’ to sit with us on <em>You are Invited</em> to address a variety of topics that match their special gifts and purpose in this
world. No need for an RSVP here, just know that there is always a seat at the table
for you and <em>You are Invited</em>.</p>
</div>
</div>
</div>
<div id="v-pills-four" class="tab-pane fade htabcontent" role="tabpanel" aria-labelledby="fourth-tab">
<h3 class="h5">Arts & Advocacy</h3>
<p>Learn more about the interesting people working at LCC and in our community and how
arts and advocacy programs and offerings connect us all.</p>
<div class="row highlight mt-5">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/art-happens-here.html"><img class="img-responsive" src="/connect/images/_show_graphics/art-happens-here.png" alt="Art Happens Here" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/art-happens-here.html">Art Happens Here</a></h3>
<p>Bruce Mackley is joined by other artists to explore the notion of how creativity is
transformed into reality.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/community-convos.html"><img class="img-responsive" src="/connect/images/_show_graphics/community-convos.jpg" alt="Community Convos" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/community-convos.html">Community Convos</a></h3>
<p>Community Convos explores the impactful changes and the developing resources that
contribute to community growth. Join the conversation, as we give you the who, what,
when, where, and why on all things Mid-Michigan.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/conversations-with-kate.html"><img class="img-responsive" src="/connect/images/_show_graphics/conversations-with-kate.jpg" alt="Conversations with Kate" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/conversations-with-kate.html">Conversations with Kate</a></h3>
<p>Conversations with Kate is a podcast about music, life, stories, experiences and everything
in between. Like a conversation with your friends, hairstylist or confidant, with
guests sprinkled in. Kick back, relax and join the conversation... with Kate!</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/equi-tea.html"><img class="img-responsive" src="/connect/images/_show_graphics/equi-tea.jpg" alt="Equi-Tea" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/equi-tea.html">Equi-Tea</a></h3>
<p>Who doesn't love sharing knowledge over a good cup of tea? Equi-Tea is designed to
provide you with tips on issues surrounding Diversity, Equity and Inclusion to enhance
your everyday life.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/front-row-backstage.html"><img class="img-responsive" src="/connect/images/_show_graphics/front-row-backstage.jpg" alt="Front Row, Backstage" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/front-row-backstage.html">Front Row, Backstage</a></h3>
<p>Greg Trimmer takes listeners behind the curtains of the media world, talking with
actors, musicians and the unsung heroes of stage and screen. From performance to production,
Front Row, Backstage takes you where the action is – everywhere!</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/galaxy-forum.html"><img class="img-responsive" src="/connect/images/_show_graphics/galaxy-forum.png" alt="Galaxy Forum" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/galaxy-forum.html">Galaxy Forum</a></h3>
<p>Learn how the work we do at LCC connects with the real world through forum-style conversation.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/headroom.html"><img class="img-responsive" src="/connect/images/_show_graphics/headroom.png" alt="Headroom" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/headroom.html">Headroom</a></h3>
<p>Welcome to Headroom, where LCC Mental Health Counselor Jim Owens talks with members
of the campus community about how to improve mental, emotional, and behavioral health.
This is a mental health podcast about raising the ceiling on our own personal capabilities.
Learn ways to improve or maintain your mental health by hearing the experiences of
others and learning from mental health experts on a variety of topics.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/michigan-history-moment.html"><img class="img-responsive" src="/connect/images/_show_graphics/michigan-history-moment-logo-low-res.jpg" alt="Michigan History Moment" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/michigan-history-moment.html">Michigan History Moment</a></h3>
<p>Michigan History Moment™ is a weekly three-minute radio program that focuses on people,
places, and events in Michigan's past. The program is written and recorded by HSM
staff and airs on radio stations throughout the state.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/now-spinning.html" target="_blank" rel="noopener"><img class="img-responsive" src="/connect/images/_show_graphics/now-spinning.png" alt="Now Spinning" width="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/now-spinning.html" target="_blank" rel="noopener">Now Spinning</a></h3>
<p>LCC’s Vinyl Record Club presents Now Spinning, a student-driven podcast that focuses
on a love of music and vinyl. Listen in as they chat about their favorite playlists,
recent musical finds, beloved albums, and other topics served on a wax platter!</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/a-psychodelicious-conversation.html"><img class="img-responsive" src="/connect/images/_show_graphics/psychodelicious-conversation.jpg" alt="A PsychoDelicious Conversation" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/a-psychodelicious-conversation.html">A PsychoDelicious Conversation</a></h3>
<p>Delve into the world of mental health with Mike and Morgan, where they cover recent
trends, conduct interviews with local experts, and engage with listeners to address
questions and concerns.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/teachable-moment.html"><img class="img-responsive" src="/connect/images/_show_graphics/teachable-moment.png" alt="Teachable moment with Dr. Steve Robinson" width="1000" height="800"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/teachable-moment.html">Teachable Moment</a></h3>
<p>An awesome show about the people that make LCC go!</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/lan-scene.html"><img class="img-responsive" src="/connect/images/_show_graphics/lan-scene.jpg" alt="The Lan-Scene" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/lan-scene.html">The Lan-Scene</a></h3>
<p>Luci Solis highlights the valuable resources and resilient people that make Michigan’s
capital city an awesome place to live.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/time-signatures.html"><img class="img-responsive" src="/connect/images/_show_graphics/time-signatures.jpg" alt="Time Signatures with Jim Ervin" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/time-signatures.html">Time Signatures with Jim Ervin</a></h3>
<p>The program is presented by the Lansing’s Capital Area Blues Society, a non-profit
blues organization dedicated to the promotion of, preservation of, and education about
the blues.</p>
</div>
</div>
</div>
<div id="v-pills-five" class="tab-pane fade htabcontent" role="tabpanel" aria-labelledby="fifth-tab">
<h3 class="h5">Tech Talks</h3>
<p>Technology is pivotal to the future of higher-education and LCC is an innovator in
program quality, development and teaching. Learn more about our efforts in technology
and safety.</p>
<div class="row highlight mt-5">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/at-home-with-economics.html"><img class="img-responsive" src="/connect/images/_show_graphics/at-home-with-econ.png" alt="At Home with Economics" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/at-home-with-economics.html">At Home with Economics</a></h3>
<p>At Home with Economics explores business, workforce, and community development initiatives
to better understand how they affect our daily lives.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/safety-plan.html"><img class="img-responsive" src="/connect/images/_show_graphics/safety-plan.png" alt="The Safety Plan" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/safety-plan.html">The Safety Plan</a></h3>
<p>Learn the IT and LCC PD tips and tools that keep our campus safe that you can use
in your everyday life.</p>
</div>
</div>
</div>
<div id="v-pills-six" class="tab-pane fade htabcontent" role="tabpanel" aria-labelledby="sixth-tab">
<h3 class="h5">About LCC</h3>
<p>LCC Connect is all about the voices, vibes and vision of Lansing Community College!
Explore this section to learn more about the people, programs and places that make
LCC go!</p>
<div class="row highlight mt-5">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/alumni-stories.html"><img class="img-responsive" src="/connect/images/_show_graphics/alumni-stories.png" alt="Alumni Stories" width="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/alumni-stories.html">Alumni Stories</a></h3>
<p>Learn more about what the amazing alumni of LCC are up to.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/art-happens-here.html"><img class="img-responsive" src="/connect/images/_show_graphics/art-happens-here.png" alt="Art Happens Here" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/art-happens-here.html">Art Happens Here</a></h3>
<p>Bruce Mackley is joined by other artists to explore the notion of how creativity is
transformed into reality.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/behind-the-connection.html"><img class="img-responsive" src="/connect/images/_show_graphics/behind-the-connection.jpg" alt="Behind the Connection" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/behind-the-connection.html">Behind the Connection</a></h3>
<p>This show provides early introductions to new podcasts and hosts, information about
Connect initiatives, and insight into the concept of building the voices, vibes and
vision of LCC Connect.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/coach-cuts-corner.html"><img class="img-responsive" src="/connect/images/_show_graphics/coach-cuts-corner.png" alt="Coach Cut's Corner" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/coach-cuts-corner.html">Coach Cut’s Corner</a></h3>
<p>An inside look at what it takes to build a successful baseball program. Learn more
about the training regimens, nutrition plans, and motivation student-athletes must
have to get to the next level in addition to how to use available resources and support
to balance time and academics.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/lanstories.html"><img class="img-responsive" src="/connect/images/_show_graphics/lanstories.jpg" alt="Lanstories" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/lanstories.html">Lanstories</a></h3>
<p>An exciting community show about local history, with an emphasis on the history of
LCC and its surrounding neighborhoods, as well as greater Lansing and Mid-Michigan.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/shining-stars.html"><img class="img-responsive" src="/connect/images/_show_graphics/shining-stars.png" alt="Shining Stars" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/shining-stars.html">Shining Stars</a></h3>
<p>Nonprofit organizations help to shape our communities and improve people’s lives.
Shining Stars spotlights those organizations and the individuals within who are fostering
positive change in our world.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/stars-on-sports.html" target="_blank" rel="noopener"><img class="img-responsive" src="/connect/images/_show_graphics/stars-on-sports.jpg" alt="Stars on Sports" width="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/stars-on-sports.html" target="_blank" rel="noopener">Stars on Sports</a></h3>
<p>Stars on Sports takes you inside the world of LCC Athletics! Did you know Lansing
Community College is home to nine Division II sports? Hear from Stars Athletic Director
Greg Lattig and Baseball Coach Steve Cutter as they dive into topics that are key
in building successful sports programs and other issues that affect student-athletes.
This is also your spot to learn about upcoming LCC Stars games and events!</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/student-success-stories.html"><img class="img-responsive" src="/connect/images/_show_graphics/student-success-stories.jpg" alt="Student Success Stories" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/student-success-stories.html">Student Success Stories</a></h3>
<p>Join our success coaches as they chat with students about overcoming challenges, reaching
their goals, and making lifelong connections. Each episode offers tips, tricks, and
practical advice to help you shine as an LCC Star.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/tales-from-the-archives.html"><img class="img-responsive" src="/connect/images/_show_graphics/tales-from-the-archives.jpg" alt="Tales from the LCC Archives" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/tales-from-the-archives.html">Tales from the LCC Archives</a></h3>
<p>Founded in 1957, Lansing Community College has grown and evolved to meet the needs
of thousands of graduates. After 50 years of serving the Lansing community, there
are many stories to tell, and LCC Archivist Bob Garrett, shares those stories on <em>Tales from the LCC Archives</em>.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/teachable-moment.html"><img class="img-responsive" src="/lccpresident/images/teachable-moment-graphic.jpg" alt="Teachable moment with Dr. Steve Robinson" width="1000" height="800"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/teachable-moment.html">Teachable Moment</a></h3>
<p>An awesome show about the people that make LCC go!</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/washington-square.html"><img class="img-responsive" src="/connect/images/_show_graphics/washington-square.jpg" alt="Washington Square On-Air" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/washington-square.html">Washington Square On-Air</a></h3>
<p>Writers, readers, and publishing professionals unite with Melissa Ford Lucken on this
audio town square for Lansing Community College’s literary journal, the Washington
Square Review.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/whos-that-star.html"><img class="img-responsive" src="/connect/images/_show_graphics/whos-the-star.png" alt="Who's that Star?" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/whos-that-star.html">Who's that Star?</a></h3>
<p>Get to know the faculty and staff at LCC; why they work here and what they do for
fun.</p>
</div>
</div>
<div class="row highlight">
<div class="col-md-3 pr-3"><a class="thumbnail" href="/connect/shows/you-are-invited.html"><img class="img-responsive" src="/connect/images/_show_graphics/you-are-invited.jpg" alt="You are Invited!" width="600" height="600"></a></div>
<div class="col-md-9">
<h3><a href="/connect/shows/you-are-invited.html">You are Invited!</a></h3>
<p>We invite many unique ‘you(s)’ to sit with us on <em>You are Invited</em> to address a variety of topics that match their special gifts and purpose in this
world. No need for an RSVP here, just know that there is always a seat at the table
for you and <em>You are Invited</em>.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p> </p>
</section>
</article>
</main>
<!-- OU Search Ignore Start Here --><footer id="colophon">
<div class="upperFooter">
<div class="logoContact"><a href="/" class="logo">Lansing Community College</a><a href="tel:18006444522" class="phone">1-800-644-4522</a></div>
<div class="footerLocations">
<div class="locationListing">
<address class="singleLocation"><span class="collegeName">Lansing Community College</span><span class="address">600 N. Grand Avenue<br>Lansing, MI 48933</span></address>
<address class="singleLocation"><span class="collegeName">Mailing Address</span><span class="address">411 N. Grand Avenue<br>Lansing, MI 48933</span></address>
<div class="all-locations"><a class="location" href="/about/locations/">Campus Locations</a></div>
</div>
</div>
</div>
<div class="lowerFooter">
<div class="left"><span class="copyright">Copyright <span id="directedit">©</span> <script>document.write(new Date().getFullYear())</script> Lansing Community College, MI</span><div class="socialIcons">
<nav aria-label="Social Media Links">
<ul class="footerSocialButton">
<li><a href="https://www.facebook.com/lccstars/" target="_blank" class="facebook">Facebook</a></li>
<li><a href="https://x.com/lccstars" target="_blank" class="twitter">X</a></li>
<li><a href="https://www.instagram.com/lccstars/" target="_blank" class="instagram">Instagram</a></li>
<li><a href="https://www.youtube.com/c/lccstars" target="_blank" class="youtube">Youtube</a></li>
</ul>
</nav>
</div>
<div class="consumerInfo"><span><a href="/consumer-information/index.html">Consumer Information</a><br><a href="/consumer-information/sexual-misconduct.html">Report Sexual Misconduct</a><br><a href="/hr/careers/index.html">Employment Opportunities</a><br><a href="/campuslife/documents/annual_security_report.pdf" target="_blank">Annual Security Report</a><br><a href="/about/federal-cares-act-reporting.html">Federal CARES Act Reporting</a><br><a href="/empowerment/index.html">Diversity at LCC</a><br><a href="/privacy/index.html">Privacy Statement</a><br><a href="/consumer-information/equal.html">Nondiscrimination</a><br><a href="/financial-aid/index.html">Financial Aid</a><br><a href="/helpdesk/index.html">Help Desk</a></span></div>
</div>
<div class="accreditation right">
<div id="footerBadges"><a class="badge-button" href="/police/information-and-resources.html"><span><em class="fa-solid fa-chevron-right"></em></span> Campus Safety Info & Resources</a></div><a href="/about/public-transparency-info.html"><img style="vertical-align: inherit; margin: 25px 30px 5px 20px;" title="Budget and Performance Transparency Reporting" src="/_resources/images/transparency_reporting_logo.png" alt="Transparency Reporting Budget and Salary Compensation" width="150" height="150"></a><iframe width="150" height="166" title="Lansing Community College is accredited by the Higher Learning Commission (HLC)" src="https://yoshki.com/iframe/54732.html" style="border:0px; margin:0px; padding:0px; background-color:transparent;"></iframe></div>
</div>
</footer><div id="menuOverlay"></div>
<!-- core JavaScript -->
<!-- jquery-3.7.1.min.js -->
<script src="/_resources/javascript/bootstrap5/jquery-3.7.1.min.js"></script>
<!-- Bootstrap v5 bootstrap.bundle.min.js -->
<script src="/_resources/javascript/bootstrap5/bootstrap.bundle.min.js"></script>
<!-- Swiper 4.4.6 /_resources/javascript/swiper.min.js //// Work on removing instances of this for a native accessible bootstrap solution -->
<script src="/_resources/javascript/swiper.min.4-9-2020-nm.js"></script>
<!-- Slick 1.6.0 /_resources/javascript/slick.min.js //// This opens the old accordions -->
<script src="/_resources/javascript/slick.min.5-10-2019-jr.js"></script>
<!-- Main JavaScript file main.js working on removing jQuery -->
<script src="/_resources/javascript/bootstrap5/main.7-02-2025-jr.js"></script>
<!-- Modern Campus DirectEdit function short code /_resources/javascript/direct-edit.js -->
<script src="/_resources/javascript/direct-edit.5-10-2019-jr.js"></script>
<script src="/_resources/js/ou-popular-search.js"></script><div id="hidden" style="display:none;"><a id="de" href="https://a.cms.omniupdate.com/11/?skin=oucampus&account=lcc&site=www&action=de&path=/connect/index.pcf" target="_top">©</a></div>
<!--
<script>
//first, we need to show tab-content on mouseover
$(".nav-link").mouseover( function() {
$(this).tab("show");
});
// on quick hover, we need to remove the active class from the related tab panel
$(".nav-link").on("show.bs.tab", function(e) {
const tabPanelId = e.relatedTarget.getAttribute("href");
$(tabPanelId).removeClass("active");
});
</script>
-->
<!-- Initialize Swiper -->
<script>
var swiper = new Swiper(".mySwiper", {
slidesPerView: 1,
keyboard: {
enabled: true,
},
loop: true,
autoHeight: true,
autoplay: {
delay: 6000,
disableOnInteraction: true,
},
effect: 'fade',
fadeEffect: {
crossFade: true,
},
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev",
},
pagination: {
el: ".swiper-pagination",
clickable: true,
renderBullet: function (index, className) {
return '<span class="' + className + '">' + (index + 1) + "</span>";
},
},
});
</script>
<!-- OU Search Ignore End Here --></body>
</html>