<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en" />

<meta property="og:image" content="https://w2.chabad.org/media/images/1146/FXJM11465650.png" itemprop="image" width="150" height="150" />
<meta property="og:image:width" content="150" />
<meta property="og:image:height" content="150" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="handheldFriendly" content="true" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="keywords" content="Friendship,Circle" />
<meta name="title" content="Friendship Circle - Camp Kind" />
<meta property="og:type" content="website" />
<meta name="scope-aids" content="3191458-3191466-4119937" />
<meta name="article-keywords" content="2170-2898" />
<meta name="scope-aid" content="3191458" />
<meta name="scope-aid" content="3191466" />
<meta name="scope-aid" content="4119937" />
<meta name="article-keyword" content="2170" />
<meta name="article-keyword" content="2898" />
<meta property="og:url" content="https://www.campkind.org/templates/articlecco_cdo/aid/4119937/jewish/Friendship-Circle.htm" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:site" content="@chabad" />
<meta property="og:title" content="Friendship Circle - Camp Kind" /><link rel="canonical" href="https://www.campkind.org/templates/articlecco_cdo/aid/4119937/jewish/Friendship-Circle.htm" />
<link rel="icon" type="image/png" href="https://www.campkind.org/media/images/1146/FXJM11465650.png" />
<link rel="Stylesheet" href="/css/fonts/font-awesome/font-awesome-5.css?v=98662BF4" id="kfont-awesome" type="text/css"/>
<link rel="Stylesheet" href="/css/DefaultGrid.css?v=44B79007" id="kgrid" type="text/css"/>
<link rel="Stylesheet" href="/css/Elements.css?v=E669C926" id="k6" type="text/css"/>
<link rel="Stylesheet" href="/css/vendor/ds/tokens/sites.css?v=D1B7903A" id="ksites-ds-css" type="text/css"/>
<link rel="Stylesheet" href="/css/new/main.css?v=2B7F734E" id="k7" type="text/css"/>
<link rel="Stylesheet" href="/css/old/global.css?v=F7C22456" id="k2898" type="text/css"/>
<link rel="Stylesheet" href="https://w2.chabad.org/css/cco/minisites/global.css" id="kk20962" type="text/css"/>
<link rel="Stylesheet" href="/css/global.css?v=D37C5613" id="kk2898" type="text/css"/>
<link rel="Stylesheet" href="https://w2.chabad.org/images/shluchim/minisites/themes/preschool2/styles.css?v=1.0.40" id="kk16031" type="text/css"/>
<link rel="Stylesheet" href="/css/bootstrap/grid.css?v=B92FCAD8" id="kbootstrap4-grid" type="text/css"/>
<link rel="Stylesheet" href="/css/Library/reader-comments.css?v=5F31D0D8" id="kCommentsStylesheet" type="text/css"/>
<link rel="Stylesheet" href="/css/inline/BookInfo.css?v=14B88022" id="kBookInfoCss" type="text/css"/>

<script>$q=[];$j=function(f){$q.push(f);}</script><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	
<title>
	Friendship Circle - Camp Kind
</title>
	



<script>
	window.dataLayer = window.dataLayer || [];
	dataLayer.push({"event":"datalayer-initialized","page":{"numberOfComments":0,"publicationDate":"2018-08-29","primaryArticleId":4119937,"title":"","author":"","authorId":0,"contentLevel1":"My Site","contentLevel2":"Friendship Circle","siteName":"Camp Kind"},"time":{"upcomingHoliday":"The Three Weeks","daysToUpcomingHoliday":24,"hebrewDate":"5786-03-23"}});
		dataLayer.push({ 'articleHierarchy': '-3191458-3191466-4119937-', 'keywords': '-k2898-k2170-', 'k': '-3191458-3191466-4119937--k2898-k2170-' });
	
</script>
<script>

(function(c,h,a,b,a,d){c[a]=c[a]||[];c[a].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=h.getElementsByTagName(b)[0],
j=h.createElement(b);j.async=true;
j.src='https://w6.chabad.org/mitzvah-tank.js';f.parentNode.insertBefore(j,f);
})(window,document,0,'script','dataLayer');</script>

	<!-- Start of StatCounter Code -->
	<script type="text/javascript">
	var sc_project = 10803298;var sc_partition = 92;var sc_invisible = 1;var sc_remove_link=1;var sc_security = "3c9053aa";var sc_https = 1;
	</script>
	<script type="text/javascript" src="https://secure.statcounter.com/counter/counter_xhtml.js" defer async></script>
	<noscript><img src="//c93.statcounter.com/counter.php?sc_project=10803298&amp;java=0&amp;security=3c9053aa&amp;invisible=1" border="0" /> </noscript>
	<!-- End of StatCounter Code -->


<style>
div#chabad_main_content {
    --content-max-width: 945px;
    --breakout-max-width: 1045px;
}
</style>

<script>  
document.addEventListener("DOMContentLoaded", function() { 
    // --- 1. ELEMENT SELECTION ---
    const slider = document.querySelector('.cga-welcome-bg-slider');
    const slides = document.querySelectorAll('.cga-bg-slide');
    
    // --- 2. EXECUTION CHECK ---
    // The script will now run on ANY page where these classes exist.
    if (slider && slides.length > 0) {
        let currentSlide = 0;
        let slideInterval;
        
        const startAutoSlide = () => {
            // Clear any existing interval to prevent speed-up bugs
            clearInterval(slideInterval);
            
            slideInterval = setInterval(() => {
                // Calculate current slide based on current scroll position
                currentSlide = Math.round(slider.scrollLeft / slider.clientWidth);
                
                // Move to the next slide, or loop back to the first (0)
                currentSlide = (currentSlide + 1) % slides.length;
                
                slider.scrollTo({ 
                    left: currentSlide * slider.clientWidth, 
                    behavior: 'smooth' 
                });
            }, 4000); // 4-second delay
        };
        
        // Start the autoplay logic
        startAutoSlide();

        // Optional: Pause autoplay when a user manually scrolls/touches the slider
        slider.addEventListener('touchstart', () => clearInterval(slideInterval));
    }
});
</script></head>
<body class="lang_en dir_ltr cco_body cco_templateless_page">
	
	

<div id="chabad_body_page">
<div id="chabad_main_content">
<div id="chabad_head">


<a href="/6382671" id="PreschoolTitle">

<div style="display: flex; align-items: center; font-size: 48px;">
<img src="/Media/Images/1146/FXJM11465650.png" alt="Camp Kind Logo" style="width: calc(5 * clamp(18px, 3vw, 37px)); height: auto; margin-right: 12px; filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.9));" />
<span style="font-size: 20px;">Camp Kind</span></div>

</a>



<div class="widget-1 navigation custom v260 feed">
<div class="wrapper">

<div class="widget_content"><div id="navigation" class="chabad_navigator_bar">
<div class="chabad_menu_content">
<ul id="menu" class="navi">
<li class="item parent">
<a href="/article.asp?aid=6382671" class="parent">Home</a>
</li>
<li class="custom_separator" ></li>
<li class="item parent arrow">
<a href="/article.asp?aid=3197722" class="parent arrow">Financial </a>
<div class="sub_menu">
<ul>
<li class="item first">
<a href="/article.asp?aid=5007047">Rates 2026</a>
</li>
<li class="item">
<a href="/article.asp?aid=3640926">Extended Care</a>
</li>
<li class="item">
<a href="/article.asp?aid=3616205">Discounts</a>
</li>
<li class="item">
<a href="/article.asp?aid=3308687">Refund & Cancellation Policy </a>
</li>
<li class="item">
<a href="/article.asp?aid=4272531">Registration & Log In</a>
</li>
<li class="item">
<a href="/article.asp?aid=7358293">Donate form</a>
</li>
<li class="item last">
<a href="/article.asp?aid=7381969">Cancelation of Refund Form</a>
</li>
</ul>
</div>
</li>
<li class="custom_separator" ></li>
<li class="item parent arrow">
<a href="/article.asp?aid=4269134" class="parent arrow">Divisions & Calendars</a>
<div class="sub_menu">
<ul>
<li class="item first">
<a href="/article.asp?aid=7297956">Camp Kind Calendars</a>
</li>
<li class="item">
<a href="/article.asp?aid=4572948">Junior Division Grades K - 1</a>
</li>
<li class="item">
<a href="/article.asp?aid=4573105">Explorer Division: 2 - 8 grade</a>
</li>
<li class="item">
<a href="/article.asp?aid=6416303">Fun Activities at Camp Kind</a>
</li>
<li class="item last">
<a href="/article.asp?aid=5092520">Volunteer Field Trips Descriptions </a>
</li>
</ul>
</div>
</li>
<li class="custom_separator" ></li>
<li class="item parent arrow">
<a href="/article.asp?aid=3197737" class="parent arrow">Parents Place</a>
<div class="sub_menu">
<ul>
<li class="item first">
<a href="/article.asp?aid=3330024">Contact Us</a>
</li>
<li class="item">
<a href="/article.asp?aid=3197726">Location</a>
</li>
<li class="item">
<a href="/article.asp?aid=6283386">Dates, Hours & Ages </a>
</li>
<li class="item">
<a href="/article.asp?aid=4352690">Camp Kind Photos</a>
</li>
<li class="item">
<a href="/article.asp?aid=4315037">About Camp Kind</a>
</li>
<li class="item">
<a href="/article.asp?aid=5917198">Promo Video</a>
</li>
<li class="item">
<a href="/article.asp?aid=6000818">Transportation </a>
</li>
<li class="item">
<a href="/article.asp?aid=3197739">Lunch & Snacks </a>
</li>
<li class="item">
<a href="/article.asp?aid=5375352">Bullying Policy</a>
</li>
<li class="item">
<a href="/article.asp?aid=3555910">Testimonials</a>
</li>
<li class="item">
<a href="/article.asp?aid=3944589">Referral Form</a>
</li>
<li class="item">
<a href="/article.asp?aid=7251093">Visit Camp Kind</a>
</li>
<li class="item last">
<a href="/article.asp?aid=3944219">Subscribe to our mailing list</a>
</li>
</ul>
</div>
</li>
<li class="custom_separator" ></li>
<li class="item parent arrow">
<a href="/article.asp?aid=7223047" class="parent arrow">Photos</a>
<div class="sub_menu">
<ul>
<li class="item first">
<a href="/article.asp?aid=5205184">Photo roll</a>
</li>
<li class="item">
<a href="/article.asp?aid=3552579">Camp Kind at Precious Child & making friendship bracelets</a>
</li>
<li class="item">
<a href="/article.asp?aid=3633487">Build a Bear for Kids in Hospital and Police Appreciation Day</a>
</li>
<li class="item last">
<a href="/article.asp?aid=4068626">Milk and Honey Farm</a>
</li>
</ul>
</div>
</li>

</ul>
</div>
</div></div></div>
</div>

</div>
<div id="chabad_body_content"><div detached="true" type="static" id="ContentArea" name="content_area" actions="edit,delete" class="chabad_left_column"><div id="content_page" class="content_page">
	
	<div class="co_content_container clearfix local_content" id="co_content_container">
		<div class="clearfix">
			
			
			
			<div class="clearfix bh mobile-only align_right">ב"ה</div>
			
			<div class="body_wrapper clearfix co_body">
				<div class="g960" id="co_body_container">
					
					<div id="ContentBody">
						
						
							<div class="content-area-parent no_margin">
								
	<div id="cco_body">
		<div class="content g960 no_margin no_overflow" id="co_content_container">
			
			
	

	<article class="content js-content" itemscope itemtype="http://schema.org/Article">
	



<meta itemprop="mainEntityOfPage headline name" content="" />

<meta itemprop="image" content="" />


<meta itemprop="uploadDate" content="2018-08-29T12:46:32" />
<span itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
	<meta itemprop="name" content="Camp Kind" />
	<meta itemprop="brand" content="Camp Kind" />
	<span itemprop="logo" itemscope itemtype="http://schema.org/ImageObject">
		<meta itemprop="url" content="https://w2.chabad.org/media/images/1146/FXJM11465650.png" />
		<meta itemprop="height" content="150" />
		<meta itemprop="width" content="150" />
	</span>
</span>
<meta itemprop="datePublished" content="2018-08-29T12:46:32" />
			<div itemprop="articleBody">
				<co:body xmlns:co="www1.chabadonline.com/alpha1" xmlns:ext="urn:xslt-extensions">
  <div class="co_body article-body cf">
<p style="text-align: center;">
<img align="baseline" data-file-id="360541" src="https://gallery.mailchimp.com/59805e7a03e6481fa8a896009/images/50983987-401f-4a21-837a-95a93dde5012.jpg" real_width="400" real_height="400" width="275" height="275" alt=""></p>
<p>Dear Friend, </p>
<p>We are very excited to share with you that Camp Kind will be piloting a year-round program called Friendship Circle.<br>
<br>
The mission of Friendship Circle is to provide friendship and acceptance to children, teens and adults who have special needs. To provide respite to their families. To empower teenagers by enabling them to volunteer directly with the children.<br>
<br>
Special needs is a broad definition, but the program benefits a child or young adult who due to their developmental, medical or physical needs would benefit socially and emotionally by the company of volunteers for a few hours a week, dedicated to activities that the special needs person enjoys. <br>
<br>
Over the next 10 months we will be piloting this project with a few families in need of these services. Our goal is that once the pilot stage of this project is completed we will be able to offer this program on a larger scale to more families.<br>
<br>
<strong>To begin this project we need YOUR help.</strong><br>
<br>
<img align="left" data-file-id="360761" height="204" src="https://gallery.mailchimp.com/59805e7a03e6481fa8a896009/images/82b8d20d-8676-4dc8-9e57-2c58927de9ce.png" width="250" alt="">If you have a friend that has a family member with special needs, please share this information with them and <a href="/Article.asp?AID=4119955">ask them to fill out this form.</a></p>
<p>We are committed to the confidentiality of all referrals. Please also share this idea on social media with your friends so we can reach to a wider audience. <br>
<br>
Please note that Friendship Circle is a national organization that was founded in 1994 with chapters around the country. Friendship Circle will provide Camp Kind with the training and the resources to make our local chapter a success.<br>
<br>
Please feel free to call me with any questions at 720-608-6099 or by email to CampKindColorado@gmail.com<br>
<br>
I thank you for helping us with this endeavor.<br>
<br>
Your sincerely,<br>
<br>
<strong>Benjy Brackman</strong><br>
Founder, Director | Camp Kind - Friendship Circle <br>
<strong>Business office:</strong> 4505 W. 112th Ave., Westminster, CO 80031<br>
<strong>Phone:</strong> 720-608-6099<br>
<strong>Email:</strong> <a href="mailto:campkindcolorado@gmail.com" target="_blank">campkindcolorado@gmail.com</a> <br>
<strong>Web.</strong> <a href="http://www.campkind.org/" target="_blank">www.CampKind.org</a></p>
</div>
</co:body>
			</div>
			

			<div class="break_floats"></div>
			
	<div class="break_floats"></div>
	

<div class="content-footer">
	<!-- END CACHE -->
	
	
	
	
	
</div>
	</article>

		</div>
	</div>
</div>
						
						<div class="break_floats"></div>
						
					</div>
				</div>
				
				
				
			</div>
			
			
		</div>
		
		<aside class="page-tools-sidebar js-page-tools-sidebar hide_for_print">
<div class="page-tools js-page-tools-menu">
<div class="page-tools__section page-tools__section--share">
<a class="page-tools__tool js-share-popup page-tools__tool--facebook" data-share-url="https://www.facebook.com/dialog/share?app_id=188669250943&amp;display=popup&amp;href=https%3a%2f%2fwww.campkind.org%2ftemplates%2farticlecco_cdo%2faid%2f4119937%2fjewish%2fFriendship-Circle.htm%23utm_medium%3dpage_tools%26utm_content%3dresponsive%26utm_source%3dFB">
				<i class="fa fa-facebook"></i>
			</a>
<a class="page-tools__tool js-share-popup page-tools__tool--twitter" data-share-url="https://twitter.com/intent/tweet?text=Friendship+Circle+-+Camp+Kind&amp;url=https%3a%2f%2fwww.campkind.org%2ftemplates%2farticlecco_cdo%2faid%2f4119937%2fjewish%2fFriendship-Circle.htm%23utm_medium%3dpage_tools%26utm_content%3dresponsive%26utm_source%3dtwitter&amp;via=Chabad">
				<i class="fa fa-twitter"></i>
			</a>
<a class="page-tools__tool js-share-popup page-tools__tool--whatsapp d-lg-none js-share-whatsapp" data-share-url="whatsapp://send?text=Friendship+Circle+-+Camp+Kind https%3a%2f%2fwww.campkind.org%2ftemplates%2farticlecco_cdo%2faid%2f4119937%2fjewish%2fFriendship-Circle.htm%23utm_medium%3dpage_tools%26utm_content%3dresponsive%26utm_source%3dwhatsapp">
				<i class="fa fa-whatsapp">
					<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" fill="#128c7e" width="1em" height="1em"><path d="M25 2C12.318 2 2 12.318 2 25c0 3.96 1.023 7.854 2.963 11.29L2.037 46.73c-.096.343-.003.711.245.966.191.197.451.304.718.304.08 0 .161-.01.24-.029l10.896-2.699C17.463 47.058 21.21 48 25 48c12.682 0 23-10.318 23-23S37.682 2 25 2zm11.57 31.116c-.492 1.362-2.852 2.605-3.986 2.772-1.018.149-2.306.213-3.72-.231-.857-.27-1.957-.628-3.366-1.229-5.923-2.526-9.791-8.415-10.087-8.804-.295-.389-2.411-3.161-2.411-6.03s1.525-4.28 2.067-4.864c.542-.584 1.181-.73 1.575-.73s.787.005 1.132.021c.363.018.85-.137 1.329 1.001.492 1.168 1.673 4.037 1.819 4.33.148.292.246.633.05 1.022s-.294.632-.59.973-.62.76-.886 1.022c-.296.291-.603.606-.259 1.19s1.529 2.493 3.285 4.039c2.255 1.986 4.158 2.602 4.748 2.894.59.292.935.243 1.279-.146.344-.39 1.476-1.703 1.869-2.286s.787-.487 1.329-.292c.542.194 3.445 1.604 4.035 1.896.59.292.984.438 1.132.681.148.242.148 1.41-.344 2.771z"/></svg>
				</i>
			</a>
<a class="page-tools__tool js-share-popup page-tools__tool--pinterest d-none d-lg-block" data-share-url="http://pinterest.com/pin/create/button/?url=https%3a%2f%2fwww.campkind.org%2ftemplates%2farticlecco_cdo%2faid%2f4119937%2fjewish%2fFriendship-Circle.htm%23utm_medium%3dpage_tools%26utm_content%3dresponsive%26utm_source%3dpinterest&amp;description=Friendship+Circle+-+Camp+Kind">
				<i class="fa fa-pinterest"></i>
			</a>
<a class="page-tools__tool" onclick="showEmailLayer(this);">
<i class="fa fa-envelope"></i>
</a>
</div>
<div class="page-tools__section page-tools__section--other js-page-tool-other">
<div class="page-tools__tool popover-parent d-lg-block">
<div class="popover popover--right align_left nowrap">
<div class="popover__content">
<label class="bold bottom_margin block">
Print Options:
</label>
<form class="vcenter" name="print-form" onsubmit="coPrint(event, 3191466);return false;">
<div>
<label><input type="checkbox" name="print-green"><span title="Save paper and ink">Print without images <i class="fa fa-leaf text-green"></i></span></label>
</div>
<br/>
<div class="center">
<button class="co-button page-tools__print-button">Print</button>
</div>
</form>
</div>
</div>
<i class="fa fa-print"></i>
</div>
</div>
</div>
<div class="js-fab-wrapper fab-wrapper">
<div class="fab">
<i class="fab-icon"></i>
</div>
</div>
</aside>
<!-- END CACHE -->
	</div>

	
	

</div>


<img src="https://w2.chabad.org/images/Shluchim/minisites/themes/preschool2/illustrations/blue-wavy-bottom-border.png" width="100%" height="auto" id="wavy-bottom-border" alt="" />
<footer id="PreschoolFooterNav">
<div>
<h3>
Camp Kind</h3>
<div class="fonts">
Camp Kind Tax ID 200449462</div>



<div class="widget-1 navigation custom v260 feed">
<div class="wrapper">

<div class="widget_content"><div id="navigation" class="chabad_navigator_bar">
<div class="chabad_menu_content">
<ul id="menu" class="navi">
<li class="item parent">
<a href="/article.asp?aid=6382671" class="parent">Home</a>
</li>
<li class="custom_separator" ></li>
<li class="item parent arrow">
<a href="/article.asp?aid=3197722" class="parent arrow">Financial </a>
<div class="sub_menu">
<ul>
<li class="item first">
<a href="/article.asp?aid=5007047">Rates 2026</a>
</li>
<li class="item">
<a href="/article.asp?aid=3640926">Extended Care</a>
</li>
<li class="item">
<a href="/article.asp?aid=3616205">Discounts</a>
</li>
<li class="item">
<a href="/article.asp?aid=3308687">Refund & Cancellation Policy </a>
</li>
<li class="item">
<a href="/article.asp?aid=4272531">Registration & Log In</a>
</li>
<li class="item">
<a href="/article.asp?aid=7358293">Donate form</a>
</li>
<li class="item last">
<a href="/article.asp?aid=7381969">Cancelation of Refund Form</a>
</li>
</ul>
</div>
</li>
<li class="custom_separator" ></li>
<li class="item parent arrow">
<a href="/article.asp?aid=4269134" class="parent arrow">Divisions & Calendars</a>
<div class="sub_menu">
<ul>
<li class="item first">
<a href="/article.asp?aid=7297956">Camp Kind Calendars</a>
</li>
<li class="item">
<a href="/article.asp?aid=4572948">Junior Division Grades K - 1</a>
</li>
<li class="item">
<a href="/article.asp?aid=4573105">Explorer Division: 2 - 8 grade</a>
</li>
<li class="item">
<a href="/article.asp?aid=6416303">Fun Activities at Camp Kind</a>
</li>
<li class="item last">
<a href="/article.asp?aid=5092520">Volunteer Field Trips Descriptions </a>
</li>
</ul>
</div>
</li>
<li class="custom_separator" ></li>
<li class="item parent arrow">
<a href="/article.asp?aid=3197737" class="parent arrow">Parents Place</a>
<div class="sub_menu">
<ul>
<li class="item first">
<a href="/article.asp?aid=3330024">Contact Us</a>
</li>
<li class="item">
<a href="/article.asp?aid=3197726">Location</a>
</li>
<li class="item">
<a href="/article.asp?aid=6283386">Dates, Hours & Ages </a>
</li>
<li class="item">
<a href="/article.asp?aid=4352690">Camp Kind Photos</a>
</li>
<li class="item">
<a href="/article.asp?aid=4315037">About Camp Kind</a>
</li>
<li class="item">
<a href="/article.asp?aid=5917198">Promo Video</a>
</li>
<li class="item">
<a href="/article.asp?aid=6000818">Transportation </a>
</li>
<li class="item">
<a href="/article.asp?aid=3197739">Lunch & Snacks </a>
</li>
<li class="item">
<a href="/article.asp?aid=5375352">Bullying Policy</a>
</li>
<li class="item">
<a href="/article.asp?aid=3555910">Testimonials</a>
</li>
<li class="item">
<a href="/article.asp?aid=3944589">Referral Form</a>
</li>
<li class="item">
<a href="/article.asp?aid=7251093">Visit Camp Kind</a>
</li>
<li class="item last">
<a href="/article.asp?aid=3944219">Subscribe to our mailing list</a>
</li>
</ul>
</div>
</li>
<li class="custom_separator" ></li>
<li class="item parent arrow">
<a href="/article.asp?aid=7223047" class="parent arrow">Photos</a>
<div class="sub_menu">
<ul>
<li class="item first">
<a href="/article.asp?aid=5205184">Photo roll</a>
</li>
<li class="item">
<a href="/article.asp?aid=3552579">Camp Kind at Precious Child & making friendship bracelets</a>
</li>
<li class="item">
<a href="/article.asp?aid=3633487">Build a Bear for Kids in Hospital and Police Appreciation Day</a>
</li>
<li class="item last">
<a href="/article.asp?aid=4068626">Milk and Honey Farm</a>
</li>
</ul>
</div>
</li>

</ul>
</div>
</div></div></div>
</div>

</div>
</footer>
<footer id="PreschoolFooter">
<div>

<div class="fonts">
<span class="iconsfoot"> 4505 W 112th Ave </span>
<span class="iconsfoot">
<i class="fa fa-phone"> </i> 720-608-6099 - CampKindColorado@gmail.com</span></div>


<a href="https://www.ultracamp.com/clientlogin.aspx?idCamp=946&campCode=Blq" id="PreschoolFooterButton">REGISTER TODAY</a> </div>
</footer></div>
</div>
<script>
  const imageToMask = document.querySelector('#PreschoolSection2Image');
  const imageMask = 'url(' + String.fromCharCode(47, 105, 109, 97, 103, 101, 115, 47, 83, 104, 108, 117, 99, 104, 105, 109, 47, 109, 105, 110, 105, 115, 105, 116, 101, 115, 47, 116, 104, 101, 109, 101, 115, 47, 112, 114, 101, 115, 99, 104, 111, 111, 108, 50, 47, 112, 104, 111, 116, 111, 115, 47, 83, 101, 99, 116, 105, 111, 110, 50, 73, 109, 97, 103, 101, 77, 97, 115, 107, 46, 112, 110, 103) + ')';
  if (imageToMask) {
    imageToMask.style.maskImage = imageMask;
  }
</script>


	
		<div id="BodyContainer">
			<div class="g960 footer">
				<div class="poweredby large_bottom_margin">
					


	<div class="footer3"><b>Camp Kind® (U.S. Reg. No. 7506644) is a federally registered trademark of The Jewish Center Chabad of Northwest Metro Denver.</b></div>
	<img src="https://w2.chabad.org/images/global/spacer.gif" width="1" height="6" border="0" /><br />




Powered by <a href="https://www.chabad.org/" target="_new" class="">Chabad.org</a> &copy; 1993-2026 <a href="/4026210" target="_blank" class="privacy-link">Privacy Policy</a>




				</div>
			</div>
		</div>
	

	

	
<script type="text/javascript" src="https://w2.chabad.org/scripts/js/os/jquery-latest.min.js?v=0293E3EC"></script>
<script type="text/javascript" src="https://w2.chabad.org/scripts/js/co/dist/CoLib.js?v=F809B22F"></script>
<script type="text/javascript" src="https://w2.chabad.org/scripts/js/WebComponents/bundles/magen-cdo-global.js?v=16F176A4"></script>
<script type="text/javascript" src="https://w2.chabad.org/scripts/js/custom/minisites.js?v=F38E4DA5"></script>
<script type="text/javascript" src="https://w2.chabad.org/scripts/js/custom/multimedia/infolayer.js?v=ED1B8531"></script>
<script type="text/javascript" src="https://w2.chabad.org/scripts/js/custom/commentsloader.js?v=AD6AAB79"></script>
<script type="text/javascript" src="https://w2.chabad.org/scripts/js/custom/subscribeprompt.js?v=86D84DC2"></script>
<script type="text/javascript" src="https://w2.chabad.org/scripts/js/modules/pagetools.js?v=930B07AB"></script>
<script type="text/javascript" src="https://w2.chabad.org/scripts/js/custom/deprecated.js?v=D506A83E"></script>
<script type="text/javascript" src="https://w2.chabad.org/scripts/js/OverrideJSDocumentWrite.js?v=9A0227AA"></script><script>$j = $j.fn ? $j : jQuery;$j(()=>{$q.forEach(f=>{try{f.call(window);}catch(ex){console.error(ex);}});})</script>
	

<script  language="javascript" type="text/javascript"> Co.Settings      = {CacheClassName:'js-cache-default',MosadName:'Camp Kind'}; Co.ArticleId     = '4119937';Co.SectionId     = 4119937;Co.PartnerSiteId = 0;Co.SiteId        = 9961;Co.IsMobilePage  = false;Co.IsResponsive  = true;Co.DbDomain      = 'CampKind.org';Co.LanguageCode  = '';Co.LoginStatus   = 'None';</script>

    
<!--Start of Tawk.to Script-->

<!--End of Tawk.to Script-->



<style>
  #campkind-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 380px;
    max-width: calc(100vw - 20px);
    background: linear-gradient(135deg, #f97316, #fb923c);
    color: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    font-family: Arial, sans-serif;
    z-index: 9999;
    text-align: center;
    animation: slideUp 0.5s ease-out;
  }

  #campkind-widget h2 {
    margin: 0 0 15px;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
  }

  #campkind-widget p {
    margin: 0 0 22px;
    font-size: 18px;
    line-height: 1.5;
  }

  #campkind-widget .register-btn {
    display: inline-block;
    background: #fff;
    color: #f97316;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    padding: 14px 28px;
    border-radius: 999px;
    animation: pulse 2s infinite;
    transition: all 0.2s ease;
  }

  #campkind-widget .register-btn:hover {
    transform: scale(1.05);
    background: #fff7ed;
  }

  #campkind-widget .close-widget {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(255,255,255,0.6);
    }
    70% {
      transform: scale(1.05);
      box-shadow: 0 0 0 12px rgba(255,255,255,0);
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(255,255,255,0);
    }
  }

  @keyframes slideUp {
    from {
      opacity: 0;
      transform: translateY(60px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media (max-width: 600px) {
    #campkind-widget {
      left: 10px;
      right: 10px;
      width: auto;
      bottom: 10px;
      padding: 22px;
    }

    #campkind-widget h2 {
      font-size: 24px;
    }

    #campkind-widget p {
      font-size: 16px;
    }
  }
</style>

<div id="campkind-widget">
  <div class="close-widget"
       onclick="document.getElementById('campkind-widget').style.display='none'">
    ✕
  </div>

  <h2>🌞 Summer Spots Still Available!</h2>

  <p>
    Camp Kind has availability in all of our weeks and is still accepting registrations.
  </p>

  <a
    class="register-btn"
    href="https://www.ultracamp.com/clientlogin.aspx?idCamp=946&campCode=Blq"
    target="_blank"
  >
    Register Now
  </a>
</div>


<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/63eeafdf474251287913cba4/1gpe5u10f';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
</body>
</html>