Advertisement
Guest User

Untitled

a guest
Mar 10th, 2019
3,063
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 268.15 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html xmlns="http://www.w3.org/1999/html" class="n"> <head> <title>Campaign Builder - Template Designer | Mailchimp</title>  <meta charset="utf-8"> <meta name="copyright" content="Copyright (c) 2019 Mailchimp. All Rights Reserved."> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black">  <meta content="//mailchimp.com/browserconfig.xml" name="msapplication-config"> <meta content="#FFE01B" name="msapplication-TileColor">  <link href="https://cdn-images.mailchimp.com/favicons/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180"> <link href="https://cdn-images.mailchimp.com/favicons/touch-icon-192.png" rel="icon" sizes="192x192">  <link rel="shortcut icon" href="https://cdn-images.mailchimp.com/favicons/favicon.ico">  <link rel="mask-icon" href="https://cdn-images.mailchimp.com/favicons/mask-icon.svg" color="#241C15">  <link rel="stylesheet" type="text/css" href="/release/1.1.188ce7da4006bc263b073a9e850390f0a6f0c1921/css/less/typefaces.css"> <link rel="stylesheet" type="text/css" href="/release/1.1.188ce7da4006bc263b073a9e850390f0a6f0c1921/css/less/application.css">                 <script mc:noreorder>
  4.     window.gtmData = {
  5.         hasUser: true,
  6.         userId: 60283253,
  7.         loginId: "a44659d6ede42693673a1f0de1d8b5f5",
  8.         UA: "UA-329148-81",
  9.         version: "1",
  10.         gaDimensions: [],
  11.         deferToGTM: false    };
  12.  
  13.     (function /* gtmAPI */ () {
  14.  
  15.         function buildCustomDimensions() {
  16.             var result = { 9: window.gtmData.version.toString() };
  17.             if(window.gtmData.hasUser) {
  18.                 result[8] = window.gtmData.userId.toString();
  19.                 result[24] = window.gtmData.loginId.toString();
  20.             }
  21.  
  22.             var dims = window.gtmData.gaDimensions;
  23.             Object.keys(dims).forEach(function(dim) {
  24.                 var index = parseInt(dim.replace('dimension', ''));
  25.                 if(!isNaN(index)) {
  26.                     // sometimes things get into this array that are not numbered dimensions
  27.                     result[index] = dims[dim];
  28.                 }
  29.             });
  30.             return result;
  31.         }
  32.  
  33.         function gtmPayload(hitType, data) {
  34.             data = data || {};
  35.  
  36.             data['_gtm_deferred'] = window.gtmData.deferToGTM;
  37.             data['type'] = hitType;
  38.             data['UA'] = window.gtmData.UA;
  39.             data['customDimensions'] = buildCustomDimensions();
  40.  
  41.             data['customVariables'] = data['customVariables'] || {};
  42.             data['customVariables']['eventSource'] = 'gtm';
  43.             return data;
  44.         }
  45.  
  46.         /**
  47.          * Records a GTM event, with custom variables. Accepts either:
  48.          *
  49.          *   gtmEvent('event category', { 'foo': 'bar' })
  50.          *
  51.          * or:
  52.          *
  53.          *   gtmEvent({
  54.          *     'eventCategory': 'event category',
  55.          *     'eventAction': 'event action',
  56.          *     'eventLabel': 'etc',
  57.          *     'eventValue': 1
  58.          *    }, { 'foo': 'bar' })
  59.          *
  60.          * For eventInfo guidelines see:
  61.          *   https://support.google.com/analytics/answer/1033068?hl=en
  62.          */
  63.         window.gtmEvent = function(eventInfo, customVariables) {
  64.             if(typeof eventInfo === 'string') {
  65.                 eventInfo = { 'eventCategory': eventInfo };
  66.             }
  67.             customVariables = customVariables || {};
  68.  
  69.             var event = gtmPayload('EVENT', {
  70.                 'event': 'e_action',
  71.                 'eventInfo': eventInfo,
  72.                 'customVariables': customVariables
  73.             });
  74.  
  75.             window.dataLayer.push(event);
  76.         };
  77.  
  78.         window.dataLayer = [gtmPayload('PAGE')];
  79.     })();
  80. </script>  <script mc:noreorder>
  81.     (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  82.     new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  83.     j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  84.     'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  85.     })(window,document,'script','dataLayer','GTM-MCZTKL');
  86.     // setup the GA command queue
  87.     window['GoogleAnalyticsObject'] = '_ga';
  88.     window._ga = window._ga || function() {
  89.         window._ga.q = window._ga.q || [];
  90.         window._ga.q.push(arguments);
  91.     };
  92. </script>
  93.  
  94.  
  95.  <script mc:noreorder>
  96.     function debuglog() {
  97.         if(typeof window._debug_analytics !== 'undefined' && window._debug_analytics) {
  98.            console.log.apply(console, arguments);
  99.         }
  100.     }
  101.  
  102.     window.ga = function /*decoratedGoogleAnalytics*/() {
  103.         var args = [].slice.call(arguments, 0);
  104.         if (typeof args[0] === 'string'
  105.             && args[0] !== 'create'
  106.            && args[0] !== 'provide') {
  107.            args[0] = 't0.' + args[0];
  108.         }
  109.         debuglog('ga', args);
  110.         return _ga.apply(this, args);
  111.     };
  112.  
  113.     (function /*initializeGoogleAnalytics*/() {
  114.         var gtmData = window.gtmData;
  115.  
  116.         var dimensions = {
  117.             USER_ID: 'dimension8',
  118.             LOGIN_ID: 'dimension24',
  119.             TRACKING_VERSION: 'dimension9'
  120.         };
  121.  
  122.         function trackGA() {
  123.             if (gtmData.hasUser) {
  124.                 ga("create", gtmData.UA, "auto", {
  125.                     allowLinker: false,
  126.                     userId: gtmData.userId,
  127.                     name: 't0'
  128.                 });
  129.  
  130.                 ga("set", dimensions.USER_ID, gtmData.userId.toString());
  131.                 ga("set", dimensions.LOGIN_ID, gtmData.loginId.toString());
  132.             } else {
  133.                 ga("create", gtmData.UA, "auto", {
  134.                     allowLinker: false,
  135.                     name: 't0'
  136.                 });
  137.             }
  138.             ga("set", dimensions.TRACKING_VERSION, gtmData.version);
  139.  
  140.             ga("require","linker");
  141.             ga("linker:autoLink", [/(.*\.)?mailchimp(app)?\.com$/], !1,!0);
  142.  
  143.             ga("send", "pageview", gtmData.gaDimensions);
  144.         }
  145.  
  146.         if (!gtmData.deferToGTM) {
  147.             trackGA();
  148.         }
  149.     })();
  150. </script>    
  151.  
  152.     <link href="https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i|Cabin:400,400i,700,700i|Catamaran:400,400i,700,700i|Hind+Guntur:400,400i,700,700i|Karla:400,400i,700,700i|Lato:400,400i,700,700i|Lora:400,400i,700,700i|Merriweather:400,400i,700,700i|Merriweather+Sans:400,400i,700,700i|Noticia+Text:400,400i,700,700i|Open+Sans:400,400i,700,700i|Playfair+Display:400,400i,700,700i|Roboto:400,400i,700,700i|Rubik:400,400i,700,700i|Source+Sans+Pro:400,400i,700,700i|Source+Serif+Pro:400,400i,700,700i|Work+Sans:400,400i,700,700i" rel="stylesheet">
  153.      <link rel="stylesheet" href="/release/1.1.188ce7da4006bc263b073a9e850390f0a6f0c1921/js/codemirror4/theme/mc-codemirror.css"> <link rel="stylesheet" href="/release/1.1.188ce7da4006bc263b073a9e850390f0a6f0c1921/js/codemirror4/theme/mc-codemirror-themes.css">          </head> <body class="c-builder  neapolitan">  <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MCZTKL" height="0" width="0" style="display:none;visibility:hidden"> </iframe> </noscript>   <div data-dojo-type="mojo/widgets/KbSearch" class="kb-overlay-container c-baseOverlay selfclear" role="search" aria-hidden="true">  <div title="Close menu" data-dojo-attach-point="closeButton" class="close-overlay close-right freddicon cross absolute cursor-pointer"></div> <div> <div data-dojo-attach-point="searchPanel" class="global-search mc-small-content"> <form data-dojo-attach-point="searchForm" class="kb-search !margin-bottom--lv8" method="get" novalidate="novalidate"> <h2 class="alignc !margin-bottom--lv4 fwb">Search the Knowledge Base</h2>  <div class="big-search-container relative !margin-bottom--lv3">  <input data-dojo-attach-point="searchInput" name="kb-search" class="big-search-field !margin--lv0 full-width av-search" type="search" tabindex="0" autofocus="autofocus" placeholder="Search articles" id="kb-search">  <span class="big-search-controls"> <span data-dojo-attach-point="clearIcon" class="freddicon cross clear-search hide cursor-pointer absolute"></span> <button data-dojo-attach-point="searchIcon" type="submit" class="button freddicon solidsearch !margin--lv0"></button> </span>  <div class="loading-search hide padding--lv5 absolute" data-dojo-attach-point="searchLoader"></div> </div> <input type="hidden" name="__csrf_token" id="" value="a2c6a10e4410b9f052f1fb520fe87a0b424e7b06" class="av-hidden"></form>   <div class="line section hide search-error"> <div class="feedback-block error"> <div class="lastUnit size1of1"> <div class="media"> <div class="media-image"> <span class="freddicon not-allowed"></span> </div> <div class="media-body"> <h4>Something went wrong.</h4> <p>There was an error processing the request.</p> </div> </div> </div> </div> </div>  <div id="kb-recommended" class="kb-recommended line main-section" data-dojo-attach-point="recommendedContainer"> <div class="lastGroup size1of1"> <h3>Recommended Articles</h3> <ul class="recommended-articles" data-dojo-attach-point="recommendedArticlesContainer"></ul> </div> </div>  <div id="kb-results" class="line main-section" data-dojo-attach-point="resultsContainer"> <div class="lastGroup size1of1 section">  <div class="line" data-dojo-attach-point="resultsList"></div> </div> </div> </div> <div data-dojo-attach-point="contentPanel" class="global-search mc-small-content"> <a class="p !margin-bottom--lv6" href="#" data-dojo-attach-point="backLink"> <span class="freddicon menu-left-on-left" role="presentation" aria-hidden="true"></span>Back to Search </a> <div data-dojo-attach-point="contentContainer"></div> </div> </div> </div>     <div class="wizard-container last-step"> <div id="av-neapolitan-content"> <div class="lastUnit size1of1 overflow-visible flex-shrink-none"> <div id="av-flash-block" class="c-flashBlock">     </div> </div>   <div id="main" class="hide-legacy-ie"> <div id="editor"> <div class="column split-left" id="previewcol"> <span role="presentation" aria-hidden="true" class="drag-split" title="Click and drag to resize the columns. Double click to reset position."></span> <div class="colbody haslist ms-overflow-style--scrollebar@ie10" id="preview-template-container"> <div class="iframe-wrapper loading"> <div class="iframe-loading-message design"><div class="loadingbar alignc"><img src="/release/1.1.188ce7da4006bc263b073a9e850390f0a6f0c1921/css/icons/pulse.png" class="pulse margin--lv2"><br><strong>Loading...</strong></div></div> <div class="iframe-dnd-overlay"></div> <iframe id="preview-template" data-src="/campaigns/wizard/neapolitan/preview?id=1679849&variant=" frameborder="0"></iframe>  </div> </div> </div> <div class="column split-right" id="toolcol"> <div class="wizard-header"> <ul id="tool-nav" class="panel-button-nav border-bottom flex"> <li class="c-buttonGroupItem v-buttonGroupItemFlex"> <button type="button" id="content-link" class="c-buttonGroupButton
  154.                                    v-buttonGroupBordered
  155.                                    v-buttonGroupButtonFlex
  156.                                    v-buttonGroupBordered--active">Content </button> </li> <li class="c-buttonGroupItem v-buttonGroupItemFlex"> <button type="button" id="design-link" class="c-buttonGroupButton
  157.                                    v-buttonGroupBordered
  158.                                    v-buttonGroupButtonFlex
  159.                                    ">Design </button> </li> <li class="c-buttonGroupItem v-buttonGroupItemFlex"> <button type="button" id="feedback-link" class="c-buttonGroupButton
  160.                                    v-buttonGroupBordered
  161.                                    v-buttonGroupButtonFlex">Comments </button> </li> </ul> </div> <div class="colbody"> <div id="toolcol-panes" data-dojo-type="dijit/layout/StackContainer" class="full-height"> <div id="content-pane" data-dojo-type="dijit/layout/ContentPane" title="Content" selected="true"> <ul id="blocks-container" class="block padding--lv4 !padding-bottom--lv0 !padding-left-right--lv0"></ul> <div id="start-tour-link" style="display: none" class="clear padding--lv3 alignc small-meta"> Need a refresher? <a href="#" class="startTour">Take a quick tour</a>. </div> </div> <div id="design-pane" data-dojo-type="dijit/layout/ContentPane" title="Design" selected="false"> <div id="design-editor"></div> </div> <div id="feedback-pane" data-dojo-type="dijit/layout/ContentPane" title="Comments" selected="false" style="display: none"> <div id="feedback-editor" data-dojo-type="mojo/neapolitan/FeedbackPane" data-dojo-props="feedbackUrl: '/campaigns/feedback', campaignId: '1679849', pushChannel: 'private-041fae36aeb647b052b64606b83e8e1e7cfe3038-campaigns_feedback'"></div> </div> </div> </div> <div id="editor-pane" data-dojo-type="mojo/neapolitan/EditorPane"></div> <div class="drawer-tab"></div> </div>  </div> <div id="hotkey-help-pane" class="c-hotkeyHelpPane position--absolute v-textColorWhite padding--lv4"> <a class="float-right v-linkColorWhite" href="#" onclick="dojo.setStyle('hotkey-help-pane', 'display', 'none'); return false;" title="Close"><span class="freddicon cross"></span></a> <h4 class="v-textColorWhite">Keyboard shortcuts</h4> <ul class="section"> <li><code class="c-hotkeyHelpPane_indent">ESC</code> Save and close editor, hide preview</li> <li><code class="c-hotkeyHelpPane_indent">1</code> Toggle preview mode</li> <li><code class="c-hotkeyHelpPane_indent">2</code> Send a test email</li> <li><code class="c-hotkeyHelpPane_indent">3</code> Push to mobile</li> <li><code class="c-hotkeyHelpPane_indent">H</code> Show/Hide hotkeys cheatsheet</li> </ul> <h4 class="v-textColorWhite">Text editor shortcuts</h4> <ul> <li><code class="c-hotkeyHelpPane_indent"><span class="os-key">CTRL</span> + <strong>Z</strong></code> Undo</li> <li><code class="c-hotkeyHelpPane_indent"><span class="os-key">CTRL</span> + <strong>Y</strong></code> Redo</li> <li><code class="c-hotkeyHelpPane_indent"><span class="os-key">CTRL</span> + <strong>L</strong></code> Add link</li> <li><code class="c-hotkeyHelpPane_indent"><span class="os-key">CTRL</span> + <strong>B</strong></code> <b>Bold</b> selected text</li> <li><code class="c-hotkeyHelpPane_indent"><span class="os-key">CTRL</span> + <strong>U</strong></code> <span style="text-decoration:underline;">Underline</span> selected text</li> <li><code class="c-hotkeyHelpPane_indent"><span class="os-key">CTRL</span> + <strong>I</strong></code> <i>Italicize</i> selected text</li> </ul> </div>  </div> <div style="margin-top:24px;"> <div class="lastUnit size1of1 section show-legacy-ie"> <div class="feedback-block warning " role="status"><div class="lastUnit size1of1"><div class="c-media"><div class="c-mediaImage v-isFreddicon"><span class="freddicon warn-circle"></span></div><div class="c-mediaBody--centered"><h4>Mailchimp is not actively supported in Internet Explorer 9 and below.</h4><p> Mailchimp works best on modern browsers. The latest versions of <a href="http://www.google.com/chrome/" target="_blank" rel="noopener noreferrer">Google Chrome</a>, <a href="http://www.getfirefox.com/" target="_blank" rel="noopener noreferrer">Firefox</a>, Safari, and Internet Explorer all work well with Mailchimp. We recommend switching to one of those.<br> See our <a href="https://mailchimp.com/help/minimum-system-requirements/" target="_blank" rel="noopener noreferrer">system requirements</a> for more information. </p></div></div></div></div> </div>  </div> <div style="display:none;"> <div id="edit-content-modal" data-dojo-type="dijit/Dialog" style="width:95%; height: 450px;" title="Edit Your Content" data-dojo-props="autofocus:false"> <div class="dijitDialogPaneContentArea nobar" style="max-height: none"> <div class="save-block padding--lv1 !padding-left-right--lv0 float-right"> <span id="content-txt-savemsg" class="padding--lv3 !padding-top-bottom--lv0 small-meta">Autosaved every 20 seconds</span> <button class="button p0 disabled !margin-right--lv0" id="content-saving-btn" style="display:none;">Saving...</button> <button data-dojo-type="dijit/form/Button" class="button p0 !margin-right--lv0" id="content-save-btn">Save &amp; Close <script type="dojo/connect" data-dojo-event="onClick" data-dojo-args="e">
  162.                     dojo.query('#content-saving-btn').style('display', 'inline-block');
  163.                     dojo.query('#content-save-btn').style('display', 'none');
  164.                     saveTemplateContent().then(function() {
  165.                         dojo.query('#content-saving-btn').style('display', 'none');
  166.                         dojo.query('#content-save-btn').style('display', 'inline-block');
  167.                         dijit.byId('edit-content-modal').hide();
  168.                     }, function() {
  169.                         dojo.query('#content-saving-btn').style('display', 'none');
  170.                         dojo.query('#content-save-btn').style('display', 'inline-block');
  171.                     });
  172.                 </script> </button> </div> <div id="fckeditor-block" style="clear: both;"></div>
  173.                              <div class="merge-cheatsheet"> <label class="merge-tag-cheatsheet disclosure-closed">Merge tag cheat sheet for list <span class="list-name">Weekly Sparks</span></label>  <div id="merges-list" class="merges" style="display: none;"> <table class="mc-table scroll-small"> <thead> <tr class="odd"> <th>To insert...</th> <th class="persistent">Use this *|MERGETAG|*</th> </tr> </thead> <tbody> <tr class="odd"> <td>Email Address</td> <td id="mergetag-0">*|EMAIL|*</td> </tr><tr class="even"> <td>First Name</td> <td id="mergetag-1">*|FNAME|*</td> </tr><tr class="odd"> <td>Last Name</td> <td id="mergetag-3">*|LNAME|*</td> </tr> <tr id="start-builtin-merges" class="builtin-merge odd"> <td>Unsubscribe link</td> <td id="mergetag-unsub">*|UNSUB|*</td> </tr> <tr class="builtin-merge even"> <td>Forward to a friend link</td> <td id="mergetag-forward">*|FORWARD|*</td> </tr> <tr class="builtin-merge odd"> <td>Update profile link</td> <td id="mergetag-profile">*|UPDATE_PROFILE|*</td> </tr> <tr class="builtin-merge even"> <td>Archive link</td> <td id="mergetag-profile">*|ARCHIVE|*</td> </tr> <tr class="builtin-merge odd"> <td>MonkeyRewards affiliate link</td> <td id="mergetag-rewards">*|REWARDS|*</td> </tr> <tr class="builtin-merge even"> <td>Facebook Like button</td> <td id="mergetag-rewards">*|FACEBOOK:LIKE|*</td> </tr> <tr class="builtin-merge odd"> <td>Facebook Comments button</td> <td id="mergetag-rewards">*|FACEBOOK:COMMENTS|*</td> </tr> <tr class="builtin-merge even"> <td>Facebook profile + 5 most recent wall posts</td> <td id="mergetag-rewards">*|FACEBOOK:FULLPROFILE|*</td> </tr> <tr class="builtin-merge odd"> <td>Facebook profile</td> <td id="mergetag-rewards">*|FACEBOOK:PROFILE|*</td> </tr> <tr class="builtin-merge even"> <td>Facebook posts</td> <td id="mergetag-rewards">*|FACEBOOK:POSTS3|*</td> </tr> <tr class="builtin-merge odd"> <td>Twitter profile + 5 most recent tweets</td> <td id="mergetag-rewards">*|TWITTER:FULLPROFILE|*</td> </tr> <tr class="builtin-merge even"> <td>Twitter profile</td> <td id="mergetag-rewards">*|TWITTER:PROFILE|*</td> </tr> <tr class="builtin-merge odd"> <td>Twitter tweets</td> <td id="mergetag-rewards">*|TWITTER:TWEETS3|*</td> </tr> <tr class="builtin-merge even"> <td>Send a tweet</td> <td id="mergetag-rewards">*|TWITTER:TWEET|*</td> </tr> <tr class="builtin-merge odd"> <td>Social Share links</td> <td id="mergetag-rewards">*|MC:SHARE|*</td> </tr> <tr class="builtin-merge even"> <td>Send to Google +1</td> <td id="mergetag-rewards">*|GOOGLE:PLUSONE|*</td> </tr> <tr class="builtin-merge odd"> <td>Share on Tumblr</td> <td id="mergetag-rewards">*|TUMBLR:SHARE|*</td> </tr>
  174.  
  175.                             </tbody> </table> </div> </div>
  176.                     </div> </div> <div id="edit-content-disabled" data-dojo-type="dijit/Dialog" title="Content Editing Disabled"> <div class="dijitDialogPaneContentArea nobar" style="max-height: none"> <p> This is a preview of a the template edit area. Content editing will be available when editing a real campaign using this template. </p> </div> </div> <div id="edit-imagetext-modal" style="width:95%; max-width:800px; height: 400px;" data-dojo-type="dijit/Dialog" title="Edit Your Content" execute="saveTemplateImageText(arguments[0]);"> <div class="dijitDialogPaneContentArea nobar" style="max-height: none"> <div class="save-block padding--lv1 !padding-left-right--lv0 float-right"> <span id="content-imgtxt-savemsg" class="padding--lv3 !padding-top-bottom--lv0 small-meta">Autosaved every 20 seconds</span> <button data-dojo-type="dijit/form/Button" type="submit" class="button p0 !margin-right--lv0">Save &amp; Close</button> </div> <div id="fckeditor-image-block" style="clear: both;"></div> </div> </div> </div>   <div id="send-test-modal" data-dojo-type="dijit/Dialog" title="Send a Test" style="display:none; width:600px;">   <div id="send-test-form"> <div class="dijitDialogPaneContentArea"> <div id="test-limit-warning" class="feedback-block info section hide"> <div class="lastUnit size1of1"> <div class="media"> <div class="media-image"><span class="freddicon info-circle"></span></div> <div class="media-body"> <h4>Sending a lot of tests?</h4> <p>Testing your email is always a good idea, but there are some limits on the number of tests that you can send. <a href="https://mailchimp.com/help/about-test-email-sending-limits/" target="_blank" rel="noopener noreferrer">Learn more</a> </p> </div> </div> </div> </div>   <label for="test-email">Send a test to</label> <div class="field-wrapper"> <input type="email" id="test-email" onkeydown="mojo.app.wizard.handleSendTestKeyPress(event);" name="test-email" tabindex="1" value="maxine@sparkfestival.co" placeholder="Ex: freddie@mailchimp.com, mannie@mandrill.com..." class="av-email"> <span class="field-help always-show">Use commas to separate multiple emails.</span> </div>  <div> <label for="test-email" class="disclosure-closed !margin-bottom--lv2" onclick="mojo.utils.disclosureElement('sendtest-users', this, true); return false;"> Also send to the following account users </label> <ul id="sendtest-users" class="selfclear" style="display:none"> <li class="unit size1of2 !margin-bottom--lv2"> <label class="checkbox !margin-bottom--lv0 overflow-ellipsis" for="send_test_login_63981341"> <input type="checkbox" data-dojo-type="dijit/form/CheckBox" name="send_test_login_63981341" id="send_test_login_63981341" value="63981341" class="av-checkbox">Spark Festival <div class="checkbox-description overflow-ellipsis small-meta">maxine@sparkfestival.co</div> </label> </li><li class="unit size1of2 !margin-bottom--lv2"> <label class="checkbox !margin-bottom--lv0 overflow-ellipsis" for="send_test_login_63981693"> <input type="checkbox" data-dojo-type="dijit/form/CheckBox" name="send_test_login_63981693" id="send_test_login_63981693" value="63981693" class="av-checkbox">Jordan Koncz <div class="checkbox-description overflow-ellipsis small-meta">jordan@digitalcreators.com.au</div> </label> </li><li class="unit size1of2 !margin-bottom--lv2"> <label class="checkbox !margin-bottom--lv0 overflow-ellipsis" for="send_test_login_117425610"> <input type="checkbox" data-dojo-type="dijit/form/CheckBox" name="send_test_login_117425610" id="send_test_login_117425610" value="117425610" class="av-checkbox">Robert Hughes <div class="checkbox-description overflow-ellipsis small-meta">roberthughes169@gmail.com</div> </label> </li> </ul> </div>                <label for="test-message" class="disclosure-closed border-above !margin-bottom--lv2" onclick="mojo.utils.disclosureElement('top-bar', this, true);"> Include instructions and a personal message <span class="small-meta">(optional)</span> </label> <div id="top-bar" class="padding--lv2 !padding-top-bottom--lv0 !padding-right--lv0" style="display:none;"> <textarea type="text" id="test-message" class="!margin-bottom--lv2" name="test-message" tabindex="1" placeholder="Ex: Hi folks. Please make sure you are OK with the header image. Thanks!"></textarea> </div> <div> <label for="test-email" class="disclosure-closed border-above !margin-bottom--lv2" onclick="mojo.utils.disclosureElement('sendtest-notifications', this, true); return false;">Who should be notified by email about new comments?</label> <ul id="sendtest-notifications" class="selfclear" style="display:none"> <li class="unit size1of2 !margin-bottom--lv2"> <label class="checkbox !margin-bottom--lv0 overflow-ellipsis" for="notify_login_63981341"> <input type="checkbox" data-dojo-type="dijit/form/CheckBox" name="notify_login_63981341" id="notify_login_63981341" value="63981341" checked="checked" class="av-checkbox">Spark Festival <div class="checkbox-description overflow-ellipsis small-meta">maxine@sparkfestival.co</div> </label> </li><li class="unit size1of2 !margin-bottom--lv2"> <label class="checkbox !margin-bottom--lv0 overflow-ellipsis" for="notify_login_63981693"> <input type="checkbox" data-dojo-type="dijit/form/CheckBox" name="notify_login_63981693" id="notify_login_63981693" value="63981693" class="av-checkbox">Jordan Koncz <div class="checkbox-description overflow-ellipsis small-meta">jordan@digitalcreators.com.au</div> </label> </li><li class="unit size1of2 !margin-bottom--lv2"> <label class="checkbox !margin-bottom--lv0 overflow-ellipsis" for="notify_login_117425610"> <input type="checkbox" data-dojo-type="dijit/form/CheckBox" name="notify_login_117425610" id="notify_login_117425610" value="117425610" checked="checked" class="av-checkbox">Robert Hughes <div class="checkbox-description overflow-ellipsis small-meta">roberthughes169@gmail.com</div> </label> </li> </ul> </div>        
  177.     </div> <div class="dijitDialogPaneActionBar"> <div class="float-left">
  178.                                     <input type="button" class="button p0 send-test-button" value="Send Test" onclick="mojo.app.wizard.sendTest(null, 'campaign', 1679849, this); return false;" tabindex="2">
  179.                                     <a onclick="dijit.byId('send-test-modal').hide(); return false;" href="#" tabindex="4">Cancel</a> </div> <div class="float-right small-meta link-underline dim-el"> <a href="http://mailchimp.com/legal/privacy/" target="_blank" title="Privacy Policy" class="nolink" rel="noopener noreferrer">Privacy</a> and <a href="http://mailchimp.com/legal/terms/" target="_blank" title="Terms of Use" class="nolink" rel="noopener noreferrer">Terms</a> </div> </div> </div> <div id="send-test-success" style="display: none;"> <div class="dijitDialogPaneContentArea"> <div class="feedback-block success section"> <div class="unit size1of1"> <div class="media"> <div class="media-image"> <span class="freddicon tick-circle"></span> </div> <div class="media-body"> <h4>Bon voyage, test email!</h4> <p> Your test email is on its way to the test recipients. <a onclick="ga('send', 'event', window.location.pathname, 'help link', 'list of things you might check');" href="https://mailchimp.com/help/email-campaign-testing-tips/" target="_blank" rel="noopener noreferrer">email testing tips</a> </p> <p class="small-meta"><strong>P.S.</strong> Recipients can reply to your test emails. Their feedback will show up in the comments tab.</p> </div> </div> </div> </div> <div id="send-test-samedomain" class="feedback-block warning section" style="display: none;"> <div class="unit size1of1"> <div class="media"> <div class="media-body  "> <p> <strong>Note:</strong> When you send to an email address using the same domain in the reply-to (sparkfestival.co), it can sometimes trigger Gmail and others to categorize it as spam. Check your junk mail if the test doesn't arrive in your inbox.
  180.                         </p> </div> </div> </div> </div> </div> <div class="dijitDialogPaneActionBar"> <button onclick="dijit.byId('send-test-modal').hide(); return false;" class="button p0 finish-tests">Ok</button> <a href="#" onclick="mojo.app.wizard.resetSendTestDialog(); dojo.byId('test-email').focus();return false;">Send another test email</a> </div> </div> <div id="send-test-error" style="display: none;"> <div class="dijitDialogPaneContentArea"> <div class="feedback-block warning section"> <div class="unit size1of1"> <div class="media"> <div class="media-image"> <span class="freddicon warn-circle-large"></span> </div> <div class="media-body"> <h4>We were unable to complete all test sends</h4> <p>View details below.</p> </div> </div> </div> </div> <div id="send-test-error-message"></div> </div> <div class="dijitDialogPaneActionBar"> <button onclick="dijit.byId('send-test-modal').hide(); return false;" class="button p0 finish-tests">Ok</button> <a href="#" onclick="mojo.app.wizard.resetSendTestDialog(); dojo.byId('test-email').focus();return false;">Send another test email</a> </div> </div>  </div> <div id="push-mobile-dialog" data-dojo-type="dijit/Dialog" title="Push to Mailchimp's Mobile App" style="display:none; width: 600px">  <div class="dijitDialogPaneContentArea nobar"> <p> Preview your campaigns on your mobile device with the Mailchimp app. Simply install the Mailchimp app on your device, select the "Push to mobile" option on your desktop, and check your device for a notification. </p> <ul class="linear-list line section"> <li class="padding--lv1"><a target="_blank" title="Download for iPhone on the App Store" href="http://itunes.apple.com/us/app/mailchimp/id366794783" rel="noopener noreferrer"><img alt="Available on the iPhone App Store" height="52" src="/release/1.1.188ce7da4006bc263b073a9e850390f0a6f0c1921/images/icons/mobile-dl-iphone.png"></a></li> <li class="padding--lv1"><a target="_blank" title="Download for Android on Google Play" href="https://play.google.com/store/apps/details?id=com.mailchimp.mailchimp" rel="noopener noreferrer"><img alt="Available for Android on Google Play" height="52" src="/release/1.1.188ce7da4006bc263b073a9e850390f0a6f0c1921/images/icons/mobile-dl-android.png"></a></li> </ul> <p class="small-meta">Note: If you've previously installed the app and see this, please upgrade it for preview support.</p> </div>  </div>  <div id="save-template-modal" data-dojo-type="dijit/Dialog" title="Save as Template" refreshonshow="true" href="/campaigns/wizard/html-template/save-dialog?id=1679849" execute="saveTemplate(arguments[0]);"></div>   <div id="save-template-complete" data-dojo-type="dijit/Dialog" title="Template Saved" execute="this.hide();"> <div class="dijitDialogPaneContentArea"> <p>Your template has been saved, and will appear under "Saved Templates" whenever you create a new campaign.</p> <div class="dijitDialogPaneActionBar"> <button data-dojo-type="dijit/form/Button" class="button p0" type="submit">Return to Campaign</button> </div> </div> </div>  <div id="edit-contactinfo-modal" class="c-contactInfoModal" data-dojo-type="dijit/Dialog" title="Edit List Contact Information" href="/lists/settings/contact-popup?id=274241" style="width:640px;"></div> <div data-dojo-type="dijit/Dialog" id="comment-delete-dialog" title="Are you sure?" style="width:40%; display: none"> <div class="dijitDialogPaneContentArea"> <p class="!margin--lv0">You're about to delete this comment.</p> <p class="warning">Deleting this comment will delete the entire conversation.</p> <div class="dijitDialogPaneActionBar"> <button data-dojo-type="dijit/form/Button" type="submit" class="button p0">Delete</button> <a href="#" onclick="dijit.byId('comment-delete-dialog').hide(); return false;">Cancel</a> </div> </div> </div> <a id="focusHack" href="#"></a> </div>
  181.                             <form class="wizard-form" id="wizard-form" action="/campaigns/wizard/html-template-post" data-mojo-challenge="false" method="POST" novalidate="novalidate"> <input type="hidden" id="post-save-redir" name="post-save-redir" value="" class="av-hidden"> <input type="hidden" name="id" class="av-hidden" value="1679849" id="id">
  182.            
  183.             <div class="c-wizardNavigation full-width bg-dark small-meta fwb zin-lv2 absolute pos-t0 selfclear">  <div class="wizard-menu float-left">  <a mc:track-label="wizard" data-mc-el="wizardFreddieLogo" href="/" aria-label="Main dashboard" class="wizard-freddie padding--lv3 !padding-top-bottom--lv0 float-left"> <img src="/release/1.1.188ce7da4006bc263b073a9e850390f0a6f0c1921/images/brand_assets/logos/mc-freddie-light.svg" width="38" height="38" alt="Mailchimp logo" role="presentation"> </a> <div id="wizard-title" class="wizard-title absolute pos-t0"> <div id="builder-header" class="wizard-header get-started"> <div class="campaign-title float-left" title="Custom - 2018 Template - CWJ Design, saved from 1 Column">Weekly Sparks 093 (copy 01)</div> <a href="#" title="Find out what changed and apply the newness." style="display:none;" id="update-available-link" class="vbar">Update available for this template</a> <span id="viewer-list"></span> </div>   </div> </div>  <div class="wizard-menu wizard-header float-right">   <div id="exitnav" class="exitnav"> <div class="mobile-top-nav hover-item"><span class="c-wizardLink--top !textcolor--gray4 freddicon menu-down alignc padding--lv3"></span></div>  <nav class="wizard-menu-nav"> <ul class="linear-list small-meta selfclear">  <li class="hover-item"> <a class="c-wizardLink--top padding--lv3" href="#" data-kb-help>Help</a> </li>  <li> <ul class="hover-list small-meta"> <li class="hover-item"> <a class="c-wizardLink--top padding--lv3" href="#">Preview and Test</a> <ul class="right-edge small-meta" style="width: 240px"> <li><a href="#" onclick="app.togglePreview(); return false;" id="showPreview"><span class="small-meta hide-mobile float-right">1</span> Enter preview mode</a></li> <li><a onclick="mojo.utils.globalPublish('mojo/editor/toggleTestPopup'); return false;" href="#"><span class="small-meta hide-mobile float-right">2</span> Send a test email</a></li> <li><a href="#" onclick="mojo.app.wizard.showPushToMobileDialog(); return false;"><span class="small-meta hide-mobile float-right">3</span> Push to mobile</a></li> <li><a href="#" onclick="app.showLinkChecker(); return false;"><span class="small-meta hide-mobile float-right">4</span> Open Link Checker</a></li> <li class="hide-phone"><a href="#" onclick="app.showShareSettings(); return false;"><span class="small-meta hide-mobile float-right">5</span> Social Cards</a></li> </ul> </li> </ul> </li>  <li class="hover-item"> <a class="c-wizardLink--top padding--lv3" href="#" onclick="dijit.byId('save-template-modal').show(); return false;">Save as Template</a> </li>  <li> <ul id="wizard-exit" class="hover-list small-meta"> <li class="hover-item"> <a href="#" class="c-wizardLink--top padding--lv3" onclick="return false;">Save and Exit</a> <ul class="right-edge small-meta" style="width: 142px"> <li><a data-save-on-click href="/">Dashboard</a></li> <li><a data-save-on-click href="/campaigns">Campaigns</a></li> <li><a data-save-on-click href="/templates">Templates</a></li> <li><a data-save-on-click href="/lists/">Lists</a></li> <li><a data-save-on-click href="/reports/">Reports</a></li> <li><a data-save-on-click href="/account/">Account</a></li> <li class="divider"></li> <li><a data-save-on-click href="/login/out" title="Adios, sparkfestival">Log Out</a></li> </ul> </li> </ul>  </li>       </ul> </nav> </div> </div> </div> <div id="av-outer-container"></div>
  184.            
  185.             <div id="formContent">  <input type="hidden" aria-hidden="true" id="reactivate" name="reactivate" value="" class="av-hidden">   </div> <div id="goToNextStepContainer" class="c-wizardNavigation goToNextStepContainer full-width bg-dark small-meta fwb alignc absolute pos-b0 zin-lv2">
  186.  
  187.                                  <a class="c-wizardLink--step absolute pos-l0 pos-t0 zin-lv1 small-meta padding--lv3 hide-desktop" title="Go back to Template" href="#" onclick="if(!dojo.hasClass(this.parentNode, 'current')){dojo.byId('next-step').value='template';if(typeof(editAreaLoader) != 'undefined'){ editAreaLoader.delete_instance('html'); }if(typeof(wizard_formsubmit) != 'undefined') { wizard_formsubmit(); } else { dojo.byId('wizard-form').submit();} } return false;"><span class="freddicon menu-left"></span><span class=" nowrap">Back</span><span class="step-details nowrap">:&nbsp;Template</span></a> <a class="c-wizardLink--step absolute pos-l0 pos-t0 zin-lv1 small-meta padding--lv3 hide-mobile" title="Go back to Template" border="0" href="#" onclick="if(!dojo.hasClass(this.parentNode, 'current')){dojo.byId('next-step').value='template';if(typeof(editAreaLoader) != 'undefined'){ editAreaLoader.delete_instance('html'); }if(typeof(wizard_formsubmit) != 'undefined') { wizard_formsubmit(); } else { dojo.byId('wizard-form').submit();} } return false;"><span class="freddicon menu-left"></span>Back</a>                
  188.                        <a title="Save and Close" class="c-wizardButton button p1 absolute pos-r0 pos-t0 zin-lv2" href="/campaigns/edit?id=1679849" role="button">Save & Close<span class="freddicon menu-right on-right"></span></a>
  189.  
  190.                
  191.                                  
  192.                       <div class="final-action-container absolute pos-r0 pos-t0 !margin-right--lv0 zin-lv2 small-meta padding--lv2 !padding-left-right--lv0 !padding-bottom--lv0"></div> <div class="hide-mobile" id="progress"> <ul id="progress-bar" class="progress-bar steps-2 small-meta">    <li class="progress-bar--step inline-block relative step step1 ">  <a id="step1" class="c-wizardLink--bottom small-meta padding--lv3  " href="#" onclick="if(!dojo.hasClass(this.parentNode, 'current')){dojo.byId('next-step').value='template';if(typeof(editAreaLoader) != 'undefined'){ editAreaLoader.delete_instance('html'); }if(typeof(wizard_formsubmit) != 'undefined') { wizard_formsubmit(); } else { dojo.byId('wizard-form').submit();} } return false;">Template</a> </li><li class="progress-bar--step inline-block relative step step2 last">  <a id="step2" class="c-wizardLink--bottom small-meta padding--lv3  progress-bar--current" href="#" onclick="if(!dojo.hasClass(this.parentNode, 'current')){dojo.byId('next-step').value='html';if(typeof(editAreaLoader) != 'undefined'){ editAreaLoader.delete_instance('html'); }if(typeof(wizard_formsubmit) != 'undefined') { wizard_formsubmit(); } else { dojo.byId('wizard-form').submit();} } return false;">Design</a> </li> </ul>  <div data-dojo-type="dijit/Tooltip" data-dojo-props="connectId:'step1',position:['above']" label="Select a template for your campaign"></div><div data-dojo-type="dijit/Tooltip" data-dojo-props="connectId:'step2',position:['above']" label="Create and customize your campaign content"></div> </div> </div>
  193.                 <input type="hidden" name="__csrf_token" id="" value="a2c6a10e4410b9f052f1fb520fe87a0b424e7b06" class="av-hidden"><input type="hidden" name="next-step" id="next-step"></form>
  194.        
  195.         </div>  <div data-dojo-type="dojox/widget/Toaster" id="toast" messagetopic="show-toast" positiondirection="tl-down" duration="2000" separator="&lt;br/&gt;" style="display:none;"></div> <div id="popup-win-blocked" data-dojo-type="dijit/Dialog" title="Pop-up Windows Are Blocked" execute="this.hide();" style="display: none;"> <div class="dijitDialogPaneContentArea"> <p>Looks like your browser is blocking pop-up windows.<br>Learn how to <a href="https://mailchimp.com/help/enable-pop-ups-in-your-browser/" class="info" target="_blank" rel="noopener noreferrer">enable them</a>.</p> </div> <div class="dijitDialogPaneActionBar"> <a href="#" class="button p0" onclick="dijit.byId('popup-win-blocked').hide(); return false;" role="button">Close</a> </div> </div> <div class="bottom-page absolute pos-b0"></div> <script type="text/javascript" src="/release/1.1.188ce7da4006bc263b073a9e850390f0a6f0c1921/js/snap/snap.svg-min.js"></script><script type="text/javascript">
  196.     var xhr_open = XMLHttpRequest.prototype.open;
  197.     XMLHttpRequest.prototype.open = function(method, url, async, user, password) {
  198.         xhr_open.call(this, method, url, async, user, password);
  199.         if (url.match(/^\/(?!\/)+/)) {
  200.             this.setRequestHeader('X-CSRF-Token', 'a2c6a10e4410b9f052f1fb520fe87a0b424e7b06');
  201.         }
  202.     }
  203. </script><script src="/release/1.1.188ce7da4006bc263b073a9e850390f0a6f0c1921/js/dojo/dojo.js" data-dojo-config="parseOnLoad: true, usePlainJson: true, isDebug: false"></script><script src="/release/1.1.188ce7da4006bc263b073a9e850390f0a6f0c1921/js/dojo/mccommon.js"></script><script type="text/javascript">
  204.     // The following dojo require places mojo.utils on the window.
  205.     // Many html files and javascript views rely on this property existing.
  206.     // Search for "mojo.utils" in any *.html files, and you'll find the hundreds of cases.
  207.     // Leaving this for historical reasons, but eventually migrating those usages would be good.
  208.     dojo.require("mojo.utils");
  209.  
  210.     require(["mojo/widgets/Dialog"]);
  211.  
  212.     // Leaving it globally since we used it around
  213.     window.rootUrl = '/';
  214.  
  215.     require([
  216.         "dojo/query",
  217.     ], function (query) {
  218.         // captcha takes a global function to callback
  219.         window.captchaSuccess = function () {
  220.             query('[data-mc-el="captchaAutoSubmit"]')[0].submit();
  221.         };
  222.     });
  223.  
  224.     require([
  225.         "dojo/_base/lang",
  226.         "mojo/user",
  227.         "mojo/context",
  228.     ], function (lang, user, context) {
  229.         // Add defaults to the actual modules.
  230.  
  231.         lang.mixin(context, {
  232.             'rootUrl': '/',
  233.  
  234.             'proxyBaseUrl': "https:\/\/d2q0qd5iz04n9u.cloudfront.net\/_ssl\/proxy.php",
  235.  
  236.             'listManageDomain': "sparkfestival.us13.list-manage.com",
  237.  
  238.             'pusherKey': "74d7188a67461f12439a",
  239.  
  240.             'cdnImagesDomain': "cdn-images.mailchimp.com",
  241.  
  242.             'galleryDomain': "gallery.mailchimp.com",
  243.  
  244.             'avestaEnvironment': "prod",
  245.  
  246.             "imageEditorUrl": "https:\/\/dme0ih8comzn4.cloudfront.net\/imaging\/v3\/editor.js",
  247.  
  248.             "imageEditorKey": "0e6dcf36c54b4faf965e45884a3dcf30",
  249.  
  250.             "solvvyUrl": "\/js\/vendor\/solvvy\/solvvy_v3.js",
  251.  
  252.             "enabledFlags": ["mobile.iphone.5.5.explore_tab","mobile.android.5.5.explore_tab","mobile.android.5.5.report_detail_ecomm_fragment_mvvm","mobile.android.5.5.notification_settings_mvvm","mobile.iphone.5.5.one_list_onboarding","mobile.android.5.5.one_list_onboarding","mobile.iphone.5.5.audience_settings_update","mobile.android.5.5.audience_settings_update","mobile.iphone.5.5.audience_tab_update","mobile.android.5.5.refresh_audience_tab","mobile.android.5.5.audience_tab_update","mobile.android.5.3.automated_postcard_phase_2","mobile.iphone.5.3.logo_manager","mobile.android.5.3.logo_manager","mobile.android.5.3.new_campaigns_tab","mobile.iphone.5.2.manage_tags","mobile.android.5.3.manage_tags","mobile.android.5.2.new_homepage","mobile.android.5.2.one_click_welcome_automation","mobile.iphone.5.2.one_click_welcome_automation","mobile.iphone.5.1.automated_postcards","mobile.android.5.1.automated_postcards","mobile.iphone.5.1.domain_verification","mobile.android.5.1.domain_verification","mobile.iphone.5.0.send_to_tags","mobile.iphone.5.0.tags_on_contact_profile","mobile.iphone.5.0.landing_page_subscription_notification","mobile.android.5.0.send_to_tags","mobile.android.5.0.tags_on_contact_profile","mobile.android.5.0.landing_page_subscription_notification","mobile.android.5.1.landing_page_subscription_notification","mobile.android.5.2.landing_page_subscription_notification","mobile.iphone.5.0.postcard_viewing","mobile.android.5.0.postcard_viewing","mobile.iphone.4.9.facebook_ad_editing","mobile.iphone.4.8.postcard","mobile.android.4.8.postcard","mobile.android.4.7.saved_templates","mobile.iphone.4.7.saved_templates","mobile.iphone.4.7.product_retargeting","mobile.android.4.7.product_retargeting","mobile.iphone.4.6.abandoned_cart","mobile.android.4.6.abandoned_cart","compliance_delay_automation_recipient_threshold","compliance_cross_account_gallery_policy","compliance_mcuribl_alternate_unroller","user_template_id_fix","delivery_dkim_lowercase_i_tag","facebook_pages_bypass_page_admin","solvvy_v3","solvvy_preload","adyen_turnoff","multichannel.create_button_top_navigation","multichannel.social_post_report","multichannel.social_refresh_stats","gdpr.require_fields","gdpr.toggle_predicted_demographics","automation_billing_restart_flow","automation_billing_restart_flow_backfill","automation_remove_subscribers_from_queue","logging_migrate_avesta_log","ignore_egp_spam_trap","support_knob_additions","zendesk_talk","facebook_api_upgrade","click_bounce.log","mcadmin_okta","ads_fb_retargeting","refactor_high_vol_send","bcrypt","save_last_api_activity","mandrill_signup_permitted","remove_sms_verification","speed_up_ecomm_category_query","subscribe_post_throttler_logging","mcadmin_delete_store_button","save_customer_within_list_management","landing_pages.signup_styles","landing_pages.branded_domain_ui","landing_pages.payment_block","start_with_mailchimp.remove_sections","start_with_mailchimp.subsciber_data","single_email_welcome_automation","add_has_logo_merge_tag_to_api","source_suggested_content_from_contentful","partner_platform_api_utma","partner_platform_api_root_ping","shopify_marketing_event_outreach","shopify_marketing_event_ad","stats_social.create_temp_innodb","googleads_use_latest_version","pylp_ad_reporting","fb_ad_gifs","crm.audience_tab_redirect_experiment","timewarp_query","fb_pixel_creation","facebook.ads.publishing_enabled","retry_login_cacheclient","sites.enforce_mcjs_tos","sites.tos_acceptance_modal","sites.tos_feature_pauses","eventbrite_affiliate_links","ecommerce_transactional_opt_in","segmentation.bool_filter_query_product_ids","enable_pfree_chat_support","landing_pages.templates","gpaid.usabilla_survey_cookie","sites.store_syncing","product_picker_query","ads.remove_page_roles","automation_tee_logs_to_kibana","sites.script_update_retry_upon_slowdown","new_productrec_getforeignids","paypal_slab_removal","ga_reports_fix","sql_context_injection","landing_pages.square_connected_site","payments.use_no_reply_for_billing_at_email_address","landing_pages.billing_editor","dkim_options","list_import_group_assignments","payments.ube_optional_country_fix","gdpr.link_tracking","autoloader_spy_enabled","remove_login_flashblock","front_end_rum","convert_currency_before_summing_revenue","landing_pages.thumbnail_upload_job","plums.animate_sign_up_cta_entrance","automations.last_paused_date","mc.lock_waited","billing_replace_deprecated","slack_client_guzzle","text_filter_html_removal","get_content_from_url_guzzle","mcmta_client_guzzle","email.promo_cards","pusher_sdk_update","email.replicate_encoding_fix","email.track_replication_history","new_uk_eu_vat_id"],
  253.         });
  254.  
  255.                 lang.mixin(user, {
  256.             '__csrfToken': "a2c6a10e4410b9f052f1fb520fe87a0b424e7b06",
  257.  
  258.             'role': "owner",
  259.  
  260.             'type': "Free Trial",
  261.  
  262.             'userId': 60283253,
  263.  
  264.             'loginId': 63981341,
  265.  
  266.             'email': "maxine@webdirections.org",
  267.  
  268.             'settings': {
  269.                 'pageSize': "100",
  270.                 'fileManagerShowGrid': true            },
  271.  
  272.                             'avatarUrl': "https:\/\/secure.gravatar.com\/avatar\/6e83ef789da8704cf56980ce9e6c810c.jpg?s=300&d=https%3A%2F%2Fcdn-images.mailchimp.com%2Ficons%2Fletter-avatars%2Fs.png",
  273.            
  274.            'pro': false,
  275.  
  276.            'pro_import_complete': false,
  277.  
  278.            'flags': ["mobile.iphone.5.5.explore_tab","mobile.android.5.5.explore_tab","mobile.android.5.5.report_detail_ecomm_fragment_mvvm","mobile.android.5.5.notification_settings_mvvm","mobile.iphone.5.5.one_list_onboarding","mobile.android.5.5.one_list_onboarding","mobile.iphone.5.5.audience_settings_update","mobile.android.5.5.audience_settings_update","mobile.iphone.5.5.audience_tab_update","mobile.android.5.5.refresh_audience_tab","mobile.android.5.5.audience_tab_update","mobile.android.5.3.automated_postcard_phase_2","mobile.iphone.5.3.logo_manager","mobile.android.5.3.logo_manager","mobile.android.5.3.new_campaigns_tab","mobile.iphone.5.2.manage_tags","mobile.android.5.3.manage_tags","mobile.android.5.2.new_homepage","mobile.android.5.2.one_click_welcome_automation","mobile.iphone.5.2.one_click_welcome_automation","mobile.iphone.5.1.automated_postcards","mobile.android.5.1.automated_postcards","mobile.iphone.5.1.domain_verification","mobile.android.5.1.domain_verification","mobile.iphone.5.0.send_to_tags","mobile.iphone.5.0.tags_on_contact_profile","mobile.iphone.5.0.landing_page_subscription_notification","mobile.android.5.0.send_to_tags","mobile.android.5.0.tags_on_contact_profile","mobile.android.5.0.landing_page_subscription_notification","mobile.android.5.1.landing_page_subscription_notification","mobile.android.5.2.landing_page_subscription_notification","mobile.iphone.5.0.postcard_viewing","mobile.android.5.0.postcard_viewing","mobile.iphone.4.9.facebook_ad_editing","mobile.iphone.4.8.postcard","mobile.android.4.8.postcard","mobile.android.4.7.saved_templates","mobile.iphone.4.7.saved_templates","mobile.iphone.4.7.product_retargeting","mobile.android.4.7.product_retargeting","mobile.iphone.4.6.abandoned_cart","mobile.android.4.6.abandoned_cart","compliance_delay_automation_recipient_threshold","compliance_cross_account_gallery_policy","compliance_mcuribl_alternate_unroller","user_template_id_fix","delivery_dkim_lowercase_i_tag","facebook_pages_bypass_page_admin","solvvy_v3","solvvy_preload","adyen_turnoff","multichannel.create_button_top_navigation","multichannel.social_post_report","multichannel.social_refresh_stats","gdpr.require_fields","gdpr.toggle_predicted_demographics","automation_billing_restart_flow","automation_billing_restart_flow_backfill","automation_remove_subscribers_from_queue","logging_migrate_avesta_log","ignore_egp_spam_trap","support_knob_additions","zendesk_talk","facebook_api_upgrade","click_bounce.log","mcadmin_okta","ads_fb_retargeting","validate_login_user_by_username","refactor_high_vol_send","bcrypt","save_last_api_activity","mandrill_signup_permitted","remove_sms_verification","speed_up_ecomm_category_query","subscribe_post_throttler_logging","mcadmin_delete_store_button","save_customer_within_list_management","landing_pages.signup_styles","landing_pages.branded_domain_ui","landing_pages.payment_block","start_with_mailchimp.remove_sections","start_with_mailchimp.subsciber_data","es_segment_test_count","single_email_welcome_automation","add_has_logo_merge_tag_to_api","source_suggested_content_from_contentful","partner_platform_api_utma","partner_platform_api_root_ping","shopify_marketing_event_outreach","shopify_marketing_event_ad","stats_social.create_temp_innodb","googleads_use_latest_version","pylp_ad_reporting","fb_ad_gifs","crm.audience_tab_redirect_experiment","timewarp_query","fb_pixel_creation","facebook.ads.publishing_enabled","retry_login_cacheclient","sites.enforce_mcjs_tos","sites.tos_acceptance_modal","sites.tos_feature_pauses","eventbrite_affiliate_links","ecommerce_transactional_opt_in","segmentation.bool_filter_query_product_ids","enable_pfree_chat_support","landing_pages.templates","gpaid.usabilla_survey_cookie","sites.store_syncing","product_picker_query","ads.remove_page_roles","automation_tee_logs_to_kibana","sites.script_update_retry_upon_slowdown","new_productrec_getforeignids","paypal_slab_removal","ga_reports_fix","sql_context_injection","landing_pages.square_connected_site","payments.use_no_reply_for_billing_at_email_address","landing_pages.billing_editor","dkim_options","list_import_group_assignments","payments.ube_optional_country_fix","gdpr.link_tracking","remove_login_flashblock","front_end_rum","convert_currency_before_summing_revenue","landing_pages.thumbnail_upload_job","plums.animate_sign_up_cta_entrance","automations.last_paused_date","mc.lock_waited","billing_replace_deprecated","slack_client_guzzle","text_filter_html_removal","get_content_from_url_guzzle","mcmta_client_guzzle","email.promo_cards","pusher_sdk_update","email.replicate_encoding_fix","email.track_replication_history","new_uk_eu_vat_id"] || {},
  279.  
  280.            'policy': [],
  281.  
  282.            'userLevel': "paid",
  283.  
  284.            'isAnyEcomm': false,
  285.  
  286.            'hasPaid': true,
  287.  
  288.            'currencySymbol': "$",
  289.  
  290.            'currencyCode': "USD",
  291.  
  292.            'currencyLocale': "en-US",
  293.  
  294.            'timezoneLabel': "Australian Eastern Time (Sydney)",
  295.  
  296.            'timezoneOffset': 11,
  297.  
  298.            'hasVerifiedCustomDomain': true,
  299.  
  300.            'isActivelyPaying': true,
  301.  
  302.            'isActivelyPayingEachMonth': true,
  303.  
  304.            'isBrandedBundleEnabled': true,
  305.  
  306.            'isBrandedBundleSubscriber': false,
  307.  
  308.            'isCurrencySymbolBehindAmount': false,
  309.  
  310.            'mustTrackLinks': false,
  311.  
  312.            'isGoalAvailable': false,
  313.  
  314.            'isGoalEnabled': false,
  315.  
  316.            'canSend': true,
  317.  
  318.            'freeLimit': 2000,
  319.  
  320.            'whyNotSend': "There are some issues which might impact your ability to send.  <a class=\"nowrap\" href=\"https:\/\/us13.admin.mailchimp.com\/account#issues\">Learn more about your account status<\/a>.",
  321.  
  322.            'whyNotSendTitle': "Sending Disabled",
  323.  
  324.            'isPaused': false,
  325.  
  326.            'sentToday': 0,
  327.  
  328.            'isLimitedTrial': false,
  329.  
  330.            'canSendFree': true,
  331.  
  332.            'isPayAsYouGo': false,
  333.  
  334.            'brandLogoUrl': "https:\/\/cdn-images.mailchimp.com\/template_images\/gallery\/logo@2x.png",
  335.  
  336.            'isND': false,
  337.  
  338.            'isBootstrapped': true,
  339.  
  340.            'appVersion': "1.1.188ce7da4006bc263b073a9e850390f0a6f0c1921",
  341.  
  342.            'dataExportsAllowed': true,
  343.  
  344.        });
  345.        
  346.     });
  347.         require([
  348.         "vendor/bugsnag/bugsnag",
  349.         "mojo/user",
  350.     ], function (bugsnag, user) {
  351.         bugsnag.endpoint = "https:\/\/bugsnag-notify.rsglab.com\/js";
  352.         bugsnag.apiKey = "29f7c1fcbc19f93274b6fae7d4ab0aa1";
  353.         bugsnag.autoNotify = true;
  354.         bugsnag.user = {
  355.             id: user.userId,
  356.             type: user.type,
  357.         };
  358.         bugsnag.appVersion = user.appVersion;
  359.     });
  360.  
  361.     require([
  362.         "dojo/Deferred",
  363.         "vendor/bugsnag/bugsnag",
  364.     ], function (Deferred, bugsnag) {
  365.         Deferred.instrumentRejected = function (error, handled, rejection, deferred) {
  366.             if (handled === true) {
  367.                 return;
  368.             }
  369.  
  370.             if (typeof error === "string") {
  371.                 bugsnag.notify(error);
  372.             } else if (error instanceof Error) {
  373.                 bugsnag.notifyException(error);
  374.             } else {
  375.                 bugsnag.notify("UnhandledDeferredRejection", error);
  376.             }
  377.         };
  378.     });
  379.     </script><script type="text/javascript">
  380.     require(["mojo/rum"], function (rum) {
  381.         rum("hmac.14e8747e36150c791978f08f0664922c7413162a981054b6171f36e8a7d2c682.campaigns-wizard-neapolitan-index")
  382.     });
  383. </script><script type="text/javascript">
  384.     require([
  385.         "mojo/widgets/Notifications",
  386.         "mojo/keep-alive"
  387.     ]);
  388. </script><script type="text/javascript" src="/release/1.1.188ce7da4006bc263b073a9e850390f0a6f0c1921/js/swfobject.js"></script><script type="text/javascript">
  389.             require([
  390.                 "dojo/parser",
  391.                 "dojo/behavior",
  392.                 "dojo/fx",
  393.                 "dojo/query",
  394.                 "dojo/on",
  395.                 "dojo/dom-class",
  396.                 "mojo/app/wizard",
  397.  
  398.                 //Dijit Stuff
  399.                 "dijit/form/Select",
  400.                 "dijit/form/CheckBox",
  401.                 "dijit/form/Button",
  402.                 "dijit/Dialog",
  403.                 "dijit/Tooltip",
  404.                 "dijit/ProgressBar",
  405.  
  406.                 //DojoX
  407.                 "dojox/fx",
  408.                 "dojox/widget/Toaster",
  409.  
  410.                 //Custom libs
  411.                 "mojo/widgets/HelpDialog",
  412.                 "mojo/touch/no-delay",
  413.                 "mojo/app/common/sticky-hoverlist",
  414.                 "dojo/domReady!"
  415.             ], function(parser, behavior, fx, query, on, domClass, wizard){
  416.                 wizard.instantiateMobilePreviewMenu();
  417.             });
  418.  
  419.             var ping_interval_id = null;
  420.         </script><script type="text/javascript">
  421.     var reauth = {
  422.         url: '/login/reauthenticate?username=sparkfestival&user_id=60283253',
  423.        rememberMe : true    };
  424.  
  425.     dojo.require('mojo.ReauthDialog');
  426.  
  427.     // Override dojo's xhr to handle 403 status
  428.     (function(){
  429.         var oldXHR = dojo.xhr;
  430.         dojo.xhr = function() {
  431.             return oldXHR.apply(dojo, arguments).addErrback(function(err) {
  432.                 switch(err.xhr.status) {
  433.                     case 403:
  434.                         window.top.mojo.ReauthDialog.show();
  435.                         break;
  436.                 }
  437.             });
  438.         };
  439.     })();
  440. </script><script type="text/javascript">
  441.     // Handle 403 errors when making ajax calls through dojo/request which is the newer module.
  442.     require([
  443.         "dojo/request",
  444.         "dojo/request/notify"
  445.     ], function(request, notify) {
  446.         notify("error", function( error ) {
  447.             switch(error.response.status) {
  448.                 case 403:
  449.                     window.top.mojo.ReauthDialog.show();
  450.                     break;
  451.             }
  452.         });
  453.     });
  454. </script><script type="text/javascript">
  455.     (function () {
  456.         function getCookie(check_name) {
  457.             var a_all_cookies = document.cookie.split(';');
  458.             var a_temp_cookie = '';
  459.             var cookie_name = '';
  460.             var cookie_value = '';
  461.             var b_cookie_found = false;
  462.  
  463.             for (i = 0; i < a_all_cookies.length; i++) {
  464.                a_temp_cookie = a_all_cookies[i].split('=');
  465.                cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
  466.                if (cookie_name === check_name) {
  467.                    b_cookie_found = true;
  468.                    if (a_temp_cookie.length > 1) {
  469.                         cookie_value = unescape(a_temp_cookie[1].replace(/^\s+|\s+$/g, ''));
  470.                     }
  471.                     return cookie_value;
  472.                 }
  473.                 a_temp_cookie = null;
  474.                 cookie_name = '';
  475.             }
  476.  
  477.             if (!b_cookie_found) {
  478.                 return null;
  479.             }
  480.         }
  481.         // Save tracking id and client id to a cookie so we can use them server side
  482.         setTimeout(function () {
  483.             if (!getCookie('_mcga')) {
  484.                 ga(function (tracker) {
  485.                     var gaData = {
  486.                         tid: tracker.get('trackingId'),
  487.                         cid: tracker.get('clientId')
  488.                     };
  489.                     document.cookie = '_mcga=' + JSON.stringify(gaData) + ';path=/;domain=.mailchimp.com';
  490.                 });
  491.             }
  492.         }, 1);
  493.     })();
  494. </script><script type="text/javascript">
  495.         dojo.subscribe("mojo/reauth/complete", function(t) {
  496.             var path = neapolitan_content_block_root +"?id=" + tpl_id;
  497.             if (variant) {
  498.                 path += "&variant=" + variant;
  499.             }
  500.  
  501.             document.location.href = path;
  502.         });
  503.  
  504.         dojo.require('mojo.app.wizard');
  505.         mojo.app.wizard.currentCampaignId = 1679849;
  506.         mojo.app.wizard.currentCampaignType = "regular";
  507.  
  508.         // Set page category for tracking in Google Analytics
  509.         window.ga('set', 'contentGroup2', "regular");
  510.  
  511.         var __csrf = "a2c6a10e4410b9f052f1fb520fe87a0b424e7b06";
  512.         var campaignData = {
  513.             'social': {"website_url":"http:\/\/sparkfestival.co\/","fb_profile_url":null,"twitter_profile_url":null,"from_email":"maxine@sparkfestival.co"}        };
  514.  
  515.         function resetScheduleDate() {
  516.                         dijit.byId('reactivate-dialog').show();
  517.                     }
  518.  
  519.         var defaultBlocks = null;
  520.         var refreshBlocks = false;
  521.         var layoutChanged = false;
  522.  
  523.         function saveTemplate(formvals) {
  524.             var name_input = dojo.byId('template-name');
  525.             var tpl_name = name_input.value;
  526.             //Validate that a name was provided
  527.             if(!tpl_name) {
  528.                 if(!dojo.byId('template-name-error')) {
  529.                     var validation = document.createElement('span');
  530.                     validation.id = 'template-name-error';
  531.                     dojo.addClass(validation, 'invalid-error');
  532.                     validation.appendChild(document.createTextNode('A template name must be provided'));
  533.                     name_input.parentNode.insertBefore(validation, name_input.nextSibling);
  534.                 }
  535.                 return;
  536.             } else if(dojo.byId('template-name-error')) {
  537.                 dojo.byId('template-name-error').parentNode.removeChild(dojo.byId('template-name-error'));
  538.             }
  539.             dijit.byId('save-template-modal').hide();
  540.             var type = dojo.byId('save-type').value;
  541.             dojo.xhrPost({
  542.                 'url': '/campaigns/wizard/neapolitan/save-template?id=1679849&variant=',
  543.                'content': {'name': tpl_name, 'type': type},
  544.                'load': function() {
  545.                    dijit.byId('save-template-complete').show();
  546.                 }
  547.             });
  548.         }
  549.  
  550.         campaign_from_domain = "sparkfestival.co";
  551. </script><script type="text/javascript">
  552.     var tpl_type = "campaign";
  553.     var tpl_id = 1679849;
  554.     var campaign_type = "regular";
  555.             var base_tpl_id = 317741;
  556.         var variant = null;
  557.  
  558.     var save_style_url = '/campaigns/wizard/neapolitan/save-style';
  559.     var switch_theme_url = '/campaigns/wizard/neapolitan/switch-theme';
  560.     var fckeditor_css_url = '/campaigns/wizard/neapolitan/fckeditor-css';
  561.     var fckeditor_style_url = '/campaigns/wizard/neapolitan/fckeditor-style';
  562.     var fckeditor_merge_url = '/campaigns/wizard/neapolitan/fckeditor-merges';
  563.     var edit_image_url = '/campaigns/wizard/neapolitan/edit-image';
  564.     var edit_image_bysrc_url = '/campaigns/wizard/neapolitan/edit-image-by-src';
  565.     var save_image_url = '/campaigns/wizard/neapolitan/save-image';
  566.     var update_banner_campaign_url = update_banner_list_url = '/campaigns/wizard/neapolitan/monkeyrewards-post?id=1679849';
  567.     var live_style_url = '/campaigns/wizard/neapolitan/live-styles?id=1679849';
  568.     var undo_style_url = '/campaigns/wizard/neapolitan/undo-styles?id=1679849';
  569.     var revert_style_url = '/campaigns/wizard/neapolitan/revert-styles?id=1679849';
  570.     var set_content_from_block_url = '/campaigns/wizard/neapolitan/set-content-from-preserved?id=1679849';
  571.     var save_image_from_url = '/campaigns/wizard/neapolitan/save-image-from-url?id=1679849';
  572.     var mc_root = '/';
  573.     var neapolitan_content_block_root= '/campaigns/wizard/neapolitan';
  574.     var neapolitan_save_tour_url = '/campaigns/wizard/neapolitan/tour-completed?id=1679849';
  575.  
  576. </script><script type="text/javascript" src="/release/1.1.188ce7da4006bc263b073a9e850390f0a6f0c1921/js/mojo/mcneapolitan.js"></script><script type="text/javascript">dojo.require('mojo.neapolitan.tpldesign');</script><script type="text/javascript" src="/release/1.1.188ce7da4006bc263b073a9e850390f0a6f0c1921/js/mailchimp/link_dialog.js"></script><script src="/release/1.1.188ce7da4006bc263b073a9e850390f0a6f0c1921/js/ZeroClipboard/ZeroClipboard.min.js"></script><script type="text/javascript">
  577.         require([
  578.             "mojo/neapolitan/TourCoachmarks",
  579.             "mojo/neapolitan/Neapolitan",
  580.             "mojo/neapolitan/widgets/ViewerList",
  581.             "mojo/app/wizard",
  582.  
  583.             "mojo/lib/flags",
  584.             "mojo/user",
  585.  
  586.             "dojo/aspect",
  587.             "dojo/ready",
  588.             "dojo/query",
  589.             "dojo/dom",
  590.             "dojo/dom-attr",
  591.             "dojo/dom-class",
  592.             "dojo/on",
  593.             "dojo/_base/connect",
  594.             "dojo/_base/event",
  595.             "dojo/request/xhr",
  596.             "dojo/_base/window",
  597.  
  598.             "dijit/registry",
  599.             "dojo/touch",
  600.             "mojo/widgets/KbSearch",
  601.             "dojo/NodeList-manipulate"
  602.         ], function(
  603.             coachmark, Neapolitan, ViewerList, wizard,
  604.             user, flags,
  605.             aspect, ready, query, dom, domAttr,
  606.             domClass, on, connect, event, xhr, win,
  607.             dRegistry, touch, KbSearch
  608.         ) {
  609.  
  610.             // Show or hide the live merge info based on user role and whether there is into to preview
  611.             mojo.app.wizard.showMergeInfo = true;
  612.  
  613.             // Pass a flag to tweak preview UI if campaign splits on subject
  614.             mojo.app.wizard.splitsOnSubject = false;
  615.            
  616.             window.app = new Neapolitan({
  617.                 'channelPath': "presence-041fae36aeb647b052b64606b83e8e1e7cfe3038-campaign_edit_1679849",
  618.                 'campaignId': 1679849,
  619.                 'campaignTitle': "Weekly Sparks 093 (copy 01)",
  620.                 'campaignType': "regular",
  621.                 'showMerge': mojo.app.wizard.showMergeInfo,
  622.                 'splitsOnSubject': mojo.app.wizard.splitsOnSubject,
  623.                 'rootUrl': "/campaigns/wizard/neapolitan",
  624.                 "ecommStores": [],
  625.                 "allEcommStores": [],
  626.                 "campaignListId": 274241,
  627.                 "defaultStoreId": null,
  628.                 "variant": null,
  629.                 "editableStyles": {"Page":[{"name":"Background Style","selectors":"body, #bodyTable","tip":"Set the background color and top border for your email. You may want to choose colors that match your company's branding.","props":{"background-color":{"selector":"body, #bodyTable","value":"#"},"border-top":{"selector":"#bodyCell","value":0}}},{"name":"Email Border","selectors":".templateContainer","tip":"Set the border for your email.","props":{"border":{"selector":".templateContainer","value":0}}},{"name":"Heading 1","selectors":"h1","tip":"Set the styling for all first-level headings in your emails. These should be the largest of your headings.","props":{"color":{"selector":"h1","value":"#202020"},"font-family":{"selector":"h1","value":"Helvetica"},"font-size":{"selector":"h1","value":"26px"},"font-style":{"selector":"h1","value":"normal"},"font-weight":{"selector":"h1","value":"bold"},"line-height":{"selector":"h1","value":"125%"},"letter-spacing":{"selector":"h1","value":"normal"},"text-align":{"selector":"h1","value":"left"}}},{"name":"Heading 2","selectors":"h2","tip":"Set the styling for all second-level headings in your emails.","props":{"color":{"selector":"h2","value":"#202020"},"font-family":{"selector":"h2","value":"Helvetica"},"font-size":{"selector":"h2","value":"22px"},"font-style":{"selector":"h2","value":"normal"},"font-weight":{"selector":"h2","value":"bold"},"line-height":{"selector":"h2","value":"125%"},"letter-spacing":{"selector":"h2","value":"normal"},"text-align":{"selector":"h2","value":"left"}}},{"name":"Heading 3","selectors":"h3","tip":"Set the styling for all third-level headings in your emails.","props":{"color":{"selector":"h3","value":"#202020"},"font-family":{"selector":"h3","value":"Helvetica"},"font-size":{"selector":"h3","value":"20px"},"font-style":{"selector":"h3","value":"normal"},"font-weight":{"selector":"h3","value":"bold"},"line-height":{"selector":"h3","value":"125%"},"letter-spacing":{"selector":"h3","value":"normal"},"text-align":{"selector":"h3","value":"left"}}},{"name":"Heading 4","selectors":"h4","tip":"Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.","props":{"color":{"selector":"h4","value":"#202020"},"font-family":{"selector":"h4","value":"Helvetica"},"font-size":{"selector":"h4","value":"18px"},"font-style":{"selector":"h4","value":"normal"},"font-weight":{"selector":"h4","value":"bold"},"line-height":{"selector":"h4","value":"125%"},"letter-spacing":{"selector":"h4","value":"normal"},"text-align":{"selector":"h4","value":"left"}}}],"Preheader":[{"name":"Preheader Style","selectors":"#templatePreheader","tip":"Set the background color and borders for your email's preheader area.","props":{"background-color":{"selector":"#templatePreheader","value":"#fafafa"},"background-image":{"selector":"#templatePreheader","value":"none"},"background-repeat":{"selector":"#templatePreheader","value":"no-repeat"},"background-position":{"selector":"#templatePreheader","value":"center"},"background-size":{"selector":"#templatePreheader","value":"cover"},"border-top":{"selector":"#templatePreheader","value":"0"},"border-bottom":{"selector":"#templatePreheader","value":"0"},"padding-top":{"selector":"#templatePreheader","value":"9px"},"padding-bottom":{"selector":"#templatePreheader","value":"9px"}}},{"name":"Preheader Text","selectors":"#templatePreheader .mcnTextContent, #templatePreheader .mcnTextContent p","tip":"Set the styling for your email's preheader text. Choose a size and color that is easy to read.","props":{"color":{"selector":"#templatePreheader .mcnTextContent, #templatePreheader .mcnTextContent p","value":"#656565"},"font-family":{"selector":"#templatePreheader .mcnTextContent, #templatePreheader .mcnTextContent p","value":"Helvetica"},"font-size":{"selector":"#templatePreheader .mcnTextContent, #templatePreheader .mcnTextContent p","value":"12px"},"line-height":{"selector":"#templatePreheader .mcnTextContent, #templatePreheader .mcnTextContent p","value":"150%"},"text-align":{"selector":"#templatePreheader .mcnTextContent, #templatePreheader .mcnTextContent p","value":"left"}}},{"name":"Preheader Link","selectors":"#templatePreheader .mcnTextContent a, #templatePreheader .mcnTextContent p a","tip":"Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.","props":{"color":{"selector":"#templatePreheader .mcnTextContent a, #templatePreheader .mcnTextContent p a","value":"#656565"},"font-weight":{"selector":"#templatePreheader .mcnTextContent a, #templatePreheader .mcnTextContent p a","value":"normal"},"text-decoration":{"selector":"#templatePreheader .mcnTextContent a, #templatePreheader .mcnTextContent p a","value":"underline"}}}],"Header":[{"name":"Header Style","selectors":"#templateHeader","tip":"Set the background color and borders for your email's header area.","props":{"background-color":{"selector":"#templateHeader","value":"#ffffff"},"background-image":{"selector":"#templateHeader","value":"none"},"background-repeat":{"selector":"#templateHeader","value":"no-repeat"},"background-position":{"selector":"#templateHeader","value":"center"},"background-size":{"selector":"#templateHeader","value":"cover"},"border-top":{"selector":"#templateHeader","value":"0"},"border-bottom":{"selector":"#templateHeader","value":"0"},"padding-top":{"selector":"#templateHeader","value":"9px"},"padding-bottom":{"selector":"#templateHeader","value":"0"}}},{"name":"Header Text","selectors":"#templateHeader .mcnTextContent, #templateHeader .mcnTextContent p","tip":"Set the styling for your email's header text. Choose a size and color that is easy to read.","props":{"color":{"selector":"#templateHeader .mcnTextContent, #templateHeader .mcnTextContent p","value":"#202020"},"font-family":{"selector":"#templateHeader .mcnTextContent, #templateHeader .mcnTextContent p","value":"Helvetica"},"font-size":{"selector":"#templateHeader .mcnTextContent, #templateHeader .mcnTextContent p","value":"16px"},"line-height":{"selector":"#templateHeader .mcnTextContent, #templateHeader .mcnTextContent p","value":"150%"},"text-align":{"selector":"#templateHeader .mcnTextContent, #templateHeader .mcnTextContent p","value":"left"}}},{"name":"Header Link","selectors":"#templateHeader .mcnTextContent a, #templateHeader .mcnTextContent p a","tip":"Set the styling for your email's header links. Choose a color that helps them stand out from your text.","props":{"color":{"selector":"#templateHeader .mcnTextContent a, #templateHeader .mcnTextContent p a","value":"#007C89"},"font-weight":{"selector":"#templateHeader .mcnTextContent a, #templateHeader .mcnTextContent p a","value":"normal"},"text-decoration":{"selector":"#templateHeader .mcnTextContent a, #templateHeader .mcnTextContent p a","value":"underline"}}}],"Body":[{"name":"Body Style","selectors":"#templateBody","tip":"Set the background color and borders for your email's body area.","props":{"background-color":{"selector":"#templateBody","value":"#ffffff"},"background-image":{"selector":"#templateBody","value":"none"},"background-repeat":{"selector":"#templateBody","value":"no-repeat"},"background-position":{"selector":"#templateBody","value":"center"},"background-size":{"selector":"#templateBody","value":"cover"},"border-top":{"selector":"#templateBody","value":"0"},"border-bottom":{"selector":"#templateBody","value":0},"padding-top":{"selector":"#templateBody","value":"0"},"padding-bottom":{"selector":"#templateBody","value":"9px"}}},{"name":"Body Text","selectors":"#templateBody .mcnTextContent, #templateBody .mcnTextContent p","tip":"Set the styling for your email's body text. Choose a size and color that is easy to read.","props":{"color":{"selector":"#templateBody .mcnTextContent, #templateBody .mcnTextContent p","value":"#202020"},"font-family":{"selector":"#templateBody .mcnTextContent, #templateBody .mcnTextContent p","value":"Helvetica"},"font-size":{"selector":"#templateBody .mcnTextContent, #templateBody .mcnTextContent p","value":"16px"},"line-height":{"selector":"#templateBody .mcnTextContent, #templateBody .mcnTextContent p","value":"150%"},"text-align":{"selector":"#templateBody .mcnTextContent, #templateBody .mcnTextContent p","value":"left"}}},{"name":"Body Link","selectors":"#templateBody .mcnTextContent a, #templateBody .mcnTextContent p a","tip":"Set the styling for your email's body links. Choose a color that helps them stand out from your text.","props":{"color":{"selector":"#templateBody .mcnTextContent a, #templateBody .mcnTextContent p a","value":"#007C89"},"font-weight":{"selector":"#templateBody .mcnTextContent a, #templateBody .mcnTextContent p a","value":"normal"},"text-decoration":{"selector":"#templateBody .mcnTextContent a, #templateBody .mcnTextContent p a","value":"none"}}}],"Footer":[{"name":"Footer Style","selectors":"#templateFooter","tip":"Set the background color and borders for your email's footer area.","props":{"background-color":{"selector":"#templateFooter","value":"#FAFAFA"},"background-image":{"selector":"#templateFooter","value":"none"},"background-repeat":{"selector":"#templateFooter","value":"no-repeat"},"background-position":{"selector":"#templateFooter","value":"center"},"background-size":{"selector":"#templateFooter","value":"cover"},"border-top":{"selector":"#templateFooter","value":"0"},"border-bottom":{"selector":"#templateFooter","value":"0"},"padding-top":{"selector":"#templateFooter","value":"9px"},"padding-bottom":{"selector":"#templateFooter","value":"9px"}}},{"name":"Footer Text","selectors":"#templateFooter .mcnTextContent, #templateFooter .mcnTextContent p","tip":"Set the styling for your email's footer text. Choose a size and color that is easy to read.","props":{"color":{"selector":"#templateFooter .mcnTextContent, #templateFooter .mcnTextContent p","value":"#656565"},"font-family":{"selector":"#templateFooter .mcnTextContent, #templateFooter .mcnTextContent p","value":"Helvetica"},"font-size":{"selector":"#templateFooter .mcnTextContent, #templateFooter .mcnTextContent p","value":"12px"},"line-height":{"selector":"#templateFooter .mcnTextContent, #templateFooter .mcnTextContent p","value":"150%"},"text-align":{"selector":"#templateFooter .mcnTextContent, #templateFooter .mcnTextContent p","value":"center"}}},{"name":"Footer Link","selectors":"#templateFooter .mcnTextContent a, #templateFooter .mcnTextContent p a","tip":"Set the styling for your email's footer links. Choose a color that helps them stand out from your text.","props":{"color":{"selector":"#templateFooter .mcnTextContent a, #templateFooter .mcnTextContent p a","value":"#656565"},"font-weight":{"selector":"#templateFooter .mcnTextContent a, #templateFooter .mcnTextContent p a","value":"normal"},"text-decoration":{"selector":"#templateFooter .mcnTextContent a, #templateFooter .mcnTextContent p a","value":"underline"}}}],"Mobile Styles":[{"name":"Heading 1","selectors":"@media only screen and (max-width: 480px){h1}","tip":"Make the first-level headings larger in size for better readability on small screens.","props":{"font-size":{"selector":"@media only screen and (max-width: 480px){h1}","value":"22px !important"},"line-height":{"selector":"@media only screen and (max-width: 480px){h1}","value":"125% !important"}}},{"name":"Heading 2","selectors":"@media only screen and (max-width: 480px){h2}","tip":"Make the second-level headings larger in size for better readability on small screens.","props":{"font-size":{"selector":"@media only screen and (max-width: 480px){h2}","value":"20px !important"},"line-height":{"selector":"@media only screen and (max-width: 480px){h2}","value":"125% !important"}}},{"name":"Heading 3","selectors":"@media only screen and (max-width: 480px){h3}","tip":"Make the third-level headings larger in size for better readability on small screens.","props":{"font-size":{"selector":"@media only screen and (max-width: 480px){h3}","value":"18px !important"},"line-height":{"selector":"@media only screen and (max-width: 480px){h3}","value":"125% !important"}}},{"name":"Heading 4","selectors":"@media only screen and (max-width: 480px){h4}","tip":"Make the fourth-level headings larger in size for better readability on small screens.","props":{"font-size":{"selector":"@media only screen and (max-width: 480px){h4}","value":"16px !important"},"line-height":{"selector":"@media only screen and (max-width: 480px){h4}","value":"150% !important"}}},{"name":"Boxed Text","selectors":"@media only screen and (max-width: 480px){.mcnBoxedTextContentContainer .mcnTextContent, .mcnBoxedTextContentContainer .mcnTextContent p}","tip":"Make the boxed text larger in size for better readability on small screens. We recommend a font size of at least 16px.","props":{"font-size":{"selector":"@media only screen and (max-width: 480px){.mcnBoxedTextContentContainer .mcnTextContent, .mcnBoxedTextContentContainer .mcnTextContent p}","value":"14px !important"},"line-height":{"selector":"@media only screen and (max-width: 480px){.mcnBoxedTextContentContainer .mcnTextContent, .mcnBoxedTextContentContainer .mcnTextContent p}","value":"150% !important"}}},{"name":"Preheader Visibility","selectors":"@media only screen and (max-width: 480px){#templatePreheader}","tip":"Set the visibility of the email's preheader on small screens. You can hide it to save space.","props":{"display":{"selector":"@media only screen and (max-width: 480px){#templatePreheader}","value":"block !important"}}},{"name":"Preheader Text","selectors":"@media only screen and (max-width: 480px){#templatePreheader .mcnTextContent, #templatePreheader .mcnTextContent p}","tip":"Make the preheader text larger in size for better readability on small screens.","props":{"font-size":{"selector":"@media only screen and (max-width: 480px){#templatePreheader .mcnTextContent, #templatePreheader .mcnTextContent p}","value":"14px !important"},"line-height":{"selector":"@media only screen and (max-width: 480px){#templatePreheader .mcnTextContent, #templatePreheader .mcnTextContent p}","value":"150% !important"}}},{"name":"Header Text","selectors":"@media only screen and (max-width: 480px){#templateHeader .mcnTextContent, #templateHeader .mcnTextContent p}","tip":"Make the header text larger in size for better readability on small screens.","props":{"font-size":{"selector":"@media only screen and (max-width: 480px){#templateHeader .mcnTextContent, #templateHeader .mcnTextContent p}","value":"16px !important"},"line-height":{"selector":"@media only screen and (max-width: 480px){#templateHeader .mcnTextContent, #templateHeader .mcnTextContent p}","value":"150% !important"}}},{"name":"Body Text","selectors":"@media only screen and (max-width: 480px){#templateBody .mcnTextContent, #templateBody .mcnTextContent p}","tip":"Make the body text larger in size for better readability on small screens. We recommend a font size of at least 16px.","props":{"font-size":{"selector":"@media only screen and (max-width: 480px){#templateBody .mcnTextContent, #templateBody .mcnTextContent p}","value":"16px !important"},"line-height":{"selector":"@media only screen and (max-width: 480px){#templateBody .mcnTextContent, #templateBody .mcnTextContent p}","value":"150% !important"}}},{"name":"Footer Text","selectors":"@media only screen and (max-width: 480px){#templateFooter .mcnTextContent, #templateFooter .mcnTextContent p}","tip":"Make the footer content text larger in size for better readability on small screens.","props":{"font-size":{"selector":"@media only screen and (max-width: 480px){#templateFooter .mcnTextContent, #templateFooter .mcnTextContent p}","value":"14px !important"},"line-height":{"selector":"@media only screen and (max-width: 480px){#templateFooter .mcnTextContent, #templateFooter .mcnTextContent p}","value":"150% !important"}}}]},
  630.                 "landingPagesLinks": [],
  631.                 "blockBrandStyles": []            });
  632.  
  633.             window.app.setBlocks({"body_container":[{"id":15991593,"type":"text","data":{"content":["<p>Hi&nbsp;*|FNAME|*,<br\/>\n<br\/>\nMaxine to write intro and add EON2019 Posts<\/p>\n","here is column 2"],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"left","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:46","last_updated":"2019-03-10 22:14:03","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991597,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:46","last_updated":"2019-03-10 22:15:03","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991601,"type":"text","data":{"content":["Got friends who need to be in the know with startup and entrepreneurship events? Tell them to..."],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":""},"font-family":{"value":""},"font-size":{"value":""},"font-style":{"value":""},"font-weight":{"value":""},"line-height":{"value":""},"text-align":{"value":""}}}],"variant":null},"create_time":"2019-03-10 21:50:46","last_updated":"2019-03-10 22:15:18","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991605,"type":"button","data":{"buttonText":"SUBSCRIBE HERE","align":"center","buttonWidth":"","styles":[{"name":"Button style","selector":".mcnButtonContentContainer","props":{"border":{"value":0,"important":false},"border-radius":{"value":"3px","unit":"px","minimum":0,"maximum":50,"wholeNumbersOnly":true,"important":false},"background-color":{"value":"#f2196f","important":false}}},{"name":"Button text style","selector":".mcnButtonContent","props":{"color":{"value":"#FFFFFF","selector":".mcnButtonContent .mcnButton","important":false},"font-family":{"value":"Arial","important":false},"font-size":{"value":"16px","important":false},"font-weight":{"value":"bold","selector":".mcnButtonContent .mcnButton","important":false},"letter-spacing":{"value":"normal","selector":".mcnButtonContent .mcnButton","important":false},"padding":{"value":"15px","important":false}}}],"link":{"linkType":"regularLink","href":"http:\/\/sparkfestival.co\/weekly-sparks\/","text":"http:\/\/sparkfestival.co\/weekly-sparks\/","attrs":{"class":"","title":"","target":"_blank"}},"variant":null},"create_time":"2019-03-10 21:50:46","last_updated":"2019-03-10 22:15:32","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991609,"type":"socialFollow","data":{"blockLayout":"horizontal","itemArrangement":"inline","iconStyle":"color","iconType":"solid","display":"icon","align":"center","adjustableWidth":"100%","items":[{"text":"","link":"https:\/\/twitter.com\/sparkfestivalau","type":"twitterFollow"},{"text":"LinkedIn","link":"https:\/\/www.linkedin.com\/company\/spark-festival\/?originalSubdomain=au","type":"linkedInFollow"},{"text":"Instagram","link":"https:\/\/www.instagram.com\/sparkfestivalau\/","type":"instagramFollow"},{"text":"Facebook","link":"http:\/\/www.facebook.com\/sparkfestivalau","type":"facebookFollow"}],"styles":[{"name":"Container","selector":".mcnFollowContent","props":{"background-color":{"value":"","important":false},"border":{"value":0,"important":false}}},{"name":"Type","selector":".mcnFollowTextContent a","props":{"color":{"value":"#656565","important":false},"font-family":{"value":"","important":false},"font-size":{"value":"","important":false},"font-weight":{"value":"","important":false},"text-decoration":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:46","last_updated":"2019-03-10 22:15:44","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991613,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:46","last_updated":"2019-03-10 21:59:15","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991617,"type":"text","data":{"content":["<div style=\"background: #2e2e32; border-radius: 5px; padding: 2px 10px; margin: -6px 0\"><a href=\"#this-week\" id=\"top\" name=\"top\" target=\"_self\"><span style=\"color:#ee3069\"><strong>\u25b6<\/strong><\/span><span style=\"color:#FFFFFF\"><strong> THIS WEEK<\/strong><\/span><\/a><\/div>\n"],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif","important":false},"font-size":{"value":"18px","important":false},"font-style":{"value":"normal","important":false},"font-weight":{"value":"normal","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:46","last_updated":"2019-03-10 21:58:25","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991621,"type":"text","data":{"content":["<div style=\"background: #2e2e32; border-radius: 5px; padding: 2px 10px; margin: -6px 0\"><a href=\"#next-week\" target=\"_self\"><span style=\"color:#ee3069\"><strong>\u25b6<\/strong><\/span><span style=\"color:#FFFFFF\"><strong> NEXT WEEK<\/strong><\/span><\/a><\/div>\n"],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif","important":false},"font-size":{"value":"18px","important":false},"font-style":{"value":"normal","important":false},"font-weight":{"value":"normal","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:46","last_updated":"2019-03-10 21:50:46","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991625,"type":"text","data":{"content":["<div style=\"background: #2e2e32; border-radius: 5px; padding: 2px 10px; margin: -6px 0\"><a href=\"#on-the-horizon\" target=\"_self\"><strong><span style=\"color:#ee3069\">\u25b6<\/span><span style=\"color:#FFFFFF\"> <\/span><span style=\"color:#FFFFFF\">ON THE HORIZON<\/span><\/strong><\/a><\/div>\n"],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif","important":false},"font-size":{"value":"18px","important":false},"font-style":{"value":"normal","important":false},"font-weight":{"value":"normal","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:46","last_updated":"2019-03-10 21:50:46","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991629,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:46","last_updated":"2019-03-10 21:59:15","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991633,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:46","last_updated":"2019-03-10 21:59:15","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991637,"type":"text","data":{"content":["<div style=\"background: #ee3069; padding: 2px 10px; border-radius: 0px 8px 8px\"><span style=\"color:#FFFFFF\">MONDAY&nbsp;<\/span><font color=\"#2e2e32\"><strong>MAR 11<\/strong><\/font><\/div>\n"],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"#ffffff","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"20px","important":false},"font-style":{"value":"normal","important":false},"font-weight":{"value":"normal","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"left","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:46","last_updated":"2019-03-10 21:50:46","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991641,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com\/e\/beyond-industry-40-digital-fabrication-and-craft-tickets-55012101677?aff=erelexpmlt\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>Beyond Industry 4.0 : digital fabrication and craft<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Sydney CBD&nbsp;<\/font>| Hassell Studio | 5.30-6.00PM<\/strong><\/span><br\/>\nThis talk brings leading experts in digital fabrication and manufacturing together with master practitioners of architectural, design and crafts for a stimulating discussion on the future of digital fabrication and traditional materials and craftsmanship.&nbsp;<a href=\"https:\/\/www.eventbrite.com\/e\/beyond-industry-40-digital-fabrication-and-craft-tickets-55012101677?aff=erelexpmlt\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:46","last_updated":"2019-03-10 21:50:46","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991645,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:46","last_updated":"2019-03-10 21:59:15","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991649,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.tankstreamlabs.com\/event\/start-up-funding-update-rd-tax-incentive-grants-and-incentives-2\/\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>Start-up funding update: R&amp;D Tax Incentive, grants and&nbsp;incentives<\/strong><\/span><\/font><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Sydney Startup Hub&nbsp;<\/font>| Tank Stream Labs | 12.30-1.30PM<\/strong><\/span><br\/>\nThis information session will focus on government support programmes which can assist your business to attract the right funding and accelerate your growth.&nbsp;<a href=\"https:\/\/www.tankstreamlabs.com\/event\/start-up-funding-update-rd-tax-incentive-grants-and-incentives-2\/\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:46","last_updated":"2019-03-10 21:50:46","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991653,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:47","last_updated":"2019-03-10 21:59:15","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991657,"type":"text","data":{"content":["<div style=\"background: #ee3069; padding: 2px 10px; border-radius: 0px 8px 8px\"><span style=\"color:#FFFFFF\">TUESDAY&nbsp;<\/span><font color=\"#2e2e32\"><strong>MAR 12<\/strong><\/font><\/div>\n"],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"#ffffff","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"20px","important":false},"font-style":{"value":"normal","important":false},"font-weight":{"value":"normal","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"left","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:47","last_updated":"2019-03-10 21:50:47","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991661,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com\/e\/how-to-free-a-founder-from-a-sales-role-registration-56086287596?aff=ebdssbdestsearch\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>How to free a founder from a sales role<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Sydney CBD&nbsp;<\/font>| WeWork | 6.00-8.00PM<\/strong><\/span><br\/>\nUsing a decision-making tool called the 4Qs, founders can avoid abandoning their sales role and instead, scale out of the sales role. Enjoy a beverage courtesy of WeWork while tackling this difficult problem and explore four good reasons why we need to free founders from sales roles.&nbsp;<a href=\"https:\/\/www.eventbrite.com\/e\/how-to-free-a-founder-from-a-sales-role-registration-56086287596?aff=ebdssbdestsearch\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:47","last_updated":"2019-03-10 21:50:47","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991665,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:47","last_updated":"2019-03-10 21:59:15","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991669,"type":"text","data":{"content":["<div><a href=\"https:\/\/generalassemb.ly\/education\/shestarts-x-ga-lets-talk-about-tech\/sydney\/70293\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>SheStarts X GA: Let&#39;s Talk About Tech<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Sydney CBD&nbsp;<\/font>| General Assembly | 6.00-8.00PM<\/strong><\/span><br\/>\nJoin General Assembly and SheStarts on 12 March, for the next event in their Art of the Possible series, on demystifying tech trends.&nbsp;&nbsp;<a href=\"https:\/\/generalassemb.ly\/education\/shestarts-x-ga-lets-talk-about-tech\/sydney\/70293\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:47","last_updated":"2019-03-10 21:50:47","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991673,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:47","last_updated":"2019-03-10 21:59:15","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991677,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.acs.org.au\/cpd-education\/event-detail.html?eventId=7010o000001JLr7AAG\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>ACS NSW &amp; Spark Festival Start-Up Series: Accounting and Tax Tips for Start-Ups<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Barangaroo&nbsp;<\/font>| ACS Technology &amp; Innovation Hub | 5.30-7.30PM<\/strong><\/span><br\/>\nJoin co-founders of POP, Patrick Sargent and Sidney Cachuela as they reveal proven tax and accounting processes to drive growth and put your start-up on the path to becoming the next unicorn. Use promo code MUACS and attend for just $20.&nbsp;&nbsp;<a href=\"https:\/\/www.acs.org.au\/cpd-education\/event-detail.html?eventId=7010o000001JLr7AAG\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:47","last_updated":"2019-03-10 21:50:47","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991681,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:47","last_updated":"2019-03-10 21:59:15","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991685,"type":"text","data":{"content":["<div><a href=\"https:\/\/academyxi.com\/events\/facilitation-for-beginners\/\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>Facilitation for Beginners<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Sydney CBD&nbsp;<\/font>| Academy Xi | 6.00-9.00PM<\/strong><\/span><br\/>\nAt this workshop, delve into the basics of facilitation, including why, when, and how to facilitate.&nbsp;<a href=\"https:\/\/academyxi.com\/events\/facilitation-for-beginners\/\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:47","last_updated":"2019-03-10 21:50:47","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991689,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:47","last_updated":"2019-03-10 21:59:15","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991693,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/start-house-discovery-session-maitland-tickets-56539979601\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>Start House Discovery Session<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Maitland&nbsp;<\/font>| The Whistler Maitland | 5.30-7.30PM<\/strong><\/span><br\/>\nThis Discovery Session is an opportunity for you to click into a network of support to see your idea or venture progress to the next stage.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/start-house-discovery-session-maitland-tickets-56539979601\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:47","last_updated":"2019-03-10 21:50:47","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991697,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:47","last_updated":"2019-03-10 21:59:15","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991701,"type":"text","data":{"content":["<div><a href=\"https:\/\/events.humanitix.com.au\/workshop-bringing-ideas-to-life\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>Workshop: Bringing Ideas to Life<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Sydney Startup Hub&nbsp;<\/font>| Fishburners | 4.45-7.00PM<\/strong><\/span><br\/>\nIdeaSpies and ReadyFundGo are running this event to help you refine your elevator pitch and see if crowdfunding will work to get your idea off the ground.&nbsp;<a href=\"https:\/\/events.humanitix.com.au\/workshop-bringing-ideas-to-life\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:47","last_updated":"2019-03-10 21:50:47","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991705,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:47","last_updated":"2019-03-10 21:59:15","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991709,"type":"text","data":{"content":["<div><a href=\"https:\/\/nathanshooter.com\/events\/e2\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>Boost Your Brand Visibility: Masterclass Part 1<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Dubbo&nbsp;<\/font>| Charles Sturt University | 6.30-8.00PM<\/strong><\/span><br\/>\nIn this masterclass, you&#39;ll unlock the power of the 3 most important visual identity elements required to boost your brand, and communicate from the inside out.&nbsp;<a href=\"https:\/\/nathanshooter.com\/events\/e2\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:47","last_updated":"2019-03-10 21:50:47","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991713,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:47","last_updated":"2019-03-10 21:59:15","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991717,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.acu.edu.au\/about-acu\/news-and-events\/events\/2019\/march\/copyright-contracts-and-business-basics-for-creatives\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>Copyright, contracts and business basics for creatives<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Strathfield&nbsp;<\/font>| ACU Strathfield Campus | 9.00AM-12.00PM<\/strong><\/span><br\/>\nThis relaxed three-hour workshop will help point you in the right direction with contracts, give you greater confidence to read and understand documents before you sign them, and help you talk about the business and legal side of your creative endeavors in a captivating way.&nbsp;<a href=\"https:\/\/www.acu.edu.au\/about-acu\/news-and-events\/events\/2019\/march\/copyright-contracts-and-business-basics-for-creatives\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:47","last_updated":"2019-03-10 21:50:47","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991721,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:47","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991725,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/fireside-chat-with-pandora-shelley-tickets-57955882605\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>Fireside chat with Pandora Shelley<\/strong><\/span><\/font><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Ultimo&nbsp;<\/font>| UTS Startups Event Space | 5.30-7.00PM<\/strong><\/span><br\/>\nJoin the Fishburners CEO as she&nbsp;shares her valuable career insights, biggest challenges\/wins and more.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/fireside-chat-with-pandora-shelley-tickets-57955882605\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:47","last_updated":"2019-03-10 21:50:47","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991729,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:47","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991733,"type":"text","data":{"content":["<div style=\"background: #ee3069; padding: 2px 10px; border-radius: 0px 8px 8px\"><span style=\"color:#FFFFFF\">WEDNESDAY&nbsp;<\/span><font color=\"#2e2e32\"><strong>MAR 13<\/strong><\/font><\/div>\n"],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"#ffffff","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"20px","important":false},"font-style":{"value":"normal","important":false},"font-weight":{"value":"normal","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"left","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:48","last_updated":"2019-03-10 21:50:47","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991737,"type":"text","data":{"content":["<div><a href=\"https:\/\/generalassemb.ly\/education\/the-future-of-the-sharing-economy\/sydney\/71533\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>The Future of the Sharing Economy&nbsp;<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Sydney CBD&nbsp;<\/font>| General Assembly | 6.00-8.00PM<\/strong><\/span><br\/>\nIn this panel discussion, General Assembly invites Sydney&#39;s leaders in the Sharing Economy to share their experience starting, building and growing their sharing platforms.&nbsp;<a href=\"https:\/\/generalassemb.ly\/education\/the-future-of-the-sharing-economy\/sydney\/71533\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:48","last_updated":"2019-03-10 21:50:48","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991741,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:48","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991745,"type":"text","data":{"content":["<div><a href=\"https:\/\/academyxi.com\/events\/how-to-land-your-first-gig-in-design\/\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>How to Land Your First Gig in Design<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Sydney CBD&nbsp;<\/font>| Academy Xi | 6.00-8.00PM<\/strong><\/span><br\/>\nHave you ever wondered&nbsp;what&nbsp;User Experience (UX) Design, or&nbsp;Service Design&nbsp;is, and what it takes to get into the industry?&nbsp;<a href=\"https:\/\/academyxi.com\/events\/how-to-land-your-first-gig-in-design\/\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:48","last_updated":"2019-03-10 21:50:48","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991749,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:48","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991753,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com\/e\/coding-for-non-programmers-tickets-53717354052?aff=erelexpmlt\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>Coding for Non-Programmers&nbsp;<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Sydney CBD&nbsp;<\/font>| WeWork | 6.00-8.00PM<\/strong><\/span><br\/>\nAlways wanted to build your own mobile app? Join this workshop to learn about the history of coding, key coding terminology and the different programming languages.&nbsp;<a href=\"https:\/\/www.eventbrite.com\/e\/coding-for-non-programmers-tickets-53717354052?aff=erelexpmlt\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:48","last_updated":"2019-03-10 21:50:48","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991757,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:48","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991761,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/all-about-python-intro-programming-course-tickets-55265431393?aff=erellivmlt\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>All About Python: Intro Programming Course<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">North Sydney&nbsp;<\/font>| Coder Academy | 6.00-8.00PM<\/strong><\/span><br\/>\nTake your very first step towards upskilling, building an app, creating a startup, launching a website, or joining the tech industry.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/all-about-python-intro-programming-course-tickets-55265431393?aff=erellivmlt\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:48","last_updated":"2019-03-10 21:50:48","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991765,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:48","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991769,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/proto-meet-customers-workshop-2-tickets-56462441683?aff=ProtoWebsite\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>Proto: Meet Customers<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Darlington&nbsp;<\/font>| Level 4, Wentworth Building | 12.00PM<\/strong><\/span><br\/>\nIn this 2 hour workshop, you&rsquo;ll learn about customer development, identify your first customers, and you&rsquo;ll conduct real customer interviews.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/proto-meet-customers-workshop-2-tickets-56462441683?aff=ProtoWebsite\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:48","last_updated":"2019-03-10 21:50:48","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991773,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:48","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991777,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/startup-maths-intro-to-startup-equity-valuations-sc-syd-13mar-tickets-57347282265?mc_cid=14789cde2a&amp;mc_eid=d77b739658\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>Startup Maths: Intro to Startup Equity, Valuations<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Sydney Startup Hub&nbsp;<\/font>| Stone &amp; Chalk | 5.30-7.30PM<\/strong><\/span><br\/>\nThis session will help you understand how equity works initially and over multiple rounds as you&#39;re raising capital.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/startup-maths-intro-to-startup-equity-valuations-sc-syd-13mar-tickets-57347282265?mc_cid=14789cde2a&amp;mc_eid=d77b739658\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:48","last_updated":"2019-03-10 21:50:48","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991781,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:48","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991785,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/i2n-immersive-ip-trademarks-with-lauren-eade-davies-collison-cave-tickets-55311538300\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>I2N Immersive - IP &amp; Trademarks with Lauren Eade<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Newcastle&nbsp;<\/font>| I2N Hub | 5.30-6.30PM<\/strong><\/span><br\/>\nLauren is a senior trademark specialist at&nbsp;Davies Collison Cave&nbsp;with more than fifteen years&rsquo; experience in intellectual property law, focusing on trademark prosecution, advisory, clearance and enforcement work.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/i2n-immersive-ip-trademarks-with-lauren-eade-davies-collison-cave-tickets-55311538300\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:48","last_updated":"2019-03-10 21:50:48","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991789,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:48","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991793,"type":"text","data":{"content":["<div><a href=\"https:\/\/stripe.events\/devcosydney\/ts\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>The Developer Coefficient: A growth secret of tech-forward companies<\/strong><\/span><\/font><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Sydney Startup Hub&nbsp;<\/font>| Level 1 | 6.30PM<\/strong><\/span><br\/>\nJoin Airtasker&#39;s VP of Engieneering,&nbsp;Yaniv Bernstein, and Stripe&#39;s Head of Australia &amp; New Zealand,&nbsp;Mac Wang,&nbsp;for a fireside chat on how to successfully attract&nbsp;scarce&nbsp;technical&nbsp;talent and&nbsp;effectively&nbsp;empower those resources to&nbsp;drive business results.&nbsp;<a href=\"https:\/\/stripe.events\/devcosydney\/ts\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:48","last_updated":"2019-03-10 21:50:48","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991797,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:48","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991801,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/hotwire-lunch-learn-pr-101-tickets-56773354632?aff=ebdssbdestsearch\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>Hotwire Lunch &amp; Learn - PR 101<\/strong><\/span><\/font><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Pyrmont&nbsp;<\/font>| Level 3, 100 Harris St | 12.00-1.00PM<\/strong><\/span><br\/>\nThe Australian media landscape is changing rapidly every day, presenting opportunities and curveballs for growing businesses needing to get their name at the forefront of prospects&rsquo; minds.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/hotwire-lunch-learn-pr-101-tickets-56773354632?aff=ebdssbdestsearch\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:48","last_updated":"2019-03-10 21:50:48","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991805,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:48","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991809,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/speaker-series-the-studio-ultra-thin-portable-monitors-launching-a-crowdfunding-campaign-tickets-58046847684\" target=\"_blank\"><font color=\"#000000\"><strong style=\"font-size:22px\">Speaker Series @ The Studio: Ultra Thin <\/strong><span style=\"font-size:22px\"><strong>Portable<\/strong><\/span><strong style=\"font-size:22px\">&nbsp;Monitors - Launching a Crowdfunding Campaign<\/strong><\/font><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Sydney Startup Hub&nbsp;<\/font>| The Studio | 12.30-1.30PM<\/strong><\/span><br\/>\nBy 2020, half of the US workforce will be Freelancers, workplace mobility is on the rise and 1 in 3 Australians now work from home. So we are working remotely from our laptop, but do we have the right tools to work productively?&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/speaker-series-the-studio-ultra-thin-portable-monitors-launching-a-crowdfunding-campaign-tickets-58046847684\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:48","last_updated":"2019-03-10 21:50:48","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991813,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:48","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991817,"type":"text","data":{"content":["<div style=\"background: #ee3069; padding: 2px 10px; border-radius: 0px 8px 8px\"><span style=\"color:#FFFFFF\">THURSDAY&nbsp;<\/span><font color=\"#2e2e32\"><strong>MAR 14<\/strong><\/font><\/div>\n"],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"#ffffff","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"20px","important":false},"font-style":{"value":"normal","important":false},"font-weight":{"value":"normal","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"left","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:49","last_updated":"2019-03-10 21:50:48","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991821,"type":"text","data":{"content":["<div><a href=\"https:\/\/generalassemb.ly\/education\/code-in-the-brewery-presented-by-general-assembly\/sydney\/70288\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>Code in the Brewery Presented by General Assembly&nbsp;<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Glebe&nbsp;<\/font>| Staves Brewery | 5.00-7.00PM<\/strong><\/span><br\/>\nIn this two-hour, hands-on coding 101 crash course - you&rsquo;ll discover the basics of coding using HTML and CSS.&nbsp;<a href=\"https:\/\/generalassemb.ly\/education\/code-in-the-brewery-presented-by-general-assembly\/sydney\/70288\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:49","last_updated":"2019-03-10 21:50:49","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991825,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:49","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991829,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/research-to-startup-a-different-road-to-impact-tickets-54626121199?aff=ebdssbdestsearch\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>Research to Startup: A different road to impact<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Camperdown&nbsp;<\/font>| University of Sydney | 3.00-5.30PM<\/strong><\/span><br\/>\nHear from researchers who have pursued a different path to gain global impact for their work - building a successful startup business.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/research-to-startup-a-different-road-to-impact-tickets-54626121199?aff=ebdssbdestsearch\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:49","last_updated":"2019-03-10 21:50:49","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991833,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:49","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991837,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.meetup.com\/en-AU\/Regional-NSW-Tech-and-Entrepreneurship\/events\/258891180\/\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>Failure Night<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Orange&nbsp;<\/font>| The GATE | 6.00-8.00PM<\/strong><\/span><br\/>\nFailure nights is a global movement born in Mexico in 2012 to share public business failure stories with hundreds of people attending each event around the world. Sharing your mistakes helps others learn and boosts your resilience for the next business challenge.&nbsp;<a href=\"https:\/\/www.meetup.com\/en-AU\/Regional-NSW-Tech-and-Entrepreneurship\/events\/258891180\/\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:49","last_updated":"2019-03-10 21:50:49","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991841,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:49","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991845,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com\/e\/why-is-cyber-security-defence-so-hard-protect-your-corner-of-the-internet-tickets-56831749292\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>Why is cyber security defence so hard? Protect Your Corner of the Internet<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Manly&nbsp;<\/font>| <\/strong><\/span><strong>Minato Sake Bar and Japanese Diner Manly<\/strong><span style=\"font-size:15px\"><strong> | 5.00-7.00PM<\/strong><\/span><br\/>\nSEVENmile Venture Lab and Aura Information Security are pleased to invite you to hear RedShield Chief Research Officer and CSO,&nbsp;Graeme Neilson, explain how to defend your corner of the Internet.&nbsp;<a href=\"https:\/\/www.eventbrite.com\/e\/why-is-cyber-security-defence-so-hard-protect-your-corner-of-the-internet-tickets-56831749292\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:49","last_updated":"2019-03-10 21:50:49","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991849,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:49","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991853,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/digital-marketing-2019-trends-community-meets-tickets-55945953854?aff=ebdssbdestsearch\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>Digital Marketing 2019 Trends | Community Meets<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Sydney CBD&nbsp;<\/font>| <\/strong><\/span><strong>Servcorp MLC Centre<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 5.30-7.00PM<\/strong><\/span><br\/>\nAt this event in co-operation with&nbsp;Matchboard, hear from Noah Borensztajn<strong>,&nbsp;<\/strong>Director of Splashbox,&nbsp;one of Australia&rsquo;s top digital agencies on what trends to be aware of this year. Award-winning entrepreneur Sharon Melamed will also share her digital tips &ldquo;from the coalface.&rdquo;&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/digital-marketing-2019-trends-community-meets-tickets-55945953854?aff=ebdssbdestsearch\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:49","last_updated":"2019-03-10 21:50:49","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991857,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:49","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991861,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/start-house-launch-tickets-56377420382\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>Start House Launch<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Sydney Startup Hub&nbsp;<\/font>| <\/strong><\/span><strong>Fishburners<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 5.30-8.00PM<\/strong><\/span><br\/>\nThe Business Centre is pleased to invite you to the launch of the Start House accelerator program, supported by the Australian Government Incubator Support Initiative.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/start-house-launch-tickets-56377420382\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:49","last_updated":"2019-03-10 21:50:49","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991865,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:49","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991869,"type":"text","data":{"content":["<div><a href=\"https:\/\/venturecafesydney.org\/events\/2019\/3\/14\/precision-digital-health-technology\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>Venture Cafe Sydney: Precision Digital Health Technology<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Macquarie Park&nbsp;<\/font>| <\/strong><\/span><strong>Venture Cafe<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 3.00-8.00PM<\/strong><\/span><br\/>\nVenture Caf&eacute; Sydney connects innovators and entrepreneurs through high-impact programming and interactive experiments. Every Thursday it provides an opportunity for individuals and organisations to connect, share, learn and grow...together. Join the Thursday Gathering @Venture Caf&eacute; for a range of social activities, educational sessions, workshops and experiments.&nbsp;<a href=\"https:\/\/venturecafesydney.org\/events\/2019\/3\/14\/precision-digital-health-technology\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:49","last_updated":"2019-03-10 21:50:49","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991873,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:49","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991877,"type":"text","data":{"content":["<div><a href=\"https:\/\/events.humanitix.com.au\/inspiration-series-charlie-teo?c=website\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>HHW Inspiration Series: Charlie Teo<\/strong><\/span><\/font><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Sydney CBD&nbsp;<\/font>| <\/strong><\/span><strong>Haymarket HQ<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 6.00-8.00PM<\/strong><\/span><br\/>\nProfessor Charlie Teo is world renowned neurosurgeon. From humble beginnings in Sydney, he has gone on to become a global pioneer in&nbsp;minimally&nbsp;invasive techniques in neurosurgery and brain cancer research.&nbsp;<a href=\"https:\/\/events.humanitix.com.au\/inspiration-series-charlie-teo?c=website\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:49","last_updated":"2019-03-10 21:50:49","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991881,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:49","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991885,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.facebook.com\/events\/252472402301071\/\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>Open Innovation: Prototype for Immunisation Challenges<\/strong><\/span><\/font><\/a><\/div>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Ultimo&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>UTS Startups<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 6.00-8.30PM<\/strong><\/span><br\/>\n<style type=\"text\/css\"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}-->\n<\/style>\nImmunization saves an estimated 2-3 million lives every year. Nonetheless, we are still seeing 1 in 10 children not receiving all their vaccines, mostly in the world&rsquo;s poorest and most disadvantaged communities. How can we co-create a brighter future for immunization? Join the OpenIDEO Sydney Chapter on 14th March to understand, evaluate and test 3 submitted ideas that aim to improve the future state of immunization, and provide feedback.&nbsp;<a href=\"https:\/\/www.facebook.com\/events\/252472402301071\/\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:49","last_updated":"2019-03-10 21:50:49","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991889,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:49","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991893,"type":"text","data":{"content":["<div style=\"background: #ee3069; padding: 2px 10px; border-radius: 0px 8px 8px\"><span style=\"color:#FFFFFF\">FRIDAY&nbsp;<\/span><font color=\"#2e2e32\"><strong>MAR 15<\/strong><\/font><\/div>\n"],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"#ffffff","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"20px","important":false},"font-style":{"value":"normal","important":false},"font-weight":{"value":"normal","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"left","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:49","last_updated":"2019-03-10 21:50:49","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991897,"type":"text","data":{"content":["<div><a href=\"https:\/\/events.humanitix.com.au\/migrapreneurpitchnight\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>Refugee Entrepreneur Pitch Night &amp; Demo Day | Catalyser x Fishburners<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Sydney Startup Hub&nbsp;<\/font>| <\/strong><\/span><strong>Fishburners<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 5.00-8.00PM<\/strong><\/span><br\/>\nThe evening will include pitches from all 17 startups in their program, followed by a demo fair and networking.&nbsp;<a href=\"https:\/\/events.humanitix.com.au\/migrapreneurpitchnight\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:49","last_updated":"2019-03-10 21:50:49","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991901,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:49","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991905,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com\/e\/mobility-as-a-service-data-sharing-forum-tickets-56948092277?aff=ebdssbdestsearch\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>Mobility as a Service - Data Sharing Forum<\/strong><\/span><\/font><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Sydney Startup Hub&nbsp;<\/font>| <\/strong><\/span><strong>Auditorium<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 10.00AM-1.00PM<\/strong><\/span><br\/>\nJoin TfNSW, MaaS Innovation Challenge incubatees, industry, operators and experts in a discussion around the proposed specification and help evolve the MaaS ecosystem for NSW.&nbsp;<a href=\"https:\/\/www.eventbrite.com\/e\/mobility-as-a-service-data-sharing-forum-tickets-56948092277?aff=ebdssbdestsearch\" target=\"_blank\"><strong style=\"color:rgb(238, 48, 105)\">MORE...<\/strong><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:50","last_updated":"2019-03-10 21:50:50","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991909,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:50","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991913,"type":"text","data":{"content":["<div style=\"background: #2e2e32; border-radius: 5px; padding: 2px 10px; margin: -6px 0\"><a href=\"#top\" target=\"_blank\"><strong><span style=\"color:#ee3069\">\u25b2<\/span><\/strong><\/a><strong><a id=\"next-week\" name=\"next-week\"><\/a><a href=\"#top\"><span style=\"color:#FFFFFF\"> <\/span><span style=\"color:#FFFFFF\">NEXT WEEK<\/span><\/a><\/strong><\/div>\n"],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif","important":false},"font-size":{"value":"18px","important":false},"font-style":{"value":"normal","important":false},"font-weight":{"value":"normal","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:50","last_updated":"2019-03-10 21:50:50","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991917,"type":"text","data":{"content":["<div style=\"background: #ee3069; padding: 2px 10px; border-radius: 0px 8px 8px\"><span style=\"color:#FFFFFF\">MONDAY&nbsp;<\/span><font color=\"#2e2e32\"><strong>MAR 18<\/strong><\/font><\/div>\n"],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"#ffffff","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"20px","important":false},"font-style":{"value":"normal","important":false},"font-weight":{"value":"normal","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"left","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:50","last_updated":"2019-03-10 21:50:50","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991921,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/digital-garage-free-entrepreneurship-digital-marketing-workshop-at-google-registration-56319590411\" target=\"_blank\"><span style=\"color:#000000\"><strong style=\"font-size:22px\">Digital Garage: Free Entrepreneurship &amp; Digital <\/strong><span style=\"font-size:22px\"><strong>Marketing<\/strong><\/span><strong style=\"font-size:22px\">&nbsp;Workshop<\/strong><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Pyrmont&nbsp;<\/font>| <\/strong><\/span><strong>Google&#39;s Sydney Office<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 3.30-5.30PM<\/strong><\/span><br\/>\nAcademy of Entrepreneurs and GOOGLE are combining forces again to empower entrepreneurs in Sydney to boost their online presence and have more success globally.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/digital-garage-free-entrepreneurship-digital-marketing-workshop-at-google-registration-56319590411\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:50","last_updated":"2019-03-10 21:50:50","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991925,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:50","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991929,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/elevate-your-director-skills-governance-workshops-for-boards-tickets-56964598648\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>Elevate your Director skills - Governance Workshops for Boards<\/strong><\/span><\/font><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Muswellbrook&nbsp;<\/font>| <\/strong><\/span><strong>Uon Upper Hunter Training Room<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| Two Day Event<\/strong><\/span><br\/>\n2 half day workshops designed to help small business and NFPs build knowledge and skill in Corporate Governace.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/elevate-your-director-skills-governance-workshops-for-boards-tickets-56964598648\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:50","last_updated":"2019-03-10 21:50:50","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991933,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:50","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991937,"type":"text","data":{"content":["<div style=\"background: #ee3069; padding: 2px 10px; border-radius: 0px 8px 8px\"><span style=\"color:#FFFFFF\">TUESDAY&nbsp;<\/span><font color=\"#2e2e32\"><strong>MAR 19<\/strong><\/font><\/div>\n"],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"#ffffff","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"20px","important":false},"font-style":{"value":"normal","important":false},"font-weight":{"value":"normal","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"left","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:50","last_updated":"2019-03-10 21:50:50","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991941,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.acu.edu.au\/about-acu\/news-and-events\/events\/2019\/march\/launch-plus-incubator-program-idea-generation-and-validation\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>Launch Plus Incubator Program: Idea generation and validation&nbsp;<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Strathfield&nbsp;<\/font>| <\/strong><\/span><strong>ACU Strathfield Campus<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 4.00-6.00PM<\/strong><\/span><br\/>\nLearn how to validate your idea, without giving it away, with more than 100 potential customers.&nbsp;<a href=\"https:\/\/www.acu.edu.au\/about-acu\/news-and-events\/events\/2019\/march\/launch-plus-incubator-program-idea-generation-and-validation\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:50","last_updated":"2019-03-10 21:50:50","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991945,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:50","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991949,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/proto-take-your-idea-further-workshop-3-tickets-56463102660?aff=ProtoWebsite\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>Proto: Take Your Idea Further&nbsp;<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Darlington&nbsp;<\/font>| <\/strong><\/span><strong>Level 4, Wentworth Building<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 3.00PM<\/strong><\/span><br\/>\nIn this 3 hour workshop, you&rsquo;ll use Design Sprint techniques to conduct rapid ideation, develop low fidelity solution concepts, learn about MVP tests and practise communicating your early-stage ideas.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/proto-take-your-idea-further-workshop-3-tickets-56463102660?aff=ProtoWebsite\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:50","last_updated":"2019-03-10 21:50:50","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991953,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:50","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991957,"type":"text","data":{"content":["<div><a href=\"https:\/\/academyxi.com\/events\/how-to-create-desirable-tech-products-people-buy\/\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>How to Create Desirable Tech Products People Love&nbsp;<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">Sydney CBD&nbsp;<\/font>| <\/strong><\/span><strong>Academy Xi<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 6.00-8.00PM<\/strong><\/span><br\/>\nHow can you ensure that you can find product-market fit, and how can you use this to ensure market success?&nbsp;<a href=\"https:\/\/academyxi.com\/events\/how-to-create-desirable-tech-products-people-buy\/\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:50","last_updated":"2019-03-10 21:50:50","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991961,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:50","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991965,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.meetup.com\/en-AU\/NorthSydneyInnovation\/events\/255251137\/\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>Life&#39;s a Pitch - pitching practise for all you startups...&nbsp;<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">North Sydney&nbsp;<\/font>| <\/strong><\/span><strong>Griffith Hack<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 4.30-8.30PM<\/strong><\/span><br\/>\nPitches are 5-7min, warning bell at 5min and &#39;the plug is pulled&#39; at 7min. Then a judge Q&amp;A so pitchers will be given constructive advice on how to better sell their ideas.&nbsp;<a href=\"https:\/\/www.meetup.com\/en-AU\/NorthSydneyInnovation\/events\/255251137\/\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:50","last_updated":"2019-03-10 21:50:50","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991969,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:50","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991973,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/iaccelerate-centre-tour-information-session-tickets-56860578521\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>iAccelerate Centre Tour &amp; Information Session&nbsp;<\/strong><\/span><\/span><\/a><\/div>\n<span style=\"font-size:15px\"><strong><font color=\"#ee3069\">North Wollongong&nbsp;<\/font>| <\/strong><\/span><strong>iAccelerate Centre<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 2.00-3.00PM<\/strong><\/span><br\/>\nTour the iAccelerate Centre, Australia&#39;s most active accelerator and incubator, providing a permanent home for 280+ startup companies and learn more about the iAccelerate offering.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/iaccelerate-centre-tour-information-session-tickets-56860578521\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:50","last_updated":"2019-03-10 21:50:50","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991977,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:51","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991981,"type":"text","data":{"content":["<div style=\"background: #ee3069; padding: 2px 10px; border-radius: 0px 8px 8px\"><span style=\"color:#FFFFFF\">WEDNESDAY&nbsp;<\/span><font color=\"#2e2e32\"><strong>MAR 20<\/strong><\/font><\/div>\n"],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"#ffffff","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"20px","important":false},"font-style":{"value":"normal","important":false},"font-weight":{"value":"normal","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"left","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:51","last_updated":"2019-03-10 21:50:51","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991985,"type":"text","data":{"content":["<div><a href=\"https:\/\/generalassemb.ly\/education\/sydney-meet-greet-hiring-event-for-ux-designers-data-scientists-web-devs\/sydney\/71920\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>Sydney Meet + Greet Hiring Event for UX Designers, Data Scientists &amp; Web Devs<\/strong><\/span><\/span><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Sydney CBD&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>General Assembly<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 12.00-2.00PM<\/strong><\/span><\/div>\nAn industry-only General Assembly welcomes companies to meet graduates of both our User Experience Design and Web Development Immersive Programs.&nbsp;<a href=\"https:\/\/generalassemb.ly\/education\/sydney-meet-greet-hiring-event-for-ux-designers-data-scientists-web-devs\/sydney\/71920\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:51","last_updated":"2019-03-10 21:50:51","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991989,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:51","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991993,"type":"text","data":{"content":["<div><a href=\"https:\/\/generalassemb.ly\/education\/transition-into-the-future-of-work\/sydney\/71922\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>Transition into the Future of Work<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Sydney CBD&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>General Assembly<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 6.00-8.00PM<\/strong><\/span><\/div>\nWithin this keynote, Louise will discuss her background as an executive coach for over 15 years, before which she was a professional ballet dancer - discussing being agile throughout your career journey, moving from the creative arts into the corporate sphere and how these human skills have strengthened her network across the globe.&nbsp;<a href=\"https:\/\/generalassemb.ly\/education\/transition-into-the-future-of-work\/sydney\/71922\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:51","last_updated":"2019-03-10 21:50:51","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15991997,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:51","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992001,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.acu.edu.au\/about-acu\/news-and-events\/events\/2019\/march\/launch-plus-incubator-program-idea-generation-and-validation-north-sydney\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>Launch Plus Incubator Program: Idea Generation and Validation<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">North Sydney&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>ACU North Sydney Campus<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 4.00-6.00PM<\/strong><\/span><\/div>\nLearn how to validate your idea, without giving it away, with more than 100 potential customers.&nbsp;<a href=\"https:\/\/www.acu.edu.au\/about-acu\/news-and-events\/events\/2019\/march\/launch-plus-incubator-program-idea-generation-and-validation-north-sydney\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:51","last_updated":"2019-03-10 21:50:51","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992005,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:51","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992009,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/womens-workshop-digital-fabrication-tickets-55816691226?aff=ebdssbdestsearch\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>Women&#39;s Workshop: Digital Fabrication<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Kensington&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>Michael Crouch Innovation Centre<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 1.00-3.00PM<\/strong><\/span><\/div>\nAttending this workshop will instill future creative confidence and release your inner digital artisan.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/womens-workshop-digital-fabrication-tickets-55816691226?aff=ebdssbdestsearch\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:51","last_updated":"2019-03-10 21:50:51","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992013,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:51","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992017,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.iaccelerate.com.au\/ajde_events\/iaccelerate-speakers-series-investing-in-cleantech\/\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>iAccelerate Speaker Series: Investing in Cleantech<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Wollongong&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>University of Wollongong<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 5.30-7.30PM<\/strong><\/span><\/div>\niAccelerate is pleased to host guest speaker Adam de Sola Pool. Adam will present Investing in Cleantech: stories from the trenches.&nbsp;Personal pitfalls and glories from twenty years of investing in and establishing renewable energy and water companies.&nbsp;<a href=\"https:\/\/www.iaccelerate.com.au\/ajde_events\/iaccelerate-speakers-series-investing-in-cleantech\/\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:51","last_updated":"2019-03-10 21:50:51","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992021,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:51","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992025,"type":"text","data":{"content":["<div style=\"background: #ee3069; padding: 2px 10px; border-radius: 0px 8px 8px\"><span style=\"color:#FFFFFF\">THURSDAY&nbsp;<\/span><font color=\"#2e2e32\"><strong>MAR 21<\/strong><\/font><\/div>\n"],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"#ffffff","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"20px","important":false},"font-style":{"value":"normal","important":false},"font-weight":{"value":"normal","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"left","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:51","last_updated":"2019-03-10 21:50:51","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992029,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.startupgrind.com\/events\/details\/startup-grind-coffs-harbour-presents-alan-jones-entrepreneur-in-residence-muru-d-and-general-partner-m8-ventures\/#\/\" target=\"_blank\"><span style=\"color:#000000\"><span style=\"font-size:22px\"><strong>Alan Jones - Entrepreneur in Residence<\/strong><\/span><\/span><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Coffs Harbour&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>Coffs Harbour Education Campus<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 1.00-3.00PM<\/strong><\/span><\/div>\nAlan &quot;The Nice One&rdquo; Jones is one of the key figures in the Australian startup ecosystem. He has advised founders in startup accelerators BlueChilli, Startmate, Catalysr, Muru-D and Collider, as well as advising clients of KPMG&rsquo;s High Growth Ventures team as an Entrepreneur in Residence as well as many regional areas on strategies how to grow their startup community.&nbsp;<a href=\"https:\/\/www.startupgrind.com\/events\/details\/startup-grind-coffs-harbour-presents-alan-jones-entrepreneur-in-residence-muru-d-and-general-partner-m8-ventures\/#\/\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:51","last_updated":"2019-03-10 21:50:51","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992033,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:51","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992037,"type":"text","data":{"content":["<div><a href=\"https:\/\/mail.google.com\/mail\/u\/0\/?tab=rm#inbox\/FMfcgxwBVqTdRbRjCddcMkCpBgKBqXWQ\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>Venture Cafe Sydney: Lifecycles of Wellbeing<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Macquarie Park&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>Venture Cafe<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 3.00-8.00PM<\/strong><\/span><\/div>\nVenture Caf&eacute; Sydney connects innovators and entrepreneurs through high-impact programming and interactive experiments. Every Thursday it provides an opportunity for individuals and organisations to connect, share, learn and grow...together. Join the Thursday Gathering @Venture Caf&eacute; for a range of social activities, educational sessions, workshops and experiments.&nbsp;<a href=\"https:\/\/mail.google.com\/mail\/u\/0\/?tab=rm#inbox\/FMfcgxwBVqTdRbRjCddcMkCpBgKBqXWQ\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:51","last_updated":"2019-03-10 21:50:51","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992041,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:51","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992045,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/disruptorsintech-ai-in-healthcare-tickets-56006035560?aff=ebdssbdestsearch\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>#DisruptorsInTech: AI in healthcare<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Sydney CBD&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>Deloitte Australia<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 6.00-8.00PM<\/strong><\/span><\/div>\nScalable Journey of AI in health care through the lens of algorithms to detect high risk heart patients in ED.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/disruptorsintech-ai-in-healthcare-tickets-56006035560?aff=ebdssbdestsearch\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:51","last_updated":"2019-03-10 21:50:51","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992049,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:51","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992053,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/iq-compass-tickets-53000243154\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>IQ Compass<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Newcastle&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>The Station&nbsp;<\/strong><span style=\"font-size:15px\"><strong>| 5.30-7.30PM<\/strong><\/span><\/div>\nFor IQ Compass The City of Newcastle has brought together a bunch of local groups and organisations for a pop-up expo where you can find out what they&#39;re up to this year and how you can get involved.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/iq-compass-tickets-53000243154\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:51","last_updated":"2019-03-10 21:50:51","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992057,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:51","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992061,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/iaccelerate-speakers-series-investing-in-cleantech-wollongong-tickets-56861178315\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>iAccelerate Speaker Series: Investing in Cleantech<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">North Wollongong&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>iAccelerate&nbsp;<\/strong><span style=\"font-size:15px\"><strong>| 5.30-7.30PM<\/strong><\/span><\/div>\niAccelerate is pleased to host guest speaker Adam de Sola Pool. Adam will present&nbsp;Investing in Cleantech: stories from the trenches. Personal pitfalls and glories from twenty years of investing in and establishing renewable energy and water companies.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/iaccelerate-speakers-series-investing-in-cleantech-wollongong-tickets-56861178315\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:52","last_updated":"2019-03-10 21:50:51","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992065,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:52","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992069,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/learn-how-to-decode-workplace-behaviours-insights-for-hr-people-leaders-tickets-57070265701?aff=ebdssbdestsearch\" target=\"_blank\"><font color=\"#000000\"><strong style=\"font-size:22px\">Learn How to Decode Workplace <\/strong><span style=\"font-size:22px\"><strong>Behaviours<\/strong><\/span><strong style=\"font-size:22px\">&nbsp;- Insights for HR &amp; People Leaders<\/strong><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Sydney CBD&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>WeWork&nbsp;<\/strong><span style=\"font-size:15px\"><strong>| 6.00-8.00PM<\/strong><\/span><\/div>\nIn this session, learn what the key motivators and drivers behind people&#39;s behaviours are.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/learn-how-to-decode-workplace-behaviours-insights-for-hr-people-leaders-tickets-57070265701?aff=ebdssbdestsearch\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:52","last_updated":"2019-03-10 21:50:52","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992073,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:52","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992077,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/cybersecurity-unlocked-hacker-tools-tips-tricks-of-the-trade-tickets-57352663360\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>Cybersecuriy Unlocked: Hacker Tools, Tips &amp; Tricks of the Trade<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Sydney Startup Hub&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>The Studio&nbsp;<\/strong><span style=\"font-size:15px\"><strong>| 12.30-1.30PM<\/strong><\/span><\/div>\nYou are sure to walk away with a much better understanding of what happens &ldquo;behind the scenes&rdquo;, as well as practical things you can implement in your business to make it more secure.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/cybersecurity-unlocked-hacker-tools-tips-tricks-of-the-trade-tickets-57352663360\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:52","last_updated":"2019-03-10 21:50:52","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992081,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:52","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992085,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/new-professors-talk-2019-autonomous-vehicles-fact-vs-fiction-tickets-56390398199?aff=UONEventpage\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>New Professors Talk 2019 | Autonomous Vehicles: Fact Vs. Fiction<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Newcastle&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>Newcastle Conservatorium&nbsp;<\/strong><span style=\"font-size:15px\"><strong>| 6.00-7.00PM<\/strong><\/span><\/div>\nIn this free public lecture,&nbsp;Professor Pammer&nbsp;will explore the extraordinary potential, risks and benefits of autonomous vehicles.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/new-professors-talk-2019-autonomous-vehicles-fact-vs-fiction-tickets-56390398199?aff=UONEventpage\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:52","last_updated":"2019-03-10 21:50:52","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992089,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:52","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992093,"type":"text","data":{"content":["<div style=\"background: #ee3069; padding: 2px 10px; border-radius: 0px 8px 8px\"><span style=\"color:#FFFFFF\">FRIDAY&nbsp;<\/span><font color=\"#2e2e32\"><strong>MAR 22<\/strong><\/font><\/div>\n"],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"#ffffff","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"20px","important":false},"font-style":{"value":"normal","important":false},"font-weight":{"value":"normal","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"left","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:52","last_updated":"2019-03-10 21:50:52","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992097,"type":"text","data":{"content":["<div><a href=\"https:\/\/events.humanitix.com.au\/regionalpitchnight\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>Regional Pitch Night | Start House x Fishburners<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Sydney Startup Hub&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>Fishburners<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 5.00-8.00PM<\/strong><\/span><\/div>\nEvery Friday night from 5pm, Fishburners opens its doors to host Shark Tank style, Friday Night Pitches.&nbsp;<a href=\"https:\/\/events.humanitix.com.au\/regionalpitchnight\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:52","last_updated":"2019-03-10 21:50:52","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992101,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:52","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992105,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/iaccelerate-speakers-series-investing-in-cleantech-bowral-tickets-57358487781\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>iAccelerate Speaker Series: Investing in Cleantech<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Bowral&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>The Mill<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 12.00-1.30PM<\/strong><\/span><\/div>\niAccelerate is pleased to host guest speaker Adam de Sola Pool. Adam will present&nbsp;Investing in Cleantech: stories from the trenches. Personal pitfalls and glories from twenty years of investing in and establishing renewable energy and water companies.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/iaccelerate-speakers-series-investing-in-cleantech-bowral-tickets-57358487781\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:52","last_updated":"2019-03-10 21:50:52","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992109,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:52","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992113,"type":"text","data":{"content":["<div style=\"background: #ee3069; padding: 2px 10px; border-radius: 0px 8px 8px\"><span style=\"color:#FFFFFF\">SATURDAY&nbsp;<\/span><font color=\"#2e2e32\"><strong>MAR 23<\/strong><\/font><\/div>\n"],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"#ffffff","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"20px","important":false},"font-style":{"value":"normal","important":false},"font-weight":{"value":"normal","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"left","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:52","last_updated":"2019-03-10 21:50:52","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992117,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/superdaughter-day-2019-sydney-tickets-55205997625?aff=erelexpmlt\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>SuperDaughter Day 2019<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Sydney CBD&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>Arup<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 10.00AM-1.00PM<\/strong><\/span><\/div>\nSuperDaughter Day is an annual International Women&#39;s Day Event hosted by WORK180. Since 2016, over 3000 girls aged 5-12 years old became superheroes along with the parents, exploring the exciting world of STEM.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/superdaughter-day-2019-sydney-tickets-55205997625?aff=erelexpmlt\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:52","last_updated":"2019-03-10 21:50:52","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992121,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:52","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992125,"type":"text","data":{"content":["<div style=\"background: #2e2e32; border-radius: 5px; padding: 2px 10px; margin: -6px 0\"><a href=\"#top\" target=\"_blank\"><strong><span style=\"color:#ee3069\">\u25b2<\/span><\/strong><\/a><strong><a id=\"on-the-horizon\" name=\"on-the-horizon\"><\/a><a href=\"#top\"><span style=\"color:#FFFFFF\"> <\/span><span style=\"color:#FFFFFF\">ON THE HORIZON<\/span><\/a><\/strong><\/div>\n"],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif","important":false},"font-size":{"value":"18px","important":false},"font-style":{"value":"normal","important":false},"font-weight":{"value":"normal","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:52","last_updated":"2019-03-10 21:50:52","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992129,"type":"text","data":{"content":["<div style=\"background: #ee3069; padding: 2px 10px; border-radius: 0px 8px 8px\"><span style=\"color:#FFFFFF\">MONDAY&nbsp;<\/span><font color=\"#2e2e32\"><strong>MAR 25<\/strong><\/font><\/div>\n"],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"#ffffff","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"20px","important":false},"font-style":{"value":"normal","important":false},"font-weight":{"value":"normal","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"left","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:52","last_updated":"2019-03-10 21:50:52","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992133,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/proto-test-with-prototypes-workshop-4-tickets-56463238065?aff=ProtoWebsite\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>Proto: Test With Prototypes<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Darlington&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>Level 4, Wentworth Building<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 3.00-6.00PM<\/strong><\/span><\/div>\nYou know there is a need, but will your solution satisfy it? The only way to find out is to test with customers. Time to prototype!&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/proto-test-with-prototypes-workshop-4-tickets-56463238065?aff=ProtoWebsite\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:52","last_updated":"2019-03-10 21:50:52","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992137,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:52","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992141,"type":"text","data":{"content":["<div style=\"background: #ee3069; padding: 2px 10px; border-radius: 0px 8px 8px\"><span style=\"color:#FFFFFF\">TUESDAY&nbsp;<\/span><font color=\"#2e2e32\"><strong>MAR 26<\/strong><\/font><\/div>\n"],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"#ffffff","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"20px","important":false},"font-style":{"value":"normal","important":false},"font-weight":{"value":"normal","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"left","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:53","last_updated":"2019-03-10 21:50:52","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992145,"type":"text","data":{"content":["<div><a href=\"https:\/\/generalassemb.ly\/education\/get-started-in-user-experience-design-a-free-class\/sydney\/71963\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>Get Started in User Experience Design: A Free Class<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Sydney CBD&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>General Assembly<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 6.00-7.00PM<\/strong><\/span><\/div>\nThis free class aims to introduce user experience by giving a practical and simple introduction to what UX is while explaining some of its core concepts of usability.&nbsp;<a href=\"https:\/\/generalassemb.ly\/education\/get-started-in-user-experience-design-a-free-class\/sydney\/71963\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:53","last_updated":"2019-03-10 21:50:53","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992149,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:53","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992153,"type":"text","data":{"content":["<div><a href=\"https:\/\/academyxi.com\/events\/understanding-your-users-how-ux-research-helps-develop-amazing-problems\/\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>Understanding your users: How UX research helps to develop amazing solutions<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Sydney CBD&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>Academy Xi<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 6.00-8.00PM<\/strong><\/span><\/div>\nHow do you conduct research to get the most valuable insights for your users?&nbsp;<a href=\"https:\/\/academyxi.com\/events\/understanding-your-users-how-ux-research-helps-develop-amazing-problems\/\" target=\"_blank\"><span style=\"color:#ee3069\"><strong>MORE...<\/strong><\/span><\/a>",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:53","last_updated":"2019-03-10 21:50:53","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992157,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:53","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992161,"type":"text","data":{"content":["<div style=\"background: #ee3069; padding: 2px 10px; border-radius: 0px 8px 8px\"><span style=\"color:#FFFFFF\">WEDNESDAY&nbsp;<\/span><font color=\"#2e2e32\"><strong>MAR 27<\/strong><\/font><\/div>\n"],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"#ffffff","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"20px","important":false},"font-style":{"value":"normal","important":false},"font-weight":{"value":"normal","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"left","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:53","last_updated":"2019-03-10 21:50:53","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992165,"type":"text","data":{"content":["<div><a href=\"https:\/\/academyxi.com\/events\/building-traction-unlocking-your-maximum-growth-potential\/\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>Building Traction:Unlocking your Maximum Growth Potential<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Sydney CBD&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>Academy Xi<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 6.00-8.00PM<\/strong><\/span><br\/>\nAccording to the book&nbsp;<em>Traction,&nbsp;<\/em>by Gabriel Weinberg and Justin Mares, there are 19 channels in which startups and large organisations can use to test and validate their business ideas and products. With a plethora of channels to choose from, which ones should you be using, and which ones are the most effective?&nbsp;<a href=\"https:\/\/academyxi.com\/events\/building-traction-unlocking-your-maximum-growth-potential\/\" target=\"_blank\"><strong style=\"color:rgb(238, 48, 105)\">MORE...<\/strong><\/a><\/div>\n",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:53","last_updated":"2019-03-10 21:50:53","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992169,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:53","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992173,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/join-the-dots-for-cleantech-tickets-57923617098\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>Join the Dots for Cleantech<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Newcastle&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>I2N Hub<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 5.00-7.00PM<\/strong><\/span><br\/>\nThis month&#39;s Join the Dots theme ties into the upcoming New Futures Hackathon for Disaster Resilience (10 May) which is seeking solutions to reduce or respond to the impact of climate change.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/join-the-dots-for-cleantech-tickets-57923617098\" target=\"_blank\"><strong style=\"color:rgb(238, 48, 105)\">MORE...<\/strong><\/a><\/div>\n",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:53","last_updated":"2019-03-10 21:50:53","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992177,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:53","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992181,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com\/e\/connectlindfield-2019-showcase-tickets-55551033637?aff=ebdssbdestsearch\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>Connect@Linfield 2019 Showcase<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">West Linfield&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>CSIRO<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 10.00AM-2.00PM<\/strong><\/span><br\/>\nCome and hear about the experience of these start-up companies who have been part of the Connect@Lindfield program.&nbsp;<a href=\"https:\/\/www.eventbrite.com\/e\/connectlindfield-2019-showcase-tickets-55551033637?aff=ebdssbdestsearch\" target=\"_blank\"><strong style=\"color:rgb(238, 48, 105)\">MORE...<\/strong><\/a><\/div>\n",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:53","last_updated":"2019-03-10 21:50:53","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992185,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:53","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992189,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com\/e\/last-mile-freight-innovation-forum-tickets-56851524440?aff=ebdssbdestsearch\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>Last Mile Freight Innovation Forum<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Sydney Startup Hub&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>Main Event Space<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 9.30-11.30AM<\/strong><\/span><br\/>\nJoin Transport for NSW&nbsp;as they&nbsp;present the Showcase from their&nbsp;Transport for NSW Digital Accelerator.&nbsp;<a href=\"https:\/\/www.eventbrite.com\/e\/last-mile-freight-innovation-forum-tickets-56851524440?aff=ebdssbdestsearch\" target=\"_blank\"><strong style=\"color:rgb(238, 48, 105)\">MORE...<\/strong><\/a><\/div>\n",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:53","last_updated":"2019-03-10 21:50:53","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992193,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:53","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992197,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/startup-sessions-how-to-raise-capital-tickets-56765759916?aff=ebdssbdestsearch\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>Startup Sessions: How to raise capital<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Sydney CBD&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>Freelancer.com Office<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 6.00-8.00PM<\/strong><\/span><br\/>\nAll startups want to raise capital, but it&rsquo;s a long road from establishing a business to securing your first round of investment.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/startup-sessions-how-to-raise-capital-tickets-56765759916?aff=ebdssbdestsearch\" target=\"_blank\"><strong style=\"color:rgb(238, 48, 105)\">MORE...<\/strong><\/a><\/div>\n",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:53","last_updated":"2019-03-10 21:50:53","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992201,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:53","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992205,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/lunch-learn-practical-funding-commercial-help-for-start-ups-innovators-tickets-55608642948\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>Practical Funding &amp; Commercial Help for Start-Ups &amp; Innovators<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Sydney Startup Hub&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>The Studio<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 12.30-1.30PM<\/strong><\/span><br\/>\nBuilding a start-up or new business is tough. The odds are stacked up against you, so you need all the help and advice you can get.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/lunch-learn-practical-funding-commercial-help-for-start-ups-innovators-tickets-55608642948\" target=\"_blank\"><strong style=\"color:rgb(238, 48, 105)\">MORE...<\/strong><\/a><\/div>\n",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:53","last_updated":"2019-03-10 21:50:53","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992209,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:53","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992213,"type":"text","data":{"content":["<div style=\"background: #ee3069; padding: 2px 10px; border-radius: 0px 8px 8px\"><span style=\"color:#FFFFFF\">THURSDAY&nbsp;<\/span><font color=\"#2e2e32\"><strong>MAR 28<\/strong><\/font><\/div>\n"],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"#ffffff","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"20px","important":false},"font-style":{"value":"normal","important":false},"font-weight":{"value":"normal","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"left","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:53","last_updated":"2019-03-10 21:50:53","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992217,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/iaccelerate-speakers-series-investing-in-cleantech-sydney-tickets-57358129710\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>iAccelerate Speakers Series: Investing in Cleantech<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Sydney Startup Hub&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>Auditorium<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 6.30-8.00PM<\/strong><\/span><br\/>\niAccelerate is pleased to host guest speaker Adam de Sola Pool. Adam will present&nbsp;Investing in Cleantech: stories from the trenches. Personal pitfalls and glories from twenty years of investing in and establishing renewable energy and water companies.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/iaccelerate-speakers-series-investing-in-cleantech-sydney-tickets-57358129710\" target=\"_blank\"><strong style=\"color:rgb(238, 48, 105)\">MORE...<\/strong><\/a><\/div>\n",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:53","last_updated":"2019-03-10 21:50:53","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992221,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:54","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992225,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/be-more-human-get-more-clients-tickets-55306842254?aff=ebdssbdestsearch\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>Be more human. Get more clients.<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Sydney CBD&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>WeWork<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 6.30-8.30PM<\/strong><\/span><br\/>\nLearn how you can live by these methods to grow your client base and establish stronger, longer, more authentic relationships.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/be-more-human-get-more-clients-tickets-55306842254?aff=ebdssbdestsearch\" target=\"_blank\"><strong style=\"color:rgb(238, 48, 105)\">MORE...<\/strong><\/a><\/div>\n",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:54","last_updated":"2019-03-10 21:50:54","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992229,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:54","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992233,"type":"text","data":{"content":["<div><a href=\"https:\/\/generalassemb.ly\/education\/shestarts-x-ga-lets-talk-about-tech\/sydney\/70293\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>SheStarts x GA: Let&#39;s Talk About Tech<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Sydney CBD&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>General Assembly<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 6.30-8.00PM<\/strong><\/span><br\/>\nJoin General Assembly and SheStarts for their&nbsp;next event in our Art of the Possible series, on demystifying tech trends.&nbsp;<a href=\"https:\/\/generalassemb.ly\/education\/shestarts-x-ga-lets-talk-about-tech\/sydney\/70293\" target=\"_blank\"><strong style=\"color:rgb(238, 48, 105)\">MORE...<\/strong><\/a><\/div>\n",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:54","last_updated":"2019-03-10 21:50:54","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992237,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:54","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992241,"type":"text","data":{"content":["<div><a href=\"https:\/\/www.eventbrite.com.au\/e\/startup-stories-julie-phillips-biodiem-tickets-56952386120\" target=\"_blank\"><font color=\"#000000\"><span style=\"font-size:22px\"><strong>Startup Stories - Julie Phillips (BioDiem)<\/strong><\/span><\/font><\/a><br\/>\n<strong><font color=\"#ee3069\" style=\"font-size: 15px;\">Newcastle&nbsp;<\/font><span style=\"font-size:15px\">| <\/span>I2N Hub<\/strong><span style=\"font-size:15px\"><strong>&nbsp;| 6.00-7.00<\/strong><\/span><br\/>\nJoin Startup Stories to hear from one of Australia&#39;s most informed and influential people in biotech and Julie&rsquo;s incredible story as a clinical pharmacist, inventor and startup CEO and Director.&nbsp;<a href=\"https:\/\/www.eventbrite.com.au\/e\/startup-stories-julie-phillips-biodiem-tickets-56952386120\" target=\"_blank\"><strong style=\"color:rgb(238, 48, 105)\">MORE...<\/strong><\/a><\/div>\n",""],"numberOfColumns":"1","splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif","important":false},"font-size":{"value":"","important":false},"font-style":{"value":"","important":false},"font-weight":{"value":"","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:54","last_updated":"2019-03-10 21:50:54","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992245,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:54","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341}],"footer_container":[{"id":15992249,"type":"text","data":{"content":["SUPPORTED BY"],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":"","important":false},"font-family":{"value":"'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif","important":false},"font-size":{"value":"24px","important":false},"font-style":{"value":"normal","important":false},"font-weight":{"value":"bold","important":false},"line-height":{"value":"","important":false},"text-align":{"value":"center","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:54","last_updated":"2019-03-10 21:50:54","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992253,"type":"text","data":{"content":["<a href=\"https:\/\/wiro.nsw.gov.au\/\" target=\"_blank\"><img data-file-id=\"3189537\" height=\"100\" src=\"https:\/\/gallery.mailchimp.com\/6f6f09c23431404a25c288afb\/images\/65773a6b-e138-403a-a022-18faf8c350c3.png\" style=\"border: 0px  ; width: 200px; height: 100px; margin: 0px;\" width=\"200\"\/><\/a><br\/>\nThe Workers Compensation Independent Review Office (WIRO) is an independent statutory office with a variety of roles, which include dealing with complaints about insurers as well as managing the provision of legal assistance for injured workers."],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":""},"font-family":{"value":""},"font-size":{"value":""},"font-style":{"value":""},"font-weight":{"value":""},"line-height":{"value":""},"text-align":{"value":""}}}],"variant":null},"create_time":"2019-03-10 21:50:54","last_updated":"2019-03-10 21:50:54","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992257,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:54","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992261,"type":"socialFollow","data":{"blockLayout":"horizontal","itemArrangement":"inline","iconStyle":"color","iconType":"solid","display":"icon","align":"center","adjustableWidth":"100%","items":[{"text":"","link":"https:\/\/twitter.com\/sparkfestivalau","type":"twitterFollow"},{"text":"Facebook","link":"http:\/\/www.facebook.com\/sparkfestivalau","type":"facebookFollow"},{"text":"Instagram","link":"https:\/\/www.instagram.com\/sparkfestivalau\/","type":"instagramFollow"},{"text":"LinkedIn","link":"https:\/\/www.linkedin.com\/company\/spark-festival\/?originalSubdomain=au","type":"linkedInFollow"},{"text":"Website","link":"http:\/\/sparkfestival.co\/","type":"genericLink"}],"styles":[{"name":"Container","selector":".mcnFollowContent","props":{"background-color":{"value":"","important":false},"border":{"value":0,"important":false}}},{"name":"Type","selector":".mcnFollowTextContent a","props":{"color":{"value":"#656565","important":false},"font-family":{"value":"","important":false},"font-size":{"value":"","important":false},"font-weight":{"value":"","important":false},"text-decoration":{"value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:54","last_updated":"2019-03-10 21:50:54","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992265,"type":"divider","data":{"styles":[{"name":"Divider style","selector":".mcnDividerBlockInner","props":{"padding-top":{"value":"18px","important":false},"padding-bottom":{"value":"18px","important":false},"border-top":{"value":0,"selector":".mcnDividerContent","important":false},"background-color":{"selector":"mcBlockContainer","value":"","important":false}}}],"variant":null},"create_time":"2019-03-10 21:50:54","last_updated":"2019-03-10 21:59:16","edited_by":"Spark Festival","edited_by_id":63981341},{"id":15992269,"type":"footer","data":{"content":["<em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.<\/em>\n<br\/>\n*|IFNOT:ARCHIVE_PAGE|*\n    *|LIST:DESCRIPTION|*\n    <br\/>\n    <br\/>\n    <strong>Our mailing address is:<\/strong>\n    <br\/>\n    *|HTML:LIST_ADDRESS_HTML|* *|END:IF|*\n    <br\/>\n    <br\/>\n\tWant to change how you receive these emails?<br\/>\n    You can <a href=\"*|UPDATE_PROFILE|*\">update your preferences<\/a> or <a href=\"*|UNSUB|*\">unsubscribe from this list<\/a>\n    <br\/>\n    <br\/>\n    *|IF:REWARDS|* *|HTML:REWARDS|*\n*|END:IF|*"],"numberOfColumns":1,"splitOption":[100],"selectedColumn":0,"styles":[{"name":"Text Style","selector":".mcnTextContent, .mcnTextContentLeft, .mcnTextContentRight, .mcnTextContent p, .mcnTextContentLeft p, .mcnTextContentRight p","props":{"color":{"value":""},"font-family":{"value":""},"font-size":{"value":""},"font-style":{"value":""},"font-weight":{"value":""},"line-height":{"value":""},"text-align":{"value":""}}}],"variant":null},"create_time":"2019-03-10 21:50:54","last_updated":"2019-03-10 21:50:54","edited_by":"Spark Festival","edited_by_id":63981341}],"header_container":[{"id":15992273,"type":"image","data":{"image":{"src":"https:\/\/gallery.mailchimp.com\/6f6f09c23431404a25c288afb\/images\/60fe7411-bb96-4c74-8169-905f780c8c5e.png","alt":"","width":1200,"height":436,"fileId":"1514537","contentId":"3189541","link":{"linkType":"regularLink","href":"http:\/\/sparkfestival.co\/","text":"http:\/\/sparkfestival.co\/","attrs":{"class":"","title":"","target":"_blank"}},"originalUrl":"https:\/\/gallery.mailchimp.com\/6f6f09c23431404a25c288afb\/images\/60fe7411-bb96-4c74-8169-905f780c8c5e.png"},"edgeToEdge":true,"align":"center","styles":[{"name":"Image style","selector":"img.mcnImage","props":{"border":{"value":0,"important":false},"border-radius":{"value":"0%","minimum":0,"maximum":50,"unit":"%","wholeNumbersOnly":true,"important":false}}}],"variant":null,"retina":false},"create_time":"2019-03-10 21:50:54","last_updated":"2019-03-10 22:14:58","edited_by":"Spark Festival","edited_by_id":63981341}],"preheader_container":[]});
  634.             window.app.preservedContentBlocks = [];
  635.             window.app.setEditableMetadata({"id":"templateFooter","valign":"top","mc:container":"footer_container","mc":[{"":"footer_container"}]});
  636.            
  637.             // Attempt to clear any onbeforeunload and force the current open editor to save.
  638.             function saveEditorOnLeave() {
  639.                 window.onbeforeunload = null;
  640.                 dRegistry.byId('editor-pane').saveEditor();
  641.             }
  642.             aspect.before(wizard, "goToNextStep", saveEditorOnLeave);
  643.  
  644.             ready(function() {
  645.                 new ViewerList({ app: app }, dom.byId('viewer-list'));
  646.  
  647.                 dom.byId('post-save-redir').value = ''; // so the back button doesn't retain the previous value and cause weirdness onsubmit
  648.  
  649.                 // Force the "Save & Exit" links to submit the form before redirecting.
  650.                var wizardForm = dom.byId('wizard-form');
  651.                 if(wizardForm != null) {
  652.                     query('#wizard-exit ul a').on('click', function(e) {
  653.                         // Adding hidden input to pass the "save" parameter to the nextStep function so the user will be on the same step when they return.
  654.                         dojo.byId('wizard-exit').innerHTML = '<li class="c-wizardLink--top padding--lv3">Saving &hellip;<input type="hidden" name="save" value="save" /></li>';
  655.                         event.stop(e);
  656.                         dom.byId('post-save-redir').value = domAttr.get(this, 'href');
  657.  
  658.                         saveEditorOnLeave();
  659.  
  660.                                                     dom.byId('wizard-form').submit();
  661.                                             });
  662.                 }
  663.  
  664.                 query('a.startTour').on('click', function(e) {
  665.                     coachmark.start();
  666.                     event.stop(e);
  667.                 });
  668.  
  669.                                     query('#start-tour-link').style('display','');
  670.                
  671.                 app.setDesignStyles(dom.byId('design-editor'), {
  672.                     'selectedBanner': {"id":20,"url":"https:\/\/cdn-images.mailchimp.com\/monkey_rewards\/MC_MonkeyReward_15.png","width":"139","height":"54"},
  673.                     'banners': [{"id":50,"url":"https:\/\/cdn-images.mailchimp.com\/monkey_rewards\/banner-1.png","width":"162","height":"64"},{"id":51,"url":"https:\/\/cdn-images.mailchimp.com\/monkey_rewards\/banner-2.png","width":"162","height":"64"}],
  674.                     'required': false,
  675.                     'status': 'Y'
  676.                 });
  677.  
  678.                 mojo.app.wizard.instantiateEditorTabs(dojo.byId('tool-nav'));
  679.  
  680.                 // Restore user saved editor split value
  681.                                     mojo.app.wizard.setPaneSplitsPercentage(47.696335078534034);
  682.                                 mojo.app.wizard.instantiateDragSplit(dojo.query('.drag-split')[0], 'neapolitan_split');
  683.  
  684.                 query('[data-kb-help]').on('click', function(e) {
  685.                     e.stopPropagation();
  686.                     e.preventDefault();
  687.                     KbSearch.main().show();
  688.                 });
  689.             });
  690.         });
  691.  
  692.         function onPreviewLoad() {
  693.             require(["dojo/domReady!"], function() {
  694.                 loadPreview();
  695.             });
  696.         };
  697.     </script><script type="text/javascript">
  698.     var reauth = {
  699.         url: '/login/reauthenticate?username=sparkfestival&user_id=60283253',
  700.        rememberMe : true    };
  701.  
  702.     dojo.require('mojo.ReauthDialog');
  703.  
  704.     // Override dojo's xhr to handle 403 status
  705.     (function(){
  706.         var oldXHR = dojo.xhr;
  707.         dojo.xhr = function() {
  708.             return oldXHR.apply(dojo, arguments).addErrback(function(err) {
  709.                 switch(err.xhr.status) {
  710.                     case 403:
  711.                         window.top.mojo.ReauthDialog.show();
  712.                         break;
  713.                 }
  714.             });
  715.         };
  716.     })();
  717. </script><script type="text/javascript">
  718.     // Handle 403 errors when making ajax calls through dojo/request which is the newer module.
  719.     require([
  720.         "dojo/request",
  721.         "dojo/request/notify"
  722.     ], function(request, notify) {
  723.         notify("error", function( error ) {
  724.             switch(error.response.status) {
  725.                 case 403:
  726.                     window.top.mojo.ReauthDialog.show();
  727.                     break;
  728.             }
  729.         });
  730.     });
  731. </script><script type="text/javascript">
  732.                             // ensure that iframe is loaded before onPreviewLoad function is called
  733.                             // when the script tag is moved
  734.                             var iframe = document.getElementById('preview-template');
  735.                             iframe.addEventListener("load", onPreviewLoad);
  736.                             iframe.src = iframe.getAttribute("data-src");
  737.                         </script><script type="text/javascript">
  738.  
  739.     require(["dojo/dom", "dojo/query","dojo/dom-class", "dojo/on", "mojo/utils", "dojo/ready"], function(dom, query, domClass, on, utils, ready){
  740.  
  741.         ready(function(){
  742.             var mergeTagLabel = dojo.query('.merge-tag-cheatsheet')[0];
  743.             var merges = dojo.byId('merges-list');
  744.  
  745.             if(true) {
  746.                 var merges = dom.byId('merges-list');
  747.                 query('tbody tr', merges).forEach(function(row) {
  748.                     var cells = row.getElementsByTagName('td');
  749.                     var mergetag = cells[1].innerHTML;
  750.                     cells[1].innerHTML = '<input type="text" value="' + mergetag + '" onclick="this.select();" readonly>';
  751.                 });
  752.             }
  753.  
  754.             if(mergeTagLabel){
  755.                 on(mergeTagLabel, "click", function(){
  756.                    utils.toggleEl(mergeTagLabel, 'merges-list');
  757.                    domClass.toggle(mergeTagLabel, 'disclosure-closed');
  758.                    domClass.toggle(mergeTagLabel, 'disclosure-open');
  759.                 });
  760.             }
  761.  
  762.         });
  763.  
  764.     });
  765. </script><script src="/release/1.1.188ce7da4006bc263b073a9e850390f0a6f0c1921/js/ckeditor4/ckeditor/ckeditor.js"></script><script type="text/javascript">
  766.     dojo.addOnLoad(function() {
  767.     if(dijit.byId('edit-content-modal')){
  768.         dojo.connect(dijit.byId('edit-content-modal'), 'hide', function() { window.onbeforeunload = null; });
  769.         dojo.connect(dijit.byId('edit-content-modal').containerNode, 'onkeypress', function(evt) {
  770.             key = evt.keyCode;
  771.             if (key == dojo.keys.ESCAPE) {
  772.                 dojo.stopEvent(evt);
  773.             }
  774.         });
  775.     }
  776. });
  777. </script><script>
  778.     require([
  779.         "dojo/query",
  780.         "dojo/dom-class",
  781.         "dojo/on",
  782.         "dijit/registry",
  783.         "dojo/ready"
  784.     ], function(query, domClass, on, registry, ready){
  785.         ready(function(){
  786.             if(registry.byId("test-specific-email")){
  787.                 var childCheckWrap = query(".test-child-campaigns")[0];
  788.                 var specificEmailOption = registry.byId("test-specific-email");
  789.  
  790.                 on(specificEmailOption, "change", function(e){
  791.                     if(this.checked) {
  792.                         childCheckWrap.style.display = 'block';
  793.                     } else {
  794.                         childCheckWrap.style.display = 'none';
  795.                     }
  796.                 });
  797.             }
  798.         });
  799.     });
  800. </script><script type="text/javascript">
  801.             if(typeof(wizard_formsubmit) != 'undefined') {
  802.                 dojo.connect(dojo.byId('wizard-form'), 'onsubmit', wizard_formsubmit);
  803.             }
  804.         </script></body> </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement