Skip to content

Instantly share code, notes, and snippets.

@Saturate
Created February 6, 2018 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Saturate/1a643058d8a57035fa5100802de63198 to your computer and use it in GitHub Desktop.
Save Saturate/1a643058d8a57035fa5100802de63198 to your computer and use it in GitHub Desktop.
SmashingConf London 2018 Attendee List in JSON

SmashingConf London 2018 Attendee List

They published the list, and I ripped it with this code to a JSON format.

See the list from 2016: https://gist.github.com/Saturate/2ca86010542a49d415c1cce1a250b4d9

Get the list:

var table = document.querySelector('.att');
var att = table.querySelectorAll('tr:not(.nwl)')

var attendees = [];

att.forEach(function(element){
    attendees.push({
        name: element.querySelector('td:nth-child(1)').textContent,
        company: element.querySelector('td:nth-child(2)').textContent,
        social: element.querySelector('td:nth-child(3)').textContent,
        country: element.querySelector('td:nth-child(4)').textContent
    });
});

copy(attendees);
[
{
"name": "Adam Harvey",
"company": "ContactPartners",
"social": "",
"country": "UK"
},
{
"name": "Adam Kizer",
"company": "Villing & Company",
"social": "",
"country": "USA"
},
{
"name": "Adam Randall",
"company": "Ted Baker",
"social": "",
"country": "UK"
},
{
"name": "Adriana Chereji",
"company": "Thinkbda Ltd",
"social": "",
"country": "UK"
},
{
"name": "Adrian Laurence",
"company": "",
"social": "",
"country": ""
},
{
"name": "Alberto Guerra González",
"company": "Riot Games",
"social": "",
"country": "Ireland"
},
{
"name": "Alberto Narda",
"company": "",
"social": "",
"country": "Italy"
},
{
"name": "Ales Kozina",
"company": "Energy Schweiz AG",
"social": "",
"country": "Switzerland"
},
{
"name": "Alessandro Viatore",
"company": "ADESPRESSO",
"social": "",
"country": "USA"
},
{
"name": "Alex Lay",
"company": "STFC",
"social": "",
"country": "UK"
},
{
"name": "Alexander Hunsley",
"company": "Riot Games",
"social": "",
"country": "Ireland"
},
{
"name": "Alexandre Announe",
"company": "IP LABEL",
"social": "",
"country": "France"
},
{
"name": "Alicia Wedd",
"company": "Heart Internet",
"social": "",
"country": "UK"
},
{
"name": "Allan Kimmer Jensen",
"company": "Pentia A/S",
"social": "@AllanKJensen",
"country": "Denmark"
},
{
"name": "Amanda Annandale",
"company": "Smashing Media AG ",
"social": "@MsMandachelle",
"country": "UK"
},
{
"name": "Amir Zare Pashaei",
"company": "BCSKoolitus",
"social": "",
"country": "Estonia"
},
{
"name": "Andrea Verlicchi",
"company": "YOOX NET-A-PORTER GROUP S.p.A.",
"social": "",
"country": "Italy"
},
{
"name": "Andrew Hutchings",
"company": "",
"social": "",
"country": ""
},
{
"name": "Andrew Sawers",
"company": "Healthspan Limited",
"social": "",
"country": "Guernsey"
},
{
"name": "Andy Archer",
"company": "Kurt Geiger Ltd",
"social": "",
"country": "UK"
},
{
"name": "Andy Walpole",
"company": "",
"social": "@andywalpole",
"country": "UK"
},
{
"name": "Anja Kaiser",
"company": "TNG Technology Consulting GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Antti Mattila",
"company": "Veikkaus Oy",
"social": "",
"country": "Finnland"
},
{
"name": "Arash Sarfehjou",
"company": "Pentia A/S",
"social": "",
"country": "Denmark"
},
{
"name": "Ariane Hy",
"company": "Energy Schweiz AG",
"social": "",
"country": "Switzerland"
},
{
"name": "Arild Greni",
"company": "",
"social": "",
"country": "Norway"
},
{
"name": "Arnaud Malon",
"company": "CIC Pôle Marketing Digital",
"social": "@zemoko",
"country": "France"
},
{
"name": "Arne Seemann",
"company": "Palasthotel GmbH",
"social": "@arnalyse",
"country": "Germany"
},
{
"name": "Arsam Sarabi ",
"company": "ContactPartners",
"social": "",
"country": "UK"
},
{
"name": "Asad Ali",
"company": "Contrado Imaging Ltd",
"social": "",
"country": "UK"
},
{
"name": "Athena Granger",
"company": "Healthspan Limited",
"social": "",
"country": "Guernsey"
},
{
"name": "Azlan Cuttilan",
"company": "BYND Ltd",
"social": "",
"country": "UK"
},
{
"name": "Ben Cleverly",
"company": "Havas helia",
"social": "",
"country": "UK"
},
{
"name": "Ben Dunlop",
"company": "Kurt Geiger Ltd",
"social": "",
"country": "UK"
},
{
"name": "Ben Hadwen",
"company": "Ted Baker",
"social": "",
"country": "UK"
},
{
"name": "Bob Hamblok",
"company": "Boapp GCV",
"social": "@bhamblok",
"country": "Belgium"
},
{
"name": "Bojan Pejanović",
"company": "Infostud 3 doo",
"social": "",
"country": "Serbia"
},
{
"name": "Bryan de Souza Wagemaker",
"company": "Redhotminute",
"social": "",
"country": "Netherlands"
},
{
"name": "Chiara Dossena",
"company": "ADESPRESSO",
"social": "",
"country": "USA"
},
{
"name": "Chris Bracewell",
"company": "Home",
"social": "",
"country": "UK"
},
{
"name": "Christian Heilmann",
"company": "Microsoft",
"social": "",
"country": "UK"
},
{
"name": "Christiane Helmchen",
"company": "punkt.de GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Christoph Albert",
"company": "MHP Management- und IT-Beratung GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Christopher Neuwirth",
"company": "MHP Management- und IT-Beratung GmbH",
"social": "@col_md_12",
"country": "Germany"
},
{
"name": "Cornelius Hansjakob",
"company": "MASSIVE ART WebServices GmbH",
"social": "",
"country": "Austria"
},
{
"name": "Cyril Wanner",
"company": "Energy Schweiz AG",
"social": "",
"country": "Switzerland"
},
{
"name": "Dale Stevens",
"company": "",
"social": "",
"country": "UK"
},
{
"name": "Dan Smith",
"company": "",
"social": "",
"country": "UK"
},
{
"name": "Daniel Benmore",
"company": "",
"social": "",
"country": "UK"
},
{
"name": "Daniel Reiser",
"company": "MHP Management- und IT-Beratung GmbH",
"social": "@danielreiser",
"country": "Germany"
},
{
"name": "Danilo Svilar",
"company": "Infostud 3 doo",
"social": "",
"country": "Serbia"
},
{
"name": "David Moulton",
"company": "eLife Sciences Pubs",
"social": "@davidcmoulton",
"country": "UK"
},
{
"name": "David Sealey",
"company": "Soak Digital Ltd",
"social": "",
"country": "UK"
},
{
"name": "David Trussler",
"company": "Money Advice Service",
"social": "",
"country": "UK"
},
{
"name": "Davy De Pauw",
"company": "Marlon bvba",
"social": "",
"country": "Belgium"
},
{
"name": "Dino Puric",
"company": "Sportradar d.o.o.",
"social": "",
"country": "Slovenia"
},
{
"name": "Dorin Moise",
"company": "EEAS -European Union External Action Service",
"social": "",
"country": "Belgium"
},
{
"name": "Ed Fleming",
"company": "",
"social": "",
"country": "UK"
},
{
"name": "Edvinas Jurele",
"company": "UAB 360 IT",
"social": "",
"country": "Lithuania"
},
{
"name": "Edwin Lijnzaad",
"company": "Flusso B.V.",
"social": "",
"country": "Netherlands"
},
{
"name": "Efrén Pastor",
"company": "WeddingPlanner S.L.U.",
"social": "@EfrenPastor",
"country": "Spain"
},
{
"name": "Elise Ardener",
"company": "British Red Cross",
"social": "",
"country": "UK"
},
{
"name": "Elena Garrone ",
"company": "",
"social": "",
"country": "UK"
},
{
"name": "Els Vandooren ",
"company": "",
"social": "",
"country": "Belgium"
},
{
"name": "Emmanuel Meinike",
"company": "Fashion ID GmbH & Co. KG",
"social": "",
"country": "Germany"
},
{
"name": "Erik Grijzen",
"company": "New Relic",
"social": "@erikgrijzen",
"country": "Spain"
},
{
"name": "Erika Vojtková",
"company": "",
"social": "",
"country": "Czech Republic"
},
{
"name": "Espen Schulstad",
"company": "",
"social": "",
"country": "Norway"
},
{
"name": "Eugene Molari",
"company": "",
"social": "@eugenemolari",
"country": ""
},
{
"name": "Fabian Krumbholz",
"company": "Netcentric Deutschland GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Fabio Amenta",
"company": "ADESPRESSO",
"social": "",
"country": "USA"
},
{
"name": "Ferry van Ommen",
"company": "Redhotminute",
"social": "",
"country": "Netherlands"
},
{
"name": "Francesca Marano",
"company": "SiteGround",
"social": "",
"country": "UK"
},
{
"name": "François-Xavier Lair",
"company": "Caisse Fédérale de Crédit Mutuel Pôle",
"social": "@lair_net",
"country": "France"
},
{
"name": "Fred Marecesche",
"company": "",
"social": "@froddd",
"country": "UK"
},
{
"name": "Frederic Wollinger",
"company": "comSysto GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Frida Nyvall",
"company": "Red Onion",
"social": "@FridaNyvall",
"country": "Sweden"
},
{
"name": "Gareth Joyce",
"company": "valtech",
"social": "",
"country": "UK"
},
{
"name": "Gareth Naser",
"company": "",
"social": "",
"country": "UK"
},
{
"name": "Gabriel Smith",
"company": "Money Advice Service",
"social": "",
"country": "UK"
},
{
"name": "Gary Hayes",
"company": "Visma",
"social": "",
"country": "Denmark"
},
{
"name": "Gbenga Omirinde",
"company": "STFC",
"social": "",
"country": "UK"
},
{
"name": "Gert Nielsen",
"company": "Bankdata",
"social": "",
"country": "Denmark"
},
{
"name": "Giancarlo Vinci",
"company": "ADESPRESSO",
"social": "",
"country": "USA"
},
{
"name": "Gideon Caspi",
"company": "Joe Browns Ltd",
"social": "@GideonCaspi",
"country": "UK"
},
{
"name": "Graham Martin",
"company": "Immediate Media",
"social": " ",
"country": "UK"
},
{
"name": "Helge Standal",
"company": "",
"social": "",
"country": "Norway"
},
{
"name": "Henry Charge ",
"company": "valtech",
"social": "",
"country": "UK"
},
{
"name": "Hugo Nogueira",
"company": "",
"social": "",
"country": "UK"
},
{
"name": "Ian Perrett",
"company": "",
"social": "",
"country": "UK"
},
{
"name": "Ian Westacott",
"company": "",
"social": "",
"country": "UK"
},
{
"name": "Inga Lehne",
"company": "neuland - Büro für Informatik GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Ishant Solanki",
"company": "DigitalGenius",
"social": "",
"country": "UK"
},
{
"name": "Jabran Rafique",
"company": "Rated People Ltd",
"social": "",
"country": "UK"
},
{
"name": "Jae Bach Hardie",
"company": "DC THOMSON AND CO LTD",
"social": "",
"country": "UK"
},
{
"name": "Jake Rudkin-Wilson",
"company": "Thinkbda Ltd",
"social": "",
"country": "UK"
},
{
"name": "Jake Turton",
"company": "UNiDAYS",
"social": "",
"country": "UK"
},
{
"name": "Jakub Michálek",
"company": "Economia, a.s.",
"social": "",
"country": "Czech Republic"
},
{
"name": "James Bate",
"company": "",
"social": "",
"country": "UK"
},
{
"name": "James Braithwaite",
"company": "Substrakt",
"social": "",
"country": "UK"
},
{
"name": "James Ledden",
"company": "Ibiza Spotlight S.L.",
"social": "",
"country": "Spain"
},
{
"name": "Jamie Howard",
"company": "OC Sport",
"social": "",
"country": "UK"
},
{
"name": "Jan Štěpánek",
"company": "Economia, a.s.",
"social": "",
"country": "Czech Republic"
},
{
"name": "Jana Marie Eggebrecht",
"company": "Palasthotel GmbH",
"social": "@medienherz",
"country": "Germany"
},
{
"name": "Janne Rantamäki",
"company": "Namia Oy",
"social": "",
"country": "Finnland"
},
{
"name": "Janne Saarela",
"company": "Namia Oy",
"social": "",
"country": "Finnland"
},
{
"name": "Jannis von Albedyll",
"company": "HORNBACH Baumarkt AG",
"social": "",
"country": "Germany"
},
{
"name": "Jaroslav Eichinger",
"company": "",
"social": "",
"country": "Czech Republic"
},
{
"name": "Jas Seehra",
"company": "Your Golf Travel",
"social": "",
"country": "UK"
},
{
"name": "Jason Ardener",
"company": "Mountain Warehouse",
"social": "",
"country": "UK"
},
{
"name": "Jasper Schuller",
"company": "Verivox GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Jeff Bannister",
"company": "",
"social": "",
"country": "UK"
},
{
"name": "Jeff Jørgensen",
"company": "Pentia A/S",
"social": "",
"country": "Denmark"
},
{
"name": "Jennifer Sharps",
"company": "Deloitte Digital",
"social": "",
"country": "UK"
},
{
"name": "Jeroen Van den Berghe",
"company": "De Persgroep Publishing nv",
"social": "@jrnvdb",
"country": "Belgium"
},
{
"name": "Jessica Ryan",
"company": "Deloitte Digital",
"social": "",
"country": "UK"
},
{
"name": "Jesus Perez",
"company": "ADESPRESSO",
"social": "",
"country": "USA"
},
{
"name": "Jing Li",
"company": "",
"social": "",
"country": "UK"
},
{
"name": "Joanna Cottis",
"company": "",
"social": "",
"country": "UK"
},
{
"name": "Joao Ferreira",
"company": "Badoo",
"social": "",
"country": "UK"
},
{
"name": "Jodie Doubleday",
"company": "Holiday Extras",
"social": "",
"country": "UK"
},
{
"name": "Joel Webber",
"company": "FullStory",
"social": "",
"country": "UK"
},
{
"name": "Joey Comhaire",
"company": "Axxes NV",
"social": "",
"country": "Belgium"
},
{
"name": "John Nolan",
"company": "UNiDAYS",
"social": "",
"country": "UK"
},
{
"name": "John Player",
"company": "Money Advice Service",
"social": "",
"country": "UK"
},
{
"name": "Jon Elliott",
"company": "CEWE LTD",
"social": "",
"country": "UK"
},
{
"name": "Jon Pudny",
"company": "Crescent Purchasing Consortium",
"social": "@CPCuk",
"country": "UK"
},
{
"name": "Jonas Berger",
"company": "HORNBACH Baumarkt AG",
"social": "",
"country": "Germany"
},
{
"name": "Jonic Linley",
"company": "Raspberry Pi Foundation",
"social": "",
"country": "UK"
},
{
"name": "Jordan Woods ",
"company": "FullStory",
"social": "",
"country": "UK"
},
{
"name": "Juha Paananen",
"company": "Veikkaus Oy",
"social": "",
"country": "Finnland"
},
{
"name": "Kamil Pawłowski",
"company": "C7 Solutions",
"social": "",
"country": "Poland"
},
{
"name": "Karlis Upitis",
"company": "",
"social": "@karlis_upitis",
"country": "Latvia"
},
{
"name": "Karolis Sarapnickis",
"company": "UAB 360 IT",
"social": "",
"country": "Lithuania"
},
{
"name": "Kartik Balasubramanian",
"company": "",
"social": "",
"country": "USA"
},
{
"name": "Kasper Hesthaven",
"company": "Gotcha A/S",
"social": "@gotcha.dk",
"country": "Denmark"
},
{
"name": "Katarzyna Kotynska",
"company": "Pagepro Sp. z o.o.",
"social": "",
"country": "Poland"
},
{
"name": "Katarzyna Rutyna",
"company": "Stepstone Services Sp. z o.o.",
"social": "",
"country": "Poland"
},
{
"name": "Kate Bolin",
"company": "Heart Internet",
"social": "",
"country": "UK"
},
{
"name": "Kate Pardoe",
"company": "IceBlue Marketing and Design",
"social": "",
"country": "UK"
},
{
"name": "Katja Mueller",
"company": "",
"social": "",
"country": ""
},
{
"name": "Kenneth De Win",
"company": "Axxes NV",
"social": "",
"country": "Belgium"
},
{
"name": "Kevin Riemens",
"company": "QNH Consulting Zuid BV",
"social": "",
"country": "Netherlands"
},
{
"name": "Kieran Bamforth",
"company": "BBC",
"social": "",
"country": "UK"
},
{
"name": "Kim-Christian Meyer",
"company": "Palasthotel GmbH",
"social": "@greatestview",
"country": "Germany"
},
{
"name": "Kitty van der Gijp",
"company": "New Relic",
"social": "",
"country": "Spain"
},
{
"name": "Krisztina Vajda Rygård",
"company": "Pentia A/S",
"social": "@vajkri",
"country": "Denmark"
},
{
"name": "Lalkhum Sanga",
"company": "BBC",
"social": "",
"country": "UK"
},
{
"name": "Lara Feldermann",
"company": "neuland - Büro für Informatik GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Lars Helge Strand",
"company": "",
"social": "",
"country": "Norway"
},
{
"name": "Laura Grass",
"company": "FullStory",
"social": "",
"country": "UK"
},
{
"name": "Laura Green",
"company": "DC THOMSON AND CO LTD",
"social": "",
"country": "UK"
},
{
"name": "Leon Hassan",
"company": "Capgemini",
"social": "@Consulting_LH",
"country": "UK"
},
{
"name": "Lou Verdun",
"company": "Base Digital",
"social": "@LouVerdun",
"country": "Belgium"
},
{
"name": "Louis Hoebregts",
"company": "Base Digital",
"social": "@Mamboleoo",
"country": "Belgium"
},
{
"name": "Louise Towler",
"company": "",
"social": "@indigotreesays",
"country": ""
},
{
"name": "Luca Guglielmi",
"company": "Contrado Imaging Ltd",
"social": "",
"country": "UK"
},
{
"name": "Maarten Leenders",
"company": "Yoast B.V.",
"social": "",
"country": "Netherlands"
},
{
"name": "Marc Firth",
"company": "Jellyfish Ltd",
"social": "",
"country": "UK"
},
{
"name": "Marc Thiele",
"company": "Beyond Tellerrand",
"social": "@marcthiele",
"country": "Germany"
},
{
"name": "Marco Piovesana",
"company": "Esteco Spa",
"social": "",
"country": "Italy"
},
{
"name": "Maria Camanes Fores",
"company": "Builtvisible",
"social": "",
"country": "UK"
},
{
"name": "Mario Estrada",
"company": "WeddingPlanner S.L.U. ",
"social": "@marioestrada",
"country": "Spain"
},
{
"name": "Mariona Aloy Ciller",
"company": "Smashing Media AG ",
"social": "@mariondita",
"country": "Germany"
},
{
"name": "Mark O'Brien",
"company": "",
"social": "@zoodigital",
"country": ""
},
{
"name": "Markku Marjoneva",
"company": "Veikkaus Oy",
"social": "",
"country": "Finnland"
},
{
"name": "Markus Goedecke",
"company": "One Pixel Ahead UG",
"social": "",
"country": "Germany"
},
{
"name": "Markus Klug",
"company": "Klug & Milke GmbH",
"social": "@opus131",
"country": "Germany"
},
{
"name": "Markus Seyfferth",
"company": "Smashing Media AG ",
"social": "@indysigner",
"country": "Germany"
},
{
"name": "Markus Weser",
"company": "Lufthansa Industry Solutions AS GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Martin Kozhuharov",
"company": "Global",
"social": "",
"country": "UK"
},
{
"name": "Martin Kreidenweis",
"company": "TNG Technology Consulting GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Martin Matthews",
"company": "Sandhurst Associates Ltd",
"social": "",
"country": "UK"
},
{
"name": "Mat White",
"company": "Rated People Ltd",
"social": "",
"country": "UK"
},
{
"name": "Matias Kaskimies",
"company": "Namia Oy",
"social": "",
"country": "Finnland"
},
{
"name": "Matt Dell",
"company": "Deloitte Digital",
"social": "@mattdell",
"country": "UK"
},
{
"name": "Matt Smith ",
"company": "Riot Games",
"social": "",
"country": "Ireland"
},
{
"name": "Matt Zarandi",
"company": "",
"social": "@mattzarandi",
"country": "UK"
},
{
"name": "Matthew Allen",
"company": "Protean Software Ltd",
"social": "",
"country": "UK"
},
{
"name": "Max Ranauro",
"company": "OC Sport",
"social": "",
"country": "UK"
},
{
"name": "Max Rose",
"company": "neuland - Büro für Informatik GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Maxime Palau",
"company": "Base Digital",
"social": "@maximepalau",
"country": "Belgium"
},
{
"name": "Mehdi Hamoodi",
"company": "",
"social": "",
"country": "UK"
},
{
"name": "Michael Crenshaw",
"company": "Crutchfield.com",
"social": "@m4c9416",
"country": "USA"
},
{
"name": "Michael Gooding",
"company": "Akamai",
"social": "",
"country": "UK"
},
{
"name": "Michael Solarski",
"company": "Fashion ID GmbH & Co. KG",
"social": "",
"country": "Germany"
},
{
"name": "Michelle Mann",
"company": "comSysto GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Mika Minkkinen",
"company": "Namia Oy",
"social": "",
"country": "Finnland"
},
{
"name": "Mikolaj Misiurewicz",
"company": "Stepstone Services Sp. z o.o.",
"social": "",
"country": "Poland"
},
{
"name": "Misja van de Kamp",
"company": "Redhotminute",
"social": "",
"country": "Netherlands"
},
{
"name": "Muhammad Azam",
"company": "SAP",
"social": "",
"country": "Canada"
},
{
"name": "Mykola Hladkyi",
"company": "Wix.com",
"social": "",
"country": "Ukraine"
},
{
"name": "Natalia Venditto",
"company": "Netcentric Ibérica SLU",
"social": "",
"country": "Spain"
},
{
"name": "Neil Craig",
"company": "BBC",
"social": "",
"country": "UK"
},
{
"name": "Neil Crawford",
"company": "DC THOMSON AND CO LTD",
"social": "",
"country": "UK"
},
{
"name": "Neil Kumar",
"company": "Capgemini",
"social": "",
"country": "UK"
},
{
"name": "Nerissa Arviana Prawiro",
"company": "",
"social": "",
"country": "UK"
},
{
"name": "Nicholas Murray",
"company": "",
"social": "",
"country": "USA"
},
{
"name": "Nick Fraenkel",
"company": "",
"social": "",
"country": "UK"
},
{
"name": "Nick Rose",
"company": "",
"social": "",
"country": "UK"
},
{
"name": "Nicolai Goncalves",
"company": "Pentia A/S",
"social": "",
"country": "Denmark"
},
{
"name": "Niko Myllynen",
"company": "Namia Oy",
"social": "",
"country": "Finnland"
},
{
"name": "Noel Penzer ",
"company": "Fastly",
"social": "",
"country": "UK"
},
{
"name": "Oliver Spies",
"company": "",
"social": "",
"country": "Austria"
},
{
"name": "Omar Hussein",
"company": "Kurt Geiger Ltd",
"social": "",
"country": "UK"
},
{
"name": "Patrick Kettner",
"company": "Microsoft",
"social": "",
"country": "UK"
},
{
"name": "Peet Goddard",
"company": "",
"social": "",
"country": ""
},
{
"name": "Peter Webb",
"company": "TR fastenings",
"social": "",
"country": "UK"
},
{
"name": "Phil Simmonds",
"company": "Jellyfish Ltd",
"social": "",
"country": "UK"
},
{
"name": "Pieter Beulque",
"company": "Mr. Henry",
"social": "",
"country": "Belgium"
},
{
"name": "Pieter Gyselinck",
"company": "",
"social": "",
"country": "Belgium"
},
{
"name": "Rafael Segabinazzi",
"company": "",
"social": "@rcaferari",
"country": "UK"
},
{
"name": "René Poulsen",
"company": "Gotcha A/S",
"social": "@renepoulsendk",
"country": "Denmark"
},
{
"name": "Riccardo Erra",
"company": "Small Media",
"social": "@riccardoerra",
"country": "UK"
},
{
"name": "Richard Frenken",
"company": "",
"social": "",
"country": "Germany"
},
{
"name": "Richard Higgins",
"company": "Rich Higgins Digital Ltd",
"social": "",
"country": "UK"
},
{
"name": "Richard Kotze",
"company": "DC THOMSON AND CO LTD",
"social": "",
"country": "UK"
},
{
"name": "Richard Tammar",
"company": "Travel Portland",
"social": "",
"country": "USA"
},
{
"name": "Rickard Westerlind",
"company": "Orangelab AB",
"social": "@rickard_w",
"country": "Sweden"
},
{
"name": "Robert Daly",
"company": "Robert Daly Development",
"social": "@robdalydev",
"country": "UK"
},
{
"name": "Robin Bakker",
"company": "Visual Reality BV",
"social": "",
"country": "Netherlands"
},
{
"name": "Romain Chen",
"company": "Irwin Mitchell LLP",
"social": "",
"country": "UK"
},
{
"name": "Ronni Dyrholm Chidekel",
"company": "Pentia A/S",
"social": "",
"country": "Denmark"
},
{
"name": "Ross Adamson",
"company": "Soak Digital Ltd",
"social": "",
"country": "UK"
},
{
"name": "Ruud Voost",
"company": "QNH Consulting Zuid BV",
"social": "",
"country": "Netherlands"
},
{
"name": "Sally Golder",
"company": "CEWE LTD",
"social": "",
"country": "UK"
},
{
"name": "Sarah Mendham",
"company": "BYND Ltd",
"social": "",
"country": "UK"
},
{
"name": "Sareh Heidari ",
"company": "BBC",
"social": "",
"country": "UK"
},
{
"name": "Sarunas Mazelis",
"company": "UAB 360 IT",
"social": "",
"country": "Lithuania"
},
{
"name": "Shannon Walker",
"company": "UNiDAYS",
"social": "",
"country": "UK"
},
{
"name": "Sian McNeill",
"company": "Philadlphia Scientific",
"social": "",
"country": "UK"
},
{
"name": "Simon Brunemark",
"company": "Gotcha A/S",
"social": "",
"country": "Denmark"
},
{
"name": "Simon Delaney",
"company": "Rated People Ltd",
"social": "",
"country": "Denmark"
},
{
"name": "Simon Staton",
"company": "BYND Ltd",
"social": "",
"country": "UK"
},
{
"name": "Simona Serseniuc",
"company": "",
"social": "",
"country": ""
},
{
"name": "Sjardo Janssen",
"company": "Yoast B.V.",
"social": "",
"country": "Netherlands"
},
{
"name": "Stefano Belloro",
"company": "BBC",
"social": "",
"country": "UK"
},
{
"name": "Steve Gibbings",
"company": "Immediate Media",
"social": "",
"country": "UK"
},
{
"name": "Steve Piron",
"company": "",
"social": "",
"country": "Belgium"
},
{
"name": "Steve Slade",
"company": "Jellyfish Ltd",
"social": "",
"country": "UK"
},
{
"name": "Stijn Hallet",
"company": "AMPLEXOR Belgium NV",
"social": "",
"country": "Belgium"
},
{
"name": "Tess Mercer",
"company": "Dun & Bradstreet",
"social": "",
"country": "USA"
},
{
"name": "Theresa Morcos",
"company": "Global",
"social": "",
"country": "UK"
},
{
"name": "Thierry Lewyllie",
"company": "CTA",
"social": "@LewyllieT",
"country": "Netherlands"
},
{
"name": "Thies Petersen",
"company": "Web International Services Ltd.",
"social": "",
"country": "Malta"
},
{
"name": "Thilo Weihsbach",
"company": "Verivox GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Thomas Clausen",
"company": "Gotcha A/S",
"social": "@thomasclausendk",
"country": "Denmark"
},
{
"name": "Thomas Dünser",
"company": "MASSIVE ART WebServices GmbH",
"social": "",
"country": "Austria"
},
{
"name": "Thomas Hartmann",
"company": "Energy Schweiz AG",
"social": "",
"country": "Switzerland"
},
{
"name": "Thomas Hausheer",
"company": "Branders Group AG",
"social": "",
"country": "Switzerland"
},
{
"name": "Thomas Puppe",
"company": "ZEIT Online",
"social": "@thomaspuppe",
"country": "Germany"
},
{
"name": "Tim Ötting",
"company": "neuland - Büro für Informatik GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Tobias Feld",
"company": "Verivox GmbH",
"social": "",
"country": "Germany"
},
{
"name": "Toby Osbourn",
"company": "tosbourn ltd",
"social": "@tosbourn",
"country": "UK"
},
{
"name": "Tom Gillett",
"company": "We Write the Web",
"social": "@tomgillett",
"country": "UK"
},
{
"name": "Tom Nielsen",
"company": "Bankdata",
"social": "",
"country": "Denmark"
},
{
"name": "Tom Robinson",
"company": "Heart Internet",
"social": "",
"country": "UK"
},
{
"name": "Trond Hjelle",
"company": "Webcruiter AS",
"social": "",
"country": "Norway"
},
{
"name": "Uros Ursej",
"company": "Sportradar d.o.o.",
"social": "",
"country": "Slovenia"
},
{
"name": "Victoria Hoyle",
"company": "Heart Internet",
"social": "",
"country": "UK"
},
{
"name": "Villy Lyubenova",
"company": "",
"social": "",
"country": ""
},
{
"name": "Viraj Jayasinghe",
"company": "Bournemouth University",
"social": "",
"country": "UK"
},
{
"name": "Vitaly Friedman",
"company": "Smashing Media AG ",
"social": "@smashingmag",
"country": "Germany"
},
{
"name": "Vitaly Kondratiev",
"company": "",
"social": "",
"country": "UK"
},
{
"name": "Weili Dai",
"company": "",
"social": "",
"country": "UK"
},
{
"name": "Wes Ruvalcaba",
"company": "Lullabot",
"social": "@wesruv",
"country": "USA"
},
{
"name": "William Kelly",
"company": "Kurt Geiger Ltd",
"social": "",
"country": "UK"
},
{
"name": "Wout Thielemans",
"company": "Mr. Henry",
"social": "",
"country": "Belgium"
},
{
"name": "Wouter Lemoine",
"company": "AMPLEXOR Belgium NV",
"social": "",
"country": "Belgium"
},
{
"name": "Yannick Kalokerinos",
"company": "AMPLEXOR Belgium NV",
"social": "",
"country": "Belgium"
},
{
"name": "Yannick Van der Jonckheyd",
"company": "Axxes NV",
"social": "",
"country": "Belgium"
},
{
"name": "Yasin Ahmeed",
"company": "",
"social": "",
"country": "UK"
},
{
"name": "Yousuf Shaikh",
"company": "Deloitte Digital",
"social": "",
"country": "UK"
},
{
"name": "Yusuf Tezel",
"company": "Bankdata",
"social": "",
"country": "Denmark"
},
{
"name": "Yves Van Broekhoven",
"company": "Mr. Henry",
"social": "",
"country": "Belgium"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment