<!DOCTYPE html>
<html lang="en">

<head>

    <!--Google Tag Manager -->
    <script>
        (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PHVJBBZ'); 
    </script>
    <!--End Google Tag Manager -->

    <title>End User Licence Agreement | Multi-Platform Data Client for MySQL, PostgreSQL, Microsoft SQL Server, Amazon Redshift and Redis.</title>

    <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scaleable=no">

<meta name="description" content="TeamSQL is a Multi-Platform Data Client built for collaboration, usability and performance. TeamSQL supports MySQL, PostgreSQL, Microsoft SQL Server and AWS Redshift and runs on macOS, Linux and Windows.">
<meta name="keywords" content="sql, client, mysql, mssql, redshift, teamsql">

<meta property="og:title" content="TeamSQL - Multi-Platform Data Client"/>
<meta property="og:description" content="TeamSQL is a Multi-Platform Data Client built for collaboration, usability and performance. TeamSQL supports MySQL, PostgreSQL, Microsoft SQL Server and AWS Redshift and runs on macOS, Linux and Windows."/>
<meta property="og:image" content="https://teamsql.io/img/teamsql-opengraph-image.jpg"/>
<meta property="og:url" content="https://teamsql.io/"/>

<link rel="shortcut icon" href="https://teamsql.io/img/teamsql-favicon.png">
<link rel="apple-touch-icon" href="https://teamsql.io/img/apple-touch-icon.png">


<link rel="stylesheet" href="/css/uikit.min.css">
<link rel="stylesheet" href="/css/slick.css">
<link rel="stylesheet" href="/css/slick-theme.css">

<link href="/css/style.css" rel="stylesheet">


<script src="/js/jquery.min.js"></script>
<script src="/js/uikit.js"></script>
<script src="/js/slick.min.js"></script>
<script src="/js/uikit-icons.min.js"></script>
<script src="/js/moment.min.js"></script>
<script src="/js/teamsql.js"></script>
<script src="/js/markdown.min.js"></script>

<script src="https://unpkg.com/vue"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-resource@1.3.4"></script>

<script src="https://use.typekit.net/elb0efr.js"></script>

<script>try{Typekit.load({ async: false });}catch(e){}</script>
<!-- DO NOT MODIFY -->
<!-- Quora Pixel Code (JS Helper) -->
<script>
!function(q,e,v,n,t,s){if(q.qp) return; n=q.qp=function(){n.qp?n.qp.apply(n,arguments):n.queue.push(arguments);}; n.queue=[];t=document.createElement(e);t.async=!0;t.src=v; s=document.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s);}(window, 'script', 'https://a.quora.com/qevents.js');
qp('init', 'b73f6d3fb0944fcdbe08f3bda37113df');
qp('track', 'ViewContent');
</script>
<noscript><img height="1" width="1" style="display:none" src="https://q.quora.com/_/ad/b73f6d3fb0944fcdbe08f3bda37113df/pixel?tag=ViewContent&noscript=1"/></noscript>
<!-- End of Quora Pixel Code -->

</head>

<body>

    <!--Google Tag Manager (noscript) -->
    <noscript>
        <iframesrc="https://www.googletagmanager.com/ns.html?id=GTM-PHVJBBZ"height="0"width="0"style="display:none;visibility:hidden">
        </iframe>
    </noscript>
    <!--End Google Tag Manager (noscript) -->

    <div class="navbar-wrapper" uk-sticky>
    <nav class="uk-navbar-container uk-container uk-container-expand" uk-navbar>
        <div class="nav-logo">
            <a href="/" class="logodark" style="display:block">
                <img src="/img/logo-dark.png"
                     srcset="/img/logo-dark@2x.png 2x,
                             /img/logo-dark@3x.png 3x"
                    class="">
            </a>
        </div>
        <div class="nav-menu">
            <ul class="uk-navbar-nav" id="top-navbar">
                <li><a href="/whats-new">WHAT&#39;S NEW</a></li>
                <li><a href="/features">FEATURES</a></li>
                <li><a href="/pricing">PRICING</a></li>
                <li><a href="/support">SUPPORT</a></li>
                <li><a href="/extensions">EXTENSIONS</a></li>
                <li><a href="https://blog.teamsql.io/" target="_blank">BLOG</a></li>
            </ul>
        </div>
        <div id="navbar-download-button" class="uk-navbar-right navbar-down-btn uk-visible@s">
              
        </div>

        <div class="icon-download">
            <a href="#send-me-download-link-menu" uk-toggle="" class="download-icon">
                <img src="/img/icons/download.png" class="download-icon">
            </a>
        </div>

        <div class="uk-navbar-right uk-hidden@s">
            <a href="#mobile-menu" class="mobile-menu-toggler" uk-toggle>
                <img src="/img/icons/hamburger.svg" alt="menu">
            </a>
        </div>
    </nav>
</div>

<script>

    window.onscroll = function() {scrollFunction()};

    function scrollFunction() {
        if (document.body.scrollTop > 50 || document.documentElement.scrollTop > 50) {
            $(".uk-navbar-container:not(.uk-navbar-transparent)").css("background","#ffffff");
            // $(".navbar-wrapper nav .uk-navbar-nav li a").css("color","white");
        } else {
            $(".uk-navbar-container:not(.uk-navbar-transparent)").css("background","white");
            $(".navbar-wrapper nav .uk-navbar-nav li a").css("color","#1d2226");
        }
    }
</script>

<script>
    var osType = null;
    var downloadTitle = null;
    var downloadSubtitle =null;
    var downloadBuild = null;
    var downloadURL = null;
    var downloadFileURL = null;
    var downloadURLs = {
        linux: window.location.origin + "/download?os=linux",
        windows: window.location.origin + "/download?os=win",
        osx: window.location.origin + "/download?os=osx"
    };

    var downloadFileURLs = {
        linux: window.location.origin + "/latest/linux",
        windows: window.location.origin + "/latest/win",
        osx: window.location.origin + "/latest/osx"
    };

    if (window.navigator.userAgent.indexOf("Windows") !== -1) {
        osType = "windows";
        downloadTitle = "Download for Windows";
        downloadSubtitle = 'Windows';
        downloadURL = downloadURLs.windows;
        downloadFileURL = downloadFileURLs.windows;
    }
    else if (window.navigator.userAgent.indexOf("Mac") !== -1) {
        osType="mac";
        downloadTitle = "Download for macOS";
        downloadSubtitle = 'macOS';
        downloadURL = downloadURLs.osx;
        downloadFileURL = downloadFileURLs.osx;
    }
    else if (window.navigator.userAgent.indexOf("Linux") !== -1) {
        osType="linux";
        downloadTitle = "Download for Ubuntu";
        downloadSubtitle = 'Ubuntu';
        downloadURL = downloadURLs.linux;
        downloadFileURL = downloadFileURLs.linux;
    }
    downloadSubtitle = "Please wait... Thanks for downloading TeamSQL " + downloadSubtitle + "!";

    var headerButtonHtml = '';

    if (window.navigator.userAgent.indexOf("iPad") !== -1){
        headerButtonHtml = '';
    } else {
        var headerButtonHtml = '<a href="' + downloadURL + '" class="navbar-download-button"><span class="uk-button-text">' + downloadTitle + '</span></a>';
    }

    $('#navbar-download-button').html(headerButtonHtml);

    $(document).ready(function() {
        var indexDownloadButton = '<a href="' + downloadURL + '" id="index-download-button" class="download-button"><span class="uk-button-text">' + downloadTitle + '</span></a>';
        var pricingDownloadButton = '<a href="' + downloadURL + '" id="support-download-button" class="yellow-button"><span class="uk-button-text">' + downloadTitle + '</span></a>';
        $('#index-download-button-wrapper').html(indexDownloadButton);
        $('#get-started-download-button-wrapper').html(indexDownloadButton);
        $('#pricing-download-wrapper').html(pricingDownloadButton);
    })

</script>

    <div class="static-wrapper">
        <div class="static-page-title">
            <div class="uk-container uk-flex  uk-flex-column">
                <div>
                    <h3>End User Licence Agreement</h3>
                </div>
                <div>
                    <h4>Last updated: February 04, 2017</h4>
                </div>
            </div>
        </div>

        <div class="static-page-content">
            <div class="uk-container">
                <p>Please read this End-User License Agreement (&quot;Agreement&quot;) carefully before clicking the &quot;I Agree&quot; button, downloading or using TeamSQL (&quot;Application&quot;).</p>
                <p>By clicking the &quot;I Agree&quot; button, downloading or using the Application, you are agreeing to be bound by the terms and conditions of this Agreement.</p>
                <p>This Agreement is a legal agreement between you (either an individual or a single entity) and TeamSQL, Inc. and it governs your use of the Application made available to you by TeamSQL, Inc..</p>
                <p>If you do not agree to the terms of this Agreement, do not click on the &quot;I Agree&quot; button and do not download or use the Application.</p>
                <p>The Application is licensed, not sold, to you by TeamSQL, Inc. for use strictly in accordance with the terms of this Agreement.</p>
                <p><strong>License</strong>
                </p>
                <p>TeamSQL, Inc. grants you a revocable, non-exclusive, non-transferable, limited license to download, install and use the Application strictly in accordance with the terms of this Agreement.</p>
                <p><strong>Restrictions</strong>
                </p>
                <p>You agree not to, and you will not permit others to:</p>
                <ul>
                    <li>license, sell, rent, lease, assign, distribute, transmit, host, outsource, disclose or otherwise commercially exploit the Application or make the Application available to any third party.</li>
                    <li>modify, make derivative works of, disassemble, decrypt, reverse compile or reverse engineer any part of the Application.</li>
                    <li>remove, alter or obscure any proprietary notice (including any notice of copyright or trademark) of TeamSQL, Inc. or its affiliates, partners, suppliers or the licensors of the Application.</li>
                </ul>
                <p><strong>Intellectual Property</strong>
                </p>
                <p>The Application, including without limitation all copyrights, patents, trademarks, trade secrets and other intellectual property rights are, and shall remain, the sole and exclusive property of TeamSQL, Inc..</p>
                <p><strong>Your Suggestions</strong>
                </p>
                <p>Any feedback, comments, ideas, improvements or suggestions (collectively, &quot;Suggestions&quot;) provided by you to TeamSQL, Inc. with respect to the Application shall remain the sole and exclusive property of TeamSQL, Inc..</p>
                <p>TeamSQL, Inc. shall be free to use, copy, modify, publish, or redistribute the Suggestions for any purpose and in any way without any credit or any compensation to you.</p>
                <p><strong>Modifications to Application</strong>
                </p>
                <p>TeamSQL, Inc. reserves the right to modify, suspend or discontinue, temporarily or permanently, the Application or any service to which it connects, with or without notice and without liability to you.</p>
                <p><strong>Updates to Application</strong>
                </p>
                <p>TeamSQL, Inc. may from time to time provide enhancements or improvements to the features/functionality of the Application, which may include patches, bug fixes, updates, upgrades and other modifications (&quot;Updates&quot;).</p>
                <p>Updates may modify or delete certain features and/or functionalities of the Application. You agree that TeamSQL, Inc. has no obligation to (i) provide any Updates, or (ii) continue to provide or enable any particular features and/or functionalities of the Application to you.</p>
                <p>You further agree that all Updates will be (i) deemed to constitute an integral part of the Application, and (ii) subject to the terms and conditions of this Agreement.</p>
                <p><strong>Third-Party Services</strong>
                </p>
                <p>The Application may display, include or make available third-party content (including data, information, applications and other products services) or provide links to third-party websites or services (&quot;Third-Party Services&quot;).</p>
                <p>You acknowledge and agree that TeamSQL, Inc. shall not be responsible for any Third-Party Services, including their accuracy, completeness, timeliness, validity, copyright compliance, legality, decency, quality or any other aspect thereof. TeamSQL, Inc. does not assume and shall not have any liability or responsibility to you or any other person or entity for any Third-Party Services.</p>
                <p>Third-Party Services and links thereto are provided solely as a convenience to you and you access and use them entirely at your own risk and subject to such third parties' terms and conditions.</p>
                <p><strong>Privacy Policy</strong>
                </p>
                <p>TeamSQL, Inc. collects, stores, maintains, and shares information about you in accordance with its Privacy Policy, which is available at https://www.teamsql.io/privacy-policy. By accepting this Agreement, you acknowledge that you hereby agree and consent to the terms and conditions of our Privacy Policy.</p>
                <p><strong>Term and Termination</strong>
                </p>
                <p>This Agreement shall remain in effect until terminated by you or TeamSQL, Inc..</p>
                <p>TeamSQL, Inc. may, in its sole discretion, at any time and for any or no reason, suspend or terminate this Agreement with or without prior notice.</p>
                <p>This Agreement will terminate immediately, without prior notice from TeamSQL, Inc., in the event that you fail to comply with any provision of this Agreement. You may also terminate this Agreement by deleting the Application and all copies thereof from your mobile device or from your computer.</p>
                <p>Upon termination of this Agreement, you shall cease all use of the Application and delete all copies of the Application from your mobile device or from your computer.</p>
                <p>Termination of this Agreement will not limit any of TeamSQL, Inc.'s rights or remedies at law or in equity in case of breach by you (during the term of this Agreement) of any of your obligations under the present Agreement.</p>
                <p><strong>Indemnification</strong>
                </p>
                <p>You agree to indemnify and hold TeamSQL, Inc. and its parents, subsidiaries, affiliates, officers, employees, agents, partners and licensors (if any) harmless from any claim or demand, including reasonable attorneys' fees, due to or arising out of your: (a) use of the Application; (b) violation of this Agreement or any law or regulation; or (c) violation of any right of a third party.</p>
                <p><strong>No Warranties</strong>
                </p>
                <p>The Application is provided to you &quot;AS IS&quot; and &quot;AS AVAILABLE&quot; and with all faults and defects without warranty of any kind. To the maximum extent permitted under applicable law, TeamSQL, Inc., on its own behalf and on behalf of its affiliates and its and their respective licensors and service providers, expressly disclaims all warranties, whether express, implied, statutory or otherwise, with respect to the Application, including all implied warranties of merchantability, fitness for a particular purpose, title and non-infringement, and warranties that may arise out of course of dealing, course of performance, usage or trade practice. Without limitation to the foregoing, TeamSQL, Inc. provides no warranty or undertaking, and makes no representation of any kind that the Application will meet your requirements, achieve any intended results, be compatible or work with any other software, applications, systems or services, operate without interruption, meet any performance or reliability standards or be error free or that any errors or defects can or will be corrected.</p>
                <p>Without limiting the foregoing, neither TeamSQL, Inc. nor any TeamSQL, Inc.'s provider makes any representation or warranty of any kind, express or implied: (i) as to the operation or availability of the Application, or the information, content, and materials or products included thereon; (ii) that the Application will be uninterrupted or error-free; (iii) as to the accuracy, reliability, or currency of any information or content provided through the Application; or (iv) that the Application, its servers, the content, or e-mails sent from or on behalf of TeamSQL, Inc. are free of viruses, scripts, trojan horses, worms, malware, timebombs or other harmful components.</p>
                <p>Some jurisdictions do not allow the exclusion of or limitations on implied warranties or the limitations on the applicable statutory rights of a consumer, so some or all of the above exclusions and limitations may not apply to you.</p>
                <p><strong>Limitation of Liability</strong>
                </p>
                <p>Notwithstanding any damages that you might incur, the entire liability of TeamSQL, Inc. and any of its suppliers under any provision of this Agreement and your exclusive remedy for all of the foregoing shall be limited to the amount actually paid by you for the Application.</p>
                <p>To the maximum extent permitted by applicable law, in no event shall TeamSQL, Inc. or its suppliers be liable for any special, incidental, indirect, or consequential damages whatsoever (including, but not limited to, damages for loss of profits, for loss of data or other information, for business interruption, for personal injury, for loss of privacy arising out of or in any way related to the use of or inability to use the Application, third-party software and/or third-party hardware used with the Application, or otherwise in connection with any provision of this Agreement), even if TeamSQL, Inc. or any supplier has been advised of the possibility of such damages and even if the remedy fails of its essential purpose.</p>
                <p>Some states/jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so the above limitation or exclusion may not apply to you.</p>
                <p><strong>Severability</strong>
                </p>
                <p>If any provision of this Agreement is held to be unenforceable or invalid, such provision will be changed and interpreted to accomplish the objectives of such provision to the greatest extent possible under applicable law and the remaining provisions will continue in full force and effect.</p>
                <p><strong>Waiver</strong>
                </p>
                <p>Except as provided herein, the failure to exercise a right or to require performance of an obligation under this Agreement shall not effect a party's ability to exercise such right or require such performance at any time thereafter nor shall be the waiver of a breach constitute waiver of any subsequent breach.</p>
                <p><strong>For U.S. Government End Users</strong>
                </p>
                <p>The Application and related documentation are &quot;Commercial Items&quot;, as that term is defined under 48 C.F.R. Â§2.101, consisting of &quot;Commercial Computer Software&quot; and &quot;Commercial Computer Software Documentation&quot;, as such terms are used under 48 C.F.R. Â§12.212 or 48 C.F.R. Â§227.7202, as applicable. In accordance with 48 C.F.R. Â§12.212 or 48 C.F.R. Â§227.7202-1 through 227.7202-4, as applicable, the Commercial Computer Software and Commercial Computer Software Documentation are being licensed to U.S. Government end users (a) only as Commercial Items and (b) with only those rights as are granted to all other end users pursuant to the terms and conditions herein.</p>
                <p><strong>Export Compliance</strong>
                </p>
                <p>You may not export or re-export the Application except as authorized by United States law and the laws of the jurisdiction in which the Application was obtained.</p>
                <p>In particular, but without limitation, the Application may not be exported or re-exported (a) into or to a nation or a resident of any U.S. embargoed countries or (b) to anyone on the U.S. Treasury Department's list of Specially Designated Nationals or the U.S. Department of Commerce Denied Person's List or Entity List.</p>
                <p>By installing or using any component of the Application, you represent and warrant that you are not located in, under control of, or a national or resident of any such country or on any such list.</p>
                <p><strong>Amendments to this Agreement</strong>
                </p>
                <p>TeamSQL, Inc. reserves the right, at its sole discretion, to modify or replace this Agreement at any time. If a revision is material we will provide at least 30 days' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p>
                <p>By continuing to access or use our Application after any revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, you are no longer authorized to use the Application.</p>
                <p><strong>Governing Law</strong>
                </p>
                <p>The laws of Delaware, United States, excluding its conflicts of law rules, shall govern this Agreement and your use of the Application. Your use of the Application may also be subject to other local, state, national, or international laws.</p>
                <p>This Agreement shall not be governed by the United Nations Convention on Contracts for the International Sale of Good.</p>
                <p><strong>Contact Information</strong>
                </p>
                <p>If you have any questions about this Agreement, please contact us.</p>
                <p><strong>Entire Agreement</strong>
                </p>
                <p>The Agreement constitutes the entire agreement between you and TeamSQL, Inc. regarding your use of the Application and supersedes all prior and contemporaneous written or oral agreements between you and TeamSQL, Inc..</p>
                <p>You may be subject to additional terms and conditions that apply when you use or purchase other TeamSQL, Inc.'s services, which TeamSQL, Inc. will provide to you at the time of such use or purchase.</p>
            </div>
        </div>
    </div>

    <footer class="footer">
    <div class="top-footer">
        <div class="uk-flex uk-flex-center uk-flex-middle uk-flex-column">
            <div>
                
            </div>

            <div class="footer-box-row ">
                <div class="footer-box footer-box-left uk-card uk-card-default">
                    <div class="footer-box-title"><strong><a href="/pricing">Student Program</a></strong></div>
                    <div class="footer-box-desc">TeamSQL is free for students and teachers. Apply for Student Program and get your free access to TeamSQL. </div>
                    <div class="footer-buttons"><a href="/pricing"><div class="footer_button"><span><span>Apply</span></div></a></div>
                    
                </div>
                <div class="footer-box footer-box-middle uk-card uk-card-default">
                    <div class="footer-box-title"><strong><a href="https://blog.teamsql.io/">Tutorials &amp; Blog</a></strong></div>
                    <div class="footer-box-desc">Check out our tutorials and blog to learn more about TeamSQL.</div>
                    <div class="footer-buttons"><a href="/pricing"><div class="footer_button">
                    <span>Read More</span></div></a></div>
                </div>
                <div class="footer-box footer-box-right uk-card uk-card-default">
                    <div class="footer-box-title"><strong>Roadmap &amp; Bug Report</strong></div>
                    <div class="footer-box-desc">TeamSQL roadmap and issue tracker are publicly available on Github.</div>
                    <div class="footer-buttons"><a href="https://roadmap.teamsql.io/"><div class="footer_button"><span><span>Roadmap</span></div></a>
                    <a href="https://github.com/TeamSQL/desktop-app/issues/"><div class="footer_button"><span><span>Issue Tracker</span></div></a></div>
                </div>    
            </div>

            <div class="footer-box-row footer-box-row-bottom">
                <div class="footer-box footer-box-left">
                    <div class="footer-box-title"><strong>Follow TeamSQL</strong></div>

                     <div class="uk-margin-medium">
                        <div class="footer-socials">
                            <a href="https://twitter.com/teamsqlio" target="_blank">
                                <img src="/img/icons/social/twitter.svg">
                            </a>
                            
                            <a href="https://www.linkedin.com/company/teamsql" target="_blank">
                                <img src="/img/icons/social/linkedin.svg">
                            </a>
                            <a href="https://www.facebook.com/teamsqlio/" target="_blank">
                                <img src="/img/icons/social/facebook.svg">
                            </a>
                            <a href="https://www.youtube.com/channel/UCYEbNtyFYjQ4nwBM94KZ4nQ" target="_blank">
                                <img src="/img/icons/social/youtube.svg"> 
                            </a>
                        </div>
                    </div>

                </div>

                <div class="footer-box-bottom">
                    <div>
                        <ul class="footer-secondary-nav-bar">
                            <li><a href="/privacy-policy" class="uk-button-text">
                            Privacy Policy</a></li>
                            <li><a href="/end-user-licence-agreement" class="uk-button-text">
                            End User Licence Agreement</a></li>
                            <li><a href="/terms-and-conditions" class="uk-button-text">
                            Terms &amp; Conditions</a></li>
                            <li><a href="https://jobs.teamsql.io" class="uk-button-text">
                            Jobs</a></li>
                            <li><a href="http://help.teamsql.io" class="uk-button-text">
                            Help</a></li>
                        </ul>
                    </div>
                    <div class="footer-desc">TeamSQL supports relational and NoSQL databases. MySQL, PostgreSQL, Microsoft SQL Server, Amazon Redshift and Redis are supported.</div>
                    <div class="footer-desc">TeamSQL runs on macOS, Windows &amp; Ubuntu Linux.</div>
                </div>

            </div>
            
           
            <div class="uk-hidden uk-margin-medium">
                <div class="footer-partners">
                    <a href="">
                        <img src="/img/icons/partners/awsactivate/awsactivate.png"
                            srcset="/img/icons/partners/awsactivate/awsactivate@2x.png 2x,
                                   img/icons/partners/awsactivate/awsactivate@3x.png 3x">
                    </a>
                    <a href="">
                        <img src="/img/icons/partners/bizspark/bizspark.png"
                            srcset="/img/icons/partners/bizspark/bizspark@2x.png 2x,
                                    img/icons/partners/bizspark/bizspark@3x.png 3x">
                    </a> 
                </div>
            </div>
        </div>
    </div>
    <div class="bottom-footer">
        <div class="text-center uk-padding">
            <div>
                <p>
                    TeamSQL © 2017-2018. All Rights Reserved.
                </p>
            </div>
            <div>
                <p>
                    Contact: TeamSQL, INC. - Sunset Lake Rd, Suite B-2, Newark, 19702, Delaware / USA
                </p>
            </div>
            <div>
                <p>
                    Email: hello [at] teamsql.io
                </p>
            </div>
        </div>
    </div>
</footer>

<div id="mobile-menu" class="uk-modal-full" uk-modal>
    <div class="uk-modal-dialog-mobile-menu">
        <button class="uk-modal-close-full uk-close-large" type="button" uk-close></button>
        <div class="full-height">
            <h1>
                <img src="/img/logo-dark.svg">
            </h1>
            <div class="uk-flex uk-flex-center uk-flex-middle full-height">
                <div>
                    <ul class="mobile-menu-list">
                        <li>
                            <a href="/whats-new">WHAT&#39;S NEW</a>
                        </li>
                        <li>
                            <a href="/features">FEATURES</a>
                        </li>
                        <li>
                            <a href="/pricing">PRICING</a>
                        </li>
                        <li>
                            <a href="/support">SUPPORT</a>
                        </li>
                        <li>
                            <a href="https://blog.teamsql.io" target="_blank">BLOG</a>
                        </li>
                    </ul>
                </div>
            </div>
        </div>
    </div>
</div>

<div id="send-me-download-link-menu" class="uk-modal-full" uk-modal>
    <div class="uk-modal-dialog-mobile-menu">
        <button class="uk-modal-close-full uk-close-large" type="button" uk-close></button>
        <div class="full-height">
            <h1>
                <img src="/img/logo-dark.svg">
            </h1>
            <div class="uk-flex uk-flex-center uk-flex-middle full-height">
                <div>
                    <form id="email-form">
                        <ul class="mobile-menu-list">
                            <li>
                                <h2>Send download link</h2>
                            </li>
                            <li>
                                <p>If you need more information about TeamSQL services please visit our detailed support page</p>
                            </li>
                            <li>
                                <input id="email-address" type="email" name="email" placeholder="E-Mail Address">
                            </li>
                            <li>
                                <button type="submit" class="yellow-button" style="border: 0">SEND ME DOWNLOAD LINK</button>
                            </li>
                        </ul>
                    </form>
                </div>
            </div>
        </div>
    </div>
</div>

<script>
    var host = window.location.hostname;
    if(host != "localhost" && host !="dev.teamsql.io")
    {
        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
        })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
        ga('create', 'UA-91307819-1', 'auto');
        ga('require', 'displayfeatures');
        ga('send', 'pageview');
    }
</script>

<script>
    (function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',intercomSettings);}else{var d=document;var i=function(){i.c(arguments)};i.q=[];i.c=function(args){i.q.push(args)};w.Intercom=i;function l(){var s=d.createElement('script');s.type='text/javascript';s.async=true;
        s.src='https://widget.intercom.io/widget/{app_id}';
        var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);}if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})()
    window.Intercom('boot', {
        app_id: 'pyjipnbq'
    });
</script>

<script>
    window['_fs_debug'] = false;
    window['_fs_host'] = 'fullstory.com';
    window['_fs_org'] = '358H8';
    window['_fs_namespace'] = 'FS';
    (function(m,n,e,t,l,o,g,y){
        if (e in m && m.console && m.console.log) { m.console.log('FullStory namespace conflict. Please set window["_fs_namespace"].'); return;}
        g=m[e]=function(a,b){g.q?g.q.push([a,b]):g._api(a,b);};g.q=[];
        o=n.createElement(t);o.async=1;o.src='https://'+_fs_host+'/s/fs.js';
        y=n.getElementsByTagName(t)[0];y.parentNode.insertBefore(o,y);
        g.identify=function(i,v){g(l,{uid:i});if(v)g(l,v)};g.setUserVars=function(v){g(l,v)};
        g.identifyAccount=function(i,v){o='account';v=v||{};v.acctId=i;g(o,v)};
        g.clearUserCookie=function(c,d,i){if(!c || document.cookie.match('fs_uid=[`;`]*`[`;`]*`[`;`]*`')){
            d=n.domain;while(1){n.cookie='fs_uid=;domain='+d+
                ';path=/;expires='+new Date(0).toUTCString();i=d.indexOf('.');if(i<0)break;d=d.slice(i+1)}}};
    })(window,document,window['_fs_namespace'],'script','user');
</script>

<script>
    $(document).ready(function () {
        window.addEventListener('scroll', function (e) {
            if(window.scrollY > 100) {
                $('.navbar-download-button').addClass('prompt');
            } else {
                $('.navbar-download-button').removeClass('prompt');
            }
        });

        window.__saveBetaUser = function(textbox) {
            var email = textbox;
            if (email.val() == null || email.val().trim().length == 0) {
                alert("Please enter your e-mail address to join to TeamSQL Beta List.");
                return;
            }
            //fbq('track', 'BetaList_Email_Register', {em: email.val().trim()});
            // FS.identify(email.val().trim(), {
            //     email: email.val().trim(),
            //     displayName: email.val().trim()
            // });
            //ga('send', 'event', 'beta', 'signup');
            //goog_report_conversion('https://teamsql.io');
            Intercom('update', {"email": email.val().trim(), "beta_list": "web"});
            alert("Done! Check your e-mail.");
            email.val('');
            return;
        }

        $('#email-form').on('submit', function(e) {
            e.preventDefault();
            e.stopPropagation();
            window.__saveBetaUser($('#email-address'));
            return false;
        })
    });
</script>

<script>
  (function(i,s,o,g,r,a,m){i['ProfitWellObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m);
  })(window,document,'script','https://dna8twue3dlxq.cloudfront.net/js/profitwell.js','profitwell');
  profitwell('auth_token', 'ecac00fdfbbf73e7689b96a9df44396b'); // Your unique Profitwell public API token
</script>

</body>

</html>