<!DOCTYPE html>
<html>
<head>
    <title>Evonet</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta content="True" name="HandheldFriendly" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
    <meta name="viewport" content="width=device-width" />
    <meta name="description" content="Evonet is a Sydney based boutique IT consultancy that creates cost-effective solutions to business challenges in software engineering, cloud platforms, and online payments" />
    <!-- CSS Files -->
    <!--imports the main css file-->
    <link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon" />
    <link rel="stylesheet" href="/css/style.css" media="screen" />
    <link rel="stylesheet" href="/css/responsive.css" media="screen" />
    <link rel="stylesheet" href="/css/layout.css" media="screen" />
    <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
    <!-- Javascript Files -->
    <!-- modernizr script for browser featured detection -->
    <script type="text/javascript" src="/js/modernizr.custom.js"></script>

    <!--[if IE 7]><link href="/css/ie7.css" rel="stylesheet" type="text/css" media="screen" /><![endif]-->

</head>

<body>

    <div id="left">

        <div id="logo">
            <a class="local" href="#home"><img src="/img/logo.png" alt="Evonet Pty Ltd" /></a>
        </div>
        
        <p id="copyright">Copyright &copy;2018 Evonet Pty Ltd.</p>

    </div><!-- end left -->

    <div id="right">


        <!-- HOME PAGE -->


        <section id="home" class="page" style="margin-bottom:20px; padding-bottom:0px;">

            <p class="headinglogo"><img src="/img/rings.png" /></p>
            <div class="featured">

                <div id="slider">

                    <div class="slide-text">
                        <h3>We deliver applications and services on market leading cloud platforms</h3>

                        <p>
                            Evonet is a boutique IT consultancy that creates cost-effective solutions to business challenges in software engineering, cloud platforms, and online payments.
                        </p>
                        <p>Evonet is led by Bartek Marnane,  an accomplished IT executive with over 15 years experience managing significant IT infrastructure and application development projects.   His roles have included senior project and IT management roles at Electrolux, Red Bull, The University of New South Wales,Ticketek and Moshtix.</p>


                    </div>
                </div><!-- end slider -->

            </div><!-- end featured -->

            <div class="separator-line"></div>

            <div class="boxes">
                <div class="one-third">
                    <div class="box-title">
                        <span class="fa-stack fa-lg box-icon">
                            <i class="fa fa-circle fa-stack-2x"></i>
                            <i class="fa fa-laptop fa-stack-1x fa-inverse"></i>
                        </span>
                        <h3>Software Engineering</h3>

                    </div>
                    <p>
                        We build accessible, usable websites and mobile applications.  We specialise in developing database-driven solutions that harness the reach of the Internet to bring customers to your business.
                    </p>
                </div>

                <div class="one-third">
                    <div class="box-title">
                        <span class="fa-stack fa-lg box-icon">
                            <i class="fa fa-circle fa-stack-2x"></i>
                            <i class="fa fa-cloud fa-stack-1x fa-inverse"></i>
                        </span>
                        <h3>Cloud Platforms</h3>

                    </div>
                    <p>We provide consulting, implementation and support services to organisations looking to transition to Microsoft Azure or Amazon Web Services.</p>

                </div>

                <div class="one-third last">
                    <div class="box-title">
                        <span class="fa-stack fa-lg box-icon">
                            <i class="fa fa-circle fa-stack-2x"></i>
                            <i class="fa fa-dollar fa-stack-1x fa-inverse"></i>
                        </span>
                        <h3>Online Payments</h3>
                    </div>
                    <p>We can help you integrate and manage market leading payment gateways for your web site or application, and can assist you with managing fraud, chargebacks, and PCI compliance.</p>
                </div>

                <div class="clear"></div>

            </div><!-- end boxes -->

            <div class="separator-line"></div>
            <div class="full-width" style="text-align: center">
                <h3>Get in touch via LinkedIn</h3>
                <script src="//platform.linkedin.com/in.js" type="text/javascript"></script>
                <script type="IN/MemberProfile" data-id="http://www.linkedin.com/in/bartekmarnane" data-width="180" data-format="inline" data-related="false">
                </script>
            </div>


        </section><!-- end home page -->
    

        

    </div><!-- end right -->
    <!-- Javascript Files -->
    <!--imports jquery-->
    <script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
    <script src="/js/jquery-migrate-1.1.0.min.js"></script>
    <!--imports jquery nav plugin-->
    <script src="/js/jquery.nav.js"></script>
    <!--imports easing plugin-->
    <script src="/js/jquery-easing-1.3.js"></script>
    <!--imports scrollTo plugin-->
    <script src="/js/jquery.scrollTo-1.4.3.1-min.js"></script>
    <!--imports local scroll plugin-->
    <script src="/js/jquery.localscroll-1.2.7-min.js"></script>
    <!-- used for keeping the navigation at top of the screen -->
    <script src="/js/jquery.sticky.js"></script>

    <!--imports custom javascript code-->
    <script src="/js/custom.js"></script>
    <script type="text/javascript">

    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-4683959-6']);
    _gaq.push(['_trackPageview']);

    (function () {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();

    </script>

</body>

</html>

