<!DOCTYPE html>
<html lang="en">
	<head>
	
	    <meta http-equiv="X-UA-Compatible" content="IE=edge">
	    <meta name="viewport" content="width=device-width, initial-scale=1.0">
	    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
	    <meta name="apple-mobile-web-app-capable" content="yes">
		
		<title>Home | Equinox Software Design Corporation</title>
		
		<link rel="apple-touch-icon" sizes="180x180" href="/home/assets/favicons/apple-touch-icon.png">
		<link rel="icon" type="image/png" sizes="32x32" href="/home/assets/favicons/favicon-32x32.png">
		<link rel="icon" type="image/png" sizes="16x16" href="/home/assets/favicons/favicon-16x16.png">
		<link rel="manifest" href="/home/assets/favicons/site.webmanifest">
		<link rel="mask-icon" href="/home/assets/favicons/safari-pinned-tab.svg" color="#00396f">
		<meta name="msapplication-TileColor" content="#00396f">
		<meta name="theme-color" content="#ffffff">
	    
	    <link rel="stylesheet" href="/home/assets/styles/debug.css">
	    <link rel="stylesheet" href="/home/assets/styles/core.css">
	    <link rel="stylesheet" href="/home/assets/styles/home.css">
		
        
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
        <script src="/home/assets/scripts/sitemap.js"></script>
    	<script src="/home/assets/scripts/placeholders.min.js"></script>
    	<script>
	    	$(document).ready(function() {
				$.get('https://freegeoip.live/json/', function (response) {
					if (response.country_code=='US') {
						document.getElementById(response.country_code).style.display = 'none';
					}
				});
	    	})
    	</script>
		
	    <script src="/home/assets/scripts/bxslider.min.js"></script>
	    <script>
		    // BX Slider init
        	$(document).ready(function() {
        		$('.slider').bxSlider({
        			adaptiveHeight: true,
        			mode: 'fade',
        			auto: true,
        			speed: 750,
        			pause: 11250,
        			pager: false,
        			controls: false,
        		});
        	});
        </script>
        <script>
	        // Fade in elements on page load and page scroll
			$(document).ready(function() {
			    $(window).scroll(riseElem);
			    function riseElem() {
			        $('.hide').each( function(i) {
			            var bttmElem = $(this).offset().top;
			            var bttmWind = $(window).scrollTop() + $(window).height();
			            if( bttmWind > bttmElem ){
			                $(this).addClass('rise');
			            }
			        });
			    }
				riseElem();
			});
        </script>

	    <!-- Google tag (gtag.js) -->
			<script async src="https://www.googletagmanager.com/gtag/js?id=G-CSR93D5EZ3"></script>
			<script>
			  window.dataLayer = window.dataLayer || [];
			  function gtag(){dataLayer.push(arguments);}
			  gtag('js', new Date());

			  gtag('config', 'G-CSR93D5EZ3');
			  gtag('config', 'AW-1071319350');
			</script>
			<script async src="//static.getclicky.com/218559.js"></script>
	
	</head>
	<body class="home">

		<!-- Site header begins -->
		<header class="site-header">
			<div class="page-wrapper">
				<div class="site-branding">
					<h1 class="equinox-brand"><a href="/"><span>Equinox Software Design Corporation</span></a></h1>
					<div class="equinox-tagline 25-anniversary"><span>30th Anniversary</span></div>
				</div>
				<nav class="site-navigation">
					<div class="site-navigation-wrapper">
						<h2><span>Site Menu</span></h2>
						<ul class="site-navigation-container">
							<li class="site-navigation-item active">
								<a href="/home"><span>Home</span></a>
							</li>
							<li class="site-navigation-item ">
								<a href="/home/products/crow/"><span>Products</span></a>
							</li>
							<li class="site-navigation-item ">
								<a href="/home/company/"><span>Company</span></a>
							</li>
							<li class="site-navigation-item ">
								<a href="/home/contact/"><span>Contact</span></a>
							</li>
						</ul>
					</div>
				</nav>
			</div>
		</header>
		<!-- Site header ends -->
		
    	<!-- Main content begins -->
    	<main>
		
			


            <!-- Slider begins -->
    		<div class="slider">

                <!-- CROW promo slide begins -->
    			<div class="slide">
        			<div class="slide-container">
            			<span class="img-container defer-image image-ratio:2x1 image-fill"><span class="image-box" data-src="/home/assets/images/backstage-2880-canadian-arctic.jpg" data-alt="Equinox celebrates 30th Anniversary"></span></span>
            			<div class="slide-content">
                			<div class="slide-content-wrapper">
                				<h1 class="title text-color-white text-center">A higher intelligence in outage management and logging.</h1>
                				<p class="tagline text-color-white text-center">Introducing CROW.  The most advanced and configurable outage management and logging system for electric utilities in Transmission, Generation, Distribution, as well as Independent System Operators, Power Pools, Reliability Coordinators, Cooperatives and more.</p>
                    			<a href="/home/products/crow/" class="action-link">Discover CROW<span></span></a>
                			</div>
                        </div>
        			</div>
    			</div>
                <!-- CROW promo slide ends -->

                <!-- 30th Anniversary slide begins -->
    			<div class="slide">
        			<div class="slide-container">
            			<span class="img-container defer-image image-ratio:2x1 image-fill"><span class="image-box" data-src="/home/assets/images/backstage-2880-equinox-25th-anniversary.jpg" data-alt="Equinox celebrates 30th Anniversary"></span></span>
            			<div class="slide-content">
                			<div class="slide-content-wrapper">
                				<h1 class="title text-color-white text-center">30 times around the sun<br> and counting...</h1>
                				<p class="tagline text-color-white text-center">Equinox celebrates its 30th year in business. Our software solutions have been helping to keep the lights on in homes and businesses throughout North America for over three decades.</p>
                    			<a href="/home/company/" class="action-link">Learn more<span></span></a>
                			</div>
                        </div>
        			</div>
    			</div>
                <!-- 30th Anniversary slide ends -->

    		</div>
            <!-- Slider ends -->

	        <!-- Section begins -->
	        <section class="section">
		        
		        <!-- Section head begins -->
	            <div class="section-head">
	                <div class="section-head-wrapper">
	                    <h2 class="headline text-color-graphite text-center hide">Unique software systems for the&nbsp;electric utility industry.</h2>
                    	<p class="tagline text-color-graphite text-center hide">Equinox Software Design Corporation is a North American renown provider of enterprise software solutions to the electric utility industry, and has a proven ability to deliver and support powerful products in major mission-critical implementations with Transmission, Distribution and Generation functions at large utilities, ISOs, RTOs, RCs and Cooperatives. Our primary focus is operations outage scheduling, coordination, logging, switching, and managing reliability and asset data.</p>
	                </div>
	            </div>
	            <!-- Section head ends -->
	            
	            <!-- Section main begins -->
	            <div class="section-main">
	                <div class="section-main-wrapper">
		                
		                <!-- Section main left colum begins -->
	                    <div class="section-main-col left">
	                        <h3 class="heading-primary text-color-white hide">30 years of proven expertise.</h3>
	                        <p class="copy-primary text-color-white hide">For more than 30 years, Equinox has been deeply involved in designing and producing enterprise solutions for the electric utility industry.  Our experienced team is capable in solving any problem this industry has thrown at us, with confidence and expertise, and all the while doing so effectively in both time and cost. During all of our 30 years in existence, Equinox has been establishing a strong and positive relationship with our customers in North America, bringing custom software solutions carefully and creatively crafted to meet their needs.</p>
                            <p class="copy-primary hide"><a href="/home/company/" class="action-link">Find out more about us<span></span></a></p>
	                    </div>
	                    <!-- Section main lef column ends -->
	                    
	                    <!-- Section main right columns begins -->
	                    <div class="section-main-col right">
	                        <h3 class="heading-primary text-color-white hide">Software solutions crafted for your needs.</h3>
	                        <p class="copy-primary text-color-white hide">Equinox's flagship product, <strong>CROW</strong>, is a configurable and comprehensive multi-platform software solution for electric outage management and logging. With greatest flexibility, <strong>CROW</strong> establishes new industry standards in outage and logging management. Fully featured cross-platform <strong>CROW</strong> clients enable an easy device-independent cost-effective workflow. <strong>CROW</strong>'s intuitive, user-friendly and highly configurable user interface simplifies learning and streamlines work procedures. A powerful cross-device notification system ensures that team members, market participants and asset owners are fully aware of any changes in planned or forced outage statuses.</p>
                            <p class="copy-primary hide"><a href="/home/products/crow/" class="action-link">Explore our products<span></span></a></p>
	                    </div>
	                    <!-- Section main right column ends -->
	                    
	                </div>
	            </div>
	            <!-- Section main ends -->
	            
	        </section>
	        <!-- Section ends -->

		
    	</main>
    	<!-- Main content ends -->

		<!-- Site footer begins -->
		<footer class="site-footer">
			<div class="page-wrapper">
				<div class="equinox-brand"><a href="/"><span>Equinox Software Design Corporation</span></a></div>
				<div class="site-footer-row">
					<div class="corporate site-footer-col">
						<div class="corporate-address">#500 – 224 W Esplanade, <br>North Vancouver BC, V7M&nbsp;1A4</div>
						<div class="corporate-contacts">Inquiries: <br><a href="tel:+16049887598">604-988-7598</a> or <a href="mailto:sales@equinox.ca">sales@equinox.ca</a></div>
					</div>
					<nav class="site-map site-footer-col">
						<div class="site-map-header">
							<h2><span>Site Map</span></h2>
	                        <div class="site-map-toggle"><div><span></span><span></span></div></div>
						</div>
						<div class="site-map-body">
	    					<ul class="site-map-container">
	    						<li><a href="/home"><span>Home</span></a></li>
	    						<li><a href="/home/products/"><span>Products</span></a></li>
	    						<li><a href="/home/products/crow/"><span>CROW</span></a></li>
	    						<li><a href="/home/company/"><span>Company</span></a></li>
	    						<li><a href="/home/contact/"><span>Contact</span></a></li>
	    						<li><a href="/home/legal/"><span>Legal</span></a></li>
	    					</ul>
						</div>
					</nav>
				</div>
				<div class="site-footer-row">
					<div class="copyright">Copyright &copy; 1993-2026 Equinox Software Design Corporation. All&nbsp;rights&nbsp;reserved.</div>
					<div class="made-in-canada" id="US">Made in Canada</div>
				</div>
			</div>
		</footer>
		<!-- Site footer ends -->

	</body>
</html>
