<!DOCTYPE html>
<html lang="en">
    <head>
		<meta charset="UTF-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
        <title>The Collection Online - Online Tools For Specifiers &amp; Suppliers To Connect</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0"> 
        <meta name="description" content="Asia Pacific’s most comprehensive directory of the latest product for architects and designers" />
        <meta name="keywords" content="design, products, directory, asia, australia, architects, designers" />
        <meta name="author" content="Indesign Media Asia Pacific" />
        <link rel="shortcut icon" href="../favicon.ico"> 
		<link rel="stylesheet" type="text/css" href="css/demo.css" />
        <link rel="stylesheet" type="text/css" href="css/style.css?v=0.1.5" />
		<script type="text/javascript" src="https://cdn.indesign.com.au/temporary/modernizr.custom.79639.js"></script>
		<noscript>
			<link rel="stylesheet" type="text/css" href="css/styleNoJS.css" />
		</noscript>

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

  gtag('config', 'UA-2413237-26');
</script>
    </head>
    <body>
                <div class="container tcohub">

            <div id="slider" class="sl-slider-wrapper">

				<div class="sl-slider">
				
					<div class="sl-slide bg-2 tco" data-orientation="horizontal" data-slice1-rotation="60" data-slice2-rotation="-15" data-slice1-scale="1.5" data-slice2-scale="1.5">
						<div class="sl-slide-inner">
							<div class="tco_content_container">
								<div class="logo_container">
									<img src="images/OG_logo.png">
								</div>

							<div class="text_content">
								<h2>About The Collection Online</h2>
								<p class="tco_text">Indesign Media Asia Pacific announces the return of The Collection Online. Still Asia Pacific’s most comprehensive directory of the latest product for architects and designers, The Collection Online has scoured the best projects region-wide. </p><p class="tco_text">Fuller and more focused than ever before, The Collection Online is available in a new and improved format housed in the industry’s leading network: *The Habitus Collection* for design product in the home, and *The IndesignLive Collection* for the foremost commercial design product.</p>

<p class="tco_text">This new era for The Collection Online gives you more convenience and design excellence at your fingertips than ever before.</p>

<p class="tco_text">Start your specification journey below:</p>
								<div class="logo_triggers">
									<div class="hl_trigger trigger"><img src="images/hab_logo_white.png"></div>
									<div class="idl_trigger trigger"><img src="images/idl_logo_white.png"></div>
								</div>
							</div>
						</div>
							</div>

					</div>


					<div class="sl-slide bg-1 hl" data-orientation="vertical" data-slice1-rotation="0" data-slice2-rotation="0" data-slice1-scale="2" data-slice2-scale="2">
						<div class="sl-slide-inner">
							<div class="hab_content_container hbg1">
								<div class="logo_container">
									<a href="https://www.habitusliving.com/collection/"><img src="images/hab_logo.png"></a>
									<h3>Discover the best design products for home and living.</h3>
								</div>
							</div>
							<div class="text_content">
								<h2>The Habitus Collection</h2>
								<p class="hl_text">The Habitus Collection Online gives Australian Design Hunters instant access to the best design products for residential environments. We take the hard work out of product selection, hand-picking the best design products available in the region. All in a single, comprehensive digital touch-point.</p>
								<div class="hl_button">
									<a href="https://www.habitusliving.com/collection/">
									<p>
										Visit Site
									</p>
									</a>
								</div>
							</div>
						</div>
					</div>
					
					
					<div class="sl-slide bg-3 idl" data-orientation="horizontal" data-slice1-rotation="0" data-slice2-rotation="0" data-slice1-scale="2" data-slice2-scale="3">
						<div class="sl-slide-inner">

							<div class="idl_content_container ibg2">
								<div class="logo_container">
									<a href="https://www.indesignlive.com/collection/"><img src="images/idl_logo.png"></a>
									<h3>Powering projects with the best design products.</h3>
								</div>
							</div>
							<div class="text_content">
								<h2>The Indesign Collection</h2>
								<p class="idl_text">The Indesign Collection Online is your gateway to the best design products in the world. We champion the products which lead through creative innovation and technical intelligence. And give credence to the brands behind them. We put the simplicity back into commercial specification by cutting through the clutter. We prequalify the best performing design products available, offering you a smarter way to specify.</p>
								<div class="idl_button">
									<a href="https://www.indesignlive.com/collection/">
									<p>
										Visit Site
									</p>
									</a>
								</div>
							</div>
						</div>
					</div>

					<div class="vertical_box_align" style="opacity: 0;">				
					<div class="box_align">
				<nav id="nav-dots" class="nav-dots">
					<span class="nav-dot-current" style="display: none;"></span>
					<span><img src="images/hab_logo.png"></span>
					<span><img src="images/idl_logo.png"></span>
				</nav>
				</div>
			</div>
			</div><!-- /slider-wrapper -->

        </div>
		<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
		<script type="text/javascript" src="js/jquery.ba-cond.min.js"></script>
		<script type="text/javascript" src="js/jquery.slitslider.js"></script>
		<script type="text/javascript">	
			$(function() {
			
				var Page = (function() {

					var $navArrows = $( '#nav-arrows' ),
						$nav = $( '#nav-dots > span' ),
						slitslider = $( '#slider' ).slitslider( {
							onBeforeChange : function( slide, pos ) {

								$nav.removeClass( 'nav-dot-current' );
								$nav.eq( pos ).addClass( 'nav-dot-current' );

							}
						} ),

						init = function() {

							initEvents();
							
						},
						initEvents = function() {

							// add navigation events
							$navArrows.children( ':last' ).on( 'click', function() {

								slitslider.next();
								return false;

							} );

							$navArrows.children( ':first' ).on( 'click', function() {
								
								slitslider.previous();
								return false;

							} );

							$nav.each( function( i ) {
							
								$( this ).on( 'click', function( event ) {
									
									var $dot = $( this );
									
									if( !slitslider.isActive() ) {

										$nav.removeClass( 'nav-dot-current' );
										$dot.addClass( 'nav-dot-current' );
									
									}
									
									slitslider.jump( i + 1 );
									return false;
								
								} );

				    $(".hl_trigger").click(
						function (){	
								slitslider.jump(2);
								$(".vertical_box_align").css("opacity","1");
						});

				    $(".idl_trigger").click(
						function (){	
								slitslider.jump(3);
								$(".vertical_box_align").css("opacity","1");
						});
								
							} );


						};

						return { init : init };


				})();

				Page.init();



				/**
				 * Notes: 
				 * 
				 * example how to add items:
				 */

				/*
				
				var $items  = $('<div class="sl-slide sl-slide-color-2" data-orientation="horizontal" data-slice1-rotation="-5" data-slice2-rotation="10" data-slice1-scale="2" data-slice2-scale="1"><div class="sl-slide-inner bg-1"><div class="sl-deco" data-icon="t"></div><h2>some text</h2><blockquote><p>bla bla</p><cite>Margi Clarke</cite></blockquote></div></div>');
				
				// call the plugin's add method
				ss.add($items);

				*/
			
			});
		</script>
	</body>
</html>