<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>WDC2018 - Web Developers Conference, October 5th 2018</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" type="text/css" media="screen" href="css/wdc.css" />
    <script>
    (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','//www.google-analytics.com/analytics.js','ga');

    ga('create', 'UA-2096759-2', 'webdevconf.com');
    ga('send', 'pageview');
    </script>
</head>
<body>
    <div class="early-bird-banner">
       <img src="images/construction.gif" style="width: 30px; position: relative; top: 5px;"> Under construction till the day I die&hellip; (sorry. yolo)
       <!-- Luke changed the design without updating Alex! -->
    </div>
    <div class="container">
        <header class="site-header">
            <img src="images/logo.svg" alt="WDC2018">
            <img src="images/header-sun.svg">
            <img src="images/header-ship.svg">
            <h2>The <span class="test">Bristol</span> Web Creative Conference at the watershed</h2>
            <div style="position: relative; z-index: 3;">
                <a href="https://getinvited.to/bluefly/wdc2018/" class="btn">Buy Tickets</a>
            </div>
            <img src="images/header-date.svg" alt="5th October 2018">
            <img src="images/header-loc.svg" alt="Bristol, UK">
        </header>
        <h1>a day of talks about web design, web development and all that goes around it, WDC is for creative folk who want to learn stuff and hug some people.</h1>
        <section class="speakers">
            <img src="images/staring-header.svg" alt="Starring" class="speakers__title">
            <ul class="speakers__list">
                <li><img src="images/speaker-dan.svg" alt="Speaker Dan Rubin"></li>
                <li><img src="images/speaker-vic.svg" alt="Speaker Vic Bell"></li>
                <li><img src="images/speaker-jessica.svg" alt="Speaker Jessica Rose"></li>
              
                <li><img src="images/speaker-stevie.svg" alt="Fireside chat with Stevie Buckley"></li>
                <li><img src="images/speaker-tony.svg" alt="Speaker Tony Edwards"></li>
                <li><img src="images/speaker-michelle.svg" alt="Speaker Michelle Barker"></li>
                <li><img src="images/speaker-duncan.svg" alt="Speaker Duncan Porter"></li>
                
            </ul>
        </section>
        <section class="venue">
            <h2 class="venue__title">Live from the</h2>
            <div class="water-container">
                <img src="images/watershed-title.svg">
                <img src="images/watershed.svg">
            </div>
        </section>
        <ul class="tickets">
            <li>
                <h3>Students</h3>
                <span class="ticket__price">&pound;35</span>
            </li>
            <li>
                <h3>Super Early Bird</h3>
                <h4>Until July 31st!</h4>
                <span class="ticket__price">&pound;50</span>
            </li>
            <li>
                <h3>Early Bird</h3>
                <h4>Until August 15th!</h4>
                <span class="ticket__price">&pound;65</span>
            </li>
            <li>
                <h3>Standard</h3>
                <span class="ticket__price">&pound;85</span>
            </li>
        </ul>
        <a href="https://getinvited.to/bluefly/wdc2018/" class="btn">Buy Tickets</a>
        <section class="the-sponsors">
            <h2>Proudly brought to you by the awesome folks at...</h2>
            <ul class="the-sponsor-list">
                <li><a href="https://developme.training/" target="_blank"><img src="images/designme_logo.svg" /></a></li>
                <li><a href="https://honest.work/" target="_blank"><img src="images/honestwork-logo.svg" alt="Honest Work"/></a></li>
            </ul>
        </section>
        <section class="sponsors">
            <a href="mailto:alex@webdevconf.com"><img src="images/sponsor.svg"></a>
        </section>
        <footer class="site-footer">
            <h5><a href="https://2018.webdevconf.com/code-of-conduct">Code of Conduct</a>.<br>WDC is brought to you by <a href="https://bluefly.digital">Bluefly Digital</a>.<br>Web Design by <a href="https://twitter.com/lurkmoophy">Lurkmoophy</a><br>Made with hugs and puppies</h5>
        </footer>
    </div>
</body>
</html>