CINXE.COM

Northgate High School (Walnut Creek, CA) Athletics - Schedules, Scores, News, and More

<!DOCTYPE html> <html lang="en"> <head> <style> .gam-sport-banner-ad iframe, .gam-sport-banner-ad-2 iframe { width: 100%; height: auto; } </style> <script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> <script> window.googletag = window.googletag || { cmd: [] }; // Function to check if the viewport is mobile-sized function isMobile() { return window.innerWidth <= 768 || /Mobi|Android/i.test(navigator.userAgent); } var isMobileDevice = isMobile(); // Client-side mobile detection googletag.cmd.push(function () { var REFRESH_KEY = 'refresh'; var REFRESH_VALUE = 'true'; var mapping1 = googletag.sizeMapping() .addSize([768, 0], [[640, 100]]) // Tablets and smaller desktops .addSize([1024, 0], [[640, 100]]) // Desktops and larger screens .build(); if (isMobileDevice) { console.log("Mobile device detected, loading gam-presenting-sponsor."); googletag.defineSlot('/22870419559/header', [[300, 75]], 'gam-presenting-sponsor') .setTargeting(REFRESH_KEY, REFRESH_VALUE) .addService(googletag.pubads()); } else { console.log("Non-mobile device detected, loading gam-presenting-sponsor-2."); googletag.defineSlot('/22870419559/header', [[300, 75]], 'gam-presenting-sponsor-2') .setTargeting(REFRESH_KEY, REFRESH_VALUE) .addService(googletag.pubads()); } googletag.defineSlot('/22870419559/banner', [[300, 100], [640, 100]], 'gam-banner-ad') .defineSizeMapping(mapping1) .setTargeting(REFRESH_KEY, REFRESH_VALUE) .addService(googletag.pubads()); googletag.defineSlot('/22870419559/banner', [[300, 100], [640, 100]], 'gam-banner-ad-2') .defineSizeMapping(mapping1) .setTargeting(REFRESH_KEY, REFRESH_VALUE) .addService(googletag.pubads()); // Set site-specific targeting googletag.pubads().setTargeting('siteid', '2635116'); // Add event listener for impression viewable events googletag.pubads().addEventListener('impressionViewable', function (event) { var slot = event.slot; if (slot.getTargeting(REFRESH_KEY).indexOf(REFRESH_VALUE) > -1) { setTimeout(function () { googletag.pubads().refresh([slot]); }, 10000); } handleResponsiveImages(); }); //// Add event listener for slot render ended to log ad responses //googletag.pubads().addEventListener('slotRenderEnded', function (event) { // console.log('Ad slot rendered:', event.slot.getSlotElementId()); // console.log('Ad response details:', { // creativeId: event.creativeId, // lineItemId: event.lineItemId, // isEmpty: event.isEmpty, // size: event.size, // }); //}); // Enable services googletag.enableServices(); // Add event listeners for responsive image handling document.addEventListener('DOMContentLoaded', function () { handleResponsiveImages(); window.addEventListener('resize', handleResponsiveImages); }); // Function to handle responsive images function handleResponsiveImages() { ['gam-banner-ad', 'gam-banner-ad-2', 'gam-sport-banner-ad', 'gam-sport-banner-ad-2'].forEach(adId => { var adContainer = document.querySelector(`#${adId}`); if (adContainer) { observeIframeInsertion(adContainer); var iframes = adContainer.querySelectorAll('iframe[id^="google_ads_iframe"]'); iframes.forEach(applyResponsiveStyles); } }); } // Function to observe iframe insertion for responsive styling function observeIframeInsertion(container) { var observer = new MutationObserver(function (mutations) { mutations.forEach(function (mutation) { if (mutation.addedNodes) { mutation.addedNodes.forEach(function (node) { if (node.tagName === 'IFRAME' && node.id.startsWith('google_ads_iframe')) { applyResponsiveStyles(node); observeIframeChanges(node); } }); } }); }); observer.observe(container, { childList: true, subtree: true }); } function applyResponsiveStyles(iframe) { // Keep all existing logic for handling different ads if ( (iframe && iframe.closest('.gam-banner-ad')) || (iframe && iframe.closest('.gam-banner-ad-2')) || (iframe && iframe.closest('.gam-sport-banner-ad')) || (iframe && iframe.closest('.gam-sport-banner-ad-2')) ) { if (isMobile()) { iframe.style.width = '100%'; iframe.style.height = 'auto'; try { var iframeDoc = iframe.contentDocument || iframe.contentWindow.document; var imgs = iframeDoc.querySelectorAll('img'); imgs.forEach(function (img) { img.style.maxWidth = '100%'; img.style.height = 'auto'; if (iframe.closest('.gam-banner-ad')) { img.style.marginTop = '20%'; } else { img.style.marginTop = '0'; } }); } catch (e) { console.error('Could not access iframe content:', e); } } } } // Function to observe iframe changes for responsive styling function observeIframeChanges(iframe) { var observer = new MutationObserver(function (mutations) { mutations.forEach(function (mutation) { if (mutation.type === 'childList' || (mutation.type === 'attributes' && mutation.attributeName === 'src')) { applyResponsiveStyles(iframe); } }); }); observer.observe(iframe, { childList: true, subtree: true, attributes: true, attributeFilter: ['src'] }); } // Function to check if the viewport is mobile-sized function isMobile() { return window.innerWidth <= 768; } }); </script> <!-- End GPT Tag --> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-0NSNFS8ZF6"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-0NSNFS8ZF6'); </script> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes" /> <title>Northgate High School (Walnut Creek, CA) Athletics - Schedules, Scores, News, and More</title> <meta name="description" content="The official home of Northgate Broncos athletics. Get the latest schedules, scores, news, broadcasting, and more for Northgate Broncos in Walnut Creek, CA. Stay updated with mobile, video, rosters, and photos of your favorite high school sports teams." /> <meta name="keywords" content="northgate high school, broncos, high school athletics, ca athletics schedules, northgate high school athletics, northgate high school football scores, news, broadcasting, video, rosters, photos, sports, high school sports, northgate high school broncos sports, northgate high school ca sports, broncos ca sports" /> <meta property="og:image" content="https://5starassets.blob.core.windows.net/athleticsites/2635116/994/images/a2ccd442-0072-4013-b8bb-d58516574056.png"> <script src="https://unpkg.com/focus-visible/dist/focus-visible.min.js"></script> <!-- fonts now reside in the less config file --> <!-- latest CDN compiled and minified CSS for lity (simple lightbox) --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/lity/2.3.1/lity.min.css" integrity="sha256-0SZxASYAglrmIuTx+ZYHE3hzTnCZWB7XLu+iA8AG0Z0=" crossorigin="anonymous" /> <!-- latest CDN compiled and minified CSS for font awesome --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha256-NuCn4IvuZXdBaFKJOAcsU2Q3ZpwbdFisd5dux4jkQ5w=" crossorigin="anonymous" /> <!-- latest CDN compiled and minified CSS for slick slider --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css" integrity="sha256-UK1EiopXIL+KVhfbFa8xrmAWPeBjMVdvYMYkTAEv/HI=" crossorigin="anonymous" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css" integrity="sha256-4hqlsNP9KM6+2eA8VUT0kk4RsMRTeS7QGHIM+MZ5sLY=" crossorigin="anonymous" /> <!-- latest CDN compiled and minified CSS for bootstrap 3 --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> <!-- locally stored compiled and minified CSS for yamm --> <link rel="stylesheet" href="/lib/yamm3/yamm/yamm.min.css" /> <!-- locally stored compiled and minified CSS for datatables --> <link rel="stylesheet" href="/lib/datatables/media/css/dataTables.bootstrap.min.css" /> <!-- creates browser icon using schools mascot logo --> <link rel="icon" type="image/png" href="https://5starassets.blob.core.windows.net/athleticsites/2635116/994/images/a2ccd442-0072-4013-b8bb-d58516574056.png"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/3.3.0/ekko-lightbox.min.css" integrity="sha512-vC3vvXGPI9bplTilrP7d0YKtmHrMAH4q9dF6QSfIL/uOFIMsHu2wkmAITtFRkNisTKt1e4EAhIiXpyXJgiJW4Q==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <!-- created CSS from less config file; compiled, minified and stored locally --> <link rel="stylesheet" href="/less/templates/5/main.min.css?v=1.2" /> <link href="/lib/sweetalert/dist/sweetalert.css" rel="stylesheet" /> <style> .navbar-nav > li > a:hover{color: #f9a21e !important;} </style> <style> h1, h2, h3, h4, h5, h6 {color: #a72137;} ul li a {color: #a72137;} table tr{color:#a72137;} .header-topper:before{background:#a72137;} .header-topper .row:before {background:#a72137;} .border-right-xl-secondary{border-right: 20px solid #f9a21e;} /* resused */ .bg-primary{background-color: #a72137;} .bg-secondary{background-color: #f9a21e;} .text-primary{color: #a72137 !important;} .text-primary-font{color: #ffffff !important;} .text-secondary{color: #f9a21e !important;} .border-all-thin-primary {border: solid 1px #a72137; } .border-right-xl-secondary{border-right: 20px solid #f9a21e;} .border-right-xl-primary{border-right: 20px solid #a72137;} .bg-gradient-primary-dark{background-image: linear-gradient(180deg,#000,#a72137);} </style> </head> <body viewport="fixed"> <input type="hidden" value="2635116" id="schoolId" /> <input type="hidden" value="true" id="customAppSchool" /> <input type="hidden" value="12/18/2023 12:00:00 AM" id="adServingDateBegins" /> <header> <div class="row"> <div class="col-md-12"> <div class="feeder-menu bg-gradient-primary"> <div class="slant-tabs"> <ul class="nav"> </ul> </div> </div> </div> </div> <div class="header-topper"> <div class="row"> <h1 class="site-title"><small>&nbsp;&nbsp;&nbsp;<i>THE OFFICIAL SITE OF </i></small><br /><i>Northgate High School Athletics</i></h1> </div> </div> <div class="row"> <div class="col-md-12"> <div class="main-menu-container bg-primary" id="fixedscroll"> <div class="fixed-menu-container"> <div class="header-social-media"> <div class="feed-wrapper"> <a href="https://www.instagram.com/northgate.athletics/" target="_blank" aria-label="Visit our Instagram page"> <i class="fa fa-instagram text-primary-font" aria-hidden="true"></i> <span class="sr-only">Instagram</span> </a> </div> </div> <div id="center"> <div class="header-gfx border-right-xl-secondary"> <a href="/" aria-label="Return to Northgate Home Page" tabindex="0"> <img src="https://5starassets.blob.core.windows.net/athleticsites/2635116/994/images/9dd4cbcf-add7-40aa-a396-4aa7933c906c.png" aria-label="Northgate " alt="Northgate Logo" /> <span class="mk-blank">-</span> </a> </div> <div class="primary-line border-right-xl-primary"></div> </div> <div class=""> <nav class="custom-nav" role="navigation" aria-label="Main Navigation"> <div class="navbar yamm navbar-static-top"> <div class="container" id="nav-container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar bg-secondary"></span> <span class="icon-bar bg-secondary"></span> <span class="icon-bar bg-secondary"></span> </button> <a class="navbar-brand" href="/" aria-label="Return to Northgate Home Page"> <img src="https://5starassets.blob.core.windows.net/athleticsites/2635116/994/images/85474325-8a0c-45d2-9575-e0d86fee01da.png" class="img-responsive tag" aria-label="Northgate Logo" alt="Northgate Logo" /> </a> <div class="presenting-sponsor hidden-md hidden-lg"> <div class="adzone adzone-0 presenting-sponsor"> <div class="ad-placement"> <div id='gam-presenting-sponsor' class="gam_ps"> <script> googletag.cmd.push(function () { googletag.display('gam-presenting-sponsor'); }); </script> </div> </div> </div> </div> </div> <div id="navbar" class="navbar-collapse collapse" aria-expanded="false"> <ul class="nav navbar-nav" id="nav-links" role="menubar"> <li class="dropdown yamm-fw" role="presentation"> <a href="#" data-toggle="dropdown" class="dropdown-toggle text-primary-font" role="menuitem" aria-haspopup="true" aria-expanded="false" tabindex="0">SPORTS</a> <ul id="dropdown1" class="dropdown-menu two-columns" role="menu"> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/baseball/boys/" role="menuitem" tabindex="0" aria-label="Baseball go to Main Team Page">BASEBALL</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/baseball/boys/?tab=schedule" role="menuitem" aria-label="Baseball - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/baseball/boys/?tab=roster" role="menuitem" aria-label="Baseball - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/baseball/boys/?tab=news" role="menuitem" aria-label="Baseball - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/basketball/boys/" role="menuitem" tabindex="0" aria-label="Basketball(Boys) go to Main Team Page">BASKETBALL(BOYS)</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/basketball/boys/?tab=schedule" role="menuitem" aria-label="Basketball(Boys) - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/basketball/boys/?tab=roster" role="menuitem" aria-label="Basketball(Boys) - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/basketball/boys/?tab=news" role="menuitem" aria-label="Basketball(Boys) - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/basketball/girls/" role="menuitem" tabindex="0" aria-label="Basketball(Girls) go to Main Team Page">BASKETBALL(GIRLS)</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/basketball/girls/?tab=schedule" role="menuitem" aria-label="Basketball(Girls) - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/basketball/girls/?tab=roster" role="menuitem" aria-label="Basketball(Girls) - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/basketball/girls/?tab=news" role="menuitem" aria-label="Basketball(Girls) - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/competitive cheer/girls/" role="menuitem" tabindex="0" aria-label="Competitive Cheer go to Main Team Page">COMPETITIVE CHEER</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/competitive cheer/girls/?tab=schedule" role="menuitem" aria-label="Competitive Cheer - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/competitive cheer/girls/?tab=roster" role="menuitem" aria-label="Competitive Cheer - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/competitive cheer/girls/?tab=news" role="menuitem" aria-label="Competitive Cheer - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/cross country/coed/" role="menuitem" tabindex="0" aria-label="Cross Country(Coed) go to Main Team Page">CROSS COUNTRY(COED)</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/cross country/coed/?tab=schedule" role="menuitem" aria-label="Cross Country(Coed) - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/cross country/coed/?tab=roster" role="menuitem" aria-label="Cross Country(Coed) - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/cross country/coed/?tab=news" role="menuitem" aria-label="Cross Country(Coed) - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/flag football/girls/" role="menuitem" tabindex="0" aria-label="Flag Football(Girls) go to Main Team Page">FLAG FOOTBALL(GIRLS)</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/flag football/girls/?tab=schedule" role="menuitem" aria-label="Flag Football(Girls) - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/flag football/girls/?tab=roster" role="menuitem" aria-label="Flag Football(Girls) - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/flag football/girls/?tab=news" role="menuitem" aria-label="Flag Football(Girls) - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/football/boys/" role="menuitem" tabindex="0" aria-label="Football go to Main Team Page">FOOTBALL</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/football/boys/?tab=schedule" role="menuitem" aria-label="Football - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/football/boys/?tab=roster" role="menuitem" aria-label="Football - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/football/boys/?tab=news" role="menuitem" aria-label="Football - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/golf/boys/" role="menuitem" tabindex="0" aria-label="Golf(Boys) go to Main Team Page">GOLF(BOYS)</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/golf/boys/?tab=schedule" role="menuitem" aria-label="Golf(Boys) - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/golf/boys/?tab=roster" role="menuitem" aria-label="Golf(Boys) - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/golf/boys/?tab=news" role="menuitem" aria-label="Golf(Boys) - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/golf/girls/" role="menuitem" tabindex="0" aria-label="Golf(Girls) go to Main Team Page">GOLF(GIRLS)</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/golf/girls/?tab=schedule" role="menuitem" aria-label="Golf(Girls) - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/golf/girls/?tab=roster" role="menuitem" aria-label="Golf(Girls) - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/golf/girls/?tab=news" role="menuitem" aria-label="Golf(Girls) - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/lacrosse/boys/" role="menuitem" tabindex="0" aria-label="Lacrosse(Boys) go to Main Team Page">LACROSSE(BOYS)</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/lacrosse/boys/?tab=schedule" role="menuitem" aria-label="Lacrosse(Boys) - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/lacrosse/boys/?tab=roster" role="menuitem" aria-label="Lacrosse(Boys) - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/lacrosse/boys/?tab=news" role="menuitem" aria-label="Lacrosse(Boys) - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/lacrosse/girls/" role="menuitem" tabindex="0" aria-label="Lacrosse(Girls) go to Main Team Page">LACROSSE(GIRLS)</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/lacrosse/girls/?tab=schedule" role="menuitem" aria-label="Lacrosse(Girls) - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/lacrosse/girls/?tab=roster" role="menuitem" aria-label="Lacrosse(Girls) - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/lacrosse/girls/?tab=news" role="menuitem" aria-label="Lacrosse(Girls) - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/soccer/boys/" role="menuitem" tabindex="0" aria-label="Soccer(Boys) go to Main Team Page">SOCCER(BOYS)</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/soccer/boys/?tab=schedule" role="menuitem" aria-label="Soccer(Boys) - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/soccer/boys/?tab=roster" role="menuitem" aria-label="Soccer(Boys) - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/soccer/boys/?tab=news" role="menuitem" aria-label="Soccer(Boys) - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/soccer/girls/" role="menuitem" tabindex="0" aria-label="Soccer(Girls) go to Main Team Page">SOCCER(GIRLS)</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/soccer/girls/?tab=schedule" role="menuitem" aria-label="Soccer(Girls) - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/soccer/girls/?tab=roster" role="menuitem" aria-label="Soccer(Girls) - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/soccer/girls/?tab=news" role="menuitem" aria-label="Soccer(Girls) - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/softball/girls/" role="menuitem" tabindex="0" aria-label="Softball go to Main Team Page">SOFTBALL</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/softball/girls/?tab=schedule" role="menuitem" aria-label="Softball - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/softball/girls/?tab=roster" role="menuitem" aria-label="Softball - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/softball/girls/?tab=news" role="menuitem" aria-label="Softball - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/spirit/girls/" role="menuitem" tabindex="0" aria-label="Spirit go to Main Team Page">SPIRIT</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/spirit/girls/?tab=schedule" role="menuitem" aria-label="Spirit - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/spirit/girls/?tab=roster" role="menuitem" aria-label="Spirit - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/spirit/girls/?tab=news" role="menuitem" aria-label="Spirit - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/swimming and diving/coed/" role="menuitem" tabindex="0" aria-label="Swimming and Diving(Coed) go to Main Team Page">SWIMMING AND DIVING(COED)</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/swimming and diving/coed/?tab=schedule" role="menuitem" aria-label="Swimming and Diving(Coed) - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/swimming and diving/coed/?tab=roster" role="menuitem" aria-label="Swimming and Diving(Coed) - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/swimming and diving/coed/?tab=news" role="menuitem" aria-label="Swimming and Diving(Coed) - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/tennis/boys/" role="menuitem" tabindex="0" aria-label="Tennis(Boys) go to Main Team Page">TENNIS(BOYS)</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/tennis/boys/?tab=schedule" role="menuitem" aria-label="Tennis(Boys) - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/tennis/boys/?tab=roster" role="menuitem" aria-label="Tennis(Boys) - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/tennis/boys/?tab=news" role="menuitem" aria-label="Tennis(Boys) - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/tennis/girls/" role="menuitem" tabindex="0" aria-label="Tennis(Girls) go to Main Team Page">TENNIS(GIRLS)</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/tennis/girls/?tab=schedule" role="menuitem" aria-label="Tennis(Girls) - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/tennis/girls/?tab=roster" role="menuitem" aria-label="Tennis(Girls) - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/tennis/girls/?tab=news" role="menuitem" aria-label="Tennis(Girls) - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/track and field/coed/" role="menuitem" tabindex="0" aria-label="Track and Field(Coed) go to Main Team Page">TRACK AND FIELD(COED)</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/track and field/coed/?tab=schedule" role="menuitem" aria-label="Track and Field(Coed) - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/track and field/coed/?tab=roster" role="menuitem" aria-label="Track and Field(Coed) - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/track and field/coed/?tab=news" role="menuitem" aria-label="Track and Field(Coed) - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/volleyball/boys/" role="menuitem" tabindex="0" aria-label="Volleyball(Boys) go to Main Team Page">VOLLEYBALL(BOYS)</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/volleyball/boys/?tab=schedule" role="menuitem" aria-label="Volleyball(Boys) - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/volleyball/boys/?tab=roster" role="menuitem" aria-label="Volleyball(Boys) - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/volleyball/boys/?tab=news" role="menuitem" aria-label="Volleyball(Boys) - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/volleyball/girls/" role="menuitem" tabindex="0" aria-label="Volleyball(Girls) go to Main Team Page">VOLLEYBALL(GIRLS)</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/volleyball/girls/?tab=schedule" role="menuitem" aria-label="Volleyball(Girls) - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/volleyball/girls/?tab=roster" role="menuitem" aria-label="Volleyball(Girls) - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/volleyball/girls/?tab=news" role="menuitem" aria-label="Volleyball(Girls) - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/water polo/boys/" role="menuitem" tabindex="0" aria-label="Water Polo(Boys) go to Main Team Page">WATER POLO(BOYS)</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/water polo/boys/?tab=schedule" role="menuitem" aria-label="Water Polo(Boys) - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/water polo/boys/?tab=roster" role="menuitem" aria-label="Water Polo(Boys) - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/water polo/boys/?tab=news" role="menuitem" aria-label="Water Polo(Boys) - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/water polo/girls/" role="menuitem" tabindex="0" aria-label="Water Polo(Girls) go to Main Team Page">WATER POLO(GIRLS)</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/water polo/girls/?tab=schedule" role="menuitem" aria-label="Water Polo(Girls) - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/water polo/girls/?tab=roster" role="menuitem" aria-label="Water Polo(Girls) - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/water polo/girls/?tab=news" role="menuitem" aria-label="Water Polo(Girls) - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/wrestling/boys/" role="menuitem" tabindex="0" aria-label="Wrestling(Boys) go to Main Team Page">WRESTLING(BOYS)</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/wrestling/boys/?tab=schedule" role="menuitem" aria-label="Wrestling(Boys) - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/wrestling/boys/?tab=roster" role="menuitem" aria-label="Wrestling(Boys) - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/wrestling/boys/?tab=news" role="menuitem" aria-label="Wrestling(Boys) - News" tabindex="0">News</a> </div> </div> </div> </div> </li> <li role="menuitem"> <div class="sport-link-nfo"> <div class="row"> <div class="col-xs-12 col-sm-6"> <div class="link"> <a class="text-primary" href="/sport/wrestling/girls/" role="menuitem" tabindex="0" aria-label="Wrestling(Girls) go to Main Team Page">WRESTLING(GIRLS)</a> </div> </div> <div class="hidden-xs col-sm-6"> <div class="nfo"> <a class="text-primary" href="/sport/wrestling/girls/?tab=schedule" role="menuitem" aria-label="Wrestling(Girls) - Schedules" tabindex="0">Schedules</a><span> /</span> <a class="text-primary" href="/sport/wrestling/girls/?tab=roster" role="menuitem" aria-label="Wrestling(Girls) - Rosters" tabindex="0">Rosters</a><span> /</span> <a class="text-primary" href="/sport/wrestling/girls/?tab=news" role="menuitem" aria-label="Wrestling(Girls) - News" tabindex="0">News</a> </div> </div> </div> </div> </li> </ul> </li> <li role="presentation"> <a class="slanted-btn text-primary-font" href="https://gofan.co/app/school/CA23004" target="_blank" role="menuitem" tabindex="0" aria-label="Tickets (opens in a new tab)"><span>Tickets</span></a> </li> <li role="presentation"> <a class="slanted-btn text-primary-font" href="/broadcasts" role="menuitem" tabindex="0"><span>BROADCASTS</span></a> </li> <li role="presentation"> <a class="slanted-btn text-primary-font" href="/news" role="menuitem" tabindex="0"><span>NEWS</span></a> </li> <li class="dropdown" role="presentation"> <a href="#" class="dropdown-toggle dropdown-text text-primary-font" data-toggle="dropdown" role="menuitem" aria-haspopup="true" aria-expanded="false" tabindex="0"> INSIDE ATHLETICS </a> <ul class="dropdown-menu two-columns dr-text" role="menu"> <li role="presentation"> <a class="text-primary" style="padding:10px" href="/halloffame" role="menuitem" tabindex="0">HALL OF FAME</a> </li> <li role="presentation"> <a class="text-primary" style="padding:10px" href="/camps" role="menuitem" tabindex="0">CAMPS</a> </li> <li role="presentation"> <a class="text-primary" style="padding:10px" href="/socialmedia" role="menuitem" tabindex="0">SOCIAL MEDIA</a> </li> <li role="presentation"> <a class="text-primary" style="padding:10px" href="/athlete-registration" role="menuitem" tabindex="0">Athlete Registration</a> </li> <li role="presentation"> <a class="text-primary" style="padding:10px" href="/23-24-northgate-athletics-coaching-staff" role="menuitem" tabindex="0">23-24 Northgate Athletics Coaching Staff</a> </li> <li role="presentation"> <a class="text-primary" style="padding:10px" href="/documents" role="menuitem" tabindex="0">FORMS</a> </li> <li role="presentation"> <a class="text-primary" style="padding:10px" href="/northgate-spirit-sideline" role="menuitem" tabindex="0">Northgate Spirit Sideline</a> </li> <li role="presentation"> <a class="text-primary" style="padding:10px" href="https://docs.google.com/spreadsheets/d/1UkK5GzOfkTFDtbEVmjr3vV3zai1NUKy2ydeqjQfJLKk/edit?usp=sharing" role="menuitem" tabindex="0" aria-label="Northgate Sport Budgets (opens in a new tab)">Northgate Sport Budgets</a> </li> </ul> </li> <li class="dropdown" role="presentation"> <a href="#" class="dropdown-toggle dropdown-text text-primary-font" data-toggle="dropdown" role="menuitem" aria-haspopup="true" aria-expanded="false" tabindex="0"> BOOSTERS </a> <ul class="dropdown-menu two-columns dr-text" role="menu"> <li role="presentation"> <a class="text-primary" style="padding:10px" href="/boosterclub" role="menuitem" tabindex="0">BOOSTER CLUB</a> </li> <li role="presentation"> <a class="text-primary" style="padding:10px" href="https://nghsorganizations.revtrak.net/Bronco-Athletic-Boosters/#/list" role="menuitem" tabindex="0" aria-label="Contributions &amp; Club Memberships (opens in a new tab)">Contributions &amp; Club Memberships</a> </li> <li role="presentation"> <a class="text-primary" style="padding:10px" href="/crab-feed-2025" role="menuitem" tabindex="0">Crab Feed 2025</a> </li> <li role="presentation"> <a class="text-primary" style="padding:10px" href="/boosters-library" role="menuitem" tabindex="0">Boosters Resource Library</a> </li> </ul> </li> <li role="presentation"> <a class="slanted-btn text-primary-font" href="#" role="menuitem" tabindex="0"><span>SPORTS MEDICINE</span></a> </li> <li id="more" class="hidden" role="presentation"> <a class="dropdown-toggle text-primary-font" data-toggle="dropdown" aria-haspopup="true" href="#" role="menuitem" aria-expanded="false" tabindex="0"> More <span class="caret"></span> </a> <ul class="dropdown-menu dropdown-menu-right" role="menu"></ul> </li> </ul> <div class="presenting-sponsor-mobile-menu hidden-sm hidden-xs"> <div class="adzone adzone-0 presenting-sponsor"> <div class="ad-placement"> <div id='gam-presenting-sponsor-2' class="gam-presenting-sponsor-2"> <script> googletag.cmd.push(function () { googletag.display('gam-presenting-sponsor-2'); }); </script> </div> </div> </div> </div> </div> </div> </div> </nav> <!--Centerville--> </div> <div class="clearfix"></div> </div> </div> </div> </div> <div class="row"> <div class="col-md-12"> </div> </div> </header> <div class="banner-ad-container-sticky-footer"> <div class="banner-ad"> <div class="banner"> <div class="row"> <div class="col-md-12 col-sm-12"> <div class="ad-placement"> <div id='gam-banner-ad' class="gam-banner-ad"> <script> googletag.cmd.push(function () { googletag.display('gam-banner-ad'); }); </script> </div> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="content-wrapper"> <input type="hidden" id="StagingToken" value="" /> <style> .pause { margin-top: 5px; } #carouselPausePlayIcon { text-align: center; background: transparent; } .carousel-indicators { bottom: 30px; } </style> <div class="jumbotron-slider"> <div class="row"> <div class="col-md-12"> <div id="myCarousel" class="carousel slide" data-ride="carousel" role="contentinfo" aria-label="Northgate Image Carousel"> <!-- Indicators --> <ol class="carousel-indicators hidden-sm hidden-xs"> <li data-target="#myCarousel" aria-label="Go to slide 0" data-slide-to="0" class="active"></li> <li data-target="#myCarousel" aria-label="Go to slide 1" data-slide-to="1" class=""></li> <li data-target="#myCarousel" aria-label="Go to slide 2" data-slide-to="2" class=""></li> <li data-target="#myCarousel" aria-label="Go to slide 3" data-slide-to="3" class=""></li> <li data-target="#myCarousel" aria-label="Go to slide 4" data-slide-to="4" class=""></li> <li data-target="#myCarousel" aria-label="Go to slide 5" data-slide-to="5" class=""></li> <li data-target="#myCarousel" aria-label="Go to slide 6" data-slide-to="6" class=""></li> <li data-target="#myCarousel" aria-label="Go to slide 7" data-slide-to="7" class=""></li> </ol> <!-- Wrapper for slides --> <div class="carousel-inner"> <div class="item active"> <a href="https://www.northgatebroncos.org/news/97567" target="_blank" aria-label="Slide 0 - NCS Champions 2024 Girls Cross Country link"> <i class="fa fa-link link-icon" aria-hidden="true" style="position: absolute; top: 10px; right: 10px; color: white;"></i> <img src="https://5starassets.blob.core.windows.net/photogallery/2635116/756250c9-0f86-466d-8ca0-c365c0f5a63d_1920x1080.jpg" alt="Slide 0 - NCS Champions 2024 Girls Cross Country"> </a> <div class="container"> <div class="carousel-caption"> <a href="https://www.northgatebroncos.org/news/97567" target="_blank" aria-label="Link to NCS Champions 2024 Girls Cross Country"> <h1 style="color: white !important" class="slider-caption"> NCS Champions 2024 Girls Cross Country <i class="fa fa-link link-icon" aria-hidden="true"></i> </h1> </a> </div> </div> </div> <div class="item "> <a href="https://view.gogipper.com/page/2394927" target="_blank" aria-label="Slide 1 - National Letter of Intent Day here at Northgate! Congrats! link"> <i class="fa fa-link link-icon" aria-hidden="true" style="position: absolute; top: 10px; right: 10px; color: white;"></i> <img src="https://5starassets.blob.core.windows.net/photogallery/2635116/e4fbc470-305b-4f1e-925f-1d7d99ec5be2_1920x1080.jpg" alt="Slide 1 - National Letter of Intent Day here at Northgate! Congrats! "> </a> <div class="container"> <div class="carousel-caption"> <a href="https://view.gogipper.com/page/2394927" target="_blank" aria-label="Link to National Letter of Intent Day here at Northgate! Congrats! "> <h1 style="color: white !important" class="slider-caption"> National Letter of Intent Day here at Northgate! Congrats! <i class="fa fa-link link-icon" aria-hidden="true"></i> </h1> </a> </div> </div> </div> <div class="item "> <img src="https://5starassets.blob.core.windows.net/photogallery/2635116/90638c5f-ff37-43ed-a664-667e8ade1811_1920x1080.jpg" alt="Slide 2 - Here comes the Stampede! "> <div class="container"> <div class="carousel-caption"> <h1 style="color: white !important" class="slider-caption">Here comes the Stampede! </h1> </div> </div> </div> <div class="item "> <img src="https://5starassets.blob.core.windows.net/photogallery/2635116/2e5f820b-315d-4863-967f-f9c8f67f1dcf_1920x1080.jpg" alt="Slide 3"> <div class="container"> <div class="carousel-caption"> </div> </div> </div> <div class="item "> <a href="https://docs.google.com/forms/d/e/1FAIpQLSdKywbewU0ZOsAnitaeyq7xPRVXcZ5ki_E8czl-5yf5AVn9WQ/viewform" target="_blank" aria-label="Slide 4 - Please vote for the athletic hall of fame! Voting closes on December 1st. link"> <i class="fa fa-link link-icon" aria-hidden="true" style="position: absolute; top: 10px; right: 10px; color: white;"></i> <img src="https://5starassets.blob.core.windows.net/photogallery/2635116/fa55082e-08db-4dea-ae63-4a5fdb60f85d_1920x1080.jpg" alt="Slide 4 - Please vote for the athletic hall of fame! Voting closes on December 1st."> </a> <div class="container"> <div class="carousel-caption"> <a href="https://docs.google.com/forms/d/e/1FAIpQLSdKywbewU0ZOsAnitaeyq7xPRVXcZ5ki_E8czl-5yf5AVn9WQ/viewform" target="_blank" aria-label="Link to Please vote for the athletic hall of fame! Voting closes on December 1st."> <h1 style="color: white !important" class="slider-caption"> Please vote for the athletic hall of fame! Voting closes on December 1st. <i class="fa fa-link link-icon" aria-hidden="true"></i> </h1> </a> </div> </div> </div> <div class="item "> <img src="https://5starassets.blob.core.windows.net/photogallery/2635116/37e6f9d7-4014-4211-966c-c11329e16e45_1920x1080.jpg" alt="Slide 5 - Dr. Clark Golfs with the team!"> <div class="container"> <div class="carousel-caption"> <h1 style="color: white !important" class="slider-caption">Dr. Clark Golfs with the team!</h1> </div> </div> </div> <div class="item "> <img src="https://5starassets.blob.core.windows.net/photogallery/2635116/d79f6e67-78a0-4640-bb38-3c21f7ee3c44_1920x1080.jpg" alt="Slide 6 - Community Clean up at Hidden Valley Park, Martinez"> <div class="container"> <div class="carousel-caption"> <h1 style="color: white !important" class="slider-caption">Community Clean up at Hidden Valley Park, Martinez</h1> </div> </div> </div> <div class="item "> <img src="https://5starassets.blob.core.windows.net/photogallery/2635116/13f0a304-d53c-46ff-bcf2-741be4928f65_1920x1080.jpg" alt="Slide 7 - Summer Miles make Fall Smiles - our runners racked up to 400 miles this summer!"> <div class="container"> <div class="carousel-caption"> <h1 style="color: white !important" class="slider-caption">Summer Miles make Fall Smiles - our runners racked up to 400 miles this summer!</h1> </div> </div> </div> </div> <!-- Left and right controls --> <a class="left carousel-control" href="#myCarousel" data-slide="prev" aria-label="Previous slide"> <span class="glyphicon glyphicon-chevron-left"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#myCarousel" data-slide="next" aria-label="Next slide"> <span class="glyphicon glyphicon-chevron-right"></span> <span class="sr-only">Next</span> </a> </div> <div class="pause text-center"> <button id="carouselPausePlay" class="btn" aria-label="Pause carousel" onclick="toggleCarousel()"> <i id="carouselPausePlayIcon" class="fa fa-pause"></i> <span class="sr-only">Pause</span> </button> </div> </div> </div> </div> <script> var isPaused = false; function toggleCarousel() { if (isPaused) { $('#myCarousel').carousel('cycle'); $('#carouselPausePlayIcon').removeClass('fa-play').addClass('fa-pause'); $('#carouselPausePlay').attr('aria-label', 'Pause carousel'); $('#carouselPausePlay .sr-only').text('Pause'); } else { $('#myCarousel').carousel('pause'); $('#carouselPausePlayIcon').removeClass('fa-pause').addClass('fa-play'); $('#carouselPausePlay').attr('aria-label', 'Play carousel'); $('#carouselPausePlay .sr-only').text('Play'); } isPaused = !isPaused; } </script> <style> .carousel-caption a { text-decoration: none !important; } .slider-caption { color: white !important; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .link-icon { color: white; font-size: 16px; margin-left: 10px; vertical-align: middle; transition: transform 0.3s ease; } a:hover .link-icon { transform: scale(1.2); color: #ffcc00; } </style> <div class="home-page"> <div class="row"> <div class="col-md-12"> <div class="banner-ad-container"> <div class="banner-ad"> <div class="ad-placement"> <div id='gam-banner-ad-2' class="gam-banner-ad-2"> <script> googletag.cmd.push(function () { googletag.display('gam-banner-ad-2'); }); </script> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="home-wrapper"> <div class="default-border white-background"> <div class="row"> <div class="col-md-12"> <div id="line"> <span id="text">UPCOMING</span> </div> </div> </div> <div class="widget box"> <div class="widget-header"> <h1>Upcoming Events</h1> <div class="composite-calendar"> <a class="text-primary" href="/calendar"><span>Composite Schedule</span></a> </div> </div> <div class="widget-content"> <div class="upcoming-events slider"> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 03 4:00 PM </div> <div class="item-body"> <div class="item-home"> VS College Park &amp;amp; Castro Valley (Scrimmage) </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/14.png" class="img-responsive" aria-label="College Park &amp;amp; Castro Valley (Scrimmage) logo 1" alt="College Park &amp;amp; Castro Valley (Scrimmage) logo 1" loading="lazy" > <span>Northgate HS <br /> Walnut Creek, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Wrestling Girls - Varsity </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 03 4:00 PM </div> <div class="item-body"> <div class="item-home"> VS Castro Valley, College Park (Scrimmage) </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/14.png" class="img-responsive" aria-label="Castro Valley, College Park (Scrimmage) logo 1" alt="Castro Valley, College Park (Scrimmage) logo 1" loading="lazy" > <span>Northgate HS <br /> Walnut Creek, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Wrestling Girls - JV </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 03 5:00 PM </div> <div class="item-body"> <div class="item-home"> VS Arroyo </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/4.png" class="img-responsive" aria-label="Arroyo logo 1" alt="Arroyo logo 1" loading="lazy" > <span>Northgate HS <br /> Walnut Creek, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Soccer Boys - JV </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 03 5:30 PM </div> <div class="item-body"> <div class="item-home"> VS Antioch </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/2.png" class="img-responsive" aria-label="Antioch logo 1" alt="Antioch logo 1" loading="lazy" > <span>Northgate <br /> Walnut Creek, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Basketball Girls - JV </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 03 7:00 PM </div> <div class="item-body"> <div class="item-home"> VS Antioch </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/2.png" class="img-responsive" aria-label="Antioch logo 1" alt="Antioch logo 1" loading="lazy" > <span>Northgate <br /> Walnut Creek, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Basketball Girls - Varsity </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 03 7:00 PM </div> <div class="item-body"> <div class="item-home"> VS Arroyo </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/4.png" class="img-responsive" aria-label="Arroyo logo 1" alt="Arroyo logo 1" loading="lazy" > <span>Northgate HS <br /> Walnut Creek, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Soccer Boys - Varsity </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 04 4:00 PM </div> <div class="item-body"> <div class="item-home"> VS De La Salle (Scrimmage) </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/14.png" class="img-responsive" aria-label="De La Salle (Scrimmage) logo 1" alt="De La Salle (Scrimmage) logo 1" loading="lazy" > <span>Northgate HS <br /> Walnut Creek, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Wrestling Boys - JV </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 04 5:00 PM </div> <div class="item-body"> <div class="item-home"> AT San Marin &amp;amp; Healdsburg </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/14.png" class="img-responsive" aria-label="San Marin &amp;amp; Healdsburg logo 1" alt="San Marin &amp;amp; Healdsburg logo 1" loading="lazy" > <span>San Marin HS <br /> Novato, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Wrestling Boys - Varsity </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 05 4:00 PM </div> <div class="item-body"> <div class="item-home"> AT Foothill High </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/2.png" class="img-responsive" aria-label="Foothill High logo 1" alt="Foothill High logo 1" loading="lazy" > <span>Foothill High <br /> Pleasanton, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Basketball Boys - Freshman </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 05 5:00 PM </div> <div class="item-body"> <div class="item-home"> AT Deer Valley </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/4.png" class="img-responsive" aria-label="Deer Valley logo 1" alt="Deer Valley logo 1" loading="lazy" > <span>Deer Valley <br /> Antioch, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Soccer Girls - JV </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 05 5:00 PM </div> <div class="item-body"> <div class="item-home"> VS De La Salle HS </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/4.png" class="img-responsive" aria-label="De La Salle HS logo 1" alt="De La Salle HS logo 1" loading="lazy" > <span>Northgate HS <br /> Walnut Creek, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Soccer Boys - JV </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 05 5:30 PM </div> <div class="item-body"> <div class="item-home"> AT San Marin - Miramonte Peyo Tournament </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/2.png" class="img-responsive" aria-label="San Marin - Miramonte Peyo Tournament logo 1" alt="San Marin - Miramonte Peyo Tournament logo 1" loading="lazy" > <span>Miramonte <br /> Moraga, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Basketball Girls - Varsity </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 05 5:30 PM </div> <div class="item-body"> <div class="item-home"> AT AIMS High </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/2.png" class="img-responsive" aria-label="AIMS High logo 1" alt="AIMS High logo 1" loading="lazy" > <span>Piedmont High <br /> Piedmont, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Basketball Boys - Varsity </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 05 7:00 PM </div> <div class="item-body"> <div class="item-home"> AT Deer Valley </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/4.png" class="img-responsive" aria-label="Deer Valley logo 1" alt="Deer Valley logo 1" loading="lazy" > <span>Deer Valley <br /> Antioch, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Soccer Girls - Varsity </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 05 7:00 PM </div> <div class="item-body"> <div class="item-home"> VS De La Salle </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/4.png" class="img-responsive" aria-label="De La Salle logo 1" alt="De La Salle logo 1" loading="lazy" > <span>Northgate HS <br /> Walnut Creek, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Soccer Boys - Varsity </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 06 TBA </div> <div class="item-body"> <div class="item-home"> AT Jamz Adrenaline Friday Night Lights </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/6.png" class="img-responsive" aria-label="Jamz Adrenaline Friday Night Lights logo 1" alt="Jamz Adrenaline Friday Night Lights logo 1" loading="lazy" > <span>Adventist Health Arena <br /> Stocton, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Competitive Cheer - Varsity </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 06 TBA </div> <div class="item-body"> <div class="item-home"> AT TBD - Miramonte Peyo Tournament </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/2.png" class="img-responsive" aria-label="TBD - Miramonte Peyo Tournament logo 1" alt="TBD - Miramonte Peyo Tournament logo 1" loading="lazy" > <span>Miramonte <br /> Moraga, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Basketball Girls - Varsity </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 06 TBA </div> <div class="item-body"> <div class="item-home"> AT TBD </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/2.png" class="img-responsive" aria-label="TBD logo 1" alt="TBD logo 1" loading="lazy" > <span>Piedmont High <br /> Piedmont, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Basketball Boys - Varsity </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 06 7:30 PM </div> <div class="item-body"> <div class="item-home"> AT Berean Christian </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/2.png" class="img-responsive" aria-label="Berean Christian logo 1" alt="Berean Christian logo 1" loading="lazy" > <span>Berean Christian <br /> Walnut Creek, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Basketball Girls - JV </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 07 TBA </div> <div class="item-body"> <div class="item-home"> AT TBD - Miramonte Peyo Tournament </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/2.png" class="img-responsive" aria-label="TBD - Miramonte Peyo Tournament logo 1" alt="TBD - Miramonte Peyo Tournament logo 1" loading="lazy" > <span>Miramonte <br /> Moraga, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Basketball Girls - Varsity </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 07 TBA </div> <div class="item-body"> <div class="item-home"> AT TBD </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/2.png" class="img-responsive" aria-label="TBD logo 1" alt="TBD logo 1" loading="lazy" > <span>Piedmont High <br /> Piedmont, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Basketball Boys - Varsity </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 07 9:00 AM </div> <div class="item-body"> <div class="item-home"> AT Lady Royals </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/14.png" class="img-responsive" aria-label="Lady Royals logo 1" alt="Lady Royals logo 1" loading="lazy" > <span>Overfelt HS <br /> San Jose, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Wrestling Girls - Varsity </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 07 9:00 AM </div> <div class="item-body"> <div class="item-home"> AT Jim Lanterman </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/14.png" class="img-responsive" aria-label="Jim Lanterman logo 1" alt="Jim Lanterman logo 1" loading="lazy" > <span>Vintage HS <br /> Napa, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Wrestling Boys - Varsity </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 07 9:00 AM </div> <div class="item-body"> <div class="item-home"> AT Colt Classic </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/14.png" class="img-responsive" aria-label="Colt Classic logo 1" alt="Colt Classic logo 1" loading="lazy" > <span>James Logan HS <br /> Union City, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Wrestling Girls - JV </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 07 9:00 AM </div> <div class="item-body"> <div class="item-home"> AT Colt Classic </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/14.png" class="img-responsive" aria-label="Colt Classic logo 1" alt="Colt Classic logo 1" loading="lazy" > <span>James Logan HS <br /> Union City, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Wrestling Boys - JV </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 07 11:30 AM </div> <div class="item-body"> <div class="item-home"> VS vs. California HS </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/4.png" class="img-responsive" aria-label="vs. California HS logo 1" alt="vs. California HS logo 1" loading="lazy" > <span>Northgate HS <br /> Walnut Creek, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Soccer Boys - Freshman </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 07 12:00 PM </div> <div class="item-body"> <div class="item-home"> AT Foothill High </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/2.png" class="img-responsive" aria-label="Foothill High logo 1" alt="Foothill High logo 1" loading="lazy" > <span>Foothill High <br /> Pleasanton, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Basketball Boys - JV </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 07 1:30 PM </div> <div class="item-body"> <div class="item-home"> AT Berean Christian </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/2.png" class="img-responsive" aria-label="Berean Christian logo 1" alt="Berean Christian logo 1" loading="lazy" > <span>Berean Christian <br /> Walnut Creek, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Basketball Girls - JV </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 07 2:00 PM </div> <div class="item-body"> <div class="item-home"> AT Campo </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/4.png" class="img-responsive" aria-label="Campo logo 1" alt="Campo logo 1" loading="lazy" > <span>Campo <br /> Moraga, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Soccer Girls - Frosh-Soph </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 09 5:30 PM </div> <div class="item-body"> <div class="item-home"> VS Hayward </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/2.png" class="img-responsive" aria-label="Hayward logo 1" alt="Hayward logo 1" loading="lazy" > <span>Northgate <br /> Walnut Creek, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Basketball Girls - JV </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 09 7:00 PM </div> <div class="item-body"> <div class="item-home"> VS Hayward </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/2.png" class="img-responsive" aria-label="Hayward logo 1" alt="Hayward logo 1" loading="lazy" > <span>Northgate <br /> Walnut Creek, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Basketball Girls - Varsity </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 09 7:00 PM </div> <div class="item-body"> <div class="item-home"> AT Westmoor High </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/2.png" class="img-responsive" aria-label="Westmoor High logo 1" alt="Westmoor High logo 1" loading="lazy" > <span>Piedmont High <br /> Piedmont, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Basketball Boys - JV </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 10 TBA </div> <div class="item-body"> <div class="item-home"> AT TBD </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/2.png" class="img-responsive" aria-label="TBD logo 1" alt="TBD logo 1" loading="lazy" > <span>Piedmont High <br /> Piedmont, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Basketball Boys - JV </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 10 5:00 PM </div> <div class="item-body"> <div class="item-home"> VS Newark Memorial </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/4.png" class="img-responsive" aria-label="Newark Memorial logo 1" alt="Newark Memorial logo 1" loading="lazy" > <span>Northgate <br /> Walnut Creek, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Soccer Girls - Varsity </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 10 7:00 PM </div> <div class="item-body"> <div class="item-home"> VS Vintage HS </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/4.png" class="img-responsive" aria-label="Vintage HS logo 1" alt="Vintage HS logo 1" loading="lazy" > <span>Northgate HS <br /> Walnut Creek, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Soccer Boys - Varsity </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 11 TBA </div> <div class="item-body"> <div class="item-home"> AT TBD </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/2.png" class="img-responsive" aria-label="TBD logo 1" alt="TBD logo 1" loading="lazy" > <span>Piedmont High <br /> Piedmont, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Basketball Boys - JV </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 12 TBA </div> <div class="item-body"> <div class="item-home"> AT TBD </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/2.png" class="img-responsive" aria-label="TBD logo 1" alt="TBD logo 1" loading="lazy" > <span>Campolindo High <br /> Moraga, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Basketball Boys - Freshman </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 12 4:30 PM </div> <div class="item-body"> <div class="item-home"> AT San Ramon HS </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/4.png" class="img-responsive" aria-label="San Ramon HS logo 1" alt="San Ramon HS logo 1" loading="lazy" > <span>San Ramon HS <br /> San Ramon, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Soccer Boys - JV </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 12 5:30 PM </div> <div class="item-body"> <div class="item-home"> AT Vacaville </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/2.png" class="img-responsive" aria-label="Vacaville logo 1" alt="Vacaville logo 1" loading="lazy" > <span>Vacaville <br /> Vacaville, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Basketball Girls - JV </div> </div> </div> <div class="item" style="width: 300px;"> <div class="item-header bg-primary"> Dec 12 5:30 PM </div> <div class="item-body"> <div class="item-home"> VS Antioch High </div> <div class="item-mascot"> <img src="https://5starassets.blob.core.windows.net/mascots/generics/2.png" class="img-responsive" aria-label="Antioch High logo 1" alt="Antioch High logo 1" loading="lazy" > <span>Northgate High <br /> Walnut Creek, CA</span> </div> </div> <div class="item-footer"> <div class="item-team"> Basketball Boys - JV </div> </div> </div> </div> </div> </div> </div> </div> <style> .slick-dots{ display:none !important; } </style> </div> </div> <div id="leaderboard_1"></div> <!--if twitter feed is not suppressed in the site config t--> <div class="social-wall-container"> <div class="social-wall-widget-box"> <div class="container"> <div class="inner-row"> <div class="pull-left mascot-title"> <h1>&nbsp;News Feed</h1> </div> <div class="pull-right"> <a href="https://www.instagram.com/northgate.athletics/" class="fa fa-instagram bg-primary" alt="Visit Instagram" target="_blank"></a> </div> </div> </div> </div> <div class="container"> <div class="social-wall"> <div class="col-lg-3 col-md-6 col-sm-6 col-xs-12"> <div class="thumbnail"> <img class="thumbnail-image" alt="Link to News Story 97667" src="https://5starassets.blob.core.windows.net/article-photos/2635116/e6044004-5903-4ae2-ab87-f3c0d4730ffa_640x480.jpg"> <!---<img src=""https://pbs.twimg.com/media/?format=jpg&amp;name=small"" alt="Lights" style="width:100%">--> <div class="caption twitter-post-content"> <i class="fa fa-newspaper-o pull-right"></i> <h4> <span class="tweet-date">12/1/2024</span> </h4> <a href="/news/97667" style="text-decoration:none; color:white !important;"> <p>State Meet Results - Cross Country...</p></a> </div> </div> </div> <div class="col-lg-3 col-md-6 col-sm-6 col-xs-12"> <div class="thumbnail"> <img class="thumbnail-image" alt="Link to News Story 97567" src="https://5starassets.blob.core.windows.net/article-photos/2635116/52a63b71-e18c-44ff-b4d9-dc8607e81f70_640x480.jpg"> <!---<img src=""https://pbs.twimg.com/media/?format=jpg&amp;name=small"" alt="Lights" style="width:100%">--> <div class="caption twitter-post-content"> <i class="fa fa-newspaper-o pull-right"></i> <h4> <span class="tweet-date">11/24/2024</span> </h4> <a href="/news/97567" style="text-decoration:none; color:white !important;"> <p>NCS Champions...</p></a> </div> </div> </div> <div class="col-lg-3 col-md-6 col-sm-6 col-xs-12"> <div class="thumbnail"> <img class="thumbnail-image" alt="Link to News Story 97244" src="https://5starassets.blob.core.windows.net/article-photos/2635116/feaab94c-68e2-443b-b0ce-32dfe9d99342_640x480.jpg"> <!---<img src=""https://pbs.twimg.com/media/?format=jpg&amp;name=small"" alt="Lights" style="width:100%">--> <div class="caption twitter-post-content"> <i class="fa fa-newspaper-o pull-right"></i> <h4> <span class="tweet-date">11/14/2024</span> </h4> <a href="/news/97244" style="text-decoration:none; color:white !important;"> <p>November Signing Day! Congrats Broncos! ...</p></a> </div> </div> </div> <div class="col-lg-3 col-md-6 col-sm-6 col-xs-12"> <div class="thumbnail"> <img class="thumbnail-image" alt="Link to News Story 97142" src="https://5starassets.blob.core.windows.net/article-photos/2635116/1545357a-81a5-4a23-bafd-22eef94e6be9_640x480.jpg"> <!---<img src=""https://pbs.twimg.com/media/?format=jpg&amp;name=small"" alt="Lights" style="width:100%">--> <div class="caption twitter-post-content"> <i class="fa fa-newspaper-o pull-right"></i> <h4> <span class="tweet-date">11/12/2024</span> </h4> <a href="/news/97142" style="text-decoration:none; color:white !important;"> <p>XCountry DAL Championship News...</p></a> </div> </div> </div> </div> <a href="/news" class="btn bg-primary btn-large active pull-right" role="button" aria-pressed="true" style="color:white; margin-bottom: 5%;">More News</a> </div> </div> <style> .avatar { width: 50px; height: 50px; border-radius: 50%; } </style> <script type="text/javascript"> function isMobileDevice() { return window.innerWidth <= 768; } if (isMobileDevice()) { var tweets = document.querySelectorAll('.social-wall .col-lg-3, .social-wall .col-md-6, .social-wall .col-sm-6, .social-wall .col-xs-12'); tweets.forEach(function (tweet, index) { if (index >= 2) { tweet.style.display = 'none'; // Hide thumbnails beyond the first 5 on mobile devices } }); } </script> <div id="leaderboard_2"></div> <style> .twitter-banner { background-color: #fff; text-align: center; padding: 5px 80px; margin: 0 0 40px 0; display: inline-block; color: black; } .header-slanted-default { background-color: #FFF; text-align: center; text-transform: uppercase; padding: 5px 80px; margin: 0px 0px 40px 0px; display: inline-block; } </style> <div class="row"> <div class="col-md-12"> <div class="row"> <div class="col-md-12"> <div class="widget box"> <div class="widget-content"> <img aria-label="Northgate photo gallery header image" title="Northgate Banner Image" alt="Northgate Banner Image" src="https://5starassets.blob.core.windows.net/athleticsites/2635116/994/images/4c17f2ef-8d3a-428a-a95d-8eb077cc56fd.png" class="img-responsive generic-banner-image" /> </div> </div> </div> </div> <div class="mm-photo"> <div class="row content-container default-border"> <div class="col-md-12"> <div class="widget box zenfolio mm-zenfolio"> <div class="widget-content"> <div class="row"> <div class="col-md-3 clearfix"> <div class="panel zenfolio-group-container"> <div class="panel-body" style="background-image: url(https://5starassets.blob.core.windows.net/photogallery/2635116/72c9e862-934b-4e2b-931c-ed61babc2ead.jpg);" role="img" aria-label="Boys JV Lacrosse photos" alt="Boys JV Lacrosse thumbnail photo"> <a href="/TeamPhotos/team/133395" aria-label="go to Boys JV Lacrosse photo gallery" class="mk-blank"></a> </div> <div class="panel-footer"> <div class="text-center"><span aria-label="Boys JV Lacrosse">Boys JV Lacrosse</span></div> </div> </div> </div> <div class="col-md-3 clearfix"> <div class="panel zenfolio-group-container"> <div class="panel-body" style="background-image: url(https://5starassets.blob.core.windows.net/photogallery/2635116/1766959c-6944-46f7-aa5c-04c522640bd5.jpg);" role="img" aria-label="Boys JV Water Polo photos" alt="Boys JV Water Polo thumbnail photo"> <a href="/TeamPhotos/team/132865" aria-label="go to Boys JV Water Polo photo gallery" class="mk-blank"></a> </div> <div class="panel-footer"> <div class="text-center"><span aria-label="Boys JV Water Polo">Boys JV Water Polo</span></div> </div> </div> </div> <div class="col-md-3 clearfix"> <div class="panel zenfolio-group-container"> <div class="panel-body" style="background-image: url(https://5starassets.blob.core.windows.net/photogallery/2635116/c316fd21-c0da-4f76-bdcf-8e7738918445.jpg);" role="img" aria-label="Boys Varsity Basketball photos" alt="Boys Varsity Basketball thumbnail photo"> <a href="/TeamPhotos/team/132579" aria-label="go to Boys Varsity Basketball photo gallery" class="mk-blank"></a> </div> <div class="panel-footer"> <div class="text-center"><span aria-label="Boys Varsity Basketball">Boys Varsity Basketball</span></div> </div> </div> </div> <div class="col-md-3 clearfix"> <div class="panel zenfolio-group-container"> <div class="panel-body" style="background-image: url(https://5starassets.blob.core.windows.net/photogallery/2635116/482d4108-22d6-41bf-961b-39aa295e6718.jpg);" role="img" aria-label="Boys Varsity Football photos" alt="Boys Varsity Football thumbnail photo"> <a href="/TeamPhotos/team/132701" aria-label="go to Boys Varsity Football photo gallery" class="mk-blank"></a> </div> <div class="panel-footer"> <div class="text-center"><span aria-label="Boys Varsity Football">Boys Varsity Football</span></div> </div> </div> </div> </div> <div class="row"> <div class="col-md-3 clearfix"> <div class="panel zenfolio-group-container"> <div class="panel-body" style="background-image: url(https://5starassets.blob.core.windows.net/photogallery/2635116/cf8af35d-d555-4f72-9286-9d56402cab74.jpg);" role="img" aria-label="Boys Varsity Lacrosse photos" alt="Boys Varsity Lacrosse thumbnail photo"> <a href="/TeamPhotos/team/132917" aria-label="go to Boys Varsity Lacrosse photo gallery" class="mk-blank"></a> </div> <div class="panel-footer"> <div class="text-center"><span aria-label="Boys Varsity Lacrosse">Boys Varsity Lacrosse</span></div> </div> </div> </div> <div class="col-md-3 clearfix"> <div class="panel zenfolio-group-container"> <div class="panel-body" style="background-image: url(https://5starassets.blob.core.windows.net/photogallery/2635116/2c60e19e-4a56-4d94-8cf4-8d4a994b04ec.jpg);" role="img" aria-label="Boys Varsity Water Polo photos" alt="Boys Varsity Water Polo thumbnail photo"> <a href="/TeamPhotos/team/132866" aria-label="go to Boys Varsity Water Polo photo gallery" class="mk-blank"></a> </div> <div class="panel-footer"> <div class="text-center"><span aria-label="Boys Varsity Water Polo">Boys Varsity Water Polo</span></div> </div> </div> </div> <div class="col-md-3 clearfix"> <div class="panel zenfolio-group-container"> <div class="panel-body" style="background-image: url(https://5starassets.blob.core.windows.net/photogallery/2635116/43729168-7415-451b-89c8-b7245ef95a0e.jpg);" role="img" aria-label="Coed Frosh-Soph Cross Country photos" alt="Coed Frosh-Soph Cross Country thumbnail photo"> <a href="/TeamPhotos/team/132889" aria-label="go to Coed Frosh-Soph Cross Country photo gallery" class="mk-blank"></a> </div> <div class="panel-footer"> <div class="text-center"><span aria-label="Coed Frosh-Soph Cross Country">Coed Frosh-Soph Cross Country</span></div> </div> </div> </div> <div class="col-md-3 clearfix"> <div class="panel zenfolio-group-container"> <div class="panel-body" style="background-image: url(https://5starassets.blob.core.windows.net/photogallery/2635116/2bd02105-5145-44be-99b9-e3426b6f8c05.jpg);" role="img" aria-label="Coed JV Cross Country photos" alt="Coed JV Cross Country thumbnail photo"> <a href="/TeamPhotos/team/132890" aria-label="go to Coed JV Cross Country photo gallery" class="mk-blank"></a> </div> <div class="panel-footer"> <div class="text-center"><span aria-label="Coed JV Cross Country">Coed JV Cross Country</span></div> </div> </div> </div> </div> <div class="row"> <div class="col-md-3 clearfix"> <div class="panel zenfolio-group-container"> <div class="panel-body" style="background-image: url(https://5starassets.blob.core.windows.net/photogallery/2635116/ee464e7e-00ec-419d-adfd-44237f867680.jpg);" role="img" aria-label="Coed Varsity Cross Country photos" alt="Coed Varsity Cross Country thumbnail photo"> <a href="/TeamPhotos/team/132891" aria-label="go to Coed Varsity Cross Country photo gallery" class="mk-blank"></a> </div> <div class="panel-footer"> <div class="text-center"><span aria-label="Coed Varsity Cross Country">Coed Varsity Cross Country</span></div> </div> </div> </div> <div class="col-md-3 clearfix"> <div class="panel zenfolio-group-container"> <div class="panel-body" style="background-image: url(https://5starassets.blob.core.windows.net/photogallery/2635116/6bde2fb3-e782-4702-9dec-bd522894d341.jpg);" role="img" aria-label="Girls Varsity Flag Football photos" alt="Girls Varsity Flag Football thumbnail photo"> <a href="/TeamPhotos/team/132871" aria-label="go to Girls Varsity Flag Football photo gallery" class="mk-blank"></a> </div> <div class="panel-footer"> <div class="text-center"><span aria-label="Girls Varsity Flag Football">Girls Varsity Flag Football</span></div> </div> </div> </div> <div class="col-md-3 clearfix"> <div class="panel zenfolio-group-container"> <div class="panel-body" style="background-image: url(https://5starassets.blob.core.windows.net/photogallery/2635116/fb506a5c-cd57-4cf3-965f-61b07cd90ba5.jpg);" role="img" aria-label="Girls Varsity Golf photos" alt="Girls Varsity Golf thumbnail photo"> <a href="/TeamPhotos/team/132880" aria-label="go to Girls Varsity Golf photo gallery" class="mk-blank"></a> </div> <div class="panel-footer"> <div class="text-center"><span aria-label="Girls Varsity Golf">Girls Varsity Golf</span></div> </div> </div> </div> <div class="col-md-3 clearfix"> <div class="panel zenfolio-group-container"> <div class="panel-body" style="background-image: url(https://5starassets.blob.core.windows.net/photogallery/2635116/724c2a0f-891a-4df3-be79-ceae3a11327c.jpg);" role="img" aria-label="Girls Varsity Lacrosse photos" alt="Girls Varsity Lacrosse thumbnail photo"> <a href="/TeamPhotos/team/132918" aria-label="go to Girls Varsity Lacrosse photo gallery" class="mk-blank"></a> </div> <div class="panel-footer"> <div class="text-center"><span aria-label="Girls Varsity Lacrosse">Girls Varsity Lacrosse</span></div> </div> </div> </div> </div> <div class="row"> <div class="col-md-3 clearfix"> <div class="panel zenfolio-group-container"> <div class="panel-body" style="background-image: url(https://5starassets.blob.core.windows.net/photogallery/2635116/f910cea5-86bf-491a-a102-ba75c2e18060.jpg);" role="img" aria-label="Girls Varsity Soccer photos" alt="Girls Varsity Soccer thumbnail photo"> <a href="/TeamPhotos/team/132587" aria-label="go to Girls Varsity Soccer photo gallery" class="mk-blank"></a> </div> <div class="panel-footer"> <div class="text-center"><span aria-label="Girls Varsity Soccer">Girls Varsity Soccer</span></div> </div> </div> </div> <div class="col-md-3 clearfix"> <div class="panel zenfolio-group-container"> <div class="panel-body" style="background-image: url(https://5starassets.blob.core.windows.net/photogallery/2635116/3c1d7910-7643-43a1-bca4-ad152114b015.jpg);" role="img" aria-label="Girls Varsity Spirit photos" alt="Girls Varsity Spirit thumbnail photo"> <a href="/TeamPhotos/team/132945" aria-label="go to Girls Varsity Spirit photo gallery" class="mk-blank"></a> </div> <div class="panel-footer"> <div class="text-center"><span aria-label="Girls Varsity Spirit">Girls Varsity Spirit</span></div> </div> </div> </div> <div class="col-md-3 clearfix"> <div class="panel zenfolio-group-container"> <div class="panel-body" style="background-image: url(https://5starassets.blob.core.windows.net/photogallery/2635116/2daa6ec2-ff78-416f-ab5f-902790dcca77.jpg);" role="img" aria-label="Girls Varsity Tennis photos" alt="Girls Varsity Tennis thumbnail photo"> <a href="/TeamPhotos/team/132870" aria-label="go to Girls Varsity Tennis photo gallery" class="mk-blank"></a> </div> <div class="panel-footer"> <div class="text-center"><span aria-label="Girls Varsity Tennis">Girls Varsity Tennis</span></div> </div> </div> </div> <div class="col-md-3 clearfix"> <div class="panel zenfolio-group-container"> <div class="panel-body" style="background-image: url(https://5starassets.blob.core.windows.net/photogallery/2635116/1a508492-dfa5-4b18-aa1d-9189c234a3e9.jpg);" role="img" aria-label="Girls Varsity Volleyball photos" alt="Girls Varsity Volleyball thumbnail photo"> <a href="/TeamPhotos/team/132861" aria-label="go to Girls Varsity Volleyball photo gallery" class="mk-blank"></a> </div> <div class="panel-footer"> <div class="text-center"><span aria-label="Girls Varsity Volleyball">Girls Varsity Volleyball</span></div> </div> </div> </div> </div> <div class="row"> <div class="col-md-3 clearfix"> <div class="panel zenfolio-group-container"> <div class="panel-body" style="background-image: url(https://5starassets.blob.core.windows.net/photogallery/2635116/a224efcd-955d-4d7a-8cdb-d053b2be664c.jpg);" role="img" aria-label="Girls Varsity Water Polo photos" alt="Girls Varsity Water Polo thumbnail photo"> <a href="/TeamPhotos/team/132868" aria-label="go to Girls Varsity Water Polo photo gallery" class="mk-blank"></a> </div> <div class="panel-footer"> <div class="text-center"><span aria-label="Girls Varsity Water Polo">Girls Varsity Water Polo</span></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="row"> <div class="col-md-12"> <p></p> </div> </div> </div> </div> </div> </div> </div> </div> <div class="full-width-container primary-background secondary-bottom-border bg-primary"> <div class="footer"> <div class="contact-us"> <div class="widget padded-box"> <p class="address"> CONTACT US <span id="phone-remove">925-938-0900</span> | 425 CASTLE ROCK RD, Walnut Creek, CA 94598 </p> <br /> <p style="color: white; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;">Thank you to all of our <a style="color: white; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; text-decoration: underline;" aria-label="Visit our Sponsors Page" href="/sponsor/SponsorsPage">Sponsors!</a></p> <!-- app promotion --> <div class="footer-items"> <div class="row"> <div class="col-md-12"> <div id="app-downloads"> <div id="badges"> <div class="row"> <div class="col-sm-12"> <a href="https://apps.apple.com/us/app/northgate-broncos-athletics/id6475880885" target="_blank"><img class="img-responsive download" src="/images/dl-apple.png" aria-label="navigate to apple app store to download app" alt="Apple App Store Badge" /></a> <img aria-label="Northgate " alt="Northgate app logo" src="https://5starassets.blob.core.windows.net/athleticsites/2635116/994/images/57ebad65-a46d-43e1-a308-8c65c6753528.png" class="img-responsive app-icon" /> <span id="googleplay"> <a href="https://play.google.com/store/apps/details?id=mm.canorthgate" target="_blank"><img class="img-responsive download" src="/images/dl-google.png" aria-label="navigate to google play store to download school app" alt="Google Play Store Badge" /></a> </span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script type="text/javascript"> //Going to check the operating system, and if it is iOS, we will hide Google Play Icon bc it causes issues with App Store approvals var getOS = { iOS: function () { return navigator.platform.match(/iPhone|iPad|iPod/i); }, Mac: function () { return navigator.platform.match("MacIntel"); }, Windows: function () { return navigator.platform.match("Win32"); }, }; if (getOS.iOS()) { document.getElementById('googleplay').style.display = "none"; } if (getOS.Mac()) { //console.log( 'Is an iOS'); document.getElementById('googleplay').style.display = "none"; } else { document.getElementById('googleplay').style.display = "inline"; } </script> </div> <div class="container-fluid primary-background bg-primary secondary-bottom-border"> <div class="platinum-partner-container"> <div class="row"> <div class="col-md-12 off-set-md-2"> <span class="plat-part-text">PLATINUM PARTNERS</span> <hr/> <div class="sponsor-slider slider"> <div class="item"> <a href="https://www.originaljoes.com/" target="_blank" aria-label="go to MascotMedia.Models.PlatinumSponsor,SponsorName website in another tab"><img src="https://5starassets.blob.core.windows.net/athleticsites/2635116/images/5b3e1e26-40fd-41d7-bcb1-f457712e05ac.png" class="img-responsive" aria-label="Original Joe&#x27;s logo" alt="Original Joe&#x27;s logo" loading="lazy"/></a> </div> <div class="item"> <a href="https://www.shadelandspediatricdentistry.com/" target="_blank" aria-label="go to MascotMedia.Models.PlatinumSponsor,SponsorName website in another tab"><img src="https://5starassets.blob.core.windows.net/athleticsites/2635116/images/ebd859ec-f7a8-46b2-93fd-956ceb95abf8.png" class="img-responsive" aria-label="Shadelands Pediatric Dentistry logo" alt="Shadelands Pediatric Dentistry logo" loading="lazy"/></a> </div> <div class="item"> <a href="https://www.pepsi.com/" target="_blank" aria-label="go to MascotMedia.Models.PlatinumSponsor,SponsorName website in another tab"><img src="https://5starassets.blob.core.windows.net/athleticsites/2635116/images/6ecdec28-b23d-42f6-9740-943820887f44.png" class="img-responsive" aria-label="Pepsi logo" alt="Pepsi logo" loading="lazy"/></a> </div> <div class="item"> <a href="https://www.getgrinds.com/" target="_blank" aria-label="go to MascotMedia.Models.PlatinumSponsor,SponsorName website in another tab"><img src="https://5starassets.blob.core.windows.net/athleticsites/2635116/images/ed358356-eabf-4eba-86ae-1a3039d856cb.png" class="img-responsive" aria-label="Grinds Coffee Pouches logo" alt="Grinds Coffee Pouches logo" loading="lazy"/></a> </div> <div class="item"> <a href="https://kfreez.com/" target="_blank" aria-label="go to MascotMedia.Models.PlatinumSponsor,SponsorName website in another tab"><img src="https://5starassets.blob.core.windows.net/athleticsites/2635116/images/e5d90ae0-852e-4cb0-85c6-d0df01347972.png" class="img-responsive" aria-label="KFreez logo" alt="KFreez logo" loading="lazy"/></a> </div> <div class="item"> <a href="https://www.lafayetteparkhotel.com/" target="_blank" aria-label="go to MascotMedia.Models.PlatinumSponsor,SponsorName website in another tab"><img src="https://5starassets.blob.core.windows.net/athleticsites/2635116/images/0d3967f9-fe14-47a6-b0c8-f067bac5d07f.png" class="img-responsive" aria-label="Lafayette Park Hotel &amp; Spa logo" alt="Lafayette Park Hotel &amp; Spa logo" loading="lazy"/></a> </div> <div class="item"> <a href="https://www.etshokin.com/" target="_blank" aria-label="go to MascotMedia.Models.PlatinumSponsor,SponsorName website in another tab"><img src="https://5starassets.blob.core.windows.net/athleticsites/2635116/images/17910e59-f54d-4d8b-ae53-b68d8703725e.png" class="img-responsive" aria-label="ETS-HOKIN STUDIOS logo" alt="ETS-HOKIN STUDIOS logo" loading="lazy"/></a> </div> <div class="item"> <a href="https://www.hellerjewelers.com/" target="_blank" aria-label="go to MascotMedia.Models.PlatinumSponsor,SponsorName website in another tab"><img src="https://5starassets.blob.core.windows.net/athleticsites/2635116/images/44fa000e-6b7c-4d36-8bb7-e856116e0ac4.png" class="img-responsive" aria-label="Heller Jewelers logo" alt="Heller Jewelers logo" loading="lazy"/></a> </div> <div class="item"> <a href="https://www.walnutcreekford.com/" target="_blank" aria-label="go to MascotMedia.Models.PlatinumSponsor,SponsorName website in another tab"><img src="https://5starassets.blob.core.windows.net/athleticsites/2635116/images/1cd8c365-2438-40eb-ada4-11e3c5712460.png" class="img-responsive" aria-label="Walnut Creek Ford logo" alt="Walnut Creek Ford logo" loading="lazy"/></a> </div> <div class="item"> <a href="https://locations.theupsstore.com/ca/walnut-creek/2872-ygnacio-valley-rd?utm_source=Yext&amp;utm_medium=organic&amp;utm_campaign=Listings" target="_blank" aria-label="go to MascotMedia.Models.PlatinumSponsor,SponsorName website in another tab"><img src="https://5starassets.blob.core.windows.net/athleticsites/2635116/images/bfd6b0e8-8ac8-4246-8c96-d41dd966221c.png" class="img-responsive" aria-label="The UPS Store - Orchards logo" alt="The UPS Store - Orchards logo" loading="lazy"/></a> </div> <div class="item"> <a href="https://www.fuget-about-it.com/" target="_blank" aria-label="go to MascotMedia.Models.PlatinumSponsor,SponsorName website in another tab"><img src="https://5starassets.blob.core.windows.net/athleticsites/2635116/images/dfd5b001-0302-4a71-8d3c-5c232c9155bc.png" class="img-responsive" aria-label="Fuget About It Catering logo" alt="Fuget About It Catering logo" loading="lazy"/></a> </div> <div class="item"> <a href="https://www.taquerialosgallosexpress.com/" target="_blank" aria-label="go to MascotMedia.Models.PlatinumSponsor,SponsorName website in another tab"><img src="https://5starassets.blob.core.windows.net/athleticsites/2635116/images/f4638fe5-f4b8-465e-9f37-aaebac58278e.png" class="img-responsive" aria-label="Los Gallos Express logo" alt="Los Gallos Express logo" loading="lazy"/></a> </div> </div> </div> </div> </div> </div> <style> /* the slides */ .slick-slide { margin: 0 27px; } /* the parent */ .slick-list { margin: 0 -27px; } </style> <div class="full-width-container primary-background secondary-bottom-border"> <div class="footer bg-primary"> <div class="widget padded-box"> <div class="footer-items"> <div class="row"> <div class="col-md-12"> </div> </div> </div> </div> </div> </div> <div class="privacy-terms"> <a href="http://www.mascotmedia.net/privacy-policy/" target="_blank" aria-label="go to mascot media privacy policy">PRIVACY POLICY</a> | <span>&copy; 2024 MASCOT MEDIA, LLC</span> </div> <div class="ad-space"> </div> <!-- CDN compiled and minified jquery 2.2.0 --> <script src="https://code.jquery.com/jquery-2.2.0.min.js" integrity="sha256-ihAoc6M/JPfrIiIeayPE9xjin4UWjsx2mjW/rtmxLM4=" crossorigin="anonymous"></script> <!-- CDN compiled and minified slick slider js --> <script src="https://cdn.jsdelivr.net/jquery.slick/1.3.15/slick.min.js"></script> <!-- CDN compiled and minified lity lightbox js --> <script src="https://cdnjs.cloudflare.com/ajax/libs/lity/2.3.1/lity.min.js" integrity="sha256-3VzI8FuSG20IfvIDKRptBR+1d4T6G57eDIf6ZEO13iY=" crossorigin="anonymous"></script> <!-- fixed navbar scrolling --> <script type="text/javascript" src="/js/scrollfixed.min.js"></script> <!-- CDN compiled and minified bootstrap 3 js --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/3.3.0/ekko-lightbox.min.js" integrity="sha512-J82mHQM4P5UsCSAAIYxj/UQyM/VsH/+ija5xaWr2BirVfRJHNktjd4IzGKBJMbhnvqoRUb/B+WgphcOObaaNEQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <!-- locally stored compiled and minified js files for datatables --> <script src="/lib/datatables/media/js/jquery.dataTables.min.js"></script> <script src="/lib/datatables/media/js/dataTables.bootstrap.min.js"></script> <script src="/lib/datatables-responsive/js/dataTables.responsive.min.js"></script> <script src="/js/UpcomingBroadcastSideTabStyle14.min.js"></script> <script src="/lib/jquery.menu-aim/jquery.menu-aim.min.js"></script> <script src="/js/topmenu2.js"></script> <!-- stripe js --> <script src="https://js.stripe.com/v3/"></script> <!-- in-house ad rotator --> <script src="/js/StagingButtons.min.js"></script> <script src="/lib/sweetalert/dist/sweetalert.min.js"></script> <script src="/lib/slick-carousel/slick/slick.min.js"></script> <script src="/js/PlatinumSponsorStyle2.min.js"></script> <script src="/js/UpcomingEventsStyle5.min.js"></script> <script src="/js/AthleteRecognitionStyle1.min.js"></script> <div id="fb-root"></div> <script> $(document).ready(function () { $("#AlertModal").modal('show'); }); (function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9"; fjs.parentNode.insertBefore(js, fjs); } (document, 'script', 'facebook-jssdk') ); </script> <script type="text/javascript"> $.extend(true, $.fn.dataTable.defaults, { language: { "processing": "<i class='fa fa-refresh fa-spin fa-2x'></i><br />Loading..." } }); </script> <script type='text/javascript'> var url = 'https://apps.apple.com/us/app/northgate-broncos-athletics/id6475880885'; var regex = /([\d]{10,})/g; var meta = document.createElement('meta'); meta.setAttribute('name', 'apple-itunes-app'); meta.setAttribute('content', 'app-id=' + url.match(regex)); document.getElementsByTagName('head')[0].appendChild(meta); </script> <!-- Quantcast Tag --> <script type="text/javascript"> window._qevents = window._qevents || []; (function () { var elem = document.createElement('script'); elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js"; elem.async = true; elem.type = "text/javascript"; var scpt = document.getElementsByTagName('script')[0]; scpt.parentNode.insertBefore(elem, scpt); })(); window._qevents.push({ qacct: "p-L8Vz-DsnmdfCj", uid: "__INSERT_EMAIL_HERE__" }); </script> <noscript> <div style="display:none;"> <img src="//pixel.quantserve.com/pixel/p-L8Vz-DsnmdfCj.gif" border="0" height="1" width="1" alt="Quantcast" /> </div> </noscript> <!-- End Quantcast tag --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10