simple-icons/404.html
2016-11-29 15:19:19 +00:00

609 lines
373 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="canonical" href="https://simpleicons.org">
<link rel="dns-prefetch" href="//www.google-analytics.com">
<link rel="dns-prefetch" href="//github.com">
<title>Simple Icons</title>
<meta name="description" content="SVG icons for popular brands.">
<meta property="og:type" content="website">
<meta property="og:title" content="Simple Icons">
<meta property="og:description" content="SVG icons for popular brands.">
<meta property="og:url" content="https://simpleicons.org">
<meta property="og:site_name" content="Simple Icons">
<meta property="og:image" content="https://simpleicons.org/images/og.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Simple Icons">
<meta name="twitter:description" content="SVG icons for popular brands.">
<meta name="twitter:site" content="@bathtype">
<meta name="twitter:domain" content="Simple Icons">
<meta name="twitter:image:src" content="https://simpleicons.org/images/og.png">
<link rel="icon" type="image/x-icon" href="https://simpleicons.org/images/favicon.ico">
<link rel="icon" type="image/png" href="https://simpleicons.org/images/favicon.png">
<meta name="google-site-verification" content="jn6XSTOvKDg-FP9-O7SUw5qU1CxPOaqhAeNUEkNrz_M">
<link rel="apple-touch-icon" href="https://simpleicons.org/images/apple-touch-icon.png">
<link rel="mask-icon" href="https://simpleicons.org/images/logo.svg" color="#111111">
<style>
html {
font-size: 16px;
}
body {
background-color: #FFF;
color: #666;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
-webkit-font-feature-settings: "dlig", "kern", "liga";
font-feature-settings: "dlig", "kern", "liga";
-webkit-font-smoothing: antialiased;
font-weight: 400;
line-height: 1.5rem;
margin: 0;
-moz-osx-font-smoothing: grayscale;
}
a {
color: #333;
}
a:focus, a:hover {
color: #999;
}
.navbar {
font-size: 0.75rem;
line-height: 1.125rem;
padding: 1.5rem;
}
.title {
font-size: 1rem;
font-weight: 600;
margin: 0;
padding: 0;
text-transform: uppercase;
}
.button {
background-color: #6C6;
border-bottom: 0.125rem solid rgba(0,0,0,0.25);
border-radius: 0.125rem;
color: #FFF;
display: block;
font-weight: 700;
padding: 0.75rem 1.5rem;
text-align: center;
text-decoration: none;
}
.button:focus, .button:hover {
background-color: #5B5;
color: #FFF;
}
.button:active {
border-bottom: 0.125rem solid rgba(0,0,0,0);
transform: translateY(0.125rem);
}
.button--secondary {
background-color: #999;
}
.button--secondary:focus, .button--secondary:hover {
background-color: #888;
}
.search-field {
-webkit-appearance: none;
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxLjQxNCI+PHBhdGggZD0iTTE1LjY4NSAxNC4xODNMMTEuNjIgMTAuMWMuNzUtMS4wNSAxLjE4Mi0yLjMxNyAxLjE4Mi0zLjcgMC0zLjUzMy0yLjg2Ny02LjQtNi40LTYuNC0zLjUzMyAwLTYuNCAyLjg2Ny02LjQgNi40IDAgMy41MzMgMi44NjcgNi40IDYuNCA2LjQgMS4zODMgMCAyLjY1LS40MzMgMy43LTEuMTgzbDQuMDgzIDQuMDY2Yy4yLjIxNy40ODQuMzE3Ljc1LjMxNy4yNjcgMCAuNTUtLjEuNzUtLjMxNy40MTctLjQxNi40MTctMS4wODMgMC0xLjV6bS05LjI4My0yLjc2NmMtMi43NjcgMC01LjAxNy0yLjI1LTUuMDE3LTUuMDE3IDAtMi43NjcgMi4yNS01LjAxNyA1LjAxNy01LjAxNyAyLjc2NyAwIDUuMDE3IDIuMjUgNS4wMTcgNS4wMTcgMCAyLjc2Ny0yLjI1IDUuMDE3LTUuMDE4IDUuMDE3eiIgZmlsbD0iI2QxZDFkMSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+);
background-position: 0.25rem center;
background-repeat: no-repeat;
background-size: 1rem 1rem;
border: none;
border-bottom: 1px solid #EEE;
box-sizing: border-box;
color: #999;
display: block;
font-family: inherit;
font-size: 1rem;
line-height: 1rem;
margin: 1.5rem 0;
outline: 0;
padding: 0.375rem 0.375rem 0.375rem 1.5rem;
width: 100%;
}
.site-main {
width: 100%;
}
.tiles {
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 1.25rem 1.25rem;
padding: 0;
}
.tiles li {
box-sizing: border-box;
background: #333;
border: 0.25rem solid #FFF;
color: #FFF;
font-size: 0.8125rem;
line-height: 1rem;
padding: 1rem 0.75rem;
/*text-transform: uppercase;*/
width: 100%;
}
.tiles ::selection {
background: #FFF;
color: #333;
}
.tiles ::-moz-selection {
background: #FFF;
color: #333;
}
.tiles li:hover {
border: 0.125rem solid #FFF;
padding: 1.125rem 0.875rem;
}
.tile-name {
color: #FFF;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: calc(100% - 4rem);
}
.tiles svg {
float: left;
height: 2rem;
padding: 0.5rem 0.5rem 0;
width: 2rem;
}
.tiles--full svg {
margin: -0.5rem 0 0 0;
padding-right: 1.25rem;
}
.tiles path, .tiles ellipse, .tiles circle {
fill: #FFF;
}
.hex {
font-size: 0.75rem;
opacity: 0.5;
text-transform: uppercase;
transition: opacity .3s ease-in-out;
}
.tiles--full .tiles__item:hover .hex, .tiles--full .tiles__item:active .hex, .tiles--full .tiles__item:focus .hex {
opacity: 1;
}
@media (min-width: 800px) { .tiles li { width: 50%; } }
@media (min-width: 1000px) { .tiles li { width: 33.333%; } }
@media (min-width: 1100px) { .tiles li { width: 25% } }
@media (min-width: 1400px) { .tiles li { width: 20% } }
@media (min-width: 1600px) { .tiles li { width: 16.666% } }
@media (min-width: 1900px) { .tiles li { width: 12.5% } }
@media (min-width: 2300px) { .tiles li { width: 10% } }
.tiles--icons {
justify-content: center;
}
.tiles--icons .tiles__item {
position: relative;
}
.tiles--icons .icon--link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tiles--icons li {
height: 4rem;
width: 4rem !important;
}
.tiles--icons svg {
position: absolute;
top: 50%;
left: 50%;
height: 1.5rem;
margin: 0;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
padding: 0;
width: 1.5rem;
}
.tiles--icons .tile-name {
visibility: hidden;
}
.tiles--icons .hex {
visibility: hidden;
}
.icon--link:hover .tile-name, .icon--link:active .tile-name, .icon--link:focus .tile-name {
text-decoration: underline;
}
.footer {
margin: 3rem;
}
.footer p {
font-size: 0.8125rem;
margin: 1.5rem auto 0;
max-width: 25.5rem;
text-align: center;
}
.block {
background-color: #EEE;
padding: 1.5rem;
}
.block--ad {
margin: 0.5rem 0 0;
padding: 0.75rem;
position: -webkit-sticky;
position: sticky;
top: 1.5rem;
}
.carbon-wrap:after {
clear: both;
content: " ";
display: table;
}
.carbon-img {
float: left;
line-height: 0;
}
.carbon-text {
float: right;
width: calc(100% - 130px - 0.75rem);
}
.carbon-poweredby {
color: #AAA;
display: block;
margin: 0.25rem 0 0;
text-align: center;
text-decoration: none;
}
@media (min-width: 600px) {
body {
display: flex;
}
.navbar {
padding: 1.5rem 0 1.5rem 1.5rem;
width: 18.5rem;
}
.site-main {
width: calc(100% - 20rem);
}
}
</style>
</head>
<body>
<header class="navbar" role="banner">
<div class="block">
<h1 class="title">Simple Icons</h1>
<input type="text" id="search" class="search-field" autofocus>
<p><strong>SVG icons for popular brands.</strong> This project is maintained by <a href="https://twitter.com/bathtype">Dan Leech</a>. Contributions, corrections &amp; requests can be left on <a href="https://github.com/danleech/simple-icons">GitHub</a>. Company logos in icons are copyright of their respective owners.</p>
<p><a href="https://github.com/danleech/simple-icons/tree/gh-pages/icons" class="button">Download</a></p>
<p><a href="#" id="toggle-button" onclick="toggleNames();return false" class="button button--secondary">Hide names &amp; colour values</a></p>
</div>
<div class="block block--ad">
<script async type="text/javascript" src="https://cdn.carbonads.com/carbon.js?zoneid=1696&serve=CVYD42T&placement=simpleiconsorg" id="_carbonads_js"></script>
</div>
</header>
<main class="site-main" role="main">
<ul class="tiles tiles--full">
<li class="tiles__item" data-search="viber 7c529e" style="background-color:#7C529E"><a href="https://simpleicons.org/icons/viber.svg" class="icon--link" title="Viber"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M13.874 1.56C13.476 1.194 11.87.027 8.29.01c0 0-4.22-.253-6.277 1.634C.868 2.79.465 4.464.423 6.544.38 8.62.325 12.515 4.08 13.57h.003l-.003 1.612s-.023.652.406.785c.52.16.824-.336 1.32-.87.273-.293.648-.724.932-1.054 2.567.216 4.542-.277 4.766-.35.518-.17 3.45-.544 3.928-4.438.492-4.015-.238-6.553-1.558-7.698zm.435 7.408c-.405 3.25-2.783 3.457-3.22 3.597-.188.06-1.923.492-4.103.35 0 0-1.625 1.96-2.132 2.47-.08.08-.173.11-.235.096-.087-.02-.11-.124-.11-.275 0-.216.014-2.677.014-2.677-.003 0-.002 0 0 0-3.176-.883-2.99-4.197-2.955-5.933.035-1.735.36-3.157 1.33-4.113 1.74-1.576 5.325-1.34 5.325-1.34 3.027.012 4.478.924 4.814 1.23 1.116.956 1.685 3.244 1.27 6.596zM5.167 3.32c.162 0 .307.073.42.207.002.002.387.464.553.69.158.213.368.553.475.743.19.34.07.688-.115.832l-.376.3c-.19.152-.165.436-.165.436s.555 2.105 2.635 2.635c0 0 .284.026.437-.164l.3-.377c.142-.186.49-.305.83-.115.19.107.53.317.744.474.226.166.688.55.69.552.22.186.27.46.12.748v.006c-.154.272-.36.527-.622.765l-.005.004c-.215.18-.426.28-.632.306-.025.004-.055.007-.093.005-.09 0-.18-.012-.268-.04l-.007-.01c-.318-.09-.85-.315-1.735-.804-.575-.317-1.054-.64-1.458-.963-.213-.167-.433-.36-.655-.58l-.045-.044-.022-.023-.022-.022c-.22-.222-.413-.44-.58-.654-.323-.404-.647-.883-.964-1.458-.49-.885-.714-1.417-.804-1.735l-.01-.007c-.03-.09-.042-.178-.04-.268-.003-.038 0-.068.004-.093.025-.206.127-.417.306-.63 0-.004.002-.004.004-.006.238-.262.493-.47.765-.623h.006c.112-.06.22-.087.322-.087h.006zm2.73-.456H7.975l.048.002h.013l.054.003c.022 0 .044 0 .066.002l.034.002.04.003c.01 0 .018 0 .026.002.027 0 .053.004.08.006l.046.005.04.005.09.01.046.007.096.015.013.002c.023.003.047.007.07.012h.006l.05.01c.022.005.043.01.064.013l.03.007.033.007.055.012.006.002.04.01.035.01.025.005.024.006.025.007.023.007.043.012.03.01.03.01.036.01.024.01c.017.005.035.01.053.017l.028.01.03.01.082.03.04.018.087.036.034.015.03.012c.018.01.037.017.056.026l.033.016.016.01.045.02.023.012.04.02.026.015.032.02.038.02.033.02c.007.003.014.007.02.012l.04.022.03.02.048.03.028.016.047.03.005.005.03.02.063.044.03.02.026.02.02.015.03.022.055.043.04.032.03.024.014.012.018.016.054.046.03.025.018.017c.01.01.02.017.028.026l.03.026c.004.005.008.01.013.013l.085.08c.01.012.022.023.033.034.03.03.057.06.085.09l.022.024c.015.016.03.032.043.05l.022.023.107.13c.01.013.02.027.032.04.005.01.012.018.018.026l.065.09.022.03c.02.027.037.054.054.08l.048.078.037.062.04.067c.01.02.022.04.034.06l.008.02c.007.012.014.025.02.04.018.032.035.065.05.098.017.033.033.067.048.1l.022.05c.04.09.076.183.11.277.047.137.088.277.122.418.026.106.048.213.067.32l.023.15c.01.067.018.134.025.2.01.085.016.168.02.252.006.078.01.156.01.235.002.038.003.077.003.115l-.002.033-.008.033c-.004.01-.008.022-.014.032-.01.02-.024.037-.04.052-.016.016-.035.028-.055.037-.022.01-.044.016-.066.018h-.033c-.022 0-.043-.006-.064-.015-.02-.01-.04-.02-.056-.036-.017-.015-.03-.033-.04-.053-.012-.02-.02-.04-.024-.062l-.003-.034v-.042c0-.058-.003-.115-.005-.172-.006-.143-.017-.285-.035-.427-.01-.094-.025-.188-.042-.28-.007-.048-.017-.094-.026-.14l-.023-.1c-.006-.03-.014-.06-.022-.09l-.016-.06-.03-.102c-.024-.08-.05-.158-.08-.235-.02-.055-.042-.11-.065-.162l-.02-.043c-.027-.06-.056-.12-.087-.18l-.02-.035c-.045-.087-.095-.172-.15-.254-.01-.018-.023-.035-.035-.053l-.01-.014c-.014-.022-.028-.042-.043-.062-.038-.053-.078-.105-.12-.156-.027-.034-.056-.068-.085-.1l-.012-.014-.03-.034-.025-.026-.048-.05-.012-.013-.046-.045-.03-.03-.055-.05-.027-.025-.03-.027-.014-.01c-.016-.015-.032-.03-.05-.043-.015-.013-.03-.027-.047-.04l-.018-.015c-.014-.01-.027-.02-.04-.032l-.055-.042-.036-.027-.005-.005-.024-.016-.046-.034c-.006-.005-.012-.01-.018-.013-.01-.007-.02-.013-.028-.02-.005-.002-.01-.006-.015-.01l-.005-.002-.024-.015c-.013-.01-.027-.018-.04-.027l-.03-.018-.052-.032-.044-.026-.004-.003-.025-.015-.024-.014h-.004l-.014-.01-.045-.023-.005-.003-.02-.01-.03-.016-.004-.002-.026-.013-.014-.007-.036-.017-.005-.004-.02-.01-.035-.016-.015-.007c-.02-.01-.042-.018-.062-.027l-.052-.02-.005-.004-.094-.036-.032-.012c-.01-.004-.02-.008-.032-.01l-.02-.01c-.02-.005-.037-.01-.055-.017l-.027-.01c-.005 0-.01-.002-.016-.004l-.038-.012H9.08l-.023-.007-.033-.01h-.006l-.027-.01c-.007 0-.014-.003-.02-.005h-.007L8.94 3.4l-.016-.003-.005-.002-.03-.007h-.005c-.007-.003-.015-.005-.022-.006l-.028-.007H8.83c-.016-.005-.03-.008-.046-.01l-.006-.003-.04-.008c-.02-.004-.038-.008-.057-.01l-.005-.002-.03-.006-.033-.006-.035-.005-.04-.007-.042-.006-.12-.015-.04-.005h-.02c-.026-.004-.052-.006-.078-.008l-.05-.004-.042-.003H8.12c-.01-.002-.024-.003-.036-.003l-.05-.002h-.03l-.052-.003H7.896l-.007-.002c-.012 0-.024 0-.035-.003-.022-.004-.043-.01-.062-.022-.02-.01-.038-.025-.053-.04l-.02-.028c-.012-.02-.02-.04-.026-.06-.005-.023-.007-.045-.005-.068 0-.022.007-.044.016-.064.01-.02.022-.04.037-.055.016-.017.033-.03.053-.04.02-.01.04-.018.063-.022.01 0 .022 0 .033-.002H7.9zm.37 1.05l.024.002.04.004c.006 0 .012 0 .02.002.015 0 .03.003.048.004l.043.005.015.003.03.003.032.005.033.005c.007 0 .013.002.02.003l.027.004.048.008.037.006c.006 0 .012.003.018.004l.037.007.014.002.077.016.033.007.03.007.032.008c.005 0 .01.002.014.003l.034.01.035.01.03.01c.008 0 .017.004.026.006.005.002.01.004.017.005.014.006.028.01.043.015l.02.006c.02.008.04.015.06.02l.033.013.033.013.073.03c.014.004.027.01.04.015l.024.012c.03.012.06.026.087.04l.035.016.035.018.034.018c.03.015.056.03.083.046l.02.01.025.016.015.01.05.03.025.017c.014.01.028.02.042.028l.018.014.02.014.03.023.038.03c.008.005.016.01.024.017.005.005.01.01.016.013l.023.02.026.02.022.02.035.03.022.02.01.01.058.055.01.01c.008.01.017.018.026.027l.01.012.03.03.026.03.02.02.027.033c.01.01.02.02.028.032l.06.074.016.02.038.05.015.02.008.014c.006.008.01.016.017.024l.016.024c.01.012.016.023.024.035.01.016.02.03.028.047.003.004.006.01.01.013l.023.04.014.025c.004.01.01.02.015.028l.018.033.023.044.018.037c.006.01.01.022.016.033.013.027.025.053.036.08.005.01.01.02.013.03l.03.08c.018.045.034.09.048.135.004.01.008.023.01.035.01.03.02.06.027.09l.03.118.03.163c.008.048.014.095.02.142.01.08.015.16.018.242l.003.144v.077L11 6.84c-.002.01-.004.02-.008.03-.007.022-.02.04-.033.06-.015.016-.032.03-.05.043-.02.012-.04.02-.062.025-.022.005-.045.006-.067.004-.02-.002-.043-.008-.063-.018-.01-.004-.02-.01-.03-.016-.017-.013-.034-.028-.047-.046-.013-.018-.024-.038-.03-.06-.004-.01-.006-.02-.008-.032 0-.01 0-.022-.002-.034v-.032-.037-.068c0-.085-.007-.17-.016-.253-.01-.095-.025-.19-.045-.282-.015-.06-.03-.12-.048-.177l-.022-.067-.02-.056-.007-.02c-.01-.027-.02-.054-.033-.08-.008-.02-.016-.04-.025-.058l-.05-.103-.045-.08c0-.003-.003-.006-.005-.01l-.02-.032-.003-.005c-.006-.01-.01-.018-.017-.027l-.03-.046-.028-.04c-.02-.03-.042-.06-.063-.087-.03-.038-.062-.076-.094-.113-.01-.01-.018-.02-.026-.03l-.02-.02-.01-.012-.015-.016-.016-.015-.036-.037-.08-.075-.053-.044-.002-.002-.02-.016-.025-.02-.008-.006c-.006-.005-.012-.01-.018-.013l-.025-.02-.01-.006-.043-.03-.012-.008-.017-.012c-.007-.004-.014-.01-.022-.013-.014-.01-.028-.02-.042-.027l-.012-.008-.037-.022-.005-.004-.035-.02-.022-.01-.004-.003-.026-.014-.003-.002-.026-.014h-.005c-.023-.013-.046-.024-.07-.035-.01-.006-.022-.01-.033-.016l-.024-.01-.017-.007-.03-.013-.026-.01-.04-.015-.035-.014h-.004l-.01-.005-.034-.01-.004-.002-.063-.02-.04-.012L8.9 4.43l-.023-.007h-.004c-.015-.005-.03-.01-.046-.013l-.024-.006-.03-.007h-.005l-.016-.004h-.004l-.028-.007-.016-.004-.04-.008-.042-.008-.017-.003-.037-.006-.03-.005-.042-.006-.043-.006-.043-.005-.035-.004h-.017l-.045-.006-.045-.004-.035-.002-.033-.005-.032-.01c-.02-.01-.04-.022-.056-.037-.017-.015-.03-.032-.042-.052-.01-.02-.018-.04-.022-.062s-.004-.045 0-.067c.003-.022.01-.044.02-.063.005-.01.01-.02.018-.028.014-.018.03-.034.05-.046.008-.006.018-.012.028-.016.02-.01.042-.015.064-.018h.039zM8.565 5c.01 0 .02 0 .03.002.008 0 .018 0 .028.002l.033.003c.07.006.142.016.212.03l.07.016.017.005.076.02c.013.005.025.01.038.013l.025.01c.03.01.062.023.092.036l.007.004.035.016.06.03.014.008c.01.006.02.01.03.017.012.01.025.017.037.025.035.022.067.045.098.07l.07.06c.02.018.038.037.057.058l.04.046c.005.004.01.01.013.015l.016.02.025.033c.02.03.04.06.058.09l.048.09c.012.024.024.05.035.077.01.022.02.045.028.068.023.064.042.13.057.196.015.06.025.124.034.187l.01.097.006.09v.038c-.003.023-.01.046-.02.067-.01.023-.026.045-.046.063-.02.017-.043.03-.067.04-.02.007-.04.01-.06.012-.02 0-.04 0-.058-.006-.022-.006-.044-.016-.063-.03-.022-.014-.04-.033-.056-.055-.015-.022-.025-.046-.03-.072l-.003-.02-.002-.036c0-.015 0-.03-.003-.045l-.007-.07-.012-.086-.013-.07-.01-.037c-.002-.014-.006-.028-.01-.04-.023-.085-.055-.167-.098-.243l-.024-.04-.03-.045-.03-.036-.016-.018-.043-.045-.045-.04-.044-.03c-.012-.01-.024-.018-.037-.026l-.042-.024-.044-.023-.024-.01-.01-.006-.055-.02c-.02-.008-.038-.014-.058-.02l-.057-.016-.03-.007c-.007 0-.014-.002-.02-.004l-.025-.004-.028-.006-.022-.003-.036-.005-.028-.004-.027-.003h-.027c-.013-.002-.027-.004-.04-.004-.008 0-.016 0-.025-.002h-.01c-.003 0-.006 0-.01-.002-.006 0-.012-.002-.02-.004-.018-.005-.037-.013-.054-.023-.023-.014-.043-.032-.06-.053-.012-.02-.023-.04-.03-.062-.005-.02-.008-.04-.008-.06 0-.026.006-.052.016-.077.01-.024.026-.046.044-.065.015-.014.03-.026.048-.035.02-.01.043-.018.066-.02C8.533 5 8.54 5 8.546 5h.02z"/></svg><span class="tile-name">Viber</span></a><span class="hex">#7C529E</span></li>
<li class="tiles__item" data-search="podcasts 9933cc" style="background-color:#9933CC"><a href="https://simpleicons.org/icons/podcasts.svg" class="icon--link" title="Podcasts"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 16s1.75 0 1.75-5.18c0-.965-.784-1.75-1.75-1.75s-1.75.785-1.75 1.75C6.25 16 8 16 8 16zm2.147-1.766c.077-.296.136-.595.183-.897l.035-.24c.077-.032.154-.065.23-.1 1.215-.55 2.238-1.49 2.89-2.653.297-.534.516-1.11.646-1.71.148-.67.182-1.368.104-2.052-.073-.64-.246-1.266-.512-1.853-.31-.687-.746-1.316-1.28-1.848-.55-.55-1.203-.998-1.916-1.31-.737-.323-1.536-.5-2.34-.52-.81-.02-1.623.116-2.38.404-.73.278-1.405.694-1.983 1.218-.557.506-1.02 1.113-1.365 1.782-.29.57-.494 1.184-.6 1.815-.108.655-.112 1.326-.01 1.982.088.583.26 1.153.51 1.688.586 1.253 1.59 2.295 2.823 2.926.148.076.3.146.453.21.01.087.024.174.037.26.047.297.104.59.18.88-.276-.085-.546-.188-.808-.307-1.436-.65-2.64-1.77-3.392-3.155-.34-.624-.585-1.3-.728-1.995-.16-.782-.19-1.59-.09-2.382.095-.74.305-1.465.62-2.14.37-.792.884-1.515 1.51-2.125C3.606 1.483 4.37.973 5.2.62 6.066.256 6.997.062 7.933.05c.938-.01 1.877.16 2.75.503.842.332 1.618.824 2.28 1.44.64.595 1.17 1.304 1.558 2.086.33.665.558 1.382.67 2.117.117.76.112 1.538-.013 2.296-.117.704-.34 1.39-.657 2.028-.7 1.412-1.864 2.574-3.274 3.276-.354.175-.722.322-1.1.438zm.346-2.854l.006-.312c0-.21.003-.42-.03-.627-.01-.08-.027-.157-.047-.235.372-.307.685-.685.916-1.11.175-.324.303-.674.377-1.035.083-.407.1-.828.046-1.24-.047-.37-.15-.73-.302-1.07-.187-.414-.45-.793-.77-1.115-.322-.32-.7-.584-1.115-.77-.456-.207-.953-.32-1.453-.333-.504-.013-1.01.075-1.48.26-.422.168-.814.412-1.15.72-.337.304-.617.67-.824 1.073-.17.33-.288.684-.354 1.048-.067.378-.077.766-.028 1.147.047.37.15.73.302 1.07.23.508.574.96.998 1.322-.024.088-.043.178-.057.27-.033.207-.03.415-.03.626l.006.28c-.698-.435-1.28-1.05-1.674-1.775-.224-.41-.386-.855-.48-1.313-.105-.514-.124-1.046-.058-1.567.06-.467.19-.926.383-1.355.237-.524.57-1.003.976-1.41.406-.406.886-.738 1.41-.975.577-.262 1.205-.404 1.84-.42.637-.017 1.276.095 1.87.33.536.21 1.03.52 1.458.908.425.386.78.85 1.04 1.36.215.416.367.865.45 1.327.084.477.097.968.035 1.45-.06.467-.19.926-.383 1.355-.396.876-1.06 1.62-1.88 2.118zM8 5.016c.974 0 1.764.79 1.764 1.765 0 .975-.79 1.765-1.764 1.765s-1.764-.79-1.764-1.764c0-.973.79-1.764 1.764-1.764z"/></svg><span class="tile-name">Podcasts</span></a><span class="hex">#9933CC</span></li>
<li class="tiles__item" data-search="justgiving ad29b6" style="background-color:#AD29B6"><a href="https://simpleicons.org/icons/justgiving.svg" class="icon--link" title="JustGiving"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.81 6.616h-5.59l-3.266 3.28h4.485c-.59 1.316-1.902 2.04-3.432 2.04-2.072 0-3.758-1.78-3.758-3.848 0-2.075 1.686-3.808 3.758-3.808.755 0 1.458.196 2.04.58l3.027-3.04C11.693.687 9.927 0 8 0 3.58 0 0 3.578 0 8c0 4.415 3.58 8 8 8s8-3.41 8-7.826c0-.597-.068-.9-.19-1.558z" fill-rule="nonzero"/></svg><span class="tile-name">JustGiving</span></a><span class="hex">#AD29B6</span></li>
<li class="tiles__item" data-search="microsoft onenote 80397b microsoftonenote" style="background-color:#80397B"><a href="https://simpleicons.org/icons/microsoftonenote.svg" class="icon--link" title="Microsoft OneNote"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.965 6.79v2.395c0 .093-.033.172-.1.24-.066.065-.146.1-.238.1h-.52V6.45h.52c.092 0 .172.034.238.1.067.067.1.146.1.24zm-.338 3.09c.092 0 .172.033.238.1.067.066.1.146.1.238v2.405c0 .093-.033.172-.1.24-.066.065-.146.098-.238.098h-.52V9.88h.52zm0-6.86c.092 0 .178.034.256.1.078.068.117.147.117.24v2.396c0 .098-.04.18-.117.243-.078.063-.164.094-.256.094h-.86v7.397c0 .094-.034.167-.104.222-.07.055-.15.083-.243.083H9.95v-1.51h3.472v-.713H9.95v-.85h3.472v-.678H9.95v-.876h3.472v-.67H9.95V7.64h3.472v-.677H9.95v-.87h3.472v-.676H9.95v-.85h3.472v-.712H9.95V2.162h4.592c.01 0 .05.03.112.09.064.062.102.138.113.23v.54h.86zM9.097.444v15.114L0 13.987V2.056L9.098.444zm-2.595 4.48l-1.067.07V6.98c-.012 1.163-.012 1.835 0 2.014l-2.127-3.88-1.086.043v5.504l.85.062V6.667l2.293 4.176 1.137.07v-5.99z" fill-rule="nonzero"/></svg><span class="tile-name">Microsoft OneNote</span></a><span class="hex">#80397B</span></li>
<li class="tiles__item" data-search="player.me c0379a playerme" style="background-color:#C0379A"><a href="https://simpleicons.org/icons/playerme.svg" class="icon--link" title="Player.me"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M4.993 5.773H4.99v4.607h.003v.03H9.19c1.25 0 2.262-1.044 2.262-2.332 0-1.288-1.012-2.33-2.26-2.33h-4.2v.025zm4.33-.767V4.99H4.21v9.17C2.142 12.886.765 10.603.765 7.998.766 4.004 4.004.766 7.998.766c3.995 0 7.232 3.238 7.232 7.232 0 3.995-3.237 7.232-7.232 7.232-1.073 0-2.09-.233-3.007-.653v-3.415h4.332v-.013c1.61-.003 2.915-1.378 2.915-3.073s-1.305-3.07-2.915-3.07zM8 16c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8z"/></svg><span class="tile-name">Player.me</span></a><span class="hex">#C0379A</span></li>
<li class="tiles__item" data-search="sass cc6699" style="background-color:#CC6699"><a href="https://simpleicons.org/icons/sass.svg" class="icon--link" title="Sass"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0c4.418 0 8 3.582 8 8s-3.582 8-8 8-8-3.582-8-8 3.582-8 8-8zM6.41 10.665c.117.43.104.832-.016 1.195l-.044.12c-.016.04-.034.08-.052.117-.093.193-.217.373-.37.54-.465.506-1.114.698-1.393.536-.3-.174-.15-.89.39-1.46.58-.612 1.413-1.006 1.413-1.006v-.002l.072-.04zm6.608-7.24c-.362-1.422-2.718-1.89-4.948-1.097C6.743 2.8 5.307 3.54 4.274 4.506 3.046 5.654 2.85 6.654 2.93 7.072c.285 1.474 2.305 2.438 3.136 3.153v.004c-.245.12-2.037 1.026-2.457 1.953-.443.98.07 1.68.41 1.775 1.052.293 2.13-.234 2.71-1.1.56-.835.515-1.913.27-2.45.337-.088.728-.128 1.226-.07 1.403.164 1.68 1.04 1.626 1.407-.053.367-.347.568-.446.63-.098.06-.128.08-.12.126.012.067.058.065.142.05.115-.02.737-.298.763-.975.035-.86-.79-1.82-2.247-1.795-.6.01-.978.067-1.25.17-.02-.024-.042-.047-.063-.07-.9-.962-2.568-1.642-2.497-2.935.025-.47.19-1.708 3.202-3.21 2.47-1.23 4.445-.89 4.786-.14.49 1.07-1.055 3.062-3.618 3.35-.977.11-1.49-.27-1.62-.41-.134-.15-.154-.155-.204-.127-.082.045-.03.176 0 .254.076.2.39.552.926.728.47.155 1.618.24 3.004-.297 1.554-.6 2.766-2.272 2.41-3.67z"/></svg><span class="tile-name">Sass</span></a><span class="hex">#CC6699</span></li>
<li class="tiles__item" data-search="gitter ff0064" style="background-color:#FF0064"><a href="https://simpleicons.org/icons/gitter.svg" class="icon--link" title="Gitter"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M5.667 2.667H7V16H5.667V2.667zm4.666 0V16H9V2.667h1.333zM2.333 0h1.334v10H2.333V0zm10 2.667h1.334V10h-1.334V2.667z"/></svg><span class="tile-name">Gitter</span></a><span class="hex">#FF0064</span></li>
<li class="tiles__item" data-search="dribbble ea4c89" style="background-color:#EA4C89"><a href="https://simpleicons.org/icons/dribbble.svg" class="icon--link" title="Dribbble"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 16c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm6.747-6.905c-.234-.074-2.115-.635-4.257-.292.894 2.456 1.258 4.456 1.328 4.872 1.533-1.037 2.624-2.68 2.93-4.58zM10.67 14.3c-.102-.6-.5-2.688-1.46-5.18l-.044.014C5.312 10.477 3.93 13.15 3.806 13.4c1.158.905 2.614 1.444 4.194 1.444.947 0 1.85-.194 2.67-.543zm-7.747-1.72c.155-.266 2.03-3.37 5.555-4.51.09-.03.18-.056.27-.08-.173-.39-.36-.778-.555-1.16C4.78 7.85 1.47 7.807 1.17 7.8l-.003.208c0 1.755.665 3.358 1.756 4.57zM1.31 6.61c.307.005 3.122.017 6.318-.832-1.132-2.012-2.353-3.705-2.533-3.952-1.912.902-3.34 2.664-3.784 4.785zM6.4 1.368c.188.253 1.43 1.943 2.548 4 2.43-.91 3.46-2.293 3.582-2.468C11.323 1.827 9.736 1.176 8 1.176c-.55 0-1.087.066-1.6.19zm6.89 2.322c-.145.194-1.29 1.662-3.816 2.694.16.325.31.656.453.99.05.117.1.235.147.352 2.274-.286 4.533.172 4.758.22-.015-1.613-.59-3.094-1.543-4.257z"/></svg><span class="tile-name">Dribbble</span></a><span class="hex">#EA4C89</span></li>
<li class="tiles__item" data-search="raspberry pi c7053d raspberrypi" style="background-color:#C7053D"><a href="https://simpleicons.org/icons/raspberrypi.svg" class="icon--link" title="Raspberry Pi"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M10.763 11.503c-.572.66-.89 1.862-.473 2.25.398.3 1.47.26 2.26-.822.574-.725.38-1.937.053-2.258-.487-.372-1.186.103-1.84.83zm-5.377.2c-.606-.694-1.394-1.107-1.903-.8-.34.254-.404 1.124.082 1.98.72 1.018 1.733 1.12 2.15.872.44-.325.2-1.426-.33-2.053zm2.74 2.1c-.736-.018-1.867.292-1.853.688-.012.27.888 1.05 1.805 1.01.886.016 1.802-.762 1.79-1.106-.003-.355-1-.622-1.74-.59zm-.05-9.307c-.852-.022-1.67.622-1.67.996-.003.454.672.918 1.675.93 1.025.007 1.68-.372 1.682-.84.004-.53-.93-1.094-1.687-1.086zm-2.05.355c-1.425-.236-2.612.6-2.564 2.122.047.584 3.09-2.034 2.565-2.12zm6.506 2.166c.048-1.523-1.14-2.357-2.565-2.12-.525.087 2.518 2.704 2.565 2.12zm.243.55c-.827-.218-.28 3.367.393 3.073.74-.587.978-2.303-.393-3.074zm-9.943 3.118c.672.294 1.22-3.292.393-3.073-1.37.772-1.133 2.488-.393 3.074zm6.284-3.97c-.765.494-.903 1.613-.308 2.5s1.698 1.206 2.464.712c.765-.494.903-1.613.308-2.5S9.882 6.22 9.116 6.714zm-2.066.09c-.765-.495-1.868-.176-2.463.71-.595.888-.457 2.008.308 2.502.765.494 1.868.175 2.464-.712.594-.887.456-2.007-.31-2.5zm2.916 4.774c-.005-.926-.836-1.674-1.856-1.67-1.02.006-1.843.76-1.838 1.688v.018c.006.926.837 1.673 1.857 1.668 1.02-.004 1.842-.76 1.836-1.686v-.018zm2.142-10.093c-1.54.783-2.438 1.416-2.93 1.956.252.994 1.565 1.04 2.044 1.01-.098-.044-.18-.098-.21-.18.12-.085.548-.01.846-.174-.114-.024-.168-.047-.22-.13.28-.088.584-.165.762-.31-.096 0-.186.02-.312-.066.252-.134.52-.24.73-.444-.13-.003-.27-.002-.31-.05.23-.14.424-.296.585-.468-.182.022-.26.003-.303-.028.174-.176.395-.325.5-.54-.135.045-.26.062-.348-.005.06-.132.313-.21.46-.518-.143.014-.295.03-.325 0 .066-.266.18-.415.29-.57-.304-.004-.766 0-.745-.024l.188-.19c-.298-.08-.603.013-.824.08-.1-.076 0-.174.123-.274-.255.032-.484.09-.69.17-.11-.1.07-.198.16-.296-.392.073-.558.176-.723.28-.12-.114-.007-.21.074-.308-.294.107-.446.246-.606.383-.055-.073-.138-.126-.037-.3-.21.12-.368.26-.484.417-.13-.082-.078-.193-.078-.295-.218.174-.356.36-.526.54-.035-.023-.064-.106-.09-.237-.52.496-1.255 1.747-.19 2.243.906-.737 1.99-1.272 3.19-1.673h-.002zm-8.182 0c1.2.4 2.282.937 3.188 1.673 1.065-.496.33-1.747-.188-2.243-.027.13-.057.214-.09.238-.17-.18-.308-.367-.526-.54 0 .1.052.212-.078.294C6.115.75 5.958.61 5.748.49c.1.175.017.227-.037.3C5.55.652 5.4.513 5.105.406c.08.098.193.194.074.307-.165-.103-.33-.206-.723-.28.09.1.27.198.16.296C4.41.65 4.18.592 3.925.56c.123.1.224.197.124.274-.222-.068-.527-.16-.825-.08l.188.19c.02.025-.44.02-.747.023.112.155.225.305.292.57-.03.03-.182.014-.325 0 .147.308.4.386.46.518-.09.067-.213.05-.35.004.107.215.327.364.502.54-.044.03-.12.05-.304.028.162.172.357.328.588.47-.04.046-.18.045-.312.048.21.204.478.31.73.444-.125.086-.215.066-.31.065.177.146.48.223.762.31-.054.084-.107.107-.222.13.298.165.725.09.846.174-.03.082-.11.136-.21.18.48.03 1.792-.016 2.044-1.01-.49-.54-1.388-1.172-2.93-1.955zM5.083 0c.157-.005.29.09.435.134.353-.113.434.042.608.106.385-.08.502.094.687.28l.215-.006c.58.338.87 1.025.972 1.378.102-.353.39-1.04.972-1.378l.215.005c.185-.186.302-.36.687-.28.174-.064.254-.22.608-.106.22-.068.414-.25.705-.023.246-.093.485-.125.698.065.33-.042.436.045.517.146.072 0 .54-.072.755.243.54-.063.71.313.517.663.11.168.225.334-.033.655.092.18.036.373-.18.607.057.25-.054.428-.254.566.037.343-.32.543-.426.614-.04.2-.126.39-.534.493-.067.298-.313.35-.55.412.784.45 1.457 1.04 1.453 2.49l.114.202c.9.54 1.708 2.27.443 3.678-.083.44-.22.757-.345 1.107-.184 1.41-1.39 2.07-1.707 2.15-.466.35-.962.68-1.633.913-.632.642-1.318.887-2.007.887h-.03c-.69 0-1.375-.245-2.007-.887-.672-.233-1.167-.564-1.633-.913-.318-.08-1.523-.74-1.707-2.15-.124-.35-.262-.667-.345-1.108-1.265-1.407-.456-3.14.443-3.678l.115-.202c-.003-1.45.67-2.04 1.454-2.49-.238-.062-.483-.114-.55-.412-.408-.104-.493-.293-.534-.493-.107-.07-.464-.27-.426-.614-.2-.138-.312-.315-.255-.566-.216-.234-.272-.428-.18-.606-.26-.32-.145-.486-.034-.654-.194-.35-.023-.726.517-.663.214-.315.683-.244.755-.242.08-.1.188-.187.517-.145.213-.19.45-.158.697-.064.1-.077.19-.107.27-.11z" fill-rule="nonzero"/></svg><span class="tile-name">Raspberry Pi</span></a><span class="hex">#C7053D</span></li>
<li class="tiles__item" data-search="songkick f80046" style="background-color:#F80046"><a href="https://simpleicons.org/icons/songkick.svg" class="icon--link" title="Songkick"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M4.366 12.52c-1.237 0-2.248-.226-3.065-1.068l1.273-1.272c.42.42 1.158.568 1.804.568.784 0 1.158-.26 1.158-.726 0-.194-.045-.353-.158-.478-.102-.102-.273-.182-.534-.216l-.976-.136c-.715-.102-1.26-.34-1.623-.715-.375-.386-.556-.93-.556-1.623C1.688 5.378 2.8 4.3 4.638 4.3c1.16 0 2.033.272 2.725.965l-1.25 1.248c-.51-.51-1.18-.477-1.53-.477-.693 0-.977.398-.977.75 0 .102.034.25.16.374.1.102.27.204.555.24l.977.135c.727.102 1.25.33 1.59.67.43.42.6 1.02.6 1.77 0 1.647-1.418 2.546-3.12 2.546zm9.51-10.752C12.787.955 11.58.408 10.06.158v7.25l2.174-3.026h2.377l-2.737 3.814s.63 1.006 1.006 1.603c.384.6.752.764 1.31.764h.378v1.877l-.58.002c-1.206 0-1.932-.22-2.477-1.052-.337-.54-1.45-2.286-1.45-2.286v3.33H8.073V0H8C5.432 0 3.66.62 2.126 1.768-.088 3.425 0 5.634 0 7.998c0 2.365-.088 4.578 2.126 6.235C3.66 15.383 5.432 16 8 16c2.568 0 4.34-.618 5.875-1.767C16.088 12.576 16 10.363 16 7.998c0-2.364.088-4.573-2.125-6.23z" fill-rule="nonzero"/></svg><span class="tile-name">Songkick</span></a><span class="hex">#F80046</span></li>
<li class="tiles__item" data-search="foursquare f94877" style="background-color:#F94877"><a href="https://simpleicons.org/icons/foursquare.svg" class="icon--link" title="Foursquare"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M11.822 2.31l-.358 1.866c-.043.202-.297.415-.533.415H7.608c-.374 0-.642.256-.642.63v.406c0 .374.27.64.644.64h2.82c.263 0 .523.29.465.57-.057.283-.325 1.682-.357 1.837-.033.154-.21.42-.524.42H7.712c-.42 0-.546.053-.826.402-.28.35-2.804 3.378-2.804 3.378-.025.03-.05.02-.05-.01V2.282c0-.24.207-.52.518-.52h6.85c.25 0 .486.237.422.547zm.3 7.32c.096-.385 1.164-5.856 1.52-7.59M12.327 0H3.792C2.615 0 2.27.886 2.27 1.443v13.56c0 .627.336.86.526.937.19.077.713.142 1.027-.22 0 0 4.03-4.675 4.098-4.744.106-.105.106-.105.21-.105h2.607c1.095 0 1.27-.78 1.386-1.24.095-.385 1.163-5.856 1.52-7.59C13.916.713 13.58 0 12.326 0z" fill-rule="nonzero"/></svg><span class="tile-name">Foursquare</span></a><span class="hex">#F94877</span></li>
<li class="tiles__item" data-search="invision ff3366" style="background-color:#FF3366"><a href="https://simpleicons.org/icons/invision.svg" class="icon--link" title="InVision"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M14.55 0H1.45C.65 0 0 .65 0 1.45v13.1C0 15.35.65 16 1.45 16h13.1c.8 0 1.45-.65 1.45-1.45V1.45C16 .65 15.35 0 14.55 0zM3.32 10.192c-.057.244-.086.508-.086.723 0 .848.46 1.41 1.438 1.41.81 0 1.468-.48 1.94-1.257l-.288 1.16h1.61l.92-3.69c.23-.935.675-1.42 1.35-1.42.532 0 .863.33.863.877 0 .158-.014.33-.072.517l-.474 1.696c-.07.245-.1.49-.1.72 0 .804.474 1.393 1.466 1.393.848 0 1.524-.545 1.898-1.853l-.633-.244c-.315.876-.588 1.035-.804 1.035-.215 0-.33-.144-.33-.43 0-.13.028-.274.07-.447l.462-1.65c.114-.39.158-.733.158-1.05 0-1.236-.748-1.88-1.653-1.88-.848 0-1.71.764-2.142 1.57l.317-1.446H6.77l-.346 1.273h1.15l-.708 2.835C6.31 11.268 5.29 11.288 5.16 11.26c-.21-.048-.345-.128-.345-.402 0-.157.03-.384.1-.657l1.08-4.276H3.262l-.345 1.273h1.136l-.733 2.995zm2.027-5.158c.532 0 .978-.417.978-.963 0-.545-.446-.962-.978-.962s-.977.417-.977.963c0 .547.445.964.977.964z"/></svg><span class="tile-name">InVision</span></a><span class="hex">#FF3366</span></li>
<li class="tiles__item" data-search="css wizardry f43059 csswizardry" style="background-color:#F43059"><a href="https://simpleicons.org/icons/csswizardry.svg" class="icon--link" title="CSS Wizardry"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M0 11V.75C0 .334.336 0 .75 0h14.5c.416 0 .75.336.75.75v9.884c-.45-.275-.978-.413-1.58-.413-.84 0-1.476.198-1.91.592-.432.394-.65.888-.65 1.484 0 .652.225 1.132.673 1.438.265.184.743.354 1.435.51l.703.158c.413.09.715.194.908.31.192.12.288.29.288.51 0 .377-.194.634-.58.772l-.017.006h-1.484c-.193-.07-.346-.17-.46-.308-.122-.15-.205-.377-.247-.68h-1.327c0 .372.072.7.216.988h-1.122c.13-.265.197-.558.197-.88 0-.593-.2-1.046-.595-1.358-.256-.202-.635-.363-1.137-.483l-1.145-.276c-.442-.105-.73-.197-.866-.275-.21-.12-.316-.296-.316-.534 0-.258.107-.46.32-.604.214-.144.5-.217.857-.217.322 0 .59.056.807.167.325.17.5.453.524.853h1.334c-.024-.707-.283-1.246-.777-1.617-.494-.37-1.092-.557-1.792-.557-.84 0-1.475.198-1.908.592-.433.394-.65.888-.65 1.484 0 .652.224 1.132.672 1.438.265.184.743.354 1.434.51l.704.158c.412.09.714.194.906.31.193.12.29.29.29.51 0 .377-.195.634-.583.772L9.107 16H7.625c-.193-.07-.346-.17-.46-.308-.122-.15-.205-.377-.247-.68H5.592c0 .372.072.7.216.988h-1.4c.22-.348.37-.748.444-1.2H3.477c-.094.342-.21.6-.352.77-.174.217-.402.36-.684.43h-.828c-.3-.077-.56-.247-.776-.51-.308-.37-.462-.93-.462-1.674 0-.746.145-1.322.437-1.73.293-.407.69-.61 1.196-.61.497 0 .87.143 1.123.432.14.162.256.403.347.722h1.39c-.022-.415-.176-.83-.46-1.24-.518-.734-1.336-1.1-2.455-1.1-.778 0-1.43.236-1.952.71zm16 2.436v-1.04h-.345c-.024-.4-.2-.685-.524-.854-.215-.11-.484-.167-.806-.167-.358 0-.643.073-.857.217-.213.144-.32.346-.32.604 0 .238.105.415.316.533.135.077.424.17.866.274l1.144.275c.194.045.37.098.526.156z" fill-rule="nonzero"/></svg><span class="tile-name">CSS Wizardry</span></a><span class="hex">#F43059</span></li>
<li class="tiles__item" data-search="slides e4637c" style="background-color:#E4637C"><a href="https://simpleicons.org/icons/slides.svg" class="icon--link" title="Slides"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M16 0v16H0V0h16zM5.66 10.382c0-.086.054-.216.163-.39.108-.173.206-.26.292-.26.01 0 .08.04.21.123.13.083.315.165.558.248.243.082.536.123.878.123.344 0 .626-.097.847-.293.22-.195.332-.46.332-.793 0-.334-.1-.594-.294-.78-.195-.187-.583-.363-1.164-.528-.582-.165-1.002-.375-1.262-.63-.26-.257-.39-.645-.39-1.165s.2-.957.598-1.308c.4-.352.92-.528 1.56-.528.444 0 .838.056 1.185.17.347.112.52.238.52.376 0 .113-.05.26-.15.436-.1.178-.188.267-.266.267-.01 0-.065-.025-.17-.077-.294-.156-.626-.234-.994-.234-.37 0-.655.075-.86.226-.203.152-.305.35-.305.592 0 .243.076.434.228.573.152.14.41.266.774.378.815.252 1.368.527 1.66.827.29.3.435.75.435 1.353s-.215 1.1-.644 1.49c-.43.39-.942.585-1.54.585-.6 0-1.116-.09-1.55-.267-.433-.177-.65-.35-.65-.514z"/></svg><span class="tile-name">Slides</span></a><span class="hex">#E4637C</span></li>
<li class="tiles__item" data-search="air ff2d55" style="background-color:#FF2D55"><a href="https://simpleicons.org/icons/air.svg" class="icon--link" title="Air"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C3.582 0 0 3.582 0 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zm3.305 11.1h-6.61c-.623 0-.875-.437-.563-.976l3.304-5.722c.312-.54.816-.54 1.126 0l3.305 5.722c.31.54.06.975-.562.975z" fill-rule="nonzero"/></svg><span class="tile-name">Air</span></a><span class="hex">#FF2D55</span></li>
<li class="tiles__item" data-search="instagram e4405f" style="background-color:#E4405F"><a href="https://simpleicons.org/icons/instagram.svg" class="icon--link" title="Instagram"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C5.827 0 5.555.01 4.702.048 3.85.088 3.27.222 2.76.42c-.526.204-.973.478-1.417.923-.445.444-.72.89-.923 1.417-.198.51-.333 1.09-.372 1.942C.008 5.555 0 5.827 0 8s.01 2.445.048 3.298c.04.852.174 1.433.372 1.942.204.526.478.973.923 1.417.444.445.89.72 1.417.923.51.198 1.09.333 1.942.372.853.04 1.125.048 3.298.048s2.445-.01 3.298-.048c.852-.04 1.433-.174 1.942-.372.526-.204.973-.478 1.417-.923.445-.444.72-.89.923-1.417.198-.51.333-1.09.372-1.942.04-.853.048-1.125.048-3.298s-.01-2.445-.048-3.298c-.04-.852-.174-1.433-.372-1.942-.204-.526-.478-.973-.923-1.417-.444-.445-.89-.72-1.417-.923-.51-.198-1.09-.333-1.942-.372C10.445.008 10.173 0 8 0zm0 1.44c2.136 0 2.39.01 3.233.048.78.036 1.203.166 1.485.276.374.145.64.318.92.598.28.28.453.546.598.92.11.282.24.705.276 1.485.038.844.047 1.097.047 3.233s-.01 2.39-.048 3.233c-.036.78-.166 1.203-.276 1.485-.145.374-.318.64-.598.92-.28.28-.546.453-.92.598-.282.11-.705.24-1.485.276-.844.038-1.097.047-3.233.047s-2.39-.01-3.233-.048c-.78-.036-1.203-.166-1.485-.276-.374-.145-.64-.318-.92-.598-.28-.28-.453-.546-.598-.92-.11-.282-.24-.705-.276-1.485C1.45 10.39 1.44 10.136 1.44 8s.01-2.39.048-3.233c.036-.78.166-1.203.276-1.485.145-.374.318-.64.598-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276C5.61 1.45 5.864 1.44 8 1.44zm0 2.452c-2.27 0-4.108 1.84-4.108 4.108 0 2.27 1.84 4.108 4.108 4.108 2.27 0 4.108-1.84 4.108-4.108 0-2.27-1.84-4.108-4.108-4.108zm0 6.775c-1.473 0-2.667-1.194-2.667-2.667 0-1.473 1.194-2.667 2.667-2.667 1.473 0 2.667 1.194 2.667 2.667 0 1.473-1.194 2.667-2.667 2.667zm5.23-6.937c0 .53-.43.96-.96.96s-.96-.43-.96-.96.43-.96.96-.96.96.43.96.96z"/></svg><span class="tile-name">Instagram</span></a><span class="hex">#E4405F</span></li>
<li class="tiles__item" data-search="pocket ef3f56" style="background-color:#EF3F56"><a href="https://simpleicons.org/icons/pocket.svg" class="icon--link" title="Pocket"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M12.533 6.84L8.77 10.45c-.213.204-.486.306-.76.306-.273 0-.547-.102-.76-.306L3.488 6.84c-.437-.418-.45-1.113-.032-1.55.42-.438 1.114-.452 1.55-.033l3.005 2.88 3.005-2.88c.436-.42 1.13-.405 1.55.032.42.437.405 1.13-.032 1.55zm3.388-5.028c-.207-.572-.755-.956-1.363-.956H1.45c-.6 0-1.144.376-1.357.936-.063.166-.095.34-.095.515v4.828l.055.96c.232 2.184 1.365 4.092 3.12 5.423.03.024.063.047.095.07l.02.015c.94.687 1.992 1.152 3.128 1.382.524.105 1.06.16 1.592.16.492 0 .986-.046 1.472-.136.058-.013.116-.023.175-.037.016-.002.033-.01.05-.018 1.088-.237 2.098-.69 3.004-1.352l.02-.014.096-.072c1.754-1.33 2.887-3.24 3.12-5.423l.054-.96V2.307c0-.167-.02-.333-.08-.495z" fill-rule="nonzero"/></svg><span class="tile-name">Pocket</span></a><span class="hex">#EF3F56</span></li>
<li class="tiles__item" data-search="mastercard eb001b" style="background-color:#EB001B"><a href="https://simpleicons.org/icons/mastercard.svg" class="icon--link" title="MasterCard"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M7.562 12.02c.038.033.08.065.12.098-.784.522-1.726.826-2.738.826C2.214 12.944 0 10.73 0 8c0-2.73 2.214-4.944 4.944-4.944 1.012 0 1.954.304 2.737.826-.04.033-.08.065-.118.1C6.397 4.993 5.73 6.458 5.73 8c0 1.54.667 3.006 1.832 4.02zm3.494-8.964c-1.013 0-1.954.304-2.737.826.04.033.08.065.118.1C9.603 4.993 10.27 6.458 10.27 8c0 1.54-.667 3.005-1.832 4.02-.038.033-.08.065-.12.098.784.522 1.725.826 2.738.826C13.786 12.944 16 10.73 16 8c0-2.73-2.214-4.944-4.944-4.944zM8 4.116c-.064.05-.126.1-.187.154-1.042.906-1.7 2.24-1.7 3.73 0 1.49.658 2.824 1.7 3.73.06.053.123.105.187.155.064-.05.126-.102.187-.155 1.042-.906 1.7-2.24 1.7-3.73 0-1.49-.658-2.824-1.7-3.73-.06-.054-.123-.105-.187-.155z"/></svg><span class="tile-name">MasterCard</span></a><span class="hex">#EB001B</span></li>
<li class="tiles__item" data-search="sina weibo e6162d sinaweibo" style="background-color:#E6162D"><a href="https://simpleicons.org/icons/sinaweibo.svg" class="icon--link" title="Sina Weibo"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M6.72 13.532c-2.647.26-4.934-.936-5.106-2.675C1.442 9.12 3.45 7.497 6.1 7.235c2.648-.262 4.934.935 5.106 2.674.172 1.738-1.836 3.36-4.485 3.622zm-.697-2.066c-.256.41-.804.588-1.218.4-.407-.186-.527-.66-.27-1.06.252-.396.783-.573 1.193-.4.415.175.547.647.295 1.06zm.845-1.083c-.093.158-.298.234-.458.168-.158-.064-.208-.24-.118-.397.092-.154.29-.23.447-.167.16.058.216.237.128.397zm.118-1.81c-1.26-.328-2.685.3-3.233 1.41-.557 1.134-.018 2.39 1.255 2.802 1.32.426 2.874-.226 3.415-1.45.533-1.194-.133-2.425-1.437-2.762zm5.033-.814c-.226-.068-.38-.114-.263-.41.256-.643.282-1.197.005-1.593-.52-.742-1.94-.702-3.57-.02 0 0-.51.224-.38-.182.25-.805.213-1.48-.177-1.87-.884-.884-3.234.034-5.25 2.05C.876 7.242 0 8.842 0 10.224c0 2.647 3.393 4.255 6.713 4.255 4.35 0 7.246-2.528 7.246-4.535 0-1.213-1.023-1.9-1.94-2.186zm1.275-3.386c-.51-.568-1.266-.783-1.964-.635-.284.06-.465.34-.404.625.06.284.34.467.625.405.342-.072.71.033.962.31.25.278.317.656.21.987-.09.277.062.575.34.665.277.088.574-.063.663-.34.22-.678.083-1.45-.43-2.018zm1.614-1.457c-1.052-1.165-2.602-1.61-4.033-1.304-.33.07-.542.396-.47.727.07.33.395.542.726.47 1.018-.215 2.12.1 2.866.928.746.828.948 1.957.63 2.946-.106.323.07.668.393.772.322.104.667-.072.772-.394V7.06c.448-1.392.165-2.98-.886-4.143z"/></svg><span class="tile-name">Sina Weibo</span></a><span class="hex">#E6162D</span></li>
<li class="tiles__item" data-search="pinterest bd081c" style="background-color:#BD081C"><a href="https://simpleicons.org/icons/pinterest.svg" class="icon--link" title="Pinterest"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C3.582 0 0 3.582 0 8c0 3.39 2.108 6.285 5.084 7.45-.07-.633-.133-1.604.028-2.295.146-.625.938-3.977.938-3.977s-.24-.48-.24-1.188c0-1.11.646-1.943 1.448-1.943.683 0 1.012.513 1.012 1.127 0 .687-.436 1.713-.662 2.664-.19.797.4 1.445 1.185 1.445 1.42 0 2.514-1.498 2.514-3.662 0-1.915-1.376-3.254-3.342-3.254-2.276 0-3.61 1.707-3.61 3.472 0 .687.263 1.424.593 1.825.066.08.075.15.057.23-.06.252-.196.796-.223.907-.035.146-.115.178-.268.107-.998-.465-1.624-1.926-1.624-3.1 0-2.524 1.834-4.84 5.287-4.84 2.774 0 4.932 1.977 4.932 4.62 0 2.757-1.74 4.977-4.153 4.977-.81 0-1.572-.422-1.833-.92l-.5 1.902c-.18.695-.667 1.566-.994 2.097.75.232 1.545.357 2.37.357 4.417 0 8-3.582 8-8s-3.583-8-8-8z" fill-rule="nonzero"/></svg><span class="tile-name">Pinterest</span></a><span class="hex">#BD081C</span></li>
<li class="tiles__item" data-search="macys e11a2b macys" style="background-color:#E11A2B"><a href="https://simpleicons.org/icons/macys.svg" class="icon--link" title="Macys"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8.01.415l-1.883 5.78H0l4.964 3.59-1.88 5.782L8 11.99l4.948 3.595-1.89-5.808L16 6.194H9.892L8.01.414z"/></svg><span class="tile-name">Macys</span></a><span class="hex">#E11A2B</span></li>
<li class="tiles__item" data-search="livestream cf202e" style="background-color:#CF202E"><a href="https://simpleicons.org/icons/livestream.svg" class="icon--link" title="Livestream"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M14.07 4.2l.027.002.027.004.026.007.027.01.025.013.026.015.024.02.024.02.025.023.024.026.022.03.023.03.043.072.02.04.022.043.02.045.02.048.02.05.02.054.018.056.02.058.016.06.017.064.018.065.017.07.016.07.017.073.014.076.016.077.014.08.015.084.013.084.015.087.012.09.013.09.013.094.013.094.012.097.012.102.01.1.012.105.01.105.01.107.01.107.008.112.01.11.008.115.016.233.01.12.005.12.008.122.006.123.007.125.007.126.006.127.004.13.006.13.004.13.005.132.003.133.005.134.003.133.004.136.004.136.002.137.002.138.003.14.004.278.003.423V10.873l.003.144v.42l.01.25.027.175.03.118.03.077.035.067.04.058.027.035.032.03.033.028.035.024.057.03.06.023.066.018.096.013.128.008.18-.007.078-.005v1.51l-.165.02-.378.018-.41-.018-.296-.044-.23-.06-.17-.064-.163-.08-.154-.102-.144-.123-.09-.093-.083-.106-.113-.18-.096-.206-.08-.237-.056-.27-.036-.303-.012-.338V10.872l-.003-.14V10.45l-.003-.282-.002-.14-.002-.138-.002-.14-.002-.137-.006-.274-.003-.137-.005-.134-.003-.135-.005-.133-.005-.132-.004-.13-.006-.13-.005-.13-.006-.126-.005-.126-.006-.125-.008-.123-.007-.122-.007-.12-.01-.12-.005-.117-.01-.115-.008-.114-.01-.11-.008-.113-.01-.108-.01-.108-.01-.105-.01-.104-.013-.1-.01-.102-.013-.096-.01-.095-.027-.186-.013-.09-.014-.086-.014-.084-.014-.083-.016-.08-.014-.076-.017-.076-.015-.073-.016-.07-.018-.07-.017-.065-.017-.063-.02-.06-.017-.06-.018-.055-.02-.053-.02-.052-.02-.048-.02-.045-.02-.043-.022-.04-.02-.037-.023-.034-.023-.03-.022-.03-.024-.027-.025-.023-.023-.02-.025-.02-.025-.014-.026-.013-.026-.01-.026-.007-.027-.004h-.027 1.712zM.005 2.078l.784.014.732.017.65.018.568.02.495.02.435.023.386.025.345.027.31.028.285.03.26.03.238.034.22.034.208.036.194.038.18.04.17.04.16.042.15.044.144.046.136.046.13.048.124.05.118.05.112.053.108.052.104.055.098.056.095.058.093.06.087.06.085.06.082.062.078.065.077.064.073.067.07.067.07.068.066.07.063.07.063.068.06.072.058.073.058.074.054.074.053.076.052.075.05.078.05.078.046.08.047.08.045.08.044.08.043.08.04.083.04.082.04.083.04.084.037.084.036.085.037.086.036.085.035.088.035.086.033.086.033.087.033.088.032.087.032.088.03.088.03.088.028.088.03.09.027.087.028.09.027.09.028.087.026.09.026.088.027.088.024.09.026.088.024.09.025.088.023.087.024.09.003.01.02.076.022.088.022.088.022.086.02.086.023.087.02.086.023.086.02.085.02.086.022.084.02.083.02.083.018.082.02.082.018.082.02.08.018.08.018.08.02.08.016.078.02.077.016.077.018.076.034.15.017.073.018.073.017.072.016.07.018.072.015.07.017.067.015.067.015.067.016.067.014.064.016.066.014.062.016.062.015.06.016.06.014.06.015.056.013.057.015.055.014.054.014.054.015.052.014.05.012.05.013.05.014.046.01.046.015.046.013.043.013.042.015.04.012.04.012.04.012.038.012.036.013.035.013.035.01.033.014.03.012.03.012.03.012.028.023.05.012.024.023.044.01.02.013.018.012.018.012.015.01.015.012.012.012.013.01.01.01.01.022.015.012.006.01.004.01.003h.01H7.17l-.037-.003-.036-.004-.037-.006-.037-.007-.036-.008-.037-.01-.038-.01-.037-.013-.037-.012-.037-.015-.037-.015-.037-.018-.037-.02-.04-.018-.036-.02-.038-.024-.037-.023-.04-.025-.037-.026-.037-.027-.04-.03-.036-.03-.038-.032-.038-.033-.04-.034-.037-.034-.038-.036-.04-.037-.037-.04-.04-.04-.038-.04-.038-.044-.04-.044-.037-.046-.04-.046-.076-.096-.04-.05-.038-.05-.04-.052-.038-.054-.04-.054-.038-.055-.04-.057-.038-.057-.04-.06-.04-.06-.04-.06-.038-.062-.04-.062-.04-.065-.04-.063-.038-.066-.04-.066-.04-.067-.04-.068-.04-.07-.04-.07-.04-.072-.04-.072-.04-.073-.04-.074-.04-.074-.04-.076-.04-.076-.04-.077-.04-.077-.042-.08-.04-.078-.04-.08-.04-.08-.04-.08-.042-.082-.042-.082-.04-.082-.04-.083-.04-.083-.043-.084-.04-.085-.04-.084-.043-.085-.04-.085-.042-.087-.04-.086-.042-.086-.04-.088-.042-.087-.043-.086-.04-.09-.042-.086-.04-.09-.043-.087-.042-.088-.04-.09-.044-.087-.04-.088-.043-.09-.04-.088-.043-.09-.04-.09-.043-.087-.043-.09-.04-.087-.086-.176-.04-.088-.043-.087-.042-.088-.042-.087-.043-.086-.043-.086-.042-.087-.043-.084-.042-.085-.043-.084-.042-.084-.043-.084-.042-.083-.043-.082-.044-.082-.085-.16-.042-.08-.043-.08-.043-.08-.043-.077-.087-.153-.044-.076-.044-.075-.044-.075-.042-.073-.044-.072-.087-.14-.045-.068-.044-.068-.042-.067-.044-.066-.044-.063-.043-.065-.044-.062-.044-.06-.045-.06-.043-.06-.044-.057-.045-.056-.043-.055-.045-.053-.044-.053-.043-.052-.044-.05-.045-.047-.045-.046-.043-.046-.045-.044L.76 2.55l-.045-.04-.043-.04-.045-.038-.045-.036-.044-.034-.045-.033-.044-.033-.046-.03L.36 2.24l-.046-.027-.044-.025-.046-.022-.045-.022-.045-.02-.046-.017-.046-.016L0 2.078h.005z"/></svg><span class="tile-name">Livestream</span></a><span class="hex">#CF202E</span></li>
<li class="tiles__item" data-search="opera ff1b2d" style="background-color:#FF1B2D"><a href="https://simpleicons.org/icons/opera.svg" class="icon--link" title="Opera"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M5.367 3.492C4.482 4.536 3.91 6.08 3.87 7.812v.376c.04 1.732.612 3.276 1.497 4.32 1.147 1.49 2.853 2.435 4.76 2.435 1.17 0 2.267-.357 3.204-.98C11.917 15.23 10.05 16 8 16c-.128 0-.255-.003-.38-.01C3.377 15.793 0 12.29 0 8c0-4.42 3.582-8 8-8h.03c2.037.008 3.894.777 5.302 2.036-.938-.62-2.034-.98-3.206-.98-1.906 0-3.612.946-4.76 2.436zM16 8c0 2.37-1.03 4.498-2.668 5.963-2.052 1-3.964.3-4.597-.137 2.015-.442 3.538-2.88 3.538-5.826 0-2.948-1.523-5.384-3.538-5.827.632-.436 2.545-1.136 4.597-.137C14.97 3.5 16 5.63 16 8z"/></svg><span class="tile-name">Opera</span></a><span class="hex">#FF1B2D</span></li>
<li class="tiles__item" data-search="toggl c5000b" style="background-color:#C5000B"><a href="https://simpleicons.org/icons/toggl.svg" class="icon--link" title="Toggl"><svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M8 0C3.582 0 0 3.58 0 8s3.582 8 8 8c4.42 0 8-3.58 8-8s-3.58-8-8-8zm0 12.103c-2.158 0-3.91-1.75-3.91-3.91 0-1.802 1.22-3.318 2.877-3.772V5.56C5.914 5.97 5.17 6.994 5.17 8.193c0 1.563 1.267 2.83 2.83 2.83 1.563 0 2.83-1.267 2.83-2.83 0-1.2-.744-2.223-1.796-2.636V4.42c1.657.455 2.876 1.97 2.876 3.773 0 2.16-1.75 3.91-3.91 3.91zm-.56-3.416h1.12V3.114H7.44v5.573z" fill-rule="evenodd"/></svg><span class="tile-name">Toggl</span></a><span class="hex">#C5000B</span></li>
<li class="tiles__item" data-search="netflix e50914" style="background-color:#e50914"><a href="https://simpleicons.org/icons/netflix.svg" class="icon--link" title="Netflix"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M6.338 15.683V6.86l2.984 8.467c.917-.104 1.836-.2 2.757-.292V0H9.66v9.138L6.442 0H3.92v16h.016c.8-.11 1.6-.216 2.402-.317" fill-rule="nonzero"/></svg><span class="tile-name">Netflix</span></a><span class="hex">#e50914</span></li>
<li class="tiles__item" data-search="sauce labs ec4047 saucelabs" style="background-color:#EC4047"><a href="https://simpleicons.org/icons/saucelabs.svg" class="icon--link" title="Sauce Labs"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill-rule="nonzero"><path d="M15.204.002L.782 0 .777 9.18H3.27c2.053.04 1.862 1.434 2.042 2.705.183 1.292 1.418 1.925 2.455 1.925 1.357 0 2.43-1.164 2.43-2.55 0-1.07-.49-1.84-2.6-2.74C5.204 7.51 4.6 6.084 4.6 4.696c0-2.27 1.735-3.79 3.75-3.79 1.057 0 2.208.338 2.988 1.217.63.71.857 1.427.832 2.312-.01.388-.056.885.73.896l2.304.005V.002z"/><path d="M15.223 6.62l-2.174-.008s-2.3.18-2.17-1.584c.06-.85-.19-1.498-.366-1.77-.458-.71-1.223-1.064-2.146-1.064-1.357 0-2.354 1.13-2.354 2.313 0 1.03.5 2.183 2.63 3.008 1.847.713 2.996 1.954 2.996 3.68 0 1.818-1.382 3.94-3.87 3.94-1.28 0-2.44-.305-3.328-1.576-.452-.647-.626-1.48-.656-2.314-.025-.64-.194-.78-.633-.78l-2.37.007V16h14.433V6.7l.007-.08z"/></g></svg><span class="tile-name">Sauce Labs</span></a><span class="hex">#EC4047</span></li>
<li class="tiles__item" data-search="trakt ed1c24" style="background-color:#ED1C24"><a href="https://simpleicons.org/icons/trakt.svg" class="icon--link" title="Trakt"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 16c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM8 .807C4.033.807.807 4.033.807 8c0 3.967 3.226 7.193 7.193 7.193 3.967 0 7.193-3.226 7.193-7.193C15.193 4.033 11.967.807 8 .807zM3.26 12.354C4.43 13.634 6.122 14.43 8 14.43c.96 0 1.867-.21 2.685-.585L6.22 9.392l-2.96 2.962zm9.525-.045c1.027-1.14 1.657-2.653 1.657-4.31 0-2.586-1.525-4.807-3.713-5.834L6.673 6.21l6.11 6.1zM6.2 6.695l-3.382 3.37-.453-.453 3.558-3.558L10.077 1.9C9.425 1.68 8.73 1.56 8 1.56 4.442 1.558 1.558 4.442 1.558 8c0 1.448.475 2.785 1.293 3.867l3.37-3.37.233.22 4.83 4.83c.098-.055.187-.11.275-.177L6.22 8.033 2.984 11.27l-.453-.452 3.69-3.69.233.22 5.635 5.624c.09-.066.166-.143.243-.21L6.255 6.685l-.055.01zm2.032.685L7.78 6.93l3.192-3.193.453.453L8.232 7.38zm3.028-4.386l-3.68 3.68-.453-.453 3.68-3.68.453.454z"/></svg><span class="tile-name">Trakt</span></a><span class="hex">#ED1C24</span></li>
<li class="tiles__item" data-search="microsoft access ba141a microsoftaccess" style="background-color:#BA141A"><a href="https://simpleicons.org/icons/microsoftaccess.svg" class="icon--link" title="Microsoft Access"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M16 10.012c-.034.362-.516.65-1.443.86-.928.214-2.092.32-3.494.32-.414 0-.81-.005-1.19-.017v2.188c.38.023.776.035 1.19.035 1.396-.012 2.56-.136 3.49-.375.93-.238 1.413-.538 1.447-.9v-2.11zm-4.954-1.577c-.402 0-.8-.01-1.19-.034l.018 2.224c.38.01.775.017 1.19.017 1.4-.01 2.565-.134 3.493-.37.927-.235 1.41-.534 1.443-.896V7.237c-.034.362-.518.652-1.452.87-.933.22-2.1.328-3.502.328zm0-2.748c-.402 0-.8-.012-1.19-.035v2.223c.39.023.788.035 1.19.035 1.4-.012 2.57-.135 3.502-.37.934-.236 1.418-.535 1.452-.897V4.506c-.034.362-.518.65-1.452.862-.933.212-2.1.32-3.502.32zm0-3.085c-.402 0-.8.017-1.19.052v2.464c.39.023.788.034 1.19.034 1.4-.01 2.57-.133 3.502-.366.934-.232 1.418-.533 1.452-.9-.034-.362-.518-.664-1.452-.905-.933-.24-2.1-.366-3.502-.378zm-6.73 3.472c-.022.132-.114.55-.275 1.25l-.3 1.223 1.197.017-.284-1.223c-.178-.717-.28-1.14-.302-1.266h-.033zM0 2.102v11.84L9.03 15.5V.5L0 2.102zm5.523 8.823L5.187 9.59l-1.663-.06-.32 1.257-1.06-.07 1.613-5.65 1.232-.07 1.765 5.997-1.232-.07z" fill-rule="nonzero"/></svg><span class="tile-name">Microsoft Access</span></a><span class="hex">#BA141A</span></li>
<li class="tiles__item" data-search="ebay e53238" style="background-color:#E53238"><a href="https://simpleicons.org/icons/ebay.svg" class="icon--link" title="eBay"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M4.037 8.073v-3.28h.8V6.81c.394-.468.935-.604 1.468-.604.894 0 1.886.603 1.886 1.904 0 .155-.015.304-.045.445.16-.635.845-.87 1.93-.896.34-.008.724-.01 1.04-.01v-.084c0-.585-.375-.826-1.025-.826-.482 0-.838.2-.874.545h-.843c.09-.86.993-1.078 1.788-1.078.703 0 1.325.184 1.603.685l-.293-.553h.938l1.373 2.748 1.37-2.748H16l-2.48 4.87h-.897l.713-1.353-1.553-2.928c.086.17.134.377.134.624v1.638c0 .233.007.464.027.67H11.2c-.02-.17-.03-.34-.03-.504-.402.496-.88.638-1.547.638-.987 0-1.515-.52-1.515-1.125 0-.095.01-.183.025-.265-.2.828-.907 1.39-1.843 1.39-.58 0-1.13-.208-1.467-.622 0 .165-.01.332-.027.49H4.01c.013-.255.027-.572.027-.83V8.3H.817c.043.73.545 1.16 1.235 1.16.478 0 .903-.196 1.045-.62h.827c-.16.86-1.074 1.152-1.86 1.152C.634 9.992 0 9.205 0 8.142c0-1.168.655-1.938 2.077-1.938 1.126 0 1.953.587 1.96 1.87zm6.092.122c-.728.023-1.18.155-1.18.633 0 .31.248.647.875.647.84 0 1.29-.46 1.29-1.21V8.18c-.294 0-.658.004-.986.015zm-4.037 1.25c.745 0 1.255-.537 1.255-1.347 0-.81-.51-1.345-1.255-1.345-.74 0-1.255.536-1.255 1.345 0 .81.514 1.346 1.255 1.346zm-2.9-1.677c-.03-.75-.57-1.03-1.15-1.03-.624 0-1.122.315-1.21 1.03h2.36z"/></svg><span class="tile-name">eBay</span></a><span class="hex">#E53238</span></li>
<li class="tiles__item" data-search="twilio e12127" style="background-color:#E12127"><a href="https://simpleicons.org/icons/twilio.svg" class="icon--link" title="Twilio"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C3.582 0 0 3.582 0 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zm0 13.892c-3.254 0-5.892-2.638-5.892-5.892 0-3.254 2.638-5.892 5.892-5.892 3.254 0 5.892 2.638 5.892 5.892 0 3.254-2.638 5.892-5.892 5.892zm.33-3.9c0-.918.744-1.663 1.662-1.663.92 0 1.664.744 1.664 1.662 0 .92-.745 1.664-1.664 1.664-.918 0-1.663-.745-1.663-1.664zm-3.986 0c0-.918.745-1.663 1.664-1.663.918 0 1.663.744 1.663 1.662 0 .92-.744 1.664-1.662 1.664-.92 0-1.664-.745-1.664-1.664zm0-3.984c0-.92.745-1.664 1.664-1.664.918 0 1.663.745 1.663 1.664 0 .918-.744 1.663-1.662 1.663-.92 0-1.664-.744-1.664-1.662zm3.985 0c0-.92.744-1.664 1.662-1.664.92 0 1.664.745 1.664 1.664 0 .918-.745 1.663-1.664 1.663-.918 0-1.663-.744-1.663-1.662z"/></svg><span class="tile-name">Twilio</span></a><span class="hex">#E12127</span></li>
<li class="tiles__item" data-search="airbnb ff5a5f" style="background-color:#FF5A5F"><a href="https://simpleicons.org/icons/airbnb.svg" class="icon--link" title="Airbnb"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.222 11.355c-.072-.2-.156-.396-.235-.577-.123-.277-.252-.556-.376-.825l-.008-.02c-1.108-2.404-2.296-4.84-3.533-7.24l-.054-.1c-.126-.246-.256-.5-.39-.75-.157-.29-.33-.598-.574-.885C9.524.34 8.795 0 8 0c-.796 0-1.524.34-2.052.96-.244.285-.418.593-.574.884-.135.252-.267.508-.394.755l-.05.094C3.696 5.094 2.507 7.53 1.4 9.932l-.018.035c-.12.265-.248.538-.368.81-.08.182-.163.376-.235.578-.21.59-.273 1.154-.19 1.725.17 1.192.97 2.214 2.084 2.667.415.168.855.253 1.308.253.14 0 .28-.008.42-.025.538-.062 1.08-.245 1.61-.543.648-.365 1.288-.9 1.988-1.665.7.765 1.34 1.3 1.99 1.665.53.298 1.07.48 1.607.543.14.017.282.025.42.025.454 0 .895-.085 1.308-.253 1.117-.453 1.916-1.475 2.087-2.667.08-.57.02-1.134-.19-1.725zm-.822 1.58c-.12.834-.678 1.548-1.46 1.864-.38.155-.8.21-1.225.16-.407-.047-.808-.184-1.225-.42-.577-.323-1.162-.822-1.82-1.554 1.048-1.294 1.702-2.485 1.944-3.548.11-.485.134-.944.07-1.364-.063-.406-.206-.774-.426-1.094C9.768 6.265 8.925 5.84 8 5.84c-.924 0-1.768.425-2.258 1.14-.22.32-.363.688-.425 1.093-.064.42-.04.88.07 1.364.24 1.063.895 2.255 1.942 3.55-.66.73-1.243 1.23-1.82 1.554-.417.236-.818.373-1.225.42-.425.05-.843-.005-1.226-.16-.782-.317-1.34-1.03-1.46-1.865-.058-.408-.013-.8.142-1.238.057-.16.124-.318.207-.506.116-.264.24-.534.36-.795l.017-.035c1.1-2.39 2.283-4.81 3.513-7.198l.05-.095c.124-.244.253-.496.384-.74.136-.25.273-.494.45-.705.337-.392.778-.6 1.276-.6.5 0 .94.208 1.274.6.18.21.316.454.45.706.13.24.26.49.384.73l.052.104c1.23 2.387 2.412 4.81 3.513 7.198l.01.022c.122.265.25.54.368.81.084.187.15.345.208.505.155.437.2.83.142 1.238zM8 12.19c-.866-1.102-1.422-2.123-1.617-2.98-.082-.36-.1-.69-.056-.98.04-.254.126-.48.258-.673.3-.435.828-.696 1.415-.696.587 0 1.116.262 1.415.697.133.193.22.42.258.672.045.29.026.622-.056.98-.195.858-.75 1.88-1.617 2.98z"/></svg><span class="tile-name">Airbnb</span></a><span class="hex">#FF5A5F</span></li>
<li class="tiles__item" data-search="meetup e2373c" style="background-color:#E2373C"><a href="https://simpleicons.org/icons/meetup.svg" class="icon--link" title="Meetup"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M1 13.25c-.552 0-1-.448-1-1V3.744c.004-.55.45-.994 1-.994h14c.55 0 .996.445 1 .994v8.506c0 .552-.448 1-1 1H1zm14.507-7.517h-15v6h15v-6z"/></svg><span class="tile-name">Meetup</span></a><span class="hex">#E2373C</span></li>
<li class="tiles__item" data-search="gulp da4648" style="background-color:#DA4648"><a href="https://simpleicons.org/icons/gulp.svg" class="icon--link" title="Gulp"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M10.108 12.96l.424-.724s-.964.395-2.578.395c-1.614 0-2.564-.386-2.564-.386l.475.79.168 2.485c0 .265.878.48 1.96.48 1.084 0 1.962-.215 1.962-.48l.153-2.56zm.41-4.705c-.513.03-.77.603-1.028 1.205-.095.22-.42 1.16-.633 1.044-.213-.116.276-.888.413-1.347-.158.116-.738.567-.887.144-.24.207-.754.317-.696-.22-.128.227-.415.544-.76.41-.45-.17.263-1.612.44-1.54.178.074-.035.4-.09.53-.124.28-.266.633-.17.705.16.124.603-.468.613-.48.083-.11.32-.826.51-.744.19.083-.475 1.028-.227 1.216.05.038.255-.024.38-.158.08-.088.052-.28.32-.922.27-.642.51-1.44.694-1.38.184.06.032.47-.034.624-.31.716-.847 1.9-.594 1.81.25-.088.383-.094.63-.384.25-.29.237-.768.4-.758.168.01.14.164.1.28.16-.186.77-.578.917-.19.174.46-.87 1.124-.61 1.09.254-.033.665-.293.84-.53l.484-4.346s-.485.403-3.58.403c-3.087 0-3.524-.395-3.524-.395l.41 3.967c.22-.62.738-1.876 1.555-1.834.373.02.87.735.444.76-.18.01-.198-.358-.41-.412-.155-.037-.37.088-.507.224-.276.27-.87 1.336-.79 1.867.1.678.933-.235 1.074-.506.1-.19.168-.756.385-.697.218.06-.02.643-.176 1.16-.178.58-.27 1.19-.493 1.12-.222-.07.14-.82.126-.95-.208.193-.593.68-1.084.44l.254 2.462s.68.536 2.724.536 2.748-.528 2.748-.528l.317-2.853c-.26.253-1.08.702-1.133.196-.043-.406.888-.995.65-1.014h-.002zM11.57.43L9.794 2.3 9.47 3.57c1.256.08 2.13.257 2.13.463 0 .28-1.612.506-3.6.506s-3.6-.225-3.6-.504c0-.28 1.612-.507 3.6-.507.282 0 .563.004.844.013l.374-1.52 1.887-2c.046-.053.187-.005.316.107.127.108.195.237.157.29l-.003.004-.004.006zM9.01 4.3s-.35 0-.408-.054c-.015-.016-.024-.038-.024-.06 0-.038.026-.06.06-.073l.03.05c-.014.004-.02.01-.022.015 0 .028.21.047.37.045.16-.002.355-.016.356-.043 0-.008-.015-.016-.04-.022l.03-.048c.042.013.078.038.078.08 0 .074-.094.086-.154.094-.072.01-.275.016-.275.016z"/></svg><span class="tile-name">Gulp</span></a><span class="hex">#DA4648</span></li>
<li class="tiles__item" data-search="bebo de484a" style="background-color:#DE484A"><a href="https://simpleicons.org/icons/bebo.svg" class="icon--link" title="Bebo"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M13.836 7.725c-.31-.717-.745-1.357-1.29-1.9C12 5.282 11.36 4.85 10.64 4.54c-.717-.31-1.495-.466-2.31-.466L5.112 4.07c-.404 0-.733-.33-.734-.733l-.002-2.03C4.378.576 3.788 0 3.035 0c-.74 0-1.342.603-1.342 1.343l.004 8.688c0 .816.157 1.594.468 2.315.313.72.746 1.36 1.287 1.903.544.542 1.184.974 1.902 1.285.72.31 1.5.467 2.315.467h.664c.817 0 1.596-.157 2.316-.467.722-.312 1.362-.745 1.902-1.285.54-.54.974-1.18 1.286-1.9.31-.715.47-1.493.47-2.312 0-.817-.16-1.594-.472-2.31zm-2.214 2.31c0 .446-.085.875-.254 1.276-.17.403-.408.755-.707 1.05-.3.3-.654.537-1.05.702-.4.168-.83.253-1.28.253h-.655c-.45 0-.88-.086-1.28-.255-.398-.166-.752-.403-1.053-.705-.298-.296-.535-.65-.707-1.053-.167-.4-.252-.83-.252-1.28v-1.89c0-.368.142-.713.4-.973.26-.26.606-.404.974-.404l2.57.003c.45 0 .88.084 1.282.25.4.17.753.406 1.05.704.3.3.54.653.71 1.048.167.402.252.83.252 1.274z"/></svg><span class="tile-name">Bebo</span></a><span class="hex">#DE484A</span></li>
<li class="tiles__item" data-search="quantopian c50000" style="background-color:#C50000"><a href="https://simpleicons.org/icons/quantopian.svg" class="icon--link" title="Quantopian"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M1 0h14c.552 0 1 .448 1 1v14c0 .552-.448 1-1 1H1c-.552 0-1-.448-1-1V1c0-.552.448-1 1-1zm1 2v12h12V2H2zm1.6 7.2h1.6v3.2H3.6V9.2zM6 6h1.6v6.4H6V6zm2.4 1.6H10v4.8H8.4V7.6zm2.4-4h1.6v8.8h-1.6V3.6z"/></svg><span class="tile-name">Quantopian</span></a><span class="hex">#C50000</span></li>
<li class="tiles__item" data-search="tesla cc0000" style="background-color:#CC0000"><a href="https://simpleicons.org/icons/tesla.svg" class="icon--link" title="Tesla"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 3.575l1.65-2.018s2.83.06 5.647 1.37c-.722 1.09-2.154 1.625-2.154 1.625-.097-.96-.77-1.194-2.904-1.194L8 16 5.746 3.356c-2.12 0-2.792.236-2.89 1.195 0 0-1.43-.535-2.153-1.623 2.817-1.31 5.647-1.37 5.647-1.37L8 3.575l-.003.002H8v-.002zm0-2.6c2.277-.02 4.884.352 7.552 1.52.357-.645.448-.93.448-.93C13.083.408 10.352.01 8 0 5.648.01 2.917.407 0 1.566c0 0 .13.35.448.93C3.116 1.325 5.723.955 8 .973z"/></svg><span class="tile-name">Tesla</span></a><span class="hex">#CC0000</span></li>
<li class="tiles__item" data-search="tinder ff6b6b" style="background-color:#FF6B6B"><a href="https://simpleicons.org/icons/tinder.svg" class="icon--link" title="Tinder"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M6.22 6.3c.03.048.082.08.142.08.04 0 .077-.014.105-.038l.01-.008c.26-.217.494-.44.714-.678 2.14-2.322.885-5.173.872-5.2C8 .315 8.042.15 8.164.06c.123-.09.29-.08.402.022 7.244 6.743 5.328 11.88 5.188 12.226-.588 2.095-2.898 3.61-5.633 3.687C8.05 16 7.974 16 7.9 16c-3.235 0-5.985-1.993-5.985-4.538v-.04c0-3.532 3.197-7.016 3.34-7.163.09-.095.23-.123.35-.07.12.05.198.172.194.304-.023.692.118 1.296.42 1.802V6.3z" fill-rule="nonzero"/></svg><span class="tile-name">Tinder</span></a><span class="hex">#FF6B6B</span></li>
<li class="tiles__item" data-search="jekyll cc0000" style="background-color:#CC0000"><a href="https://simpleicons.org/icons/jekyll.svg" class="icon--link" title="Jekyll"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M5.382 16c-.232 0-.46-.042-.68-.126-.917-.35-1.402-1.346-1.15-2.268l-.01-.005.06-.157 4.664-12.11c.07-.178.037-.606.004-.844-.01-.057-.01-.108.005-.16L8.28.32l.004-.01V.305L8.29.293C8.362.098 8.59 0 8.963 0c.448 0 1.067.14 1.7.382.532.205 1.016.46 1.356.717.4.302.56.572.47.805l-.014.028-.004.01c-.024.046-.056.083-.098.116-.205.18-.508.488-.56.628L7.098 14.966l-.01-.005c-.33.632-.973 1.037-1.696 1.04h-.008zm-1.458-2.478l-.014.033c-.298.8.108 1.704.91 2.012.18.07.367.102.558.102.647 0 1.22-.387 1.458-.993l.018-.042 4.64-12.06c.097-.26.56-.675.652-.758l.01-.01c.008-.004.013-.01.013-.014l.004-.004c.004-.034-.038-.178-.364-.43-.312-.237-.764-.475-1.27-.67C9.95.46 9.355.325 8.954.325c-.265 0-.354.056-.368.084v.028c.01.07.098.69-.023 1.01l-4.64 12.074zM9.89 5.85s-.642.74-1.228 1.006c-.587.266-1.02.196-1.547.504-.526.307-.792.735-.792.735L4.18 13.67c-.232.63.112 1.366.75 1.613.64.247 1.36-.08 1.608-.704L9.89 5.85zm-3.287 6.657c.07-.028.15 0 .177.07.028.07 0 .148-.07.176-.07.028-.15 0-.177-.07-.028-.065 0-.144.07-.176zm-.676-1.202c-.102.046-.223 0-.265-.103-.047-.102 0-.223.102-.265.103-.047.224 0 .266.102.05.102.005.218-.103.265zm.19-.73c-.082-.192 0-.416.192-.505.19-.083.414 0 .502.19.084.192 0 .416-.19.504-.196.084-.42 0-.504-.19zm1.618-1.506c.102-.048.223 0 .265.1.047.104 0 .225-.102.267-.103.047-.224 0-.266-.103-.05-.102 0-.223.103-.265zm-.862-.92c.07-.027.15 0 .177.07.028.07 0 .15-.07.178-.07.028-.15 0-.177-.07-.028-.07.005-.15.07-.177zM9.12.76c.066-.174.662-.108 1.33.15.666.256 1.153.606 1.086.78-.068.176-.664.11-1.33-.146C9.537 1.287 9.05.937 9.118.76z"/></svg><span class="tile-name">Jekyll</span></a><span class="hex">#CC0000</span></li>
<li class="tiles__item" data-search="readability 990000" style="background-color:#990000"><a href="https://simpleicons.org/icons/readability.svg" class="icon--link" title="Readability"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g><path d="M12.084 8.088v.002l-.22 1.975c-.927-.758-2.438-1.324-3.872-1.324-1.426 0-2.93.564-3.858 1.314L3.916 8.09v-.002c-.002-.605-.295-1.136-.74-1.477.256-2.436 2.31-4.338 4.816-4.338 2.51 0 4.567 1.908 4.818 4.352-.437.34-.724.866-.726 1.464"/><path d="M11.596 12.32H4.403l-.245-1.924c.887-.857 2.272-1.362 3.834-1.362 1.57 0 2.962.508 3.848 1.375l-.244 1.91zM3.683 13.72c-.756 0-.715-.013-.715-.77l-1.166-2.713C.802 10.202 0 9.38 0 8.372c0-1.033.837-1.87 1.87-1.87 1.03 0 1.865.835 1.867 1.865v.002l.498 4.48c0 .755.204.87-.552.87M14.198 10.237l-1.166 2.714c0 .757.04.778-.715.778-.756 0-.552-.123-.552-.88l.497-4.48c.003-1.03.84-1.865 1.87-1.865 1.03 0 1.868.837 1.868 1.87 0 1.008-.8 1.83-1.802 1.864"/></g></svg><span class="tile-name">Readability</span></a><span class="hex">#990000</span></li>
<li class="tiles__item" data-search="microgenetics ff0000" style="background-color:#FF0000"><a href="https://simpleicons.org/icons/microgenetics.svg" class="icon--link" title="Microgenetics"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 4c1.73 0 2.874.842 3.722 1.817l.165.195c.055.067.11.134.162.2.292.38.547.764.78 1.116.16.238.313.462.464.672.052.073.104.144.157.214.054.07.107.14.16.206.625.78 1.264 1.267 2.196 1.327C15.932 9.184 16 8.6 16 8c0-.6-.068-1.184-.194-1.747-.932.06-1.57.546-2.196 1.327-.115-.164-.236-.34-.363-.53-.25-.378-.537-.806-.875-1.23.673-.78 1.502-1.45 2.62-1.705C13.628 1.66 11.01 0 8 0 5 0 2.373 1.66 1.007 4.115c1.12.256 1.948.925 2.62 1.704.057.063.112.128.166.194.054.066.106.132.158.2.32.41.604.836.87 1.236.126.19.25.373.37.55.05.075.102.15.153.22.052.075.103.147.155.218.702.96 1.405 1.62 2.502 1.62 1.097 0 1.8-.66 2.502-1.62l.25.372c.296.446.613.92.97 1.373C10.874 11.158 9.73 12 8 12s-2.874-.842-3.722-1.817l-.165-.195c-.055-.067-.11-.134-.162-.2-.292-.38-.547-.764-.78-1.116-.16-.238-.313-.462-.464-.672-.052-.073-.104-.144-.157-.214-.054-.07-.107-.14-.16-.206C1.765 6.8 1.126 6.313.194 6.253.068 6.816 0 7.4 0 8c0 .6.068 1.184.194 1.747.932-.06 1.57-.546 2.196-1.327.115.164.236.34.363.53.25.378.537.806.875 1.23-.673.78-1.502 1.45-2.62 1.705C2.372 14.34 4.99 16 8 16s5.627-1.66 6.993-4.115c-1.12-.256-1.948-.925-2.62-1.704-.057-.063-.112-.128-.166-.194-.054-.066-.106-.132-.158-.2-.32-.41-.604-.836-.87-1.236-.126-.19-.25-.373-.37-.55-.05-.075-.102-.15-.153-.22-.052-.075-.103-.147-.155-.218C9.8 6.602 9.097 5.942 8 5.942c-1.097 0-1.8.66-2.502 1.62l-.25-.372c-.296-.446-.613-.92-.97-1.373C5.126 4.842 6.25 4 8 4" fill-rule="nonzero"/></svg><span class="tile-name">Microgenetics</span></a><span class="hex">#FF0000</span></li>
<li class="tiles__item" data-search="flipboard e12828" style="background-color:#E12828"><a href="https://simpleicons.org/icons/flipboard.svg" class="icon--link" title="Flipboard"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g><path d="M0 0h5.16v16H0zM5.677 5.677h5.16v5.16h-5.16zM5.677 0H16v5.16H5.677z"/></g></svg><span class="tile-name">Flipboard</span></a><span class="hex">#E12828</span></li>
<li class="tiles__item" data-search="kirby ff0100" style="background-color:#FF0100"><a href="https://simpleicons.org/icons/kirby.svg" class="icon--link" title="Kirby"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0L.952 4v8L8 16l7.048-4V4L8 0zm3.14 8.17L9.165 9.235v.146h1.976v1.542H4.854V9.382H6.83v-.146L4.855 8.17V6.26l3.144 1.695 3.144-1.696v1.91z" fill-rule="nonzero"/></svg><span class="tile-name">Kirby</span></a><span class="hex">#FF0100</span></li>
<li class="tiles__item" data-search="youtube cd201f" style="background-color:#CD201F"><a href="https://simpleicons.org/icons/youtube.svg" class="icon--link" title="YouTube"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M0 7.345c0-1.294.16-2.59.16-2.59s.156-1.1.636-1.587c.608-.637 1.408-.617 1.764-.684C3.84 2.36 8 2.324 8 2.324s3.362.004 5.6.166c.314.038.996.04 1.604.678.48.486.636 1.588.636 1.588S16 6.05 16 7.346v1.258c0 1.296-.16 2.59-.16 2.59s-.156 1.102-.636 1.588c-.608.638-1.29.64-1.604.678-2.238.162-5.6.166-5.6.166s-4.16-.037-5.44-.16c-.356-.067-1.156-.047-1.764-.684-.48-.487-.636-1.587-.636-1.587S0 9.9 0 8.605v-1.26zm6.348 2.73V5.58l4.323 2.255-4.32 2.24h-.002z"/></svg><span class="tile-name">YouTube</span></a><span class="hex">#CD201F</span></li>
<li class="tiles__item" data-search="quora b92b27" style="background-color:#B92B27"><a href="https://simpleicons.org/icons/quora.svg" class="icon--link" title="Quora"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8.49 12.476c-.554-1.09-1.204-2.193-2.473-2.193-.242 0-.485.04-.707.14l-.43-.86c.524-.452 1.373-.81 2.464-.81 1.697 0 2.568.82 3.26 1.862.41-.89.604-2.094.604-3.585 0-3.724-1.164-5.636-3.884-5.636-2.68 0-3.84 1.912-3.84 5.636 0 3.704 1.16 5.596 3.84 5.596.426 0 .812-.046 1.166-.15zm.665 1.3c-.588.157-1.212.244-1.83.244-3.57 0-7.065-2.848-7.065-6.99C.26 2.85 3.754 0 7.324 0c3.63 0 7.09 2.828 7.09 7.03 0 2.337-1.09 4.236-2.675 5.464.51.767 1.038 1.277 1.772 1.277.8 0 1.124-.618 1.178-1.104h1.044c.06.647-.263 3.334-3.18 3.334-1.765 0-2.7-1.024-3.4-2.224z"/></svg><span class="tile-name">Quora</span></a><span class="hex">#B92B27</span></li>
<li class="tiles__item" data-search="last.fm d51007 lastfm" style="background-color:#D51007"><a href="https://simpleicons.org/icons/lastfm.svg" class="icon--link" title="Last.fm"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M7.056 11.473L6.47 9.88s-.954 1.062-2.383 1.062c-1.265 0-2.163-1.1-2.163-2.86 0-2.254 1.137-3.06 2.255-3.06 1.61 0 2.125 1.044 2.565 2.382l.586 1.833c.587 1.778 1.687 3.207 4.858 3.207 2.273 0 3.812-.696 3.812-2.53 0-1.483-.843-2.253-2.42-2.62l-1.172-.256c-.807-.183-1.045-.513-1.045-1.063 0-.623.495-.99 1.3-.99.88 0 1.358.33 1.43 1.118l1.834-.22c-.147-1.65-1.283-2.327-3.153-2.327-1.65 0-3.262.623-3.262 2.62 0 1.247.605 2.035 2.126 2.4l1.246.295c.935.22 1.247.605 1.247 1.137 0 .678-.66.953-1.906.953-1.85 0-2.62-.97-3.06-2.31L8.56 6.82c-.77-2.383-2-3.262-4.436-3.262C1.43 3.556 0 5.26 0 8.156c0 2.786 1.43 4.288 3.996 4.288 2.07 0 3.06-.97 3.06-.97z" fill-rule="nonzero"/></svg><span class="tile-name">Last.fm</span></a><span class="hex">#D51007</span></li>
<li class="tiles__item" data-search="ruby cc342d" style="background-color:#CC342D"><a href="https://simpleicons.org/icons/ruby.svg" class="icon--link" title="Ruby"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M13.437.056c2.023.35 2.595 1.732 2.553 3.18l.01-.02-.91 11.925-11.83.804.01-.006C2.288 15.91.1 15.818 0 12.754l1.096-1.997 1.88 4.39.335.783 1.862-6.095-.023.005.004-.018 6.168 1.97-.924-3.618-.66-2.608 5.874-.384-.415-.34-4.202-3.437 2.442-1.35zM0 12.726v.018-.019zM3.42 3.383C5.794 1.028 8.858-.364 10.034.822c1.175 1.186-.07 4.07-2.448 6.425C5.21 9.602 2.184 11.07 1.01 9.885c-1.177-1.185.03-4.145 2.408-6.5z"/></svg><span class="tile-name">Ruby</span></a><span class="hex">#CC342D</span></li>
<li class="tiles__item" data-search="ted e62b1e" style="background-color:#E62B1E"><a href="https://simpleicons.org/icons/ted.svg" class="icon--link" title="TED"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill-rule="nonzero"><path d="M1.62 6.59H0V5.11h5.02v1.48H3.4v4.3H1.62v-4.3zM5.297 5.11h4.873v1.48H7.078v.722h3.092v1.376H7.078v.72h3.092v1.483H5.297V5.11zM12.25 9.41h.697c1.11 0 1.272-.9 1.272-1.443 0-.364-.115-1.376-1.403-1.376h-.567v2.82zm-1.78-4.3h2.922C15.32 5.11 16 6.533 16 7.99c0 1.773-.94 2.9-2.956 2.9H10.47V5.108z"/></g></svg><span class="tile-name">TED</span></a><span class="hex">#E62B1E</span></li>
<li class="tiles__item" data-search="makerbot ff1e0d" style="background-color:#FF1E0D"><a href="https://simpleicons.org/icons/makerbot.svg" class="icon--link" title="MakerBot"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.37 4.886c-.402-.953-.98-1.81-1.713-2.543-.735-.734-1.59-1.31-2.543-1.714C10.127.21 9.08 0 8 0 6.92 0 5.873.212 4.886.63c-.953.402-1.808.98-2.543 1.713-.734.734-1.31 1.59-1.714 2.543C.21 5.873 0 6.92 0 8c0 1.08.212 2.127.63 3.114.402.953.98 1.81 1.713 2.543.735.734 1.59 1.31 2.543 1.714C5.873 15.79 6.92 16 8 16c1.08 0 2.127-.212 3.114-.63.953-.402 1.808-.98 2.543-1.713.734-.734 1.31-1.59 1.714-2.543C15.79 10.127 16 9.08 16 8s-.212-2.127-.63-3.114zM8 14.89c-3.805 0-6.89-3.085-6.89-6.89 0-3.805 3.085-6.89 6.89-6.89 3.805 0 6.89 3.085 6.89 6.89 0 3.805-3.085 6.89-6.89 6.89zm2.162-12.143H5.838c-.615 0-1.134.217-1.556.65-.423.43-.635.95-.635 1.556v6.788c0 .3.09.54.267.722.178.182.41.274.7.274.297 0 .537-.092.72-.274.182-.183.273-.423.273-.72V4.72h1.427v7.02c0 .297.087.537.26.72.173.182.408.274.706.274s.533-.092.706-.274c.173-.183.26-.423.26-.72V4.72h1.427v7.02c0 .297.09.537.273.72.183.182.423.274.72.274.29 0 .522-.094.7-.282.178-.187.267-.425.267-.713V4.954c0-.606-.212-1.125-.635-1.557-.422-.432-.94-.65-1.556-.65z"/></svg><span class="tile-name">MakerBot</span></a><span class="hex">#FF1E0D</span></li>
<li class="tiles__item" data-search="reverbnation e43526" style="background-color:#E43526"><a href="https://simpleicons.org/icons/reverbnation.svg" class="icon--link" title="ReverbNation"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M16 6.216l-6.095-.02L7.98.38 6.095 6.196 0 6.215h.02l4.912 3.57-1.904 5.834h.02l4.972-3.59 4.932 3.59-1.904-5.815L16 6.215" fill-rule="nonzero"/></svg><span class="tile-name">ReverbNation</span></a><span class="hex">#E43526</span></li>
<li class="tiles__item" data-search="buzzfeed ee3322" style="background-color:#EE3322"><a href="https://simpleicons.org/icons/buzzfeed.svg" class="icon--link" title="BuzzFeed"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M16 8c0 4.418-3.582 8-8 8s-8-3.582-8-8 3.582-8 8-8 8 3.582 8 8zm-2.765-.182l-.652-4.627L8.25 4.94l1.717.99-1.623 2.81-2.81-1.622-2.77 4.796 1.552.896L6.19 9.565 9 11.187l2.518-4.36 1.717.99z"/></svg><span class="tile-name">BuzzFeed</span></a><span class="hex">#EE3322</span></li>
<li class="tiles__item" data-search="google+ dc4e41 googleplus" style="background-color:#DC4E41"><a href="https://simpleicons.org/icons/googleplus.svg" class="icon--link" title="Google+"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g><path d="M5.09 7.273v1.745H7.98c-.116.75-.873 2.197-2.887 2.197-1.737 0-3.155-1.44-3.155-3.215S3.353 4.785 5.09 4.785c.99 0 1.652.422 2.03.786l1.382-1.33c-.887-.83-2.037-1.33-3.41-1.33C2.275 2.91 0 5.184 0 8s2.276 5.09 5.09 5.09c2.94 0 4.888-2.065 4.888-4.974 0-.334-.036-.59-.08-.843H5.09zM16 7.273h-1.455V5.818H13.09v1.455h-1.454v1.454h1.455v1.455h1.455V8.727H16"/></g></svg><span class="tile-name">Google+</span></a><span class="hex">#DC4E41</span></li>
<li class="tiles__item" data-search="yelp c41200" style="background-color:#C41200"><a href="https://simpleicons.org/icons/yelp.svg" class="icon--link" title="Yelp"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g><path d="M14.073 12.152c-.094.646-1.414 2.323-2.02 2.565-.207.083-.408.063-.566-.06-.103-.08-.21-.244-1.633-2.552l-.422-.688c-.162-.247-.132-.572.07-.82.197-.24.487-.33.74-.233.014.008 1.065.354 1.065.354 2.392.786 2.47.816 2.572.892.154.124.223.317.193.542zM9.278 8.64c-.17-.257-.167-.56.007-.77l.666-.906c1.457-1.99 1.535-2.095 1.64-2.164.17-.114.373-.12.577-.022.578.282 1.748 2.02 1.818 2.687v.023c.014.227-.07.412-.233.523-.108.07-.212.106-2.933.765-.437.104-.678.163-.812.213l.015-.023c-.272.076-.57-.055-.745-.324zM7.608 7.61c-.13.04-.526.163-1.013-.625 0 0-3.288-5.174-3.365-5.333-.047-.18.01-.383.17-.548.49-.507 3.145-1.25 3.84-1.08.227.058.383.2.438.403.04.223.363 5.024.41 6.1.044.92-.35 1.044-.48 1.083zM8.042 12.872c-.007 2.517-.012 2.6-.054 2.72-.07.188-.23.312-.454.353-.64.11-2.645-.63-3.063-1.126-.084-.103-.134-.215-.145-.327-.01-.08.002-.157.03-.23.043-.127.118-.225 1.922-2.342l.526-.622c.18-.225.5-.296.797-.18.29.11.466.36.448.63l-.006 1.124zM2.586 11.263c-.197-.007-.373-.125-.476-.322-.075-.142-.127-.38-.16-.667-.09-.868.02-2.176.28-2.592.122-.19.3-.29.497-.283.13.002.246.044 2.82 1.106l.753.305c.27.102.437.384.42.704-.02.312-.198.555-.463.623-.005.003-1.07.342-1.07.342-2.394.77-2.473.792-2.6.786zM12.572 15.998h-.002l-.004.002.006-.002z"/></g></svg><span class="tile-name">Yelp</span></a><span class="hex">#C41200</span></li>
<li class="tiles__item" data-search="jenkins d24939" style="background-color:#D24939"><a href="https://simpleicons.org/icons/jenkins.svg" class="icon--link" title="Jenkins"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M1.914 16h-.65c-.017-.044-.032-.088-.046-.132-.144-.444-.396-.993-.462-1.436-.098-.656.52-.693.916-.977.61-.44 1.09-.683 1.752-1.08.196-.118.787-.415.854-.552.134-.272-.23-.655-.327-.868-.152-.337-.232-.623-.254-.955-.555-.088-.976-.418-1.23-.79-.42-.617-.712-1.758-.348-2.625.028-.068.17-.203.192-.308.04-.206-.078-.48-.086-.7-.038-1.128.19-2.1.95-2.44.308-1.227 1.41-1.635 2.45-2.245.388-.228.817-.374 1.26-.537 1.585-.584 4.02-.474 5.335.522.557.422 1.45 1.314 1.77 1.96.842 1.703.782 4.55.192 6.623-.08.28-.194.688-.355 1.022-.112.233-.46.7-.417.907.043.212.793.78.954.936.29.28.84.65.883 1.002.048.375-.165.888-.273 1.25-.145.487-.29.96-.437 1.422H1.913zm7.403-2.362c-.363-.198-.908-.414-1.376-.503-.58-.11-.526.792-.5 1.33.018.427.24.878.337 1.162.045.132.055.273.168.3.2.045.86-.218 1.048-.32.397-.218.706-.562 1.043-.793.005-.112.01-.225.013-.337-.204-.1-.438-.173-.736-.186.202-.1.5-.1.683-.22l.006-.135c-.337-.026-.465-.176-.686-.297zm4.97 1.958c.13-.412.24-.814.31-1.168.04-.192.144-.612.12-.783-.04-.307-.457-.534-.67-.724-.39-.35-.634-.657-1.04-.985-.166.244-.52.407-.655.605.964-.467 1.138 1.747.76 2.46.06.214.26.295.342.486l-.058.103h.86c.01 0 .022 0 .03.006zm-4.423-.007c-.032-.046-.066-.09-.1-.134l-.2.133h.3zm1.848 0c.006-.132.012-.264.02-.395-.353.022-.55-.32-.797-.346-.216-.024-.4.247-.68.13-.064.07-.123.148-.19.217.103.123.196.254.282.392h.544c.006-.103.09-.183.192-.183.103 0 .186.08.19.182h.44zm1.41 0c-.21-.32-.632-.592-1.12-.362-.006.116-.012.237-.02.36h1.14zm-5.673 0l-.068-.226c-.15-.48-.236-.837-.272-1.114-.602-.287-1.246-.577-1.764-.945-.095-.068-.734-.9-.822-.865-1.157.456-2.24 1.245-3.206 1.99.173.373.327.76.463 1.16h5.67zm5.514-1.405c-.016-.34-.106-1.038-.315-1.16-.442-.257-1.225.52-1.556.637.036.104.095.186.1.32.196-.05.435-.016.605.067-.198.02-.416.02-.546.114-.048.137.012.325-.02.516.467.132 1 .202 1.59.22.114-.15.153-.434.14-.715zm-2.714-.24c-.023.256.036.34.088.633.842.263.695-1.155-.088-.633zm-4.398-.936c-.3.305.845.72 1.21.744-.003-.194.11-.376.087-.515-.434-.077-1.003-.027-1.298-.23zm3.708.143c0 .03-.04.02-.046.043.387.302.675.365 1.202.34.237-.174.448-.375.696-.537-.57.05-1.287.404-1.852.153zm2.28-11.818C10.763.725 8.936.268 7.788.84c-.927.462-2.18 1.227-2.606 2.195.4.935-.117 1.79-.15 2.74-.018.505.238.946.257 1.495-.136.225-.553.253-.842.238-.097-.486-.267-1.033-.768-1.088-.71-.077-1.227.51-1.26 1.122-.037.72.555 1.915 1.393 1.832.324-.032.404-.357.757-.354.19.382-.295.502-.346.775-.012.07.042.346.073.475.152.63.492 1.444.826 1.923.423.607 1.256.7 2.153.76.16-.346.75-.318 1.134-.228-.46-.182-.89-.624-1.244-1.016-.407-.45-.82-.932-.84-1.52.77 1.07 1.405 2.003 2.806 2.473 1.06.356 2.297-.163 3.11-.735.34-.237.54-.614.78-.96.9-1.292 1.32-3.138 1.227-4.926-.038-.738-.036-1.473-.284-1.97-.258-.518-1.133-.982-1.645-.513-.095-.505.425-.817 1.037-.636-.436-.563-.894-1.24-1.514-1.59zM9.056 9.937c.41 1.028 1.817.91 3.004.882-.053.132-.167.29-.307.347-.38.155-1.43.272-1.958-.008-.335-.18-.55-.582-.733-.818-.09-.113-.53-.404-.007-.405zm.112-.58c.593.31 1.68.344 2.486.32.043.177.042.395.044.61-1.035.052-2.258-.204-2.53-.93zm4.45-.39c-.317.6-.765 1.264-1.694 1.284-.018-.194-.033-.49 0-.607.71-.068 1.15-.43 1.693-.677zm-.434-.446c-.68.438-1.438.913-2.552.803-.237-.207-.327-.667-.096-.972.12.208.045.59.38.646.632.108 1.368-.386 1.822-.56.282-.475-.024-.65-.278-.955-.52-.626-1.217-1.403-1.192-2.34.21-.154.228.23.26.3.27.637.953 1.45 1.452 1.993.122.134.324.263.346.35.065.26-.168.567-.14.738zM4.22 8.063c-.212-.122-.263-.658-.513-.673-.357-.022-.292.694-.29 1.113-.247-.223-.29-.91-.11-1.264-.205-.102-.297.11-.412.185.147-1.067 1.56-.495 1.326.637zm-1.08-4.07c-.458.505-.362 1.452-.307 2.126.83-.523 1.933.04 1.922.93.397-.01.148-.496.077-.808-.235-1.02.395-2.127.028-3.06-.71.054-1.295.345-1.72.81zm6.08.744c.204.373.27.764.56 1.045.13.128.382.283.257.635-.03.083-.244.268-.367.305-.452.133-1.504.027-1.148-.536.374.018.876.243 1.155-.028-.215-.343-.597-1.02-.456-1.42zm4.133-.01h.045c.214.445.4.916.67 1.31-.182.42-1.37.793-1.353.037.258-.113.702-.023.93-.167-.132-.362-.323-.67-.292-1.18zm-4.617-1.08c-.948-.22-1.42.396-1.706 1.036-.256-.062-.154-.41-.09-.588.17-.467.854-1.088 1.412-1.004.24.037.566.256.384.555zM6.428 1.057c-1.04.295-2.373 1.05-2.8 1.984.33-.048.56-.215.887-.235.123-.008.285.052.427.016.282-.07.52-.703.734-.94.208-.23.457-.328.628-.537.11-.053.272-.05.28-.215-.05-.05-.1-.088-.156-.072z"/></svg><span class="tile-name">Jenkins</span></a><span class="hex">#D24939</span></li>
<li class="tiles__item" data-search="laravel e74430" style="background-color:#E74430"><a href="https://simpleicons.org/icons/laravel.svg" class="icon--link" title="Laravel"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill-rule="nonzero"><path d="M4.3 8.85l9.14-2.19c-.507-.718-2.806-3.977-3.028-4.287-.25-.35.006-.512.412-.58.406-.07 3.902-.657 4.202-.7.252-.037.46-.118.808.205C15.514.536 14.758 0 13.878 0H2.122C1.086 0 .225.74.038 1.722L4.3 8.85z"/><path d="M15.157 1.917c-.137.03-3.178.58-3.365.605-.187.025-.125.13-.05.238l2.676 3.67L16 6.04V2.617c-.22-.28-.38-.485-.418-.54-.17-.23-.288-.192-.425-.16M16 10.087c-.778-1.065-1.625-2.225-1.706-2.34-.11-.16-.17-.19-.432-.106l-8.91 2.32s2.735 4.732 2.945 5.035c.21.304.338.28.502.21.126-.054 5.202-1.77 7.6-2.583v-2.535zM16 8.52V7.18l-.834.223L16 8.52M10.53 16h3.348c1.117 0 2.032-.863 2.115-1.958-1.71.618-3.924 1.41-5.464 1.958M3.698 10.288c-.994.26-2.423.634-3.698.964v2.626C0 15.05.95 16 2.122 16h4.8c-.628-1.026-2.337-4.105-3.224-5.712M2.95 8.908L0 3.816v6.07l2.887-.69c.235-.055.18-.085.063-.288"/><path d="M15.095 7.305L16 7.06v.42l-.62.207-.285-.382z"/></g></svg><span class="tile-name">Laravel</span></a><span class="hex">#E74430</span></li>
<li class="tiles__item" data-search="everplaces fa4b32" style="background-color:#FA4B32"><a href="https://simpleicons.org/icons/everplaces.svg" class="icon--link" title="Everplaces"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M7.226 15.963C3.173 15.573 0 12.153 0 8c0-4.415 3.585-8 8-8s8 3.585 8 8c0 4.154-3.173 7.573-7.226 7.963v-4.698c1.48-.35 2.58-1.68 2.58-3.265 0-1.852-1.502-3.355-3.354-3.355S4.645 6.148 4.645 8c0 1.585 1.102 2.915 2.58 3.265v4.698zm-.258-9.77c.427 0 .774.347.774.775 0 .427-.347.774-.774.774-.428 0-.774-.347-.774-.774 0-.428.346-.774.774-.774z"/></svg><span class="tile-name">Everplaces</span></a><span class="hex">#FA4B32</span></li>
<li class="tiles__item" data-search="sentry fb4226" style="background-color:#FB4226"><a href="https://simpleicons.org/icons/sentry.svg" class="icon--link" title="Sentry"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16"><path d="M15.8,14.4c0.3-0.5,0.3-1,0-1.5L9.3,1.6C9,1.1,8.5,0.9,8,0.9c-0.5,0-1,0.3-1.3,0.7L4.6,5.3l0.5,0.3C6.7,6.5,8,7.8,8.9,9.4 c0.8,1.4,1.3,2.9,1.4,4.5H8.8c-0.1-1.3-0.5-2.6-1.2-3.8C6.9,8.7,5.8,7.6,4.4,6.8L3.9,6.5l-2,3.4l0.5,0.3c1.3,0.8,2.2,2.1,2.4,3.6 H1.5c-0.1,0-0.2-0.1-0.2-0.1c0,0-0.1-0.1,0-0.2l0.9-1.6c-0.3-0.3-0.7-0.5-1.1-0.6l-0.9,1.6c-0.3,0.5-0.3,1,0,1.5s0.7,0.7,1.3,0.7 h4.6v-0.6c0-1.1-0.3-2.1-0.8-3.1c-0.4-0.8-1-1.4-1.7-1.9l0.7-1.3C5.2,8.9,6,9.7,6.6,10.7c0.7,1.2,1,2.5,1,3.8v0.6h3.9v-0.6 c0-2-0.5-4-1.6-5.8C9.1,7.1,7.8,5.8,6.3,4.8l1.5-2.6C7.9,2.1,8,2.1,8,2.1c0.1,0,0.1,0,0.2,0.1l6.5,11.3c0.1,0.1,0,0.2,0,0.2 c0,0-0.1,0.1-0.2,0.1H13c0,0.4,0,0.8,0,1.2h1.5C15.1,15.1,15.5,14.9,15.8,14.4z"/></svg>
<span class="tile-name">Sentry</span></a><span class="hex">#FB4226</span></li>
<li class="tiles__item" data-search="gitlab e24329" style="background-color:#E24329"><a href="https://simpleicons.org/icons/gitlab.svg" class="icon--link" title="GitLab"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.97 9.058l-.895-2.756L13.3.842c-.09-.282-.488-.282-.58 0L10.946 6.3H5.054L3.28.842C3.188.56 2.79.56 2.7.84L.924 6.3.03 9.058c-.082.25.008.526.22.682L8 15.37l7.75-5.63c.212-.156.302-.43.22-.682"/></svg><span class="tile-name">GitLab</span></a><span class="hex">#E24329</span></li>
<li class="tiles__item" data-search="git f14e32" style="background-color:#F14E32"><a href="https://simpleicons.org/icons/git.svg" class="icon--link" title="Git"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.698 7.287L8.708.302C8.305-.1 7.652-.1 7.248.302L5.8 1.752l1.84 1.84c.43-.144.92-.047 1.26.294.344.343.44.838.292 1.267l1.774 1.773c.43-.148.925-.052 1.268.29.48.48.48 1.256 0 1.735-.48.48-1.256.48-1.735 0-.36-.36-.45-.89-.267-1.332L8.574 5.964v4.352c.117.058.227.135.325.232.478.48.478 1.255 0 1.734-.48.48-1.257.48-1.736 0-.48-.48-.48-1.255 0-1.734.118-.118.256-.208.402-.268V5.887c-.146-.06-.283-.148-.402-.267-.363-.363-.45-.895-.264-1.34L5.085 2.465.29 7.255c-.4.403-.4 1.055 0 1.458l6.992 6.985c.402.403 1.055.403 1.458 0l6.958-6.953c.403-.402.403-1.055 0-1.458" fill-rule="nonzero"/></svg><span class="tile-name">Git</span></a><span class="hex">#F14E32</span></li>
<li class="tiles__item" data-search="stumbleupon eb4924" style="background-color:#EB4924"><a href="https://simpleicons.org/icons/stumbleupon.svg" class="icon--link" title="StumbleUpon"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C3.58 0 0 3.582 0 8c0 4.42 3.58 8 8 8s8-3.58 8-8c0-4.418-3.58-8-8-8zm-.412 5.938v3.3c0 1.236-1.128 2.167-2.3 2.167-1.096 0-2.12-.518-2.236-1.756V7.587h1.65v1.65c0 .41.29.477.585.477.293 0 .65-.066.65-.478v-3.3c.034-1.236 1.053-2.01 2.194-2.01 1.162 0 1.932.878 1.932 2.01v.696l-.818.39-.832-.39V5.526s-.11-.12-.28-.12c-.283 0-.544.12-.544.532zm5.36 3.3c0 1.236-1.06 2.074-2.235 2.074-1.174 0-2.3-.838-2.3-2.075v-1.65h1.65v1.65c0 .412.357.478.65.478.294 0 .586-.066.586-.478v-1.65h1.648v1.65z" fill-rule="nonzero"/></svg><span class="tile-name">StumbleUpon</span></a><span class="hex">#EB4924</span></li>
<li class="tiles__item" data-search="microsoft powerpoint d24726 microsoftpowerpoint" style="background-color:#D24726"><a href="https://simpleicons.org/icons/microsoftpowerpoint.svg" class="icon--link" title="Microsoft PowerPoint"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.66 2.665H9.964V4.79c.343-.26.755-.392 1.237-.392v2.065h2.048c-.012.58-.214 1.068-.606 1.463s-.878.598-1.46.61c-.45-.012-.858-.148-1.218-.41v1.42h4.477v.697H9.965v.862h4.477v.688H9.965v1.56h5.696c.227 0 .34-.12.34-.358v-9.99c0-.227-.113-.34-.34-.34zm-4.137 3.458V4.04c.58.013 1.067.215 1.46.607.39.392.593.884.604 1.476h-2.064zm-6.018.035c-.035-.134-.093-.238-.175-.314-.08-.075-.188-.13-.322-.165-.15-.036-.305-.053-.46-.053l-.48.017V7.64h.017c.174.01.357.013.55.007.19-.006.37-.055.54-.148.208-.146.333-.346.373-.602.04-.255.026-.502-.043-.74zM0 2.038v11.967l9.128 1.577V.418L0 2.038zM6.81 7.43c-.25.58-.623.95-1.122 1.11-.5.16-1.04.222-1.62.187v2.282l-1.202-.14V4.608l1.907-.105c.354-.023.703.016 1.045.118.343.102.614.307.815.615.2.307.313.664.34 1.07.025.407-.028.782-.162 1.125z" fill-rule="nonzero"/></svg><span class="tile-name">Microsoft PowerPoint</span></a><span class="hex">#D24726</span></li>
<li class="tiles__item" data-search="soundcloud ff3300" style="background-color:#FF3300"><a href="https://simpleicons.org/icons/soundcloud.svg" class="icon--link" title="SoundCloud"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill-rule="nonzero"><path d="M.773 8.13c-.034 0-.062.03-.067.066L.55 9.633l.156 1.405c.005.038.033.065.067.065.033 0 .06-.027.066-.065l.178-1.405-.18-1.437C.835 8.158.807 8.13.774 8.13M.18 8.682c-.032 0-.06.025-.063.062L0 9.634l.117.872c.004.037.03.063.064.063s.06-.027.065-.063l.14-.874-.14-.89c-.005-.036-.03-.06-.064-.06M1.4 7.85c-.04 0-.075.033-.08.078l-.148 1.705.15 1.643c.003.045.037.078.08.078.04 0 .074-.033.08-.078l.17-1.643-.17-1.705c-.006-.045-.04-.078-.08-.078M2.035 7.79c-.05 0-.09.04-.094.092l-.14 1.75.14 1.696c.005.052.045.092.095.092s.09-.04.094-.092l.16-1.695-.16-1.752c-.006-.05-.046-.09-.095-.09M2.78 11.342zM2.78 8.008c-.003-.06-.05-.106-.106-.106-.058 0-.104.046-.108.107l-.133 1.623.133 1.71c.004.06.05.105.108.105.057 0 .103-.046.107-.106l.152-1.71-.15-1.624zM3.318 6.87c-.065 0-.118.053-.12.12L3.07 9.634l.125 1.71c.003.065.056.118.12.118.065 0 .118-.053.122-.12l.14-1.708-.14-2.644c-.005-.067-.058-.12-.122-.12M3.957 6.262c-.072 0-.132.058-.135.133l-.117 3.248.117 1.698c.003.076.063.134.135.134.072 0 .13-.058.135-.133v.002l.132-1.7-.132-3.247c-.004-.075-.063-.133-.135-.133M4.62 5.968c-.08 0-.144.065-.147.148l-.11 3.52.11 1.68c.003.08.068.146.148.146.08 0 .146-.065.15-.147l.123-1.68-.123-3.52c-.004-.082-.07-.147-.15-.147M5.443 5.997c-.003-.09-.074-.16-.162-.16-.088 0-.16.07-.16.16l-.102 3.638.1 1.67c.003.09.074.16.163.16.09 0 .16-.07.163-.16l.113-1.67-.113-3.638zM5.443 11.304zM5.945 5.915c-.096 0-.173.077-.175.175l-.093 3.545.093 1.654c.002.096.08.173.175.173.096 0 .174-.077.176-.175v.002l.105-1.655L6.12 6.09c0-.098-.08-.175-.175-.175M6.615 6.03c-.104 0-.187.084-.19.19l-.084 3.416.086 1.643c.002.104.085.186.19.186.103 0 .186-.082.19-.188l.093-1.642-.095-3.416c-.003-.106-.086-.19-.19-.19M7.402 5.403c-.032-.02-.07-.034-.112-.034-.04 0-.078.01-.11.032-.054.036-.092.098-.093.17v.038L7.01 9.635l.077 1.634v.006c.003.045.02.087.048.12.037.045.093.074.155.074.055 0 .106-.023.142-.06.037-.036.06-.087.06-.142l.01-.162.077-1.47-.087-4.065c0-.07-.037-.13-.09-.167M7.493 11.27v-.002zM8.072 5.018c-.032-.02-.07-.03-.11-.03-.05 0-.1.017-.137.048-.048.04-.08.1-.08.167v.022l-.09 4.41.047.817.043.793c.002.118.1.215.217.215.118 0 .215-.097.217-.216v.002l.095-1.61-.096-4.433c-.002-.08-.045-.147-.108-.185M14.032 7.538c-.27 0-.527.055-.76.153-.158-1.773-1.645-3.164-3.46-3.164-.443 0-.876.087-1.258.235-.15.06-.188.117-.19.232v6.246c.002.12.095.215.213.226h5.455c1.087 0 1.968-.87 1.968-1.958 0-1.087-.88-1.968-1.968-1.968"/></g></svg><span class="tile-name">SoundCloud</span></a><span class="hex">#FF3300</span></li>
<li class="tiles__item" data-search="patreon e6461a" style="background-color:#E6461A"><a href="https://simpleicons.org/icons/patreon.svg" class="icon--link" title="Patreon"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M0 7.78C0 4.053 3.027.56 7.018.06c2.86-.333 5.023.765 6.52 2.196 1.396 1.33 2.228 3.028 2.428 5.025.166 1.997-.266 3.728-1.43 5.36-1.164 1.596-3.46 3.36-6.32 3.36H4.324V8.313c.034-1.697.6-3.162 2.66-3.86 1.797-.533 3.893.465 4.525 2.362.664 2.03-.3 3.395-1.43 4.227-1.132.832-2.895.832-4.06.033v2.63c.766.365 1.73.465 2.43.43 2.526-.365 4.49-1.796 5.32-3.96.866-2.295.267-4.957-1.53-6.62-2.16-1.765-4.523-2.197-7.05-.966-1.763.898-2.994 2.728-3.294 4.724V16H.033L0 7.78z" fill-rule="nonzero"/></svg><span class="tile-name">Patreon</span></a><span class="hex">#E6461A</span></li>
<li class="tiles__item" data-search="html5 e34f26" style="background-color:#E34F26"><a href="https://simpleicons.org/icons/html5.svg" class="icon--link" title="HTML5"><svg viewBox="0 0 14 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M0 0h14l-1.273 14.375L6.984 16l-5.71-1.625L0 0zm4.687 6.5l-.155-1.812 6.706.002.154-1.748-8.784-.002.465 5.34h6.084l-.217 2.284L7 11.1l-1.97-.54-.125-1.406h-1.74l.22 2.78L7 12.9l3.586-.962.496-5.438H4.687z"/></svg><span class="tile-name">HTML5</span></a><span class="hex">#E34F26</span></li>
<li class="tiles__item" data-search="product hunt da552f producthunt" style="background-color:#DA552F"><a href="https://simpleicons.org/icons/producthunt.svg" class="icon--link" title="Product Hunt"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M9,5.8V6H7V8H9.06667V8A1.09034,1.09034,0,0,0,10.2333,6.9C10.2333,6.23725,10,5.8,9,5.8Z"/><path d="M8,0a8,8,0,1,0,8,8A8,8,0,0,0,8,0ZM9.06667,9.6H6.8V12H5.2V4H9.06667a2.8,2.8,0,1,1,0,5.6Z" fill-rule="nonzero"/></svg><span class="tile-name">Product Hunt</span></a><span class="hex">#DA552F</span></li>
<li class="tiles__item" data-search="smashing magazine e85c33 smashingmagazine" style="background-color:#E85C33"><a href="https://simpleicons.org/icons/smashingmagazine.svg" class="icon--link" title="Smashing Magazine"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M5.155 8.005c.51.35 1.108.673 1.805.963 1.19.494 1.99.924 2.4 1.29.41.364.618.832.618 1.402-.003.972-.682 1.46-2.05 1.46-1.317 0-2.5-.418-3.55-1.25l-1.247 2.79c.947.507 1.718.838 2.316.997l.093.023-1.197.276c-.848.195-1.693-.335-1.888-1.18L.04 4.338c-.195-.848.333-1.693 1.182-1.89l2.916-.672c-.106.103-.204.21-.294.322l-.012.015c-.502.632-.754 1.41-.754 2.336 0 1.408.687 2.586 2.053 3.538l.025.017zm6.904.048c-.554-.447-1.27-.844-2.156-1.19-1.317-.523-2.175-.94-2.577-1.248-.4-.31-.605-.654-.605-1.038 0-.972.613-1.46 1.838-1.46 1.365 0 2.433.33 3.198.984l1.01-2.72c-.73-.373-1.486-.643-2.268-.817l-.037-.01C10.277.514 10.09.48 9.9.45l1.757-.406c.848-.195 1.69.333 1.888 1.18L15.96 11.66c.195.847-.333 1.693-1.183 1.888l-1.99.46c.557-.705.837-1.566.837-2.586 0-1.048-.29-1.94-.87-2.68-.184-.234-.41-.456-.67-.668l-.025-.02z"/></svg><span class="tile-name">Smashing Magazine</span></a><span class="hex">#E85C33</span></li>
<li class="tiles__item" data-search="ubuntu dd4814" style="background-color:#DD4814"><a href="https://simpleicons.org/icons/ubuntu.svg" class="icon--link" title="Ubuntu"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0c4.415 0 8 3.585 8 8s-3.585 8-8 8-8-3.585-8-8 3.585-8 8-8zm2.186 11.786c-.51.295-.686.948-.39 1.46.294.51.947.685 1.458.39.51-.295.686-.948.39-1.46-.294-.51-.947-.685-1.458-.39zM8 11.12c-.47 0-.915-.105-1.314-.29l-.742 1.33c.62.306 1.318.48 2.056.48.43 0 .845-.06 1.24-.17.07-.428.324-.823.73-1.058.406-.234.875-.257 1.28-.104.79-.776 1.305-1.833 1.38-3.01l-1.523-.022C10.967 9.87 9.63 11.12 8 11.12zM4.88 8c0-1.055.525-1.988 1.327-2.553l-.78-1.308c-.936.624-1.63 1.58-1.92 2.697.337.275.553.694.553 1.163 0 .47-.216.888-.553 1.163.29 1.118.984 2.073 1.92 2.698l.78-1.308C5.405 9.988 4.88 9.056 4.88 8zM2.56 6.932c-.59 0-1.068.478-1.068 1.068 0 .59.478 1.068 1.068 1.068.59 0 1.068-.478 1.068-1.068 0-.59-.478-1.068-1.068-1.068zM8 4.88c1.63 0 2.967 1.25 3.107 2.843L12.63 7.7c-.076-1.176-.59-2.232-1.38-3.01-.406.155-.875.13-1.28-.103-.406-.234-.66-.63-.73-1.06C8.844 3.42 8.43 3.36 8 3.36c-.74 0-1.437.173-2.056.48l.742 1.33c.4-.186.845-.29 1.314-.29zm2.186-.667c.51.295 1.164.12 1.46-.39.294-.51.12-1.164-.392-1.46-.51-.294-1.164-.12-1.46.392-.294.51-.12 1.163.392 1.458z"/></svg><span class="tile-name">Ubuntu</span></a><span class="hex">#DD4814</span></li>
<li class="tiles__item" data-search="reddit ff4500" style="background-color:#FF4500"><a href="https://simpleicons.org/icons/reddit.svg" class="icon--link" title="Reddit"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M1.473 9.368c-.04.185-.06.374-.06.566 0 2.3 2.94 4.173 6.554 4.173 3.613 0 6.553-1.872 6.553-4.173 0-.183-.02-.364-.055-.54l-.01-.022c-.013-.036-.02-.073-.02-.11-.2-.784-.745-1.497-1.533-2.072-.03-.01-.058-.026-.084-.047-.017-.013-.03-.028-.044-.043-1.198-.824-2.91-1.34-4.807-1.34-1.88 0-3.576.506-4.772 1.315-.01.012-.02.023-.033.033-.026.022-.056.04-.087.05-.805.576-1.364 1.293-1.572 2.086 0 .038-.01.077-.025.114l-.005.01zM8 13.003c-1.198 0-2.042-.26-2.58-.8-.116-.116-.116-.305 0-.422.117-.116.307-.116.424 0 .42.42 1.125.625 2.155.625 1.03 0 1.735-.204 2.156-.624.116-.116.306-.116.422 0 .117.118.117.307 0 .424-.538.538-1.382.8-2.58.8zM5.592 7.945c-.61 0-1.12.51-1.12 1.12 0 .608.51 1.102 1.12 1.102.61 0 1.103-.494 1.103-1.102 0-.61-.494-1.12-1.103-1.12zm4.83 0c-.61 0-1.12.51-1.12 1.12 0 .608.51 1.102 1.12 1.102.61 0 1.103-.494 1.103-1.102 0-.61-.494-1.12-1.103-1.12zM13.46 6.88c.693.556 1.202 1.216 1.462 1.94.3-.225.48-.578.48-.968 0-.67-.545-1.214-1.214-1.214-.267 0-.52.087-.728.243zM1.812 6.64c-.67 0-1.214.545-1.214 1.214 0 .363.16.7.43.927.268-.72.782-1.375 1.478-1.924-.202-.14-.443-.218-.694-.218zm6.155 8.067c-3.944 0-7.152-2.14-7.152-4.77 0-.183.016-.363.046-.54C.33 9.068 0 8.487 0 7.852c0-1 .813-1.812 1.812-1.812.446 0 .87.164 1.2.455 1.24-.796 2.91-1.297 4.75-1.33l1.208-3.69.264.063c.002 0 .004 0 .006.002l2.816.663c.228-.533.757-.908 1.373-.908.822 0 1.49.67 1.49 1.492 0 .823-.668 1.492-1.49 1.492-.823 0-1.492-.67-1.493-1.49l-2.57-.606L8.39 5.17c1.773.07 3.374.572 4.57 1.35.333-.307.767-.48 1.228-.48 1 0 1.812.814 1.812 1.813 0 .665-.354 1.26-.92 1.578.025.166.04.334.04.504-.002 2.63-3.21 4.77-7.153 4.77zM13.43 1.893c-.494 0-.895.4-.895.894 0 .493.4.894.894.894.49 0 .892-.4.892-.893s-.4-.894-.893-.894z"/></svg><span class="tile-name">Reddit</span></a><span class="hex">#FF4500</span></li>
<li class="tiles__item" data-search="eventbrite f6682f" style="background-color:#F6682F"><a href="https://simpleicons.org/icons/eventbrite.svg" class="icon--link" title="Eventbrite"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M5.41 0h7.355c.118 0 .177.06.177.178v2.755c0 .12-.06.178-.177.178h-6.49c-.118 0-.177.06-.177.18v3c.03.117.09.177.178.177h5.755c.12 0 .18.06.18.177V9.31c0 .12-.06.18-.18.18H6.277c-.09 0-.148.058-.178.177v3.022c0 .117.06.177.178.177h6.71c.09 0 .15.044.18.133.043.148.073.333.088.556.014.222-.012.477-.078.766-.067.29-.185.556-.356.8-.17.245-.448.452-.833.622-.385.17-.852.256-1.4.256H2.92c-.118 0-.178-.06-.178-.178V2.667c0-.74.26-1.37.778-1.89C4.04.26 4.668 0 5.41 0z"/></svg><span class="tile-name">Eventbrite</span></a><span class="hex">#F6682F</span></li>
<li class="tiles__item" data-search="zapier ff4a00" style="background-color:#FF4A00"><a href="https://simpleicons.org/icons/zapier.svg" class="icon--link" title="Zapier"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M10 8.003c0 .595-.11 1.164-.307 1.69-.525.198-1.095.307-1.69.307h-.006c-.595 0-1.164-.11-1.69-.307C6.11 9.167 6 8.598 6 8.003v-.006c0-.595.11-1.164.307-1.69C6.833 6.11 7.402 6 7.997 6h.006c.595 0 1.165.11 1.69.308.198.525.307 1.094.307 1.69v.005zm5.89-1.336h-4.67l3.3-3.302c-.26-.365-.548-.707-.864-1.022-.315-.316-.657-.605-1.02-.864l-3.303 3.3V.11C8.9.04 8.457 0 8.003 0h-.007c-.453 0-.897.04-1.33.11v4.67l-3.3-3.3c-.366.258-.707.548-1.023.863-.316.316-.605.658-.864 1.022l3.3 3.302H.11S0 7.544 0 7.997v.006c0 .453.04.898.11 1.33h4.67l-3.3 3.302c.518.73 1.156 1.367 1.885 1.886l3.302-3.3v4.67c.432.07.875.11 1.327.11h.012c.452 0 .895-.04 1.327-.11v-4.67l3.302 3.3c.365-.258.706-.547 1.02-.863h.002c.316-.316.605-.657.864-1.022l-3.3-3.302h4.67c.07-.432.11-.875.11-1.327v-.012c0-.452-.04-.895-.11-1.327" fill-rule="nonzero"/></svg><span class="tile-name">Zapier</span></a><span class="hex">#FF4A00</span></li>
<li class="tiles__item" data-search="magento ee672f" style="background-color:#EE672F"><a href="https://simpleicons.org/icons/magento.svg" class="icon--link" title="Magento"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 16l-2.97-1.715v-8l1.98-1.143v8l.99.602.99-.602v-8l1.98 1.143v8L8 16zm6.928-12v8l-1.98 1.142v-8L8 2.286 3.05 5.142v8L1.073 12V4L8 0l6.928 4z"/></svg><span class="tile-name">Magento</span></a><span class="hex">#EE672F</span></li>
<li class="tiles__item" data-search="bitly ee6123" style="background-color:#EE6123"><a href="https://simpleicons.org/icons/bitly.svg" class="icon--link" title="Bitly"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8.72 14.2c-.898.016-1.553-.273-1.593-1.057-.015-.295-.01-.608.004-.798.088-1.146.89-1.97 1.682-2.13.984-.197 1.64.254 1.64 1.542 0 .87-.242 2.417-1.732 2.443zM7.964 0C3.554 0 0 3.538 0 8.165c0 2.4 1.283 4.717 3.088 6.11.347.268.76.243 1 .013.198-.193.182-.66-.19-.987-1.443-1.267-2.44-3.188-2.44-5.106 0-3.446 3.06-6.345 6.506-6.345 4.194 0 6.437 3.406 6.437 6.293 0 1.764-.86 3.895-2.42 5.253.004-.006.325-.637.325-1.867 0-2.095-1.327-3.23-2.866-3.23-1.115 0-1.782.4-2.236.77 0-.852.028-2.444.028-2.444 0-1.052-.368-1.893-1.652-1.91-.742-.012-1.294.33-1.637 1.1-.124.288-.08.602.166.744.202.118.535.03.7-.19.11-.137.172-.167.268-.156.157.017.163.27.17.433.004.125.126 1.937.06 6.593 0 1.285 1.007 2.76 3.42 2.76 1.037 0 1.834-.29 2.993-.948C13.485 14.05 16 11.827 16 8.07 16 3.37 12.196 0 7.964 0" fill-rule="nonzero"/></svg><span class="tile-name">Bitly</span></a><span class="hex">#EE6123</span></li>
<li class="tiles__item" data-search="klout e44600" style="background-color:#E44600"><a href="https://simpleicons.org/icons/klout.svg" class="icon--link" title="Klout"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M16 14.218l-5.22-2.623H0V1.782h16v12.436zm-12.156-4.12H1.566l2.628-3.51-2.426-3.38h2.224l1.773 2.59h.786v1.598h-.785l-1.92 2.702zm8.312 0l-1.92-2.702h-1.31v2.702H7.105v-6.89h1.823v2.59h1.31l1.772-2.59h2.22l-2.423 3.38 2.627 3.51h-2.278z"/></svg><span class="tile-name">Klout</span></a><span class="hex">#E44600</span></li>
<li class="tiles__item" data-search="etsy f45800" style="background-color:#F45800"><a href="https://simpleicons.org/icons/etsy.svg" class="icon--link" title="Etsy"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M5.728 1.63c0-.217.022-.347.392-.347h4.978c.87 0 1.348.74 1.695 2.13l.283 1.11h.848C14.076 1.37 14.207 0 14.207 0s-2.13.24-3.392.24h-6.37L1.034.13v.913l1.152.218c.804.153 1 .327 1.065 1.066 0 0 .065 2.174.065 5.76 0 3.588-.065 5.74-.065 5.74 0 .652-.26.89-1.065 1.044l-1.152.217V16l3.413-.11h5.695c1.284 0 4.262.11 4.262.11.065-.783.5-4.326.565-4.717h-.804l-.848 1.934c-.674 1.522-1.652 1.63-2.74 1.63H7.338c-1.087 0-1.61-.434-1.61-1.37V8.523s2.414 0 3.197.065c.61.043.978.217 1.174 1.065l.26 1.13h.935l-.065-2.847.13-2.87h-.934l-.304 1.26c-.196.827-.327.98-1.174 1.066-1.11.11-3.218.088-3.218.088V1.63z"/></svg><span class="tile-name">Etsy</span></a><span class="hex">#F45800</span></li>
<li class="tiles__item" data-search="draugiem.lv ff6600 draugiemlv" style="background-color:#FF6600"><a href="https://simpleicons.org/icons/draugiemlv.svg" class="icon--link" title="Draugiem.lv"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M5.412 10.083c.032.23.092.374.185.462.096.092.226.124.397.143.203-.02.34-.065.434-.2.055-.086.092-.22.11-.405l.065-.77v-.01l-.014-.116-.014-.115-.02-.116-.013-.11-.014-.116-.02-.11-.013-.11-.018-.112-.02-.107-.014-.1-.018-.102v-.014l-.014-.083-.02-.09-.017-.09-.014-.082-.018-.078-.02-.07-.022-.11-.032-.116-.027-.12-.032-.125-.03-.13-.034-.134-.028-.138-.032-.14-.027-.142-.025-.143-.018-.143-.02-.144-.013-.143-.004-.148v-.143l.004-.138.014-.143.023-.138.034-.138.04-.134.06-.13.07-.124.037-.05c-.132-.033-.29-.05-.465-.05-.07 0-.134 0-.198.008-1.552.133-.92 1.888-.656 2.853.186.67.398 2.23.472 2.706zm.185-5.772c.06.015.12.024.19.024.318 0 .525-.17.64-.434.074-.18.107-.402.102-.637-.01-.2-.042-.383-.102-.545-.125-.314-.36-.527-.71-.527-.043 0-.085 0-.12.01-.45.065-.644.518-.625 1.063.014.513.217.946.624 1.048zm.83 2.56c.056.235.112.452.158.646.19.77.374 2.562.443 3.103.065.544.26.66.647.696.383-.037.577-.152.642-.697.064-.542.253-2.333.438-3.104.046-.194.106-.41.16-.647.172-.707.31-1.538 0-2.074-.197-.342-.576-.568-1.24-.568-.67 0-1.054.226-1.247.568-.31.536-.17 1.367 0 2.073zm1.238-2.85h.01c.6-.004.88-.554.88-1.228 0-.674-.28-1.23-.88-1.233h-.01c-.61 0-.89.553-.89 1.232 0 .678.28 1.228.89 1.228zm1.884.495c-.18 0-.334.018-.467.05l.037.05.07.126.054.13.047.134.033.138.023.14.014.142.004.138v.148l-.01.143-.008.143-.02.144-.017.143-.028.143-.028.143-.028.138-.032.138-.028.134-.032.13-.032.124-.033.12-.028.116-.028.11L9 7.65l-.02.078-.017.083-.014.09-.02.09-.014.08v.018l-.018.102-.018.1-.014.108-.02.11-.012.11-.02.112-.013.115-.017.11-.014.117-.015.115-.014.116v.005c.03.332.052.613.066.775.013.185.05.32.11.406.088.133.23.18.434.198.172-.02.3-.05.398-.143.092-.088.147-.23.185-.462.073-.475.286-2.036.47-2.706.264-.965.897-2.72-.655-2.853-.065-.01-.13-.01-.2-.01zm.01-.18c.067 0 .128-.01.188-.024.406-.1.605-.534.623-1.047.02-.545-.174-.998-.622-1.062-.037-.01-.08-.01-.12-.01-.356 0-.586.214-.712.528-.06.162-.097.346-.1.545-.01.235.022.457.1.637.116.263.324.434.643.434zm1.86.793c2.867.037 4.538 1.796 2.64 4.202-.872 1.11-2.345 2.203-4.312 2.91l-.282.096c-.184.06-.37.116-.55.17-.424.12-.84.228-1.24.306-.43.088-.847.152-1.248.2-.287.026-.564.045-.83.05-1.83.046-3.206-.453-3.654-1.524-.54-1.28.554-3.062 2.743-4.42C3.067 7.775.125 9.31 0 11.506v.277c.014.222.056.448.13.684.466 1.482 2.668 2.175 5.467 1.925.272-.022.55-.054.83-.096.407-.06.823-.143 1.248-.24.406-.097.82-.212 1.24-.342.094-.032.187-.06.28-.092.188-.06.373-.125.553-.194 2.43-.882 4.23-2.055 5.282-3.403.6-.77.91-1.492.97-2.124v-.486c-.166-1.602-2.036-2.544-4.58-2.286z"/></svg><span class="tile-name">Draugiem.lv</span></a><span class="hex">#FF6600</span></li>
<li class="tiles__item" data-search="monero ff6600" style="background-color:#FF6600"><a href="https://simpleicons.org/icons/monero.svg" class="icon--link" title="Monero"><svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M8 0C3.577 0 0 3.582 0 8.01c0 .89.152 1.738.412 2.54h2.385V3.82L8 9.03l5.203-5.21v6.73h2.385c.26-.802.412-1.65.412-2.54C16 3.583 12.423 0 8 0zM6.808 10.204L4.53 7.924v4.233H1.172C2.58 14.46 5.118 16 8 16s5.442-1.54 6.83-3.843h-3.361V7.924l-2.256 2.28-1.192 1.194-1.214-1.194z"/></svg><span class="tile-name">Monero</span></a><span class="hex">#FF6600</span></li>
<li class="tiles__item" data-search="odnoklassniki f4731c" style="background-color:#F4731C"><a href="https://simpleicons.org/icons/odnoklassniki.svg" class="icon--link" title="Odnoklassniki"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M9.67 11.626c.84-.19 1.652-.524 2.4-.993.564-.356.734-1.103.378-1.668-.356-.566-1.102-.737-1.668-.38-1.692 1.063-3.87 1.063-5.56 0-.566-.357-1.313-.186-1.668.38-.356.566-.186 1.312.38 1.668.746.47 1.556.802 2.397.993l-2.31 2.31c-.474.47-.474 1.237 0 1.71.235.236.545.354.854.354.31 0 .62-.118.856-.354L8 13.376l2.27 2.27c.47.472 1.237.472 1.71 0 .472-.473.472-1.24 0-1.71l-2.31-2.31zM8 8.258c2.278 0 4.13-1.852 4.13-4.128C12.13 1.852 10.277 0 8 0S3.87 1.852 3.87 4.13c0 2.276 1.853 4.128 4.13 4.128zM8 2.42c-.942 0-1.71.767-1.71 1.71 0 .942.768 1.71 1.71 1.71.943 0 1.71-.768 1.71-1.71 0-.943-.767-1.71-1.71-1.71z"/></svg><span class="tile-name">Odnoklassniki</span></a><span class="hex">#F4731C</span></li>
<li class="tiles__item" data-search="stack overflow fe7a16 stackoverflow" style="background-color:#FE7A16"><a href="https://simpleicons.org/icons/stackoverflow.svg" class="icon--link" title="Stack Overflow"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M12.658 14.577v-4.27h1.423V16H1.23v-5.693H2.65v4.27h10.006zm-8.583-1.423h7.16V11.73h-7.16v1.424zm.173-3.235l6.987 1.465.3-1.38L4.55 8.54l-.302 1.38zm.906-3.365l6.47 3.02.602-1.295-6.47-3.02-.602 1.295zm1.81-3.19l5.478 4.57.906-1.078-5.477-4.57-.905 1.077zM10.502 0L9.338.863l4.27 5.735 1.164-.862L10.5 0z"/></svg><span class="tile-name">Stack Overflow</span></a><span class="hex">#FE7A16</span></li>
<li class="tiles__item" data-search="twoo ff7102" style="background-color:#FF7102"><a href="https://simpleicons.org/icons/twoo.svg" class="icon--link" title="Twoo"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M6.743 11.252c.043-.036.086-.073.127-.112-.806.784-1.837 1.17-2.86 1.157h-.016c-1.03-.017-2.053-.438-2.83-1.263C.676 10.514.342 9.896.16 9.24v-.004C-.242 7.77.116 6.12 1.23 4.966c1.564-1.622 4.048-1.662 5.638-.137l.81.858.362.387 2.818 2.996.003.007c.002 0 .002.003.002.004.026.03.054.055.082.082.572.52 1.435.503 1.988-.07.58-.6.594-1.582.027-2.184h-.004c-.063-.068-.13-.127-.2-.178l-.167-.106c-.55-.296-1.25-.202-1.718.283-.07.072-.13.15-.183.23-.2.314-.278.686-.237 1.045L9.44 7.142 8.3 6c.19-.376.438-.73.743-1.046.07-.07.14-.14.212-.204-.043.036-.086.073-.127.112.806-.784 1.837-1.17 2.86-1.157h.016c1.03.017 2.053.438 2.83 1.263.488.52.822 1.138 1.004 1.795v.004c.403 1.465.045 3.117-1.07 4.27-1.564 1.622-4.048 1.662-5.638.137l-.81-.858-.362-.387L5.142 6.93l-.003-.007c-.002 0-.002-.003-.002-.004-.026-.03-.054-.055-.082-.082-.572-.52-1.435-.503-1.988.07-.58.6-.594 1.582-.027 2.184h.004c.063.068.13.127.2.178l.167.106c.55.296 1.25.202 1.718-.283.07-.072.13-.15.183-.23.2-.314.278-.686.237-1.045l1.014 1.04L7.7 10c-.19.376-.438.73-.743 1.046-.07.07-.14.14-.212.204z"/></svg><span class="tile-name">Twoo</span></a><span class="hex">#FF7102</span></li>
<li class="tiles__item" data-search="blogger f38936" style="background-color:#F38936"><a href="https://simpleicons.org/icons/blogger.svg" class="icon--link" title="Blogger"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M14.65 16H1.35C.6 16 0 15.4 0 14.65V1.35C0 .6.6 0 1.35 0H14.7c.7 0 1.3.6 1.3 1.35v13.3c0 .75-.6 1.35-1.35 1.35zM8 2.65H6c-1.85 0-3.35 1.5-3.35 3.35v4c0 1.85 1.5 3.35 3.35 3.35h4c1.85 0 3.35-1.5 3.35-3.35V7.35c0-.4-.3-.7-.7-.7H12c-.35 0-.65-.3-.65-.65 0-1.85-1.5-3.35-3.35-3.35zm2.05 8H6c-.35 0-.65-.3-.65-.65 0-.35.3-.65.65-.65h4.05c.35 0 .65.3.65.65 0 .35-.3.65-.65.65zm-1.7-5.3c.35 0 .65.3.65.65 0 .35-.3.65-.65.65h-2.4c-.35 0-.65-.3-.65-.65 0-.35.3-.65.65-.65h2.4z"/></svg><span class="tile-name">Blogger</span></a><span class="hex">#F38936</span></li>
<li class="tiles__item" data-search="overcast fc7e0f" style="background-color:#FC7E0F"><a href="https://simpleicons.org/icons/overcast.svg" class="icon--link" title="Overcast"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 16c-4.418 0-8-3.582-8-8s3.582-8 8-8 8 3.582 8 8-3.582 8-8 8zm-1.7-.92c.432-.33.847-.713 1.234-1.143-.198-.227-.388-.465-.57-.716l-.736 1.84.073.02zm1.69-1.69c.25-.32.484-.665.7-1.03L8 10.63l-.7 1.75c.214.358.445.695.69 1.01zm.418.505c.4.45.828.846 1.275 1.188l.09-.022-.774-1.932c-.19.27-.387.524-.592.767zm.487 1.33c-.324-.253-.637-.53-.937-.833-.29.3-.592.576-.904.826.31.04.625.06.946.06.303 0 .602-.018.895-.054zM8 .72C3.98.72.72 3.98.72 8c0 3.215 2.086 5.943 4.978 6.907L7.568 9.3c-.545-.182-.937-.695-.937-1.3 0-.756.614-1.37 1.37-1.37.756 0 1.37.614 1.37 1.37 0 .605-.393 1.118-.937 1.3l1.87 5.607c2.89-.964 4.976-3.692 4.976-6.907C15.28 3.98 12.02.72 8 .72zm4.052 11.332l-.51-.51c.906-.907 1.467-2.16 1.467-3.542 0-1.383-.562-2.635-1.468-3.542l.51-.51C13.088 4.985 13.73 6.418 13.73 8c0 1.582-.642 3.015-1.678 4.052zM9.975 9.975c.505-.506.818-1.204.818-1.975 0-.77-.313-1.47-.818-1.975l.51-.51c.635.636 1.028 1.515 1.028 2.485s-.393 1.85-1.03 2.484l-.508-.51zm-4.46.51C4.88 9.848 4.488 8.97 4.488 8s.393-1.85 1.03-2.484l.508.51C5.52 6.53 5.207 7.228 5.207 8c0 .77.313 1.47.818 1.975l-.51.51zM3.95 12.05C2.912 11.015 2.27 9.582 2.27 8c0-1.582.642-3.015 1.678-4.052l.51.51C3.552 5.365 2.99 6.618 2.99 8c0 1.383.562 2.635 1.468 3.542l-.51.51z" fill-rule="nonzero"/></svg><span class="tile-name">Overcast</span></a><span class="hex">#FC7E0F</span></li>
<li class="tiles__item" data-search="viadeo f88d2d" style="background-color:#F88D2D"><a href="https://simpleicons.org/icons/viadeo.svg" class="icon--link" title="Viadeo"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M6.742 14.658h.02c.772 0 1.48-.187 2.125-.56.645-.373 1.156-.903 1.536-1.59.378-.685.568-1.425.568-2.22 0-.643-.114-1.237-.343-1.78.38-.08.84-.236 1.322-.533.287.702.432 1.463.432 2.284 0 1.532-.526 2.873-1.578 4.02C9.772 15.427 8.42 16 6.768 16c-1.66 0-3.015-.573-4.067-1.72-1.05-1.147-1.577-2.488-1.577-4.02 0-1.522.498-2.84 1.494-3.957 1.095-1.23 2.478-1.846 4.15-1.846.704 0 1.356.11 1.957.328-.195.382-.372.85-.42 1.353-.477-.2-.99-.3-1.54-.3-1.158 0-2.152.435-2.983 1.303-.83.868-1.246 1.918-1.246 3.15 0 .793.19 1.533.57 2.22.378.685.89 1.215 1.534 1.588.428.248.883.413 1.366.496 4.137-1.603 3.65-9.443 3.62-9.874l.035.108c2.43 6.487-2.868 9.828-2.868 9.828-.016 0-.033 0-.05.002zM14.056.363c-.676 1.438-1.93 1.705-1.93 1.705-1.252.318-1.69.8-1.69.8-1.252 1.26-.266 2.788-.266 2.788 2.705-.616 3.693-2.838 3.693-2.838-.12 1.493-3.34 3.257-3.34 3.257 1.066 1.042 2.083.917 2.755.517.89-.53 1.318-1.69 1.318-1.69.863-2.58-.54-4.54-.54-4.54zM7.406 0c1.33 2.236 2.054 4.243 2.217 4.72V4.7C9.295 1.255 7.404 0 7.404 0z"/></svg><span class="tile-name">Viadeo</span></a><span class="hex">#F88D2D</span></li>
<li class="tiles__item" data-search="gratipay 663300" style="background-color:#663300"><a href="https://simpleicons.org/icons/gratipay.svg" class="icon--link" title="Gratipay"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M16 8c0 4.42-3.58 8-8 8-4.418 0-8-3.582-8-8s3.582-8 8-8c4.42 0 8 3.58 8 8zm-4.746-3.015c-.9-.594-1.756-.144-2.204.377-.168.194-.454.423-.995.423-.54 0-.827-.23-.994-.423-.447-.52-1.302-.97-2.203-.377-1.057.697-.75 1.957-.44 2.32l3.638 4.928 3.64-4.928c.308-.363.615-1.623-.44-2.32z" fill-rule="nonzero"/></svg><span class="tile-name">Gratipay</span></a><span class="hex">#663300</span></li>
<li class="tiles__item" data-search="goodreads 663300" style="background-color:#663300"><a href="https://simpleicons.org/icons/goodreads.svg" class="icon--link" title="Goodreads"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M13.022 10.63V.326h-1.37V2.26h-.043c-.132-.303-.317-.593-.556-.87-.24-.274-.51-.517-.815-.727-.305-.21-.642-.373-1.012-.49C8.858.06 8.464 0 8.043 0 7.233 0 6.51.15 5.88.446c-.63.297-1.16.703-1.587 1.217-.427.515-.753 1.116-.978 1.804-.224.69-.337 1.417-.337 2.185 0 .797.094 1.547.283 2.25.19.703.49 1.315.903 1.837.413.52.938.93 1.576 1.227.637.297 1.405.446 2.303.446.827 0 1.548-.21 2.164-.63.615-.42 1.083-.98 1.402-1.674h.042v1.52c0 1.363-.282 2.406-.848 3.13-.565.726-1.485 1.088-2.76 1.088-.377 0-.747-.04-1.11-.12-.362-.08-.69-.206-.988-.38-.297-.174-.55-.402-.76-.685-.21-.283-.353-.634-.425-1.054H3.39c.045.593.208 1.104.49 1.53.283.43.638.78 1.066 1.056.427.275.91.478 1.445.608.538.13 1.088.196 1.653.196.914 0 1.685-.123 2.316-.37.63-.246 1.14-.6 1.53-1.065.393-.464.68-1.03.86-1.695.18-.667.272-1.413.272-2.24zm-4.98-.37c-.636 0-1.187-.126-1.65-.38-.464-.253-.85-.587-1.153-1-.305-.413-.53-.887-.675-1.423-.145-.537-.217-1.087-.217-1.653 0-.58.07-1.148.206-1.706.138-.558.36-1.055.663-1.49.305-.434.69-.786 1.153-1.054.463-.268 1.02-.402 1.673-.402s1.207.138 1.664.413c.456.276.83.638 1.12 1.087.29.45.5.95.63 1.5s.195 1.102.195 1.652c0 .566-.076 1.116-.228 1.653-.152.536-.38 1.01-.685 1.423-.305.413-.682.747-1.13 1-.45.254-.972.38-1.567.38z" fill-rule="nonzero"/></svg><span class="tile-name">Goodreads</span></a><span class="hex">#663300</span></li>
<li class="tiles__item" data-search="bitcoin f7931a" style="background-color:#F7931A"><a href="https://simpleicons.org/icons/bitcoin.svg" class="icon--link" title="Bitcoin"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.76 9.936c-1.068 4.286-5.41 6.894-9.696 5.825C1.78 14.694-.83 10.35.24 6.066 1.308 1.78 5.65-.83 9.934.238c4.287 1.07 6.895 5.41 5.827 9.698zM11.527 6.86c.16-1.064-.65-1.637-1.76-2.02l.36-1.44-.878-.22-.35 1.405c-.23-.058-.467-.112-.703-.166l.353-1.414-.878-.22-.36 1.443c-.19-.045-.378-.088-.56-.133v-.005L5.54 3.79l-.233.938s.65.15.637.158c.356.09.42.324.41.51l-.986 3.95c-.043.11-.154.27-.402.21.01.013-.638-.16-.638-.16l-.436 1.006 1.142.284c.213.054.42.11.626.162l-.363 1.46.877.217.36-1.443c.24.065.472.125.7.182l-.36 1.436.878.22.364-1.457c1.497.283 2.622.17 3.096-1.185.382-1.09-.02-1.72-.807-2.13.574-.13 1.006-.508 1.12-1.288zM9.52 9.673c-.27 1.09-2.106.5-2.7.353l.48-1.933c.596.15 2.504.443 2.22 1.58zm.272-2.83c-.247.993-1.775.49-2.27.366l.436-1.754c.496.124 2.092.354 1.834 1.388z"/></svg><span class="tile-name">Bitcoin</span></a><span class="hex">#F7931A</span></li>
<li class="tiles__item" data-search="amazon ff9900" style="background-color:#FF9900"><a href="https://simpleicons.org/icons/amazon.svg" class="icon--link" title="Amazon"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M.03 12.015c.048-.078.125-.083.232-.015 2.424 1.406 5.062 2.11 7.913 2.11 1.9 0 3.777-.355 5.63-1.063l.21-.087c.092-.04.157-.068.196-.087.146-.058.26-.03.343.087.082.116.055.223-.08.32-.175.126-.398.272-.67.436-.833.495-1.764.878-2.792 1.15-1.027.27-2.03.407-3.01.407-1.513 0-2.943-.265-4.29-.793-1.35-.528-2.556-1.273-3.623-2.233C.03 12.2 0 12.15 0 12.102c0-.03.01-.058.03-.087zM4.406 7.87c0-.67.165-1.242.495-1.717.33-.475.78-.834 1.353-1.077.523-.223 1.168-.383 1.934-.48.26-.03.688-.068 1.28-.116v-.247c0-.62-.07-1.038-.205-1.25-.203-.292-.523-.438-.96-.438H8.19c-.32.03-.597.13-.83.306-.233.175-.383.418-.45.728-.04.194-.137.306-.292.335L4.945 3.71c-.164-.04-.247-.127-.247-.263 0-.03.005-.063.015-.102.165-.863.57-1.503 1.214-1.92.645-.417 1.4-.65 2.262-.698h.363c1.105 0 1.968.286 2.59.858.096.097.185.202.268.313.083.112.15.21.197.298.05.088.092.214.13.38.04.163.07.277.088.34.02.063.034.2.044.408.01.208.014.332.014.37v3.52c0 .253.036.483.11.69.07.21.142.36.21.452l.334.444c.058.087.087.165.087.233 0 .077-.038.145-.116.203-.806.7-1.242 1.077-1.31 1.135-.116.088-.257.098-.422.03-.136-.116-.254-.228-.356-.335-.102-.106-.175-.184-.218-.232-.044-.05-.114-.143-.21-.284-.098-.142-.166-.236-.205-.285-.544.592-1.077.96-1.6 1.106-.33.098-.738.146-1.223.146-.746 0-1.36-.23-1.84-.69-.48-.46-.72-1.113-.72-1.957zm2.502-.292c0 .378.094.68.283.91.19.227.443.34.763.34.03 0 .07-.004.124-.013.053-.01.09-.015.11-.015.406-.107.722-.368.945-.785.106-.185.186-.386.24-.604.053-.217.082-.394.087-.53.005-.136.007-.36.007-.67v-.363c-.563 0-.99.04-1.28.117-.854.242-1.28.78-1.28 1.614zm6.108 4.684c.02-.04.05-.078.087-.117.243-.164.476-.276.7-.334.367-.096.726-.15 1.075-.16.097-.01.19-.004.276.015.437.04.7.112.786.22.04.057.058.144.058.26v.102c0 .34-.092.74-.276 1.2-.185.46-.442.832-.77 1.113-.05.04-.093.058-.132.058-.02 0-.04-.005-.058-.014-.06-.03-.073-.083-.044-.16.36-.844.538-1.43.538-1.76 0-.107-.02-.185-.058-.233-.097-.115-.368-.174-.815-.174-.164 0-.358.01-.58.03-.244.03-.467.058-.67.087-.06 0-.097-.01-.117-.03-.02-.02-.024-.038-.014-.058 0-.01.004-.024.014-.043z" fill-rule="nonzero"/></svg><span class="tile-name">Amazon</span></a><span class="hex">#FF9900</span></li>
<li class="tiles__item" data-search="monogram fdb22a" style="background-color:#FDB22A"><a href="https://simpleicons.org/icons/monogram.svg" class="icon--link" title="Monogram"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.44 0v15.67c0 .3-.356.444-.554.224L8 8.254 2.2 1.82.56 0h14.88zM7.352 8.974l-6.238 6.92c-.198.22-.554.075-.554-.225V0l6.792 8.974z"/></svg><span class="tile-name">Monogram</span></a><span class="hex">#FDB22A</span></li>
<li class="tiles__item" data-search="rss ffa500" style="background-color:#FFA500"><a href="https://simpleicons.org/icons/rss.svg" class="icon--link" title="RSS"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M12.8 16C12.8 8.978 7.022 3.2 0 3.2V0c8.777 0 16 7.223 16 16h-3.2zM2.194 11.61c1.21 0 2.195.985 2.195 2.196 0 1.21-.985 2.194-2.196 2.194C.984 16 0 15.017 0 13.806c0-1.21.983-2.195 2.194-2.195zM10.606 16h-3.11c0-4.113-3.383-7.497-7.496-7.497v-3.11c5.818 0 10.606 4.79 10.606 10.607z"/></svg><span class="tile-name">RSS</span></a><span class="hex">#FFA500</span></li>
<li class="tiles__item" data-search="swarm fbb631" style="background-color:#FBB631"><a href="https://simpleicons.org/icons/swarm.svg" class="icon--link" title="Swarm"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill-rule="nonzero"><path d="M6.6 12.822c-.397-.896-.614-1.866-.638-2.84-.642.993-1.127 1.992-1.45 2.737-.016.035-.253.622-.322.804-.086.226.03.488.256.575.182.07.776.286.813.298.762.256 1.816.56 2.97.748-.683-.66-1.24-1.452-1.63-2.324zM8.14 5.59C5.885.983.875 1.148.085 3.207c-.607 1.582 2.048 5.35 8.16 2.63l.002-.003c-.02-.038-.092-.2-.107-.242zM9.2 5.275C7.95 2.178 10.135.4 11.337.862c.893.343 1.375 3.012-2.076 4.55H9.26c-.008-.023-.05-.115-.06-.137zM15.607 8.785C15.084 7.61 14.125 6.77 13.01 6.37c-.112-.042-.227-.06-.34-.06-.58 0-1.138.482-1.19 1.084-.09 1.004.11 2.026.55 3.01.43.973 1.044 1.794 1.833 2.397.205.16.456.233.707.233.452 0 .903-.24 1.082-.67.46-1.104.482-2.393-.045-3.578z"/><path d="M12.987 13.946c-.965-.74-1.73-1.733-2.274-2.954-.552-1.24-.777-2.492-.67-3.724.03-.343.13-.674.292-.976l-.092.023c-.508.127-1 .348-1.437.635-.633.417-1.192 1.034-1.432 1.764-.065.197-.114.413-.13.62-.077.986.084 2.006.514 2.973.417.936 1.04 1.716 1.79 2.31.456.365 1.28.594 1.954.594.633 0 1.257-.188 1.818-.473.175-.09.56-.33.586-.348-.334-.087-.648-.237-.92-.444z"/></g></svg><span class="tile-name">Swarm</span></a><span class="hex">#FBB631</span></li>
<li class="tiles__item" data-search="wix ffc233" style="background-color:#FFC233"><a href="https://simpleicons.org/icons/wix.svg" class="icon--link" title="Wix"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.305 1.517H14.27l-.725-.002c-.573 0-1.102.437-1.506.784-.395.338-.732.748-1.054 1.155-.116-.317-.267-.628-.425-.912-.205-.406-.61-.796-1.064-.89-.23-.05-.487-.026-.72-.026H8h-.776c-.234 0-.49-.023-.72.025-.454.095-.86.485-1.065.89-.16.285-.31.596-.426.913-.322-.407-.66-.817-1.053-1.156-.403-.348-.93-.786-1.504-.785H1.73l-1.034.002c-.25 0-.808-.065-.676.344.032.1.144.19.208.272.073.094.145.19.208.29.1.16.198.325.292.49.226.4.417.82.642 1.222.494.886 1.023 1.75 1.66 2.54.473.583 1.043 1.17 1.748 1.46l-1.593 2.97c-.46.856-.92 1.708-1.403 2.55l-.07.123c-.063.12-.154.288-.153.426 0 .273.405.28.6.283.21 0 .42-.005.63-.007.363-.005.728-.01 1.092-.013.216-.003.435.006.65-.015.546-.052 1.046-.326 1.368-.773.105-.147 1.084-1.754 1.48-2.403.15-.246.62-.98.62-.98s.47.734.62.98c.396.65 1.376 2.256 1.48 2.402.323.446.822.72 1.37.772.214.02.433.012.648.015l1.093.012c.21 0 .42.007.63.006.195-.002.6-.01.602-.283 0-.138-.09-.306-.155-.426l-.07-.122c-.483-.843-.942-1.695-1.402-2.55-.53-.99-1.06-1.982-1.594-2.97.707-.29 1.276-.878 1.748-1.46.64-.79 1.168-1.655 1.663-2.54.225-.402.416-.823.642-1.222.094-.166.19-.33.292-.49.063-.102.135-.197.208-.29.064-.084.176-.173.208-.272.132-.408-.424-.342-.675-.343zM7.582 5.285c-.003.004-.006.01-.006.016 0 .007.004.015.01.02.014.013.03.026.048.037.093.065.208.1.342.1.136 0 .244-.033.342-.1.017-.01.035-.022.05-.038.014-.01.02-.026.01-.037-.01-.01-.024-.012-.04 0s-.03.024-.046.034c-.09.06-.19.09-.316.092-.123-.003-.23-.034-.314-.093-.017-.01-.03-.023-.044-.035-.01-.008-.026-.008-.036.003zm2.155-1.108c-.037-.074-.078-.127-.122-.16-.142-.105-.357-.105-.485.02-.06.06-.104.13-.137.208-.074.173-.13.37-.118.562.007.086.036.176.097.24.073.076.178.107.28.127.1.02.217.037.31-.013.11-.057.155-.19.185-.3.038-.142.074-.292.06-.44-.01-.08-.033-.17-.07-.243zm-3.595.243c-.015.148.02.3.06.44.03.11.074.243.183.3.094.05.21.035.31.014.102-.02.208-.05.28-.128.06-.063.09-.153.098-.24.012-.19-.044-.388-.118-.56-.033-.078-.077-.15-.137-.208-.128-.126-.343-.126-.485-.02-.044.032-.085.085-.122.16-.036.073-.06.16-.068.242zm2.84.645l.003.007c-.002-.002-.003-.005-.003-.007v-.002.002zm-2.018.006l.003-.007-.003.008zM6.938 3.8c-.022-.224-.053-.335-.095-.33-.158.013-.396.015-.716.01.012.023.046.062.09.096.06.047.14.11.274.155.05.02.1.034.15.045l.11.02c.086.01.19.022.188.004zm2.26-.006c.053-.01.1-.017.11-.02.05-.01.1-.025.15-.043.132-.045.214-.107.272-.154.045-.034.08-.073.09-.097-.32.005-.557.003-.715-.01-.043-.005-.074.105-.095.33-.002.017.1.005.187-.006z"/></svg><span class="tile-name">Wix</span></a><span class="hex">#FFC233</span></li>
<li class="tiles__item" data-search="google analytics ffc107 googleanalytics" style="background-color:#FFC107"><a href="https://simpleicons.org/icons/googleanalytics.svg" class="icon--link" title="Google Analytics"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M14.716 16H1.263C.568 16 0 15.432 0 14.737V11.79c0-.695.568-1.264 1.263-1.264h3.79v-4.21c0-.695.568-1.263 1.263-1.263h4.22v-3.77c0-.704.58-1.283 1.285-1.283h2.896C15.42 0 16 .58 16 1.284v13.432C16 15.42 15.42 16 14.716 16z"/></svg><span class="tile-name">Google Analytics</span></a><span class="hex">#FFC107</span></li>
<li class="tiles__item" data-search="monkey tie ffc619 monkeytie" style="background-color:#FFC619"><a href="https://simpleicons.org/icons/monkeytie.svg" class="icon--link" title="Monkey tie"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M13.148.402H2.87A2.57 2.57 0 0 0 .3 2.972V13.25a2.57 2.57 0 0 0 2.57 2.57h10.278a2.57 2.57 0 0 0 2.57-2.57V2.972a2.57 2.57 0 0 0-2.57-2.57zM8.224 10.87l-.556-4.342-1.657 2.98-1.666-2.97-.555 4.332H2.557l.898-6.48h.972L6.01 7.34 7.586 4.39h.972l.898 6.48h-1.23zm4.194-3.685H11.4v2.092c0 .704.056.74.704.74h.315l-.103.945h-.824c-.87 0-1.24-.61-1.24-1.213V7.184h-.66l.103-.944h.555V5.223l1.15-.12v1.14h1.017v.943zm1.078 3.778h-.954l.103-.954h.954l-.104.953z"/></svg><span class="tile-name">Monkey tie</span></a><span class="hex">#FFC619</span></li>
<li class="tiles__item" data-search="goldenline fbbf00" style="background-color:#FBBF00"><a href="https://simpleicons.org/icons/goldenline.svg" class="icon--link" title="GoldenLine"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M10.98 14.265c0 .807-.652 1.46-1.457 1.46-.806 0-1.46-.653-1.46-1.46 0-.805.654-1.458 1.46-1.458.805 0 1.458.653 1.458 1.458zm-3.106-.113l-3.42.8s-.19.053-.258-.142c-.04-.118.06-.262.06-.262L7.69 8.94s.175-.265.507-.362c.275-.08.574.106.574.106l5.498 3.46s.24.097.225.288c-.016.193-.224.226-.224.226l-3.32.776c-.286-.49-.818-.82-1.427-.82-.875 0-1.59.68-1.65 1.538zM2.76 4.805l.997-3.466s.047-.193.25-.157c.123.022.2.18.2.182l3.22 5.73s.146.282.07.62c-.065.278-.374.448-.374.448L1.42 11.277s-.202.16-.36.055c-.16-.107-.09-.305-.09-.305l.97-3.37c.775-.136 1.364-.813 1.364-1.627 0-.486-.21-.922-.544-1.225zm.35 1.225c0 .806-.652 1.46-1.458 1.46-.805 0-1.46-.654-1.46-1.46 0-.805.655-1.458 1.46-1.458.806 0 1.46.653 1.46 1.458zM13.43 4.887l2.51 2.753s.138.14.002.293c-.083.093-.26.074-.26.074l-6.57-.26s-.315-.023-.562-.265c-.204-.2-.186-.552-.186-.552L8.7.44s-.033-.256.14-.336c.177-.08.307.085.307.085l2.186 2.398c-.123.23-.193.494-.193.773 0 .914.74 1.654 1.653 1.654.225 0 .44-.046.635-.127zm.823-1.526c0 .806-.65 1.46-1.457 1.46-.806 0-1.46-.654-1.46-1.46 0-.804.654-1.457 1.46-1.457.806 0 1.458.653 1.458 1.458z"/></svg><span class="tile-name">GoldenLine</span></a><span class="hex">#FBBF00</span></li>
<li class="tiles__item" data-search="imdb e6b91e" style="background-color:#E6B91E"><a href="https://simpleicons.org/icons/imdb.svg" class="icon--link" title="IMDb"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M14.92 0H1.08C.495.04.04.496 0 1.064V14.92c.04.583.475 1.028 1.037 1.078.01.002.02.002.03.002H14.963c.58-.052 1.037-.553 1.037-1.14V1.14C16 .546 15.536.046 14.944 0h-.025zM1.925 5.507h1.27v4.91h-1.27v-4.91zm7.6 4.91c.302 0 .533-.02.682-.05.154-.032.28-.09.38-.177.104-.08.176-.2.217-.348.04-.15.068-.443.068-.88V7.237c0-.465-.018-.778-.05-.935-.027-.16-.095-.303-.208-.43-.113-.13-.28-.22-.497-.28-.213-.054-.57-.086-1.18-.086h-.95v4.91h1.537zm3.426-1.19c0 .235-.013.385-.036.448-.022.063-.126.095-.203.095-.072 0-.127-.032-.15-.09-.027-.06-.04-.2-.04-.416V7.966c0-.222.013-.362.036-.416.022-.054.072-.08.144-.08.077 0 .18.026.207.094.03.063.042.2.042.402v1.26zM9.54 6.393c.05.027.08.072.094.136.02.062.023.207.023.428V8.86c0 .327-.023.526-.063.598-.04.077-.154.113-.335.113V6.348c.135 0 .23.014.28.046zM5.9 5.507l-.294 2.296-.18-1.247c-.055-.403-.105-.75-.154-1.05H3.626v4.91h1.112l.005-3.24.465 3.24H6l.447-3.314v3.314h1.108v-4.91H5.9zm5.402 0v4.91h1.144l.077-.313c.104.126.217.222.344.285.12.058.307.09.452.09.202 0 .374-.05.52-.16.143-.103.238-.23.278-.374.037-.145.06-.362.06-.656V7.912c0-.294-.01-.488-.023-.58-.013-.09-.05-.184-.113-.28-.068-.094-.163-.166-.285-.22-.122-.05-.266-.077-.438-.077-.146 0-.332.03-.458.085-.122.06-.235.15-.34.267v-1.6h-1.22z"/></svg><span class="tile-name">IMDb</span></a><span class="hex">#E6B91E</span></li>
<li class="tiles__item" data-search="launchpad f8c300" style="background-color:#F8C300"><a href="https://simpleicons.org/icons/launchpad.svg" class="icon--link" title="Launchpad"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M14.667 12.45l-2.954-1.704-3.19 1.843V16l6.144-3.55zM7.477 16v-3.413l-3.19-1.842-2.954 1.705L7.478 16zm.52-4.317L11.19 9.84V6.156L8 4.315 4.81 6.157v3.685l3.188 1.84zM.813 4.453v7.095l2.954-1.706V6.158L.812 4.452zM13.89 5.2l-1.656.957V9.84l2.954 1.706V4.45l-1.298.75zM1.333 3.548L4.29 5.254l3.188-1.842V0L1.333 3.548zm10.38 1.706l2.955-1.706-6.146-3.55v3.414l3.19 1.842z"/></svg><span class="tile-name">Launchpad</span></a><span class="hex">#F8C300</span></li>
<li class="tiles__item" data-search="spreaker f5c300" style="background-color:#F5C300"><a href="https://simpleicons.org/icons/spreaker.svg" class="icon--link" title="Spreaker"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M9.746 0l-3.76 4.36-5.63-1.215L6.142 8.06.45 13.035l5.608-1.323L9.898 16l.473-5.734 5.274-2.322-5.316-2.22L9.746 0z" fill-rule="nonzero"/></svg><span class="tile-name">Spreaker</span></a><span class="hex">#F5C300</span></li>
<li class="tiles__item" data-search="javascript f7df1e" style="background-color:#F7DF1E"><a href="https://simpleicons.org/icons/javascript.svg" class="icon--link" title="JavaScript"><svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h16v16H0V0zm14.69 12.184c-.117-.73-.593-1.343-2.003-1.915-.49-.23-1.035-.39-1.198-.76-.06-.22-.07-.34-.03-.47.1-.43.61-.56 1.01-.44.26.085.5.284.65.602.69-.447.69-.444 1.17-.75-.18-.275-.27-.4-.39-.518-.417-.465-.98-.704-1.888-.686l-.47.06c-.45.114-.88.352-1.135.67-.758.86-.54 2.363.38 2.982.91.68 2.242.835 2.412 1.472.164.78-.575 1.032-1.31.943-.54-.114-.84-.39-1.168-.89l-1.213.7c.145.32.3.465.544.742 1.16 1.173 4.06 1.115 4.58-.665.02-.06.16-.468.05-1.096zM8.7 7.354H7.202c0 1.292-.006 2.576-.006 3.87 0 .822.042 1.576-.092 1.807-.22.46-.786.4-1.044.32-.264-.13-.398-.312-.553-.572-.042-.074-.074-.132-.085-.137-.406.25-.81.498-1.217.746.203.416.5.776.883 1.01.57.34 1.336.447 2.138.263.522-.15.972-.467 1.207-.946.34-.627.268-1.387.265-2.23.008-1.37 0-2.742 0-4.12z" fill-rule="evenodd"/></svg><span class="tile-name">JavaScript</span></a><span class="hex">#F7DF1E</span></li>
<li class="tiles__item" data-search="snapchat fffc00" style="background-color:#FFFC00"><a href="https://simpleicons.org/icons/snapchat.svg" class="icon--link" title="Snapchat"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8.155.48c.662 0 2.903.185 3.96 2.552.354.797.27 2.15.2 3.237l-.002.045c-.008.12-.015.232-.02.342.05.028.135.06.268.067.2-.01.432-.074.69-.195.11-.053.228-.063.307-.063.116 0 .234.022.333.063.297.107.484.32.488.56.006.304-.266.567-.808.78-.066.027-.147.053-.233.08-.306.097-.768.244-.894.54-.065.153-.04.35.077.586l.008.016c.04.094 1.02 2.326 3.194 2.685.167.028.287.177.277.346-.003.05-.015.1-.036.15-.163.38-.852.66-2.105.853-.043.057-.086.256-.113.377-.027.123-.054.244-.092.372-.052.18-.183.277-.37.277H13.267c-.09 0-.21-.015-.36-.045-.242-.047-.512-.09-.854-.09-.2 0-.404.017-.61.05-.406.07-.75.31-1.148.593-.57.403-1.215.86-2.196.86-.045 0-.086-.002-.118-.004l-.08.003c-.982 0-1.627-.457-2.197-.86-.398-.28-.742-.524-1.146-.592-.21-.034-.414-.05-.613-.05-.358 0-.644.055-.853.095-.14.028-.26.05-.36.05-.253 0-.35-.153-.39-.28-.038-.132-.065-.256-.09-.377-.028-.12-.07-.322-.113-.378C.89 12.933.2 12.654.037 12.272c-.02-.048-.033-.1-.035-.15-.01-.168.11-.317.278-.345 2.174-.358 3.154-2.59 3.194-2.685l.008-.016c.116-.236.142-.433.077-.586-.126-.296-.588-.443-.895-.54-.085-.027-.165-.053-.232-.08-.74-.292-.844-.628-.8-.858.06-.32.45-.535.778-.535.094 0 .18.017.253.052.28.13.527.195.737.195.157 0 .257-.037.31-.067-.006-.13-.015-.262-.023-.39-.068-1.086-.153-2.438.202-3.234C4.94.668 7.178.484 7.838.484L8.115.48h.04z"/></svg><span class="tile-name">Snapchat</span></a><span class="hex">#FFFC00</span></li>
<li class="tiles__item" data-search="khan academy 9db63b khanacademy" style="background-color:#9DB63B"><a href="https://simpleicons.org/icons/khanacademy.svg" class="icon--link" title="Khan Academy"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M1.646 14.93S-.82 9.035 3.6 4.64C7.61.646 13.666.028 14.717 0c0 0 1.626 5.337-2.434 11.387-4.055 6.05-9.68 4.41-9.68 4.41S8.16 8.713 7.49 8.757c-.467.027-3.383 3.237-5.844 6.174" fill-rule="nonzero"/></svg><span class="tile-name">Khan Academy</span></a><span class="hex">#9DB63B</span></li>
<li class="tiles__item" data-search="android a4c639" style="background-color:#A4C639"><a href="https://simpleicons.org/icons/android.svg" class="icon--link" title="Android"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M14.77 6.16c0-.544-.44-.986-.986-.986s-.988.442-.988.988v4.135c0 .546.443.987.99.988.544 0 .986-.442.986-.988V6.16zM3.587 5.363l.002 6.408c0 .583.47 1.054 1.054 1.054h.717v2.188c0 .545.443.988.987.988.545 0 .987-.443.988-.988v-2.188h1.332v2.188c0 .544.444.988.988.987.546 0 .988-.444.988-.99v-2.186h.72c.58 0 1.053-.472 1.053-1.055V5.36l-8.83.002zm6.44-1.956c-.207 0-.374-.166-.374-.373 0-.204.167-.373.373-.374.204 0 .372.17.372.373 0 .206-.167.373-.372.373m-4.05 0c-.206 0-.373-.166-.373-.372 0-.205.167-.373.372-.373.207 0 .374.17.374.374 0 .206-.167.373-.374.373m4.205-1.945l.688-1.26c.037-.065.013-.148-.054-.186-.067-.035-.15-.01-.185.055L9.93 1.344c-.586-.26-1.24-.407-1.935-.406-.69 0-1.347.145-1.93.404L5.37.074c-.036-.067-.12-.09-.186-.055-.067.036-.09.12-.054.186l.69 1.257c-1.355.7-2.27 2.03-2.27 3.558h8.896c0-1.528-.914-2.856-2.267-3.556M2.215 5.175c-.546 0-.988.443-.988.988v4.135c0 .547.443.988.99.988.544 0 .986-.44.986-.988V6.162c0-.545-.443-.987-.988-.987" fill-rule="nonzero"/></svg><span class="tile-name">Android</span></a><span class="hex">#A4C639</span></li>
<li class="tiles__item" data-search="kik 82bc23" style="background-color:#82BC23"><a href="https://simpleicons.org/icons/kik.svg" class="icon--link" title="Kik"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M7.654 11.174c-.006.458-.373.827-.825.827-.453 0-.82-.368-.825-.826h-.01V7.022h.01v-.02c0-.462.37-.837.824-.837.454 0 .824.375.824.838v.025h.01v4.146h-.01zm7.425-3.26c.508 0 .92.412.92.918 0 .507-.412.917-.92.917-.51 0-.922-.41-.922-.918 0-.506.412-.917.92-.917zm-1.39 2.79c.085.13.134.288.134.457 0 .464-.37.84-.827.84-.307 0-.575-.17-.718-.42l-1.372-1.834-.42.39v1.085h-.01c-.025.435-.38.78-.815.78-.45 0-.815-.37-.815-.827v-.016H8.83V4.863h.018v-.03c0-.46.367-.835.82-.835.45 0 .817.374.817.835v.047h.01l.007 3.065 1.54-1.507c.153-.168.373-.274.618-.274.46 0 .833.374.833.835 0 .225-.088.428-.23.578l.008.008-1.083 1.067 1.515 2.042-.01.008zm-8.83 0c.085.13.134.288.134.457 0 .464-.37.84-.827.84-.307 0-.575-.17-.718-.42L2.077 9.745l-.42.39v1.085h-.01c-.025.435-.38.78-.815.78-.45 0-.815-.37-.815-.827v-.016H0V4.863h.02c-.002-.01-.002-.02-.002-.03 0-.46.367-.835.82-.835.45 0 .817.374.817.835v.047h.01l.007 3.065 1.54-1.507c.153-.168.374-.274.62-.274.458 0 .83.374.83.835 0 .225-.087.428-.23.578l.01.008-1.084 1.067 1.514 2.042-.01.008z"/></svg><span class="tile-name">Kik</span></a><span class="hex">#82BC23</span></li>
<li class="tiles__item" data-search="glassdoor 7cb228" style="background-color:#7CB228"><a href="https://simpleicons.org/icons/glassdoor.svg" class="icon--link" title="Glassdoor"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M3.15 1.54v13.204c0 .894.903 1.5 1.726 1.16l6.9-2.87c.65-.27 1.075-.907 1.075-1.614V3.122l-1.59-.092v7.563c0 .56-.35 1.06-.873 1.25l-4.375 1.583V2.94c0-.627.543-1.114 1.163-1.044l5.676.64V1.5L4.963.027C4.02-.15 3.15.576 3.15 1.54" fill-rule="nonzero"/></svg><span class="tile-name">Glassdoor</span></a><span class="hex">#7CB228</span></li>
<li class="tiles__item" data-search="wechat 7bb32e" style="background-color:#7BB32E"><a href="https://simpleicons.org/icons/wechat.svg" class="icon--link" title="WeChat"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.693 8.5c-.406-.92-1.172-1.65-2.06-2.1-1.57-.795-3.522-.79-5.086.02-1.088.558-1.995 1.558-2.253 2.775-.213.896-.022 1.86.453 2.64C7.454 13.01 8.732 13.76 10.06 14c.963.196 1.958.08 2.893-.19.56.218 1.06.57 1.605.83-.14-.47-.29-.937-.45-1.4.61-.434 1.163-.974 1.496-1.652.496-.945.526-2.115.09-3.087zM9.078 2.19c-1.663-.936-3.735-1.077-5.524-.43-1.175.423-2.24 1.21-2.897 2.28-.596.967-.82 2.172-.532 3.278.288 1.227 1.14 2.255 2.174 2.942-.195.566-.388 1.133-.57 1.703.656-.34 1.303-.695 1.956-1.04.786.25 1.613.372 2.438.345-.215-.63-.266-1.31-.168-1.968.157-.914.65-1.75 1.334-2.37 1.15-1.076 2.78-1.53 4.33-1.42-.29-1.423-1.29-2.626-2.542-3.32zm1.154 6.66c-.138.434-.77.565-1.076.234-.337-.306-.206-.946.236-1.082.49-.207 1.055.358.84.848zm3.197.06c-.17.392-.755.482-1.044.18-.14-.127-.174-.318-.23-.487.074-.305.278-.622.624-.636.478-.065.898.515.65.943zM8.66 4.608c.005.64-.85 1.04-1.33.606-.498-.357-.357-1.225.228-1.405.523-.207 1.142.234 1.1.798zm-4.04.162c-.114.557-.86.826-1.297.452-.506-.356-.364-1.24.23-1.42.582-.224 1.243.367 1.068.968z"/></svg><span class="tile-name">WeChat</span></a><span class="hex">#7BB32E</span></li>
<li class="tiles__item" data-search="geeklist 8cc63f" style="background-color:#8CC63F"><a href="https://simpleicons.org/icons/geeklist.svg" class="icon--link" title="Geeklist"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M16 8c0 4.418-3.582 8-8 8s-8-3.582-8-8 3.582-8 8-8 8 3.582 8 8zm-8 2.425c-.257.13-.604.194-1.04.194-.174 0-.43-.02-.772-.063-.342-.04-.6-.06-.772-.06-.637 0-.956.194-.956.585 0 .23.144.41.432.543.288.13.654.197 1.098.197.66 0 1.483-.33 2.02-.82l.01-.014c.538.494 1.328.834 1.99.834.444 0 .81-.066 1.098-.197.288-.132.432-.313.432-.543 0-.39-.32-.586-.956-.586-.173 0-.43.02-.77.06-.343.043-.6.063-.772.063-.438 0-.785-.065-1.042-.195zm0-5.903c.515-.45 1.146-.677 1.893-.677.592 0 1.088.11 1.487.333l.604-.703 1.067.97-.733.535c.256.387.383.844.383 1.37 0 .753-.23 1.354-.688 1.805-.458.45-1.037.675-1.737.675-.11 0-.26-.01-.444-.03L9.58 8.76c-.03 0-.138.045-.33.133-.19.088-.286.18-.286.274 0 .164.14.246.425.246.128 0 .34-.03.642-.092.3-.062.556-.093.77-.093 1.5 0 2.25.604 2.25 1.81 0 .665-.3 1.188-.9 1.57-.6.38-1.324.57-2.17.57-.708 0-1.367-.146-1.98-.437-.612.29-1.272.436-1.98.436-.846 0-1.57-.19-2.17-.57-.6-.382-.9-.905-.9-1.57 0-1.206.75-1.81 2.25-1.81.214 0 .47.032.772.094.3.06.514.092.64.092.285 0 .427-.082.427-.247 0-.095-.097-.186-.288-.275-.19-.088-.3-.133-.33-.133L6.17 8.8c-.186.02-.334.03-.445.03-.7 0-1.278-.225-1.737-.675C3.53 7.705 3.3 7.103 3.3 6.35c0-.526.128-.983.383-1.37l-.734-.536 1.066-.97.604.704c.4-.222.895-.333 1.487-.333.748 0 1.38.226 1.893.677zm0 4.043c.103-.078.214-.142.332-.19-.12-.08-.23-.163-.332-.252-.1.09-.212.172-.332.25.118.05.23.114.332.192zm-.79-2.47c-.036-.257-.142-.475-.32-.652-.22-.222-.51-.333-.863-.333-.337 0-.612.115-.824.345-.21.23-.317.512-.317.846 0 .404.098.72.296.95.197.23.48.346.845.346.366 0 .657-.118.873-.355.174-.19.278-.43.312-.72-.006-.073-.01-.15-.01-.225 0-.068.004-.134.008-.2zm1.58.427c.033.29.137.53.31.72.216.236.507.354.873.354s.648-.115.845-.345c.198-.23.297-.546.297-.95 0-.333-.106-.614-.318-.844-.212-.23-.487-.346-.824-.346-.354 0-.64.11-.863.333-.177.177-.284.394-.32.652.005.065.007.132.007.2 0 .077-.003.153-.008.227z"/></svg><span class="tile-name">Geeklist</span></a><span class="hex">#8CC63F</span></li>
<li class="tiles__item" data-search="zerply 9dbc7a" style="background-color:#9DBC7A"><a href="https://simpleicons.org/icons/zerply.svg" class="icon--link" title="Zerply"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M13.853 12.497c-.497.475-1.04.678-1.695.678-.88 0-2.214-.407-3.23-1.107-1.086-.746-2.51-1.492-3.708-1.514.882-1.198 2.26-2.418 3.548-3.865.475-.52 3.322-3.797 3.82-4.385.36-.43.542-.95.542-1.47 0-.202-.023-.383-.068-.564-1.356.272-2.373.408-4 .408C7.277.678 5.99.452 5.242 0c-.52.678-1.04 1.582-1.04 2.08 0 .632.612 1.152 2.126 1.152.497 0 1.31-.023 2.44-.113C6.44 6.123 4.136 8.564 2.758 10.1c-.476.52-.747 1.22-.747 1.92 0 .272.046.543.114.792.43-.068.86-.113 1.31-.113.928 0 1.854.204 2.713.566C7.864 14.01 9.47 16 11.277 16c1.47 0 2.712-1.153 2.712-2.69 0-.27-.046-.542-.137-.813z" fill="#0e0000" fill-rule="nonzero"/></svg><span class="tile-name">Zerply</span></a><span class="hex">#9DBC7A</span></li>
<li class="tiles__item" data-search="evernote 6fb536" style="background-color:#6Fb536"><a href="https://simpleicons.org/icons/evernote.svg" class="icon--link" title="Evernote"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M11.277 7.568c-.216-.007-.424.006-.618.037.054-.44.236-.98.88-.96.714.026.814.7.816 1.157-.3-.134-.673-.22-1.08-.234m3.052-4.784c-.12-.64-.5-.953-.842-1.077-.37-.134-1.12-.273-2.064-.384-.76-.09-1.652-.082-2.19-.065C9.166.815 8.855.41 8.507.27 7.582-.103 6.15-.013 5.784.09c-.293.082-.616.25-.796.507-.12.172-.198.392-.2.7 0 .175.006.586.01.95l.01.697c0 .326-.265.59-.592.59H2.714c-.32 0-.565.055-.752.14-.187.085-.32.2-.42.335-.2.268-.236.6-.235.94 0 0 .003.277.07.813.055.415.505 3.314.933 4.196.165.342.276.485.6.636.727.31 2.384.657 3.16.756.776.1 1.263.307 1.553-.3 0-.003.058-.152.136-.372.25-.763.286-1.44.286-1.93 0-.05.073-.05.073 0 0 .346-.067 1.57.858 1.898.365.13 1.122.245 1.89.336.697.08 1.2.353 1.2 2.138 0 1.085-.227 1.234-1.42 1.234-.965 0-1.334.025-1.334-.742 0-.62.614-.556 1.07-.556.202 0 .055-.15.055-.534 0-.38.237-.6.012-.606-1.573-.044-2.5-.002-2.5 1.965 0 1.785.685 2.117 2.917 2.117 1.75 0 2.366-.057 3.09-2.3.142-.442.488-1.793.697-4.06.132-1.435-.125-5.764-.33-6.856M2.645 3.1h1.502c.086 0 .156-.07.156-.156 0 0-.018-1.288-.018-1.646v-.004c0-.294.06-.55.17-.765l.05-.097c-.006 0-.01.003-.017.01L1.57 3.334c-.006.005-.01.01-.012.017l.155-.076c.254-.114.562-.177.93-.177" fill-rule="nonzero"/></svg><span class="tile-name">Evernote</span></a><span class="hex">#6Fb536</span></li>
<li class="tiles__item" data-search="houzz 7ac142" style="background-color:#7AC142"><a href="https://simpleicons.org/icons/houzz.svg" class="icon--link" title="Houzz"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M12.62 8v5.333L8 16v-5.334l-4.62 2.668V2.666L8 0v5.334L3.382 8 8 10.666V5.334l4.62-2.668V8z"/></svg><span class="tile-name">Houzz</span></a><span class="hex">#7AC142</span></li>
<li class="tiles__item" data-search="hulu 66aa33" style="background-color:#66AA33"><a href="https://simpleicons.org/icons/hulu.svg" class="icon--link" title="Hulu"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M2.517 7.006H1.71c-.28 0-.436.062-.436.062v-1.71H0v5.283h1.274V8.53c0-.217.155-.373.342-.373h.745c.188 0 .343.156.343.342v2.144h1.274V8.343c0-.963-.653-1.336-1.46-1.336m12.21 0v2.112c0 .187-.156.342-.343.342h-.745c-.188 0-.343-.155-.343-.342V7.006h-1.274v2.237c0 .9.59 1.398 1.46 1.398h1.243c.808 0 1.274-.558 1.274-1.397V7.006h-1.274zM7.55 9.118c0 .187-.156.342-.342.342h-.746c-.186 0-.342-.155-.342-.342V7.006H4.847v2.237c0 .9.59 1.398 1.46 1.398H7.55c.807 0 1.273-.558 1.273-1.397V7.006H7.55v2.112zm2.267 1.523h1.274V5.36H9.818v5.28z" fill-rule="nonzero"/></svg><span class="tile-name">Hulu</span></a><span class="hex">#66AA33</span></li>
<li class="tiles__item" data-search="trulia 53b50a" style="background-color:#53B50A"><a href="https://simpleicons.org/icons/trulia.svg" class="icon--link" title="Trulia"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C5.46.014 3.82 1.72 3.82 4.297c0 2.134 1.392 3.96 2.185 6.733.455 1.59.7 3.534.827 4.97h2.336c.128-1.436.372-3.38.827-4.97.793-2.774 2.185-4.6 2.185-6.733C12.18 1.72 10.54.014 8 0zm.013 6.567C6.957 6.567 6.1 5.71 6.1 4.655s.857-1.912 1.913-1.912c1.057 0 1.913.856 1.913 1.912S9.07 6.567 8.013 6.567z" fill-rule="nonzero"/></svg><span class="tile-name">Trulia</span></a><span class="hex">#53B50A</span></li>
<li class="tiles__item" data-search="geocaching 467126" style="background-color:#467126"><a href="https://simpleicons.org/icons/geocaching.svg" class="icon--link" title="Geocaching"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill-rule="nonzero"><path d="M8.827.002V1.55c.86.107 1.958.415 2.984 1.197l-.79 1.072-.01-.003s-.822-.696-2.184-.914v4.272h4.22c-.082-.607-.293-1.34-.775-2.08l1.124-.748s.84 1.14 1.015 2.83h1.588L16 .002H8.827zM11.717 15.47l-.4.065-.87-5.363.232-.037 4.377-.01-3.767 2.71.427 2.636zM8.825 8.826V16h7.172V8.827l-7.172-.002zM4.303 13.328l.79-1.07h.012s.775.658 2.068.895V8.825H3.06c.073.622.28 1.384.783 2.157l-1.123.746s-.864-1.174-1.02-2.904H0v7.173h7.173v-1.486c-.842-.12-1.89-.433-2.87-1.182zM3.318 1.312c-.113 0-.206.07-.206.156s.092.155.206.155c.113 0 .205-.07.206-.155 0-.086-.093-.156-.206-.156z"/><path d="M3.337 1.74c-.334 0-.604-.27-.604-.6 0-.33.27-.598.604-.598.334 0 .604.27.604.6 0 .33-.27.598-.603.598zm-.89.04l-.692.35c-.062-.076-.11-.137-.16-.206l-.873.326-.184-.29 1.375-.285.297-.062.486-.1-.413.154c.053.04.098.073.163.114zM1.116.51c.253.383.552.698.935.988l-.674.12C1.125 1.26.91.912.71.485l.406.024zM.002 0v7.173h1.605c-.068-.656-.14-2.537.988-4.098 0 0-.25-.24-.587-.634l-.736.63-.318-.278 1.912-1.088-.225.192c.27.155.547.28.814.37 0 0 .93-.52 1.85-1.772L5.525.5c-.17.556-.697 1.514-1.53 2.286 0 0 2.206.955 2.707 2.593-.134-.086-.927-.25-1.316-.16-.063-.11-.81-1.62-1.93-1.6 0 0-.252.297-.485 1.075-.206.69-.117 2.142-.09 2.48h4.295V0H.004z"/></g></svg><span class="tile-name">Geocaching</span></a><span class="hex">#467126</span></li>
<li class="tiles__item" data-search="shopify 7ab55c" style="background-color:#7AB55C"><a href="https://simpleicons.org/icons/shopify.svg" class="icon--link" title="Shopify"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M10.225 15.987l4.81-1.042S13.3 3.203 13.285 3.125c-.012-.077-.076-.128-.14-.128-.065 0-1.286-.09-1.286-.09s-.85-.85-.953-.94c-.026-.025-.052-.038-.077-.05l-.605 14.07zm-2.418-8.45s-.54-.283-1.183-.283c-.965 0-1.003.605-1.003.76 0 .822 2.16 1.144 2.16 3.086 0 1.53-.963 2.508-2.275 2.508-1.57 0-2.367-.978-2.367-.978l.425-1.39s.823.71 1.517.71c.45 0 .643-.362.643-.62 0-1.08-1.774-1.13-1.774-2.906 0-1.492 1.066-2.945 3.24-2.945.836 0 1.247.243 1.247.243l-.63 1.814zM7.447.553c.09 0 .18.026.27.09-.656.31-1.376 1.093-1.672 2.662-.437.142-.862.27-1.26.386C5.132 2.496 5.968.554 7.447.554zM8.27 2.52v.09c-.502.155-1.055.322-1.595.49.31-1.184.888-1.762 1.39-1.98.128.333.205.784.205 1.4zm.36-1.49c.463.05.76.578.952 1.17-.232.077-.49.154-.772.244v-.167c0-.502-.064-.914-.18-1.248zm1.994.86c-.013 0-.04.014-.052.014-.013 0-.193.05-.476.14-.282-.822-.784-1.58-1.672-1.58h-.077C8.09.14 7.78 0 7.51 0 5.44 0 4.45 2.585 4.14 3.897c-.796.244-1.375.425-1.44.45-.45.142-.462.155-.514.58-.05.308-1.22 9.375-1.22 9.375L10.005 16l.618-14.11z"/></svg><span class="tile-name">Shopify</span></a><span class="hex">#7AB55C</span></li>
<li class="tiles__item" data-search="gumtree 72ef36" style="background-color:#72EF36"><a href="https://simpleicons.org/icons/gumtree.svg" class="icon--link" title="Gumtree"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M12.55 4.34c-.126-.084-.21-.21-.21-.38C12.13 1.728 10.275 0 8 0S3.87 1.727 3.66 3.96c0 .17-.084.295-.21.38-1.138.8-1.854 2.107-1.854 3.58 0 2.023 1.39 3.71 3.244 4.215.337.084.632.126.758.04.253-.125.506-1.22.38-1.473-.085-.127-.38-.253-.675-.337C4.208 10.07 3.407 9.06 3.407 7.88c0-.675.253-1.265.675-1.73.168-.21.42-.378.632-.504.463-.253.758-.76.758-1.307 0-.296.042-.548.126-.8.337-1.012 1.306-1.77 2.444-1.77s2.107.758 2.444 1.77c.084.252.126.504.126.8 0 .547.253 1.053.76 1.306.252.126.462.295.63.505.422.465.675 1.055.675 1.73 0 1.43-1.138 2.57-2.57 2.57-1.643 0-2.95 1.347-2.95 2.948v1.686c0 .337.043.674.127.758.21.21 1.306.21 1.517 0 .085-.084.127-.42.127-.758v-1.728c0-.632.506-1.137 1.138-1.137 2.4 0 4.34-1.94 4.34-4.34 0-1.433-.717-2.74-1.855-3.54z" fill-rule="nonzero"/></svg><span class="tile-name">Gumtree</span></a><span class="hex">#72EF36</span></li>
<li class="tiles__item" data-search="empire kred 72be50 empirekred" style="background-color:#72BE50"><a href="https://simpleicons.org/icons/empirekred.svg" class="icon--link" title="Empire Kred"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M10.508 10.382V6.265h1.108v.788h.016c.055-.13.13-.253.22-.365.095-.112.2-.208.322-.287.12-.078.25-.14.386-.184.137-.044.28-.066.427-.066.076 0 .16.014.254.04v1.085c-.054-.01-.12-.02-.196-.03-.077-.007-.15-.01-.222-.01-.213 0-.394.034-.54.106-.15.072-.268.17-.36.292-.088.123-.153.267-.19.43-.04.165-.06.343-.06.534v1.912H8.324L5.84 6.802l-1.038 1.05v2.656H2.99V2.264H4.8v3.418l3.22-3.418h2.264L7.064 5.52l3.444 4.862zm5.49-7H16v4.766c0 .22-.03.443-.086.658-.02.085-.047.17-.084.26-.16.41-.424.772-.766 1.05-.337.348-.78.732-1.312 1.14l-.074.056h.002l-.648.494c-.795.608-2.136 1.635-4.11 3.14-.32.244-.693.45-.922.45-.23 0-.6-.206-.922-.45-1.973-1.505-3.316-2.532-4.11-3.14l-.347-.265-.298-.227h.002l-.075-.056c-.534-.41-.975-.793-1.314-1.14C.594 9.84.33 9.477.17 9.067c-.036-.09-.064-.175-.083-.26C.03 8.59 0 8.368 0 8.146V3.122C0 1.733 1.113.604 2.483.604h11.033C14.884.603 16 1.733 16 3.12v.26z"/></svg><span class="tile-name">Empire Kred</span></a><span class="hex">#72BE50</span></li>
<li class="tiles__item" data-search="tripadvisor 589442" style="background-color:#589442"><a href="https://simpleicons.org/icons/tripadvisor.svg" class="icon--link" title="TripAdvisor"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.213 6.352c.187-.804.783-1.61.783-1.61h-2.674c-1.5-.97-3.32-1.483-5.34-1.483-2.093 0-3.984.525-5.475 1.5L0 4.762s.59.796.78 1.594C.292 7.02.002 7.834.002 8.718c0 2.21 1.798 4.005 4.007 4.005 1.262 0 2.388-.59 3.122-1.503l.853 1.277.86-1.288c.386.49.885.89 1.47 1.16.973.448 2.063.492 3.066.12 2.074-.766 3.138-3.076 2.37-5.146-.133-.364-.317-.695-.537-.992zm-2.113 5.38c-.8.297-1.67.263-2.446-.095-.55-.255-1.002-.654-1.326-1.15-.133-.2-.25-.415-.335-.647-.097-.263-.146-.535-.172-.81-.053-.554.028-1.116.267-1.635.358-.776.997-1.367 1.798-1.663 1.655-.61 3.497.24 4.108 1.893.61 1.654-.238 3.495-1.893 4.108zM6.656 10.51c-.576.848-1.548 1.408-2.648 1.408-1.764 0-3.2-1.437-3.2-3.197 0-1.766 1.437-3.2 3.2-3.2 1.763 0 3.198 1.434 3.198 3.2 0 .106-.02.208-.032.312-.054.54-.227 1.048-.518 1.476zM1.976 8.68c0 1.093.89 1.98 1.98 1.98 1.09 0 1.978-.887 1.978-1.98 0-1.09-.888-1.976-1.977-1.976-1.09 0-1.98.886-1.98 1.976zm8.03 0c0 1.093.886 1.98 1.978 1.98 1.09 0 1.976-.887 1.976-1.98 0-1.09-.886-1.976-1.976-1.976-1.09 0-1.98.886-1.98 1.976zm-7.347 0c0-.714.583-1.295 1.298-1.295.715 0 1.295.582 1.295 1.295 0 .717-.58 1.3-1.295 1.3s-1.3-.583-1.3-1.3zm8.027 0c0-.714.582-1.295 1.298-1.295.714 0 1.294.582 1.294 1.295 0 .717-.58 1.3-1.295 1.3-.716 0-1.298-.583-1.298-1.3zM7.983 3.958c1.44 0 2.74.26 3.887.775-.422.012-.848.087-1.265.24-1.004.37-1.805 1.11-2.25 2.083-.204.44-.32.906-.355 1.377-.146-2.05-1.835-3.676-3.912-3.718 1.147-.49 2.465-.757 3.895-.757z"/></svg><span class="tile-name">TripAdvisor</span></a><span class="hex">#589442</span></li>
<li class="tiles__item" data-search="minecraft 62b74a" style="background-color:#62B74A"><a href="https://simpleicons.org/icons/minecraft.svg" class="icon--link" title="Minecraft"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M13.333 16h-2.666v-2.667H5.333V16H2.667V8h2.666V5.333h5.334V8h2.666v8zM10.667 0H16v5.333h-5.333V0zM0 0h5.333v5.333H0V0z"/></svg><span class="tile-name">Minecraft</span></a><span class="hex">#62B74A</span></li>
<li class="tiles__item" data-search="feedly 6cc655" style="background-color:#6CC655"><a href="https://simpleicons.org/icons/feedly.svg" class="icon--link" title="Feedly"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M4.93 14.622l-4.518-4.55c-.55-.55-.55-1.74 0-2.26L6.886 1.31c.52-.52 1.68-.52 2.198 0l6.504 6.503c.55.55.55 1.74 0 2.26l-4.52 4.55c-.274.274-.702.457-1.13.457H6c-.397 0-.794-.183-1.07-.458zm4.123-1.77c.092-.092.092-.276 0-.367l-.885-.886c-.092-.092-.275-.092-.366 0l-.886.885c-.092.09-.092.275 0 .366l.702.673h.733l.703-.672zm0-3.757c.062-.06.062-.213 0-.274l-.946-.946c-.06-.06-.214-.06-.275 0l-2.748 2.748c-.092.092-.092.306 0 .397l.64.64h.734l2.595-2.565zm0-3.725c.062-.06.092-.244 0-.305l-.916-.916c-.06-.062-.244-.062-.335 0l-4.61 4.61c-.062.06-.093.244-.032.305l.733.702h.702L9.053 5.37z"/></svg><span class="tile-name">Feedly</span></a><span class="hex">#6CC655</span></li>
<li class="tiles__item" data-search="instacart 43b02a" style="background-color:#43B02A"><a href="https://simpleicons.org/icons/instacart.svg" class="icon--link" title="Instacart"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M10.414 6.413c.947.952 1.72 2.51 1.278 3.435-1.186 2.476-10.028 6.817-10.78 6.066-.75-.75 3.594-9.597 6.07-10.783.925-.442 2.483.333 3.435 1.28l-.003.003zM15.1 5.368c-.155-.57-.548-1.144-1.134-1.213-1.074-.124-2.768 1.775-2.647 2.226.12.452 2.513 1.247 3.406.604.46-.33.526-1.046.375-1.616zM11.772.105c.798.216 1.605.766 1.7 1.588.175 1.506-2.488 3.88-3.12 3.71C9.72 5.236 8.607 1.88 9.507.628 9.97-.02 10.974-.11 11.773.102v.003z"/></svg><span class="tile-name">Instacart</span></a><span class="hex">#43B02A</span></li>
<li class="tiles__item" data-search="event store 5ab552 eventstore" style="background-color:#5AB552"><a href="https://simpleicons.org/icons/eventstore.svg" class="icon--link" title="Event Store"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g><path d="M3.85 2.273c.286-.167.583-.315.893-.444.655-.273 1.33-.44 2.024-.508l.752.857-.345.88c-.678.136-1.316.382-1.914.74l-.13.08-.125-1.16L3.85 2.27z"/><path d="M3.523 2.48l1.194.46.125 1.14c-.646.475-1.15 1.082-1.51 1.82-.034.066-.064.132-.093.2l-.835-1.02-1.37.29c.34-.736.8-1.394 1.375-1.974.345-.347.715-.652 1.113-.917zm7.857 8.036c.13-.216.235-.435.32-.66l1.292 1.567 2.17-.468c-.124.342-.272.677-.442 1.005-.446.86-1.034 1.606-1.765 2.24-.742.642-1.58 1.11-2.515 1.406-.018.006-.037.01-.055.017l-1.608-1.36.42-1.85.033-.014c.92-.393 1.638-1.02 2.15-1.885z"/><path d="M14.097 3.2c.133.183.257.373.375.57.495.832.837 1.722 1.027 2.67.186.94.212 1.886.08 2.835-.067.456-.167.9-.303 1.335l-2.166.466-1.3-1.572c.157-.578.17-1.18.04-1.806-.15-.743-.473-1.377-.97-1.9l2.34-.28.876-2.318zM.885 5.72l1.4-.296.824 1.006c-.255.723-.318 1.474-.19 2.254.033.222.082.437.144.646l-1.478-.337-1.06 1.254c-.128-.555-.19-1.123-.19-1.703.002-.967.18-1.9.538-2.8l.01-.025z"/><path d="M3.18 9.677c.213.562.526 1.076.94 1.544.31.356.66.65 1.042.88l-1.467.84.08 1.91c-.484-.3-.93-.66-1.334-1.077-.68-.698-1.2-1.5-1.562-2.404-.1-.25-.184-.5-.256-.75l1.083-1.28 1.477.337z"/><path d="M5.482 12.276c.315.157.653.277 1.012.36.805.186 1.59.155 2.353-.094L8.43 14.38l1.592 1.347c-.796.208-1.61.297-2.44.267-.97-.03-1.902-.236-2.794-.616-.24-.102-.47-.215-.694-.34l-.08-1.922 1.468-.84zm8.39-9.37l-.875 2.325-2.41.286c-.07-.06-.142-.12-.218-.177C9.58 4.74 8.69 4.39 7.7 4.29c-.226-.02-.445-.028-.66-.02l.84-2.153L6.067.052C6.613.005 7.158-.01 7.7.006c.327.01.65.034.973.075.453.06.9.153 1.343.28.937.262 1.79.69 2.562 1.282.486.374.918.796 1.295 1.266z"/></g></svg><span class="tile-name">Event Store</span></a><span class="hex">#5AB552</span></li>
<li class="tiles__item" data-search="line 00c300" style="background-color:#00C300"><a href="https://simpleicons.org/icons/line.svg" class="icon--link" title="Line"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M12.91 6.57c.232 0 .42.19.42.42 0 .23-.188.42-.42.42h-1.17v.75h1.17c.232 0 .42.188.42.42 0 .23-.188.42-.42.42h-1.59c-.23 0-.418-.19-.418-.42V5.4c0-.23.188-.42.42-.42h1.59c.23 0 .418.19.418.42 0 .232-.188.42-.42.42h-1.17v.75h1.17zm-2.57 2.01c0 .18-.116.34-.288.398-.043.014-.088.02-.133.02-.132 0-.257-.06-.336-.167l-1.63-2.217V8.58c0 .23-.187.42-.42.42-.23 0-.418-.19-.418-.42V5.4c0-.18.115-.34.286-.397.044-.015.09-.022.134-.022.13 0 .256.064.335.17L9.5 7.366V5.4c0-.23.188-.42.42-.42.23 0 .42.19.42.42v3.18zm-3.828 0c0 .23-.188.42-.42.42-.23 0-.418-.19-.418-.42V5.4c0-.23.188-.42.42-.42.23 0 .418.19.418.42v3.18zM4.868 9h-1.59c-.23 0-.42-.19-.42-.42V5.4c0-.23.19-.42.42-.42.232 0 .42.19.42.42v2.76h1.17c.232 0 .42.188.42.42 0 .23-.188.42-.42.42M16 6.87C16 3.29 12.41.376 8 .376S0 3.29 0 6.87c0 3.208 2.846 5.896 6.69 6.405.26.056.615.172.705.394.08.2.053.518.026.722 0 0-.092.565-.113.685-.035.203-.16.79.693.432.854-.36 4.607-2.714 6.285-4.646C15.445 9.594 16 8.302 16 6.87" fill-rule="nonzero"/></svg><span class="tile-name">Line</span></a><span class="hex">#00C300</span></li>
<li class="tiles__item" data-search="xbox 107c10" style="background-color:#107C10"><a href="https://simpleicons.org/icons/xbox.svg" class="icon--link" title="Xbox"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M2.734 14.024C4.14 15.256 5.984 16.002 8 16.002c2.017 0 3.86-.746 5.267-1.978C14.52 12.748 10.39 8.216 8 6.41c-2.388 1.806-6.52 6.338-5.266 7.614zm7.44-9.607c1.667 1.974 4.99 6.877 4.05 8.61C15.334 11.654 16 9.907 16 8.002c0-2.227-.91-4.242-2.38-5.692 0 0-.018-.015-.056-.028-.04-.015-.1-.03-.187-.03-.394 0-1.323.29-3.203 2.165zM2.436 2.282c-.038.013-.055.027-.057.028C.91 3.76 0 5.775 0 8.002c0 1.903.665 3.65 1.774 5.023C.84 11.288 4.16 6.39 5.827 4.417c-1.88-1.876-2.81-2.164-3.204-2.164-.087 0-.148.014-.187.03zM8 2.365H8S6.036 1.217 4.503 1.162c-.602-.022-.97.197-1.014.226C4.927.427 6.442-.003 7.997-.003h.005c1.555 0 3.07.43 4.51 1.39-.046-.028-.412-.247-1.014-.225-1.534.055-3.497 1.2-3.497 1.2L8 2.366z"/></svg><span class="tile-name">Xbox</span></a><span class="hex">#107C10</span></li>
<li class="tiles__item" data-search="basecamp 66cc66" style="background-color:#66CC66"><a href="https://simpleicons.org/icons/basecamp.svg" class="icon--link" title="Basecamp"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 1.333c-4.307 0-7.68 5.48-8 10.107 1.352 2.346 4.61 3.227 8 3.227 3.39 0 6.65-.88 8-3.227-.32-4.628-3.693-10.107-8-10.107zm6.875 9.005s-.952-2.057-1.918-3.257c-.968-1.2-2.15-2.506-2.848-2.506-.7 0-2.65 3.456-3.547 3.456-.895 0-1.36-1.567-2.462-1.567-1.1 0-2.85 3.778-2.85 3.778l-.12.642s.61 2.695 6.97 2.695c6.36 0 6.87-2.65 6.87-2.65l-.095-.59z"/></svg><span class="tile-name">Basecamp</span></a><span class="hex">#66CC66</span></li>
<li class="tiles__item" data-search="freecodecamp 006600" style="background-color:#006600"><a href="https://simpleicons.org/icons/freecodecamp.svg" class="icon--link" title="freeCodeCamp"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M16 8.212c0 1.668-.57 3.15-1.735 4.46-.423.486-.762.718-.994.718-.084 0-.17-.022-.23-.084-.064-.063-.108-.148-.108-.232 0-.126.147-.317.446-.593 1.204-1.163 1.82-2.6 1.82-4.312 0-1.9-.634-3.444-1.883-4.63-.254-.232-.38-.424-.38-.57 0-.086.04-.17.107-.233.063-.063.148-.107.232-.107.277 0 .697.34 1.227 1.013.992 1.272 1.5 2.796 1.5 4.572zM0 7.788c0-1.668.57-3.15 1.735-4.46.423-.486.762-.718.994-.718.084 0 .17.022.23.084.064.063.108.126.108.21 0 .125-.147.317-.446.612C1.418 4.68.802 6.116.802 7.83c0 1.9.634 3.443 1.883 4.63.254.23.38.422.38.57 0 .084-.04.17-.107.232-.063.062-.148.106-.232.106-.295 0-.697-.34-1.227-1.013C.485 11.107 0 9.585 0 7.788zm11.816 4.586H4.483c-.233 0-.446-.192-.446-.446s.19-.445.446-.445h7.333c.232 0 .446.19.446.445-.004.258-.192.446-.446.446zM7.81 6.42c.132-.017.23.41.242.5.03.235-.048.463-.155.67-.398.776-1.32 1.403-1.076 2.386.104.424.33.718 1.003 1.08-.232.08-.556-.074-.736-.2-.803-.545-1.312-1.44-1.26-2.416.015-.31.074-.615.158-.913.243-.855.752-1.603 1.057-2.435.148-.4.258-.884.133-1.304-.063-.206-.177-.4-.317-.567-.044-.05-.272-.316-.36-.283.397-.15.758-.01 1.108.196.265.158.475.39.637.652.295.478.42 1.03.475 1.587.022.225-.007.785.258.9.284.12.497-.35.556-.546.125-.435-.04-.844-.21-1.238.033.077.192.17.254.228.08.074.162.148.24.225.287.296.475.67.593 1.07.106.353.157.728.176 1.086.05.747-.122 1.52-.42 2.206-.133.31-.302.597-.523.847-.218.246-.505.404-.73.633.535-.545.822-1.426.748-2.092-.04-.37-.165-.714-.44-1.053 0 0 .03.236.054.39.052.332-.17.678-.43.642-.188-.027-.093-.436-.07-.565.066-.39-.023-.766-.166-1.134-.136-.345-.397-.61-.798-.55 0 .002 0 .002-.002.002h.002z"/></svg><span class="tile-name">freeCodeCamp</span></a><span class="hex">#006600</span></li>
<li class="tiles__item" data-search="sentia yoga 4caf50 sentiayoga" style="background-color:#4CAF50"><a href="https://simpleicons.org/icons/sentiayoga.svg" class="icon--link" title="Sentia Yoga"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 13.523c-.428.355-.87.67-1.316.945.388.604.83 1.12 1.316 1.532.485-.41.928-.928 1.316-1.532-.447-.274-.888-.59-1.316-.945zm4.32-1.982c.14 1.247.03 2.413-.32 3.388-1.018-.185-2.082-.67-3.09-1.415 1.366-.225 2.567-.946 3.41-1.972zm-8.64 0c.843 1.027 2.044 1.748 3.41 1.973-1.008.745-2.072 1.23-3.09 1.415-.35-.975-.46-2.14-.32-3.387zm8.225-.418c-.77.96-1.884 1.63-3.155 1.822.45-.425.878-.905 1.282-1.425.652-.09 1.28-.222 1.873-.398zm-7.81 0c.592.176 1.22.308 1.873.397.404.52.832 1 1.282 1.424-1.27-.19-2.386-.862-3.155-1.822zm2.178-6.114C6.808 4.293 7.39 3.658 8 3.11c.61.547 1.192 1.183 1.727 1.898.887.106 1.73.293 2.508.547-.17.8-.43 1.624-.78 2.445.35.82.61 1.644.78 2.445-.778.254-1.62.44-2.508.547-.535.715-1.118 1.35-1.727 1.898-.61-.547-1.192-1.183-1.727-1.898-.887-.106-1.73-.293-2.508-.547.17-.8.43-1.624.78-2.445-.35-.82-.61-1.644-.78-2.445.778-.254 1.62-.44 2.508-.547zM1.74 10.094c-.328.64-.555 1.28-.668 1.906.598.214 1.267.34 1.985.374.013-.524.066-1.064.16-1.613-.522-.192-1.016-.415-1.476-.666zm12.52 0c-.46.25-.955.474-1.477.667.094.55.147 1.09.16 1.614.718-.035 1.387-.16 1.985-.374-.113-.625-.34-1.267-.67-1.906zM13.23 6.03c1.148.5 2.1 1.18 2.77 1.97-.67.79-1.622 1.47-2.77 1.97.23-.613.356-1.277.356-1.97 0-.693-.126-1.357-.357-1.97zm-10.46 0c-.23.613-.356 1.277-.356 1.97 0 .693.126 1.357.357 1.97C1.623 9.47.67 8.79 0 8c.67-.79 1.622-1.47 2.77-1.97zm9.887.147c.22.565.343 1.18.343 1.823s-.122 1.258-.343 1.823c-.145-.606-.345-1.215-.593-1.823.248-.608.448-1.217.593-1.823zm-9.314 0c.145.606.345 1.215.593 1.823-.248.608-.448 1.217-.593 1.823C3.123 9.258 3 8.643 3 8s.122-1.258.343-1.823zm-.286-2.55c-.718.034-1.387.16-1.985.373.113.625.34 1.267.67 1.906.46-.25.953-.474 1.475-.667-.094-.55-.147-1.09-.16-1.614zm9.886 0c-.013.523-.066 1.063-.16 1.612.522.192 1.016.415 1.476.666.328-.64.555-1.28.668-1.906-.598-.214-1.267-.34-1.985-.374zm-4.193-.57c1.27.19 2.386.86 3.155 1.82-.592-.175-1.22-.307-1.873-.396-.404-.52-.832-1-1.282-1.424zm-1.5 0c-.45.424-.878.904-1.282 1.424-.652.09-1.28.222-1.873.398.77-.96 1.884-1.63 3.155-1.822zm1.66-.57c1.008-.745 2.072-1.23 3.09-1.415.35.975.46 2.14.32 3.387-.843-1.027-2.044-1.748-3.41-1.973zM3.68 4.46C3.54 3.212 3.65 2.046 4 1.07c1.018.185 2.082.67 3.09 1.415-1.366.225-2.567.946-3.41 1.972zM9.317 1.53C8.928.928 8.486.412 8 0c-.485.41-.928.928-1.316 1.532.447.274.888.59 1.316.945.428-.355.87-.67 1.316-.945z" fill="#000100"/></svg><span class="tile-name">Sentia Yoga</span></a><span class="hex">#4CAF50</span></li>
<li class="tiles__item" data-search="treehouse 5fcf80" style="background-color:#5FCF80"><a href="https://simpleicons.org/icons/treehouse.svg" class="icon--link" title="Treehouse"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M13.63 2.92c-.53-.3-1.377.182-1.89 1.076l-.932 1.62c-.34.673-.294 1.475.138 2.094l.027.04c.43.618 1.01 1.19 1.2 1.394.114.12.2.268.247.437.157.564-.17 1.147-.733 1.304-.562.157-1.146-.17-1.303-.733-.04-.14-.048-.283-.03-.42.03-.232-.045-.61-.378-.982-.333-.37-1.014.33-1.234 1.052l-.01.033c-.22.722-.36 1.35-.318 1.412.025.036.048.074.07.114.308.58.087 1.3-.494 1.61-.58.31-1.303.088-1.61-.493-.31-.58-.09-1.302.492-1.61.026-.015.052-.028.08-.04.043-.02.17-.323.278-.68l.198-.65c.012-.038.022-.075.03-.113l.59-2.1-.63 1.29c-.074-.244-.198-.252-.467-.06-.162.117-.43.347-.563.44-.247.177-.453.52-.563.73-.064.124-.154.237-.27.33-.45.366-1.11.297-1.476-.153-.366-.45-.297-1.11.153-1.476.133-.107.284-.177.44-.21.264-.058 1.163-.608 1.705-.996.097-.07.18-.135.245-.196l1.448-1.1-1.26.682s-.13-.013-.286.005c-.462.05-.937.115-1.027.23-.053.067-.116.128-.19.18-.42.304-1.007.208-1.31-.213-.303-.42-.207-1.007.213-1.31.174-.125.376-.182.574-.177.337.01 1.225.19 1.968.058l.19-.034c.744-.132 1.633-.778 1.987-1.444l.775-1.36c.428-.753.397-1.577-.07-1.84L8.786.18C8.36-.06 7.66-.06 7.234.18L1.41 3.463c-.426.24-.776.84-.776 1.33v6.415c0 .49.35 1.088.776 1.33l5.824 3.282c.427.24 1.126.24 1.552 0l5.804-3.282c.427-.242.776-.84.776-1.33V4.792c0-.49-.35-1.088-.776-1.33l-.96-.542" fill-rule="nonzero"/></svg><span class="tile-name">Treehouse</span></a><span class="hex">#5FCF80</span></li>
<li class="tiles__item" data-search="travis ci 39a85b travisci" style="background-color:#39A85B"><a href="https://simpleicons.org/icons/travisci.svg" class="icon--link" title="Travis CI"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C3.582 0 0 3.582 0 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zm.28 12.906c-.045.086-.128.146-.224.16l-.746.106c.235.07.48.107.734.107.337 0 .67-.07.985-.2l-.63-.42-.12.246zm2.93-1.303l-1.153-.114c-.05-.006-.096-.023-.136-.05l-.775-.53-1.026.218c-.03.005-.057.01-.085.005l-1.11-.084-.66.592c-.034.03-.074.052-.117.063l-1.195.34c-.053.012-.106.014-.157 0l.696.79 2.327-.333.2-.405c.04-.076.108-.132.19-.154.082-.024.17-.01.24.04l.878.587 1.955-.45.415-.672-.353.136c-.043.017-.088.023-.136.02zm-5.29-.448l.703-.63c.06-.054.14-.083.22-.075l1.193.09 1.11-.235c.08-.016.16 0 .228.046l.817.56.832.08c.085-.207.154-.425.206-.648-.014 0-.028 0-.042-.004l-2.28-.313c-.11-.014-.203-.09-.24-.196l-.404-1.173c-.054-.037-.315-.016-.437.045l-.41 1.152c-.034.095-.114.167-.213.19l-2.235.514c-.014.004-.03.005-.044.007.08.267.188.53.32.783l.678-.193zm-1.85-3.3l.28 1.627.62.47 1.943-.45.39-1.098c.02-.056.06-.104.107-.14.033-.023.335-.234.71-.234.44 0 .632.284.653.317l.392 1.118 1.987.272.617-.427.41-1.423c-2.647-.6-5.46-.61-8.11-.032zm2 1.22H5.89c-.283 0-.465-.012-.626.073.006-.01.077-.166.33-.23-.027-.064-.046-.15-.05-.27-.017-.457.266-.833.558-.837.292 0 .495.37.5.83.004.46-.24.43-.533.434zm3.992-1.376c.293-.01.56.352.594.81.01.127-.004.22-.034.287.27-.032.333.153.335.163-.197-.095-.413.027-.804.033-.295.01-.537.014-.555-.445-.017-.46.173-.84.464-.85zm-3.92.4c-.082 0-.148.07-.145.154.002.083.072.15.154.145.083-.004.147-.073.146-.154-.003-.082-.07-.147-.154-.145zm3.897.187c.08 0 .15-.07.146-.15 0-.083-.07-.15-.152-.147-.083.003-.15.07-.147.15 0 .084.07.15.152.147zM8.044 13.87c.85 0 1.664-.35 2.325-.934l1.166-.27c.076-.017.143-.065.184-.132l.942-1.52c.067-.11.058-.247-.023-.345-.083-.1-.216-.135-.335-.088l-.588.226c.075-.248.132-.506.167-.77.004-.03.004-.06 0-.088l.316-.22c.06-.042.102-.105.12-.177l.434-1.528.036.01.01.002.036.01c.13.035.265-.02.332-.137.15-.257.245-.583.283-.968.042-.412.014-.75-.082-1.012-.03-.077-.09-.14-.167-.17-.255-.104-.515-.2-.778-.287-.39-1.86-2.23-3.24-4.368-3.24-2.134 0-3.976 1.38-4.367 3.238-.265.09-.527.186-.785.29-.077.032-.138.094-.166.173-.096.258-.124.598-.083 1.008.038.386.133.713.283.97.053.094.152.15.255.15.027 0 .052-.004.078-.01.075-.022.15-.04.227-.06l.285 1.694c.01.078.052.148.114.195l.343.258c-.005.032-.006.066 0 .1.065.36.18.723.335 1.072l-.735-.312c-.13-.053-.274-.012-.355.1-.08.112-.074.265.018.37l1.653 1.877c.056.063.138.1.222.1.014 0 .028 0 .042-.004l.83-.117c.53.34 1.135.546 1.794.547h.005zm.93-8.165v.738c0 .163-.133.296-.297.296h-1.21c-.162 0-.294-.134-.294-.297v-.738c0-.143.1-.26.234-.29V4.97h-.55c-.164 0-.297-.133-.297-.297v-.976c0-.164.134-.296.297-.296H9.29c.164 0 .296.133.296.297v.976c0 .164-.132.296-.295.296H8.74v.445c.135.028.236.147.236.29zm3.195.307h-.004c-.064 0-.124-.02-.173-.057-.77-.24-1.564-.41-2.374-.504-.163-.018-.28-.165-.26-.327.02-.16.15-.28.328-.26.7.083 1.392.22 2.067.406-.47-1.424-1.97-2.446-3.702-2.446-1.727 0-3.23 1.022-3.7 2.444.612-.17 1.24-.297 1.875-.38.17-.02.31.094.332.255.02.162-.093.31-.255.33-.757.1-1.5.264-2.22.49-.03.016-.062.027-.096.03-.247.08-.493.168-.734.263-.028.133-.044.334-.015.627.02.203.06.38.115.533 3.046-.77 6.342-.77 9.395 0 .055-.152.094-.33.114-.533.026-.25.02-.464-.015-.627-.226-.088-.452-.168-.68-.244zM8.895 4.378h.1v-.386H7.153v.386h.1c.005-.158.135-.285.295-.285h.155c.163 0 .296.133.296.296v1.315c0 .142-.1.26-.235.29v.153h.618v-.154c-.135-.028-.236-.147-.236-.29V4.39c0-.164.133-.297.296-.297H8.6c.16 0 .29.127.295.285z"/></svg><span class="tile-name">Travis CI</span></a><span class="hex">#39A85B</span></li>
<li class="tiles__item" data-search="deviantart 05cc47" style="background-color:#05CC47"><a href="https://simpleicons.org/icons/deviantart.svg" class="icon--link" title="DeviantArt"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M12.8 3.196l.152-.287V0h-2.91l-.29.293L8.38 2.91l-.432.29h-4.9v3.995h2.694l.24.29-2.783 5.32-.152.286V16h2.91l.29-.293L7.62 13.09l.432-.29h4.9V8.805h-2.694l-.24-.292 2.783-5.317z" fill-rule="nonzero"/></svg><span class="tile-name">DeviantArt</span></a><span class="hex">#05CC47</span></li>
<li class="tiles__item" data-search="sellfy 21b352" style="background-color:#21B352"><a href="https://simpleicons.org/icons/sellfy.svg" class="icon--link" title="Sellfy"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.45.545C10.353-.182 5.602-.182.532.545c-.71 5.04-.71 9.738 0 14.753 2.474.363 4.947.702 7.47.702 2.498 0 4.972-.34 7.446-.678.734-5.04.734-9.738 0-14.777zm-7.692 12.21c-1.37 0-2.817-.46-3.453-.8l.538-2.084c.71.462 1.788.922 2.964.922.93 0 1.494-.29 1.494-.872 0-.412-.293-.654-1.052-.848l-1.52-.412C5.114 8.224 4.355 7.4 4.355 6.092c0-1.574 1.224-2.834 3.747-2.834 1.324 0 2.646.363 3.38.727l-.636 1.986c-.735-.41-1.86-.75-2.816-.75-.907 0-1.3.29-1.3.727 0 .412.27.58.86.727l1.664.484c1.715.485 2.474 1.308 2.474 2.592-.05 1.793-1.64 3.004-3.968 3.004z"/></svg><span class="tile-name">Sellfy</span></a><span class="hex">#21B352</span></li>
<li class="tiles__item" data-search="spotify 1ed760" style="background-color:#1ED760"><a href="https://simpleicons.org/icons/spotify.svg" class="icon--link" title="Spotify"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.56-8-8-8zm3.68 11.56c-.16.24-.44.32-.68.16-1.88-1.16-4.24-1.4-7.04-.76-.28.08-.52-.12-.6-.36-.08-.28.12-.52.36-.6 3.04-.68 5.68-.4 7.76.88.28.12.32.44.2.68zm.96-2.2c-.2.28-.56.4-.84.2-2.16-1.32-5.44-1.72-7.96-.92-.32.08-.68-.08-.76-.4-.08-.32.08-.68.4-.76 2.92-.88 6.52-.44 9 1.08.24.12.36.52.16.8zm.08-2.24C10.16 5.6 5.88 5.44 3.44 6.2c-.4.12-.8-.12-.92-.48-.12-.4.12-.8.48-.92 2.84-.84 7.52-.68 10.48 1.08.36.2.48.68.28 1.04-.2.28-.68.4-1.04.2z" fill-rule="nonzero"/></svg><span class="tile-name">Spotify</span></a><span class="hex">#1ED760</span></li>
<li class="tiles__item" data-search="whatsapp 25d366" style="background-color:#25D366"><a href="https://simpleicons.org/icons/whatsapp.svg" class="icon--link" title="WhatsApp"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M11.665 9.588c-.2-.1-1.177-.578-1.36-.644-.182-.067-.315-.1-.448.1-.132.197-.514.643-.63.775-.116.132-.232.148-.43.05-.2-.1-.842-.31-1.602-.984-.592-.525-.99-1.174-1.107-1.373-.116-.198-.013-.305.087-.404.09-.09.2-.232.3-.348.098-.116.13-.198.198-.33.066-.133.033-.248-.017-.348-.05-.1-.448-1.074-.614-1.47-.16-.387-.325-.334-.448-.34-.115-.006-.248-.007-.38-.007-.134 0-.35.05-.532.247-.182.2-.696.678-.696 1.653s.713 1.917.812 2.05c.1.132 1.404 2.133 3.4 2.99.476.205.846.327 1.136.418.476.15.91.13 1.253.08.383-.058 1.178-.48 1.344-.943.167-.463.167-.86.117-.943-.05-.083-.182-.133-.382-.232m-3.632 4.935H8.03c-1.187 0-2.353-.318-3.37-.918l-.24-.143-2.507.654.67-2.43-.16-.25c-.662-1.05-1.012-2.263-1.01-3.508 0-3.633 2.97-6.59 6.623-6.59 1.77.002 3.43.688 4.68 1.934 1.252 1.245 1.94 2.9 1.94 4.662-.003 3.633-2.973 6.59-6.623 6.59m5.636-12.2C12.164.828 10.164.002 8.032 0 3.643 0 .07 3.556.067 7.928c0 1.397.366 2.76 1.063 3.964L0 16l4.223-1.102c1.164.63 2.474.964 3.807.965h.004c4.39 0 7.964-3.557 7.966-7.93 0-2.117-.827-4.11-2.33-5.608"/></svg><span class="tile-name">WhatsApp</span></a><span class="hex">#25D366</span></li>
<li class="tiles__item" data-search="kickstarter 2bde73" style="background-color:#2BDE73"><a href="https://simpleicons.org/icons/kickstarter.svg" class="icon--link" title="Kickstarter"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M6.406 5.453L9.34 1.2C9.895.4 10.61 0 11.49 0c.715 0 1.335.254 1.86.762.522.51.784 1.117.784 1.826 0 .523-.138.986-.416 1.386L11.073 7.82l3.235 4.102c.323.408.485.886.485 1.433 0 .724-.254 1.345-.763 1.865-.508.52-1.124.78-1.848.78-.793 0-1.398-.258-1.814-.774l-3.962-4.944v2.726c0 .778-.135 1.383-.405 1.814C5.51 15.607 4.793 16 3.854 16c-.855 0-1.518-.29-1.987-.866-.44-.532-.66-1.237-.66-2.114V2.91c0-.83.224-1.516.67-2.055C2.347.285 2.995 0 3.82 0c.786 0 1.44.285 1.964.855.292.316.477.635.554.96.047.2.07.572.07 1.12v2.518z"/></svg><span class="tile-name">Kickstarter</span></a><span class="hex">#2BDE73</span></li>
<li class="tiles__item" data-search="microsoft excel 217346 microsoftexcel" style="background-color:#217346"><a href="https://simpleicons.org/icons/microsoftexcel.svg" class="icon--link" title="Microsoft Excel"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.702 2.067h-5.36v.992h1.58v1.57h-1.58v.505h1.58v1.57h-1.58v.514h1.58V8.7h-1.58v.595h1.58v1.49h-1.58v.595h1.58v1.498h-1.58v1.092h5.36c.084-.025.155-.124.212-.298.057-.175.086-.316.086-.424v-11c0-.085-.03-.136-.086-.154-.057-.018-.128-.027-.212-.027zm-.695 10.81h-2.572V11.38h2.572v1.498zm0-2.093h-2.572v-1.49h2.572v1.49zm0-2.085h-2.572V7.22h2.572V8.7zm0-1.995h-2.572v-1.57h2.572v1.57zm0-2.076h-2.572V3.06h2.572v1.57zM0 1.822v12.4l9.44 1.633V.144L0 1.824zM5.595 11.2c-.036-.097-.205-.51-.505-1.242-.3-.73-.48-1.156-.533-1.277H4.54l-1.012 2.402-1.353-.09L3.78 7.995 2.31 5l1.38-.073.912 2.347h.018L5.65 4.82l1.425-.09-1.697 3.247 1.75 3.312-1.533-.09z" fill-rule="nonzero"/></svg><span class="tile-name">Microsoft Excel</span></a><span class="hex">#217346</span></li>
<li class="tiles__item" data-search="koding 00b057" style="background-color:#00B057"><a href="https://simpleicons.org/icons/koding.svg" class="icon--link" title="Koding"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M.5 0h15v3.98H.5zm0 6.01h11.497v3.98H.5zm0 6.01h15V16H.5z" fill-rule="nonzero"/></svg><span class="tile-name">Koding</span></a><span class="hex">#00B057</span></li>
<li class="tiles__item" data-search="gauges 339966" style="background-color:#339966"><a href="https://simpleicons.org/icons/gauges.svg" class="icon--link" title="Gauges"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 16c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0-1.11c3.805 0 6.89-3.085 6.89-6.89 0-3.805-3.085-6.89-6.89-6.89-3.805 0-6.89 3.085-6.89 6.89 0 3.805 3.085 6.89 6.89 6.89zm2.32-4.817c0-1.116-.718-1.607-1.92-1.65l-.75-.035c-.63-.022-.798-.055-.798-.29 0-.09.067-.212.202-.28.123.024.213.035.337.035 1.606 0 2.414-.78 2.414-1.986 0-.2-.056-.38-.157-.49h.64v-1.34H8.39c-.315-.077-.595-.133-.977-.133-1.695 0-2.536.982-2.536 2.12 0 .713.336 1.227.84 1.494-.39.156-.683.58-.683 1.027 0 .39.213.702.54.858-.428.224-.81.77-.81 1.294 0 1.105.898 1.65 2.425 1.65 1.918 0 3.13-1.07 3.13-2.274zm-2-4.04c0 .473-.334.76-.883.76-.596 0-.895-.298-.895-.783 0-.453.322-.773.883-.773.597 0 .895.32.895.795zm.444 4.24c0 .42-.408.742-1.213.742-.634 0-1.008-.27-1.008-.667 0-.236.148-.473.397-.666.056.01.146 0 .214.01l.896.022c.522.022.714.258.714.56zm2.994-3.036c-.66 0-1.216.556-1.216 1.23 0 .672.556 1.215 1.216 1.215.673 0 1.23-.543 1.23-1.216 0-.673-.557-1.23-1.23-1.23z"/></svg><span class="tile-name">Gauges</span></a><span class="hex">#339966</span></li>
<li class="tiles__item" data-search="speaker deck 339966 speakerdeck" style="background-color:#339966"><a href="https://simpleicons.org/icons/speakerdeck.svg" class="icon--link" title="Speaker Deck"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M1.067 14C.477 14 0 13.525 0 12.94V3.06C0 2.475.478 2 1.067 2h13.866c.588 0 1.065.475 1.065 1.06H16v9.88c0 .585-.478 1.06-1.067 1.06H1.067zm9.957-3.88H4.978c-.387-.007-.7-.32-.7-.707h-.005V6.587h.006c0-.386.31-.7.698-.706h6.046c.387.007.7.32.7.707h.003v2.826h-.004c0 .386-.312.7-.7.706zM7.48 6.934L5.7 8.008l1.766 1.057.013-2.13zm1.04 2.13l1.78-1.073-1.768-1.057-.01 2.13z"/></svg><span class="tile-name">Speaker Deck</span></a><span class="hex">#339966</span></li>
<li class="tiles__item" data-search="google hangouts 0c9d58 googlehangouts" style="background-color:#0C9D58"><a href="https://simpleicons.org/icons/googlehangouts.svg" class="icon--link" title="Google Hangouts"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C4.133 0 1 3.133 1 7c0 3.667 3.333 6.667 7 6.667V16c4.233-2.067 7-5.467 7-9 0-3.867-3.133-7-7-7zM4.667 8h1.666v1.667c.734 0 1.334-.734 1.334-1.667V5h-3v3zm4-3v3h1.666v1.667c.734 0 1.334-.734 1.334-1.667V5h-3z"/></svg><span class="tile-name">Google Hangouts</span></a><span class="hex">#0C9D58</span></li>
<li class="tiles__item" data-search="vue.js 4fc08d vuejs" style="background-color:#4FC08D"><a href="https://simpleicons.org/icons/vuejs.svg" class="icon--link" title="Vue.js"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 4.268L9.85 1.07h2.95l-.002.004H16L8 14.93 0 1.073h3.202V1.07h2.95L8 4.27z"/></svg><span class="tile-name">Vue.js</span></a><span class="hex">#4FC08D</span></li>
<li class="tiles__item" data-search="slack 56b68b" style="background-color:#56B68B"><a href="https://simpleicons.org/icons/slack.svg" class="icon--link" title="Slack"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill-rule="nonzero"><path d="M6.586 7.33l.69 2.057 2.137-.716-.69-2.056-2.137.716z"/><path d="M12.55 9.37l-1.037.347.36 1.073c.145.434-.09.904-.524 1.05-.096.03-.19.045-.287.042-.338-.01-.65-.226-.765-.566l-.36-1.072-2.138.716.36 1.072c.145.435-.09.905-.523 1.05-.096.032-.192.045-.286.043-.34-.01-.65-.226-.764-.566l-.36-1.075-1.037.348c-.096.03-.19.045-.286.042-.34-.008-.65-.226-.765-.565-.146-.434.09-.904.522-1.05L5.7 9.914l-.69-2.058-1.037.347c-.094.032-.19.045-.285.043-.338-.01-.65-.226-.765-.566-.145-.434.09-.904.523-1.05l1.037-.347-.36-1.073c-.145-.434.09-.904.524-1.05.435-.145.905.09 1.05.524l.36 1.072 2.137-.716-.36-1.072c-.144-.435.09-.905.524-1.05.435-.145.906.09 1.05.523l.36 1.075 1.037-.347c.434-.146.904.088 1.05.522.145.434-.09.904-.523 1.05l-1.037.347.69 2.057 1.036-.347c.435-.145.905.09 1.05.523.146.434-.09.904-.522 1.05zm2.78-3.57C13.68.304 11.298-.98 5.8.67.304 2.32-.98 4.7.67 10.2c1.65 5.497 4.03 6.78 9.53 5.13 5.497-1.65 6.78-4.03 5.13-9.53z"/></g></svg><span class="tile-name">Slack</span></a><span class="hex">#56B68B</span></li>
<li class="tiles__item" data-search="medium 00ab6b" style="background-color:#00AB6B"><a href="https://simpleicons.org/icons/medium.svg" class="icon--link" title="Medium"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M11.824 12.628l-.276.45.798.398 2.744 1.372c.15.076.294.11.418.11.278 0 .467-.177.467-.492V5.883l-4.15 6.745zm4.096-8.67c-.004-.003 0-.01-.003-.012l-4.825-2.412c-.06-.03-.123-.038-.187-.044-.016 0-.03-.01-.047-.01-.184 0-.368.092-.467.254l-.24.39-.5.814-1.89 3.08 1.89 3.076.5.813.5.812.59.95 4.71-7.64c.02-.03.01-.06-.02-.08zm-6.27 7.045L7.17 6.97l-.295-.477-.294-.477-.25-.416v4.867l3.32 1.663.5.25.5.25-.5-.813-.5-.813zM.737 1.68L.59 1.608c-.085-.042-.166-.062-.24-.062-.206 0-.35.16-.35.427v10.162c0 .272.2.594.442.716l4.145 2.08c.107.06.208.08.3.08.257 0 .438-.2.438-.53V4.01c0-.02-.012-.04-.03-.047L.738 1.68z"/></svg><span class="tile-name">Medium</span></a><span class="hex">#00AB6B</span></li>
<li class="tiles__item" data-search="moo 00945e" style="background-color:#00945E"><a href="https://simpleicons.org/icons/moo.svg" class="icon--link" title="Moo"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M7.98 16c-1.683 0-3.2-.738-4.226-2.092-.74-.944-1.108-2.052-1.108-3.24 0-.37.04-.74.123-1.068.204-1.19 1.066-3.118 2.625-5.785C6.545 1.845 7.487.37 7.528.37c.082-.165.205-.37.45-.37.248 0 .37.205.494.37 0 0 .984 1.476 2.133 3.445 1.56 2.667 2.42 4.595 2.626 5.785.083.328.124.697.124 1.067 0 1.19-.37 2.297-1.108 3.24C11.18 15.222 9.62 16 7.98 16zm0-1.395c1.27 0 2.42-.574 3.2-1.56.533-.696.82-1.558.82-2.46 0-.288-.04-.534-.082-.82-.164-.903-.862-2.462-2.05-4.555-.904-1.6-1.683-2.748-1.683-2.748l-.206-.288-.165.247s-.78 1.19-1.682 2.75c-1.23 2.092-1.928 3.65-2.05 4.553-.042.287-.083.533-.083.82 0 .903.287 1.724.82 2.462.74 1.026 1.888 1.6 3.16 1.6z"/></svg><span class="tile-name">Moo</span></a><span class="hex">#00945E</span></li>
<li class="tiles__item" data-search="skyliner 2fcea0" style="background-color:#2FCEA0"><a href="https://simpleicons.org/icons/skyliner.svg" class="icon--link" title="Skyliner"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5.313,11.717a.289.289,0,0,0-.308.135,1.653,1.653,0,0,1-1.79.93,1.641,1.641,0,0,1,.932-1.788.289.289,0,0,0-.111-.535,3.031,3.031,0,0,0-2.836.982,5.046,5.046,0,0,0-.866,3.984.293.293,0,0,0,.239.239,6.347,6.347,0,0,0,1.007.081,4.336,4.336,0,0,0,3.289-1.251,3.067,3.067,0,0,0,.673-2.533A.289.289,0,0,0,5.313,11.717ZM15.866.135c-.114-.113-.348-.06-.348-.06A11.5,11.5,0,0,0,14.238,0,10.385,10.385,0,0,0,6.827,3a10.064,10.064,0,0,0-.678.759,3.847,3.847,0,0,0-2.973-.108C1.651,4.305.758,6.175.02,8.1a.289.289,0,0,0,.449.332,3.807,3.807,0,0,1,3.63-.5l-.361,1.31a.29.29,0,0,0,.125.321A12.821,12.821,0,0,1,6.44,12.136a.29.29,0,0,0,.322.125l1.311-.36a3.752,3.752,0,0,1-.5,3.631.29.29,0,0,0,.332.449c1.923-.737,3.793-1.63,4.447-3.155a3.845,3.845,0,0,0-.108-2.973A9.844,9.844,0,0,0,13,9.174,10.508,10.508,0,0,0,15.929.484S15.979.249,15.866.135ZM14.238.579a10.966,10.966,0,0,1,1.127.059,10.746,10.746,0,0,1,.047,1.551,1.828,1.828,0,0,1-1.083-.516A1.8,1.8,0,0,1,13.814.589c.141-.006.282-.011.424-.011Zm-7,2.831A9.719,9.719,0,0,1,13.23.627a2.427,2.427,0,0,0,.5,1.237l0,0-1.8,1.8a2.349,2.349,0,0,0-3.3,3.3l-2.1,2.1A12.862,12.862,0,0,0,4.778,7.642,9.627,9.627,0,0,1,7.237,3.41Zm5.021,2.107a1.774,1.774,0,1,1-1.774-1.773,1.776,1.776,0,0,1,1.774,1.773Zm-11.381,2C1.506,6.013,2.272,4.67,3.4,4.185a3.2,3.2,0,0,1,2.374.059A10.258,10.258,0,0,0,4.262,7.36a4.052,4.052,0,0,0-3.385.156Zm5.932,4.131A14.353,14.353,0,0,0,4.353,9.194l.263-.956a12.413,12.413,0,0,1,3.149,3.147Zm5.01.95c-.485,1.132-1.827,1.9-3.331,2.527A4.057,4.057,0,0,0,8.64,11.74a10.29,10.29,0,0,0,3.122-1.519A3.205,3.205,0,0,1,11.818,12.6ZM8.361,11.223A12.894,12.894,0,0,0,6.942,9.469l2.1-2.1a2.349,2.349,0,0,0,3.3-3.3l1.8-1.8,0,0a2.432,2.432,0,0,0,1.234.5,9.721,9.721,0,0,1-2.781,5.99,9.634,9.634,0,0,1-4.231,2.459Z"/></svg>
<span class="tile-name">Skyliner</span></a><span class="hex">#2FCEA0</span></li>
<li class="tiles__item" data-search="vine 11b48a" style="background-color:#11B48A"><a href="https://simpleicons.org/icons/vine.svg" class="icon--link" title="Vine"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.013 7.954c-.412.095-.81.137-1.17.137-2.018 0-3.572-1.41-3.572-3.86 0-1.202.465-1.827 1.122-1.827.625 0 1.042.56 1.042 1.7 0 .645-.173 1.354-.3 1.774 0 0 .62 1.085 2.322.752.36-.803.557-1.842.557-2.753 0-2.45-1.25-3.877-3.54-3.877-2.356 0-3.734 1.81-3.734 4.198 0 2.365 1.105 4.395 2.928 5.32-.767 1.533-1.742 2.884-2.76 3.902C6.064 11.19 4.395 8.212 3.71 2.403H.987c1.258 9.675 5.007 12.755 5.998 13.347.56.336 1.044.32 1.556.032.806-.458 3.223-2.875 4.563-5.705.562-.002 1.238-.066 1.91-.218V7.953z" fill-rule="nonzero"/></svg><span class="tile-name">Vine</span></a><span class="hex">#11B48A</span></li>
<li class="tiles__item" data-search="bing 008373" style="background-color:#008373"><a href="https://simpleicons.org/icons/bing.svg" class="icon--link" title="Bing"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M2.4042 0 5.60031 1.12437V12.37468l4.50187-2.59883L7.895 8.74026 6.50254 5.27446l7.09325 2.492v3.623L5.60214 16 2.4042 14.22113Z"/></svg><span class="tile-name">Bing</span></a><span class="hex">#008373</span></li>
<li class="tiles__item" data-search="pingup 00b1ab" style="background-color:#00B1AB"><a href="https://simpleicons.org/icons/pingup.svg" class="icon--link" title="Pingup"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M9.11 0H1.146v16H6.17V6.478H4.33c-.336 0-.433-.21-.213-.466L7 2.65c.218-.256.578-.256.797 0l2.882 3.362c.218.256.122.466-.215.466h-1.84v4.45h.486c4.152 0 5.745-2.872 5.745-5.654C14.855 2.604 13.105 0 9.11 0" fill-rule="nonzero"/></svg><span class="tile-name">Pingup</span></a><span class="hex">#00B1AB</span></li>
<li class="tiles__item" data-search="slashdot 026664" style="background-color:#026664"><a href="https://simpleicons.org/icons/slashdot.svg" class="icon--link" title="Slashdot"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M13.185 0L4.692 16H1.246L9.738 0h3.447zm1.57 13.2c0 1.512-1.227 2.738-2.74 2.738-1.512 0-2.738-1.226-2.738-2.738s1.226-2.738 2.738-2.738c1.513 0 2.74 1.226 2.74 2.738z"/></svg><span class="tile-name">Slashdot</span></a><span class="hex">#026664</span></li>
<li class="tiles__item" data-search="fitbit 00b0b9" style="background-color:#00B0B9"><a href="https://simpleicons.org/icons/fitbit.svg" class="icon--link" title="Fitbit"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8.865 1.216c0 .65-.54 1.19-1.19 1.19-.648 0-1.19-.54-1.19-1.19 0-.648.542-1.19 1.19-1.19.65 0 1.19.542 1.19 1.19zm-1.19 2.162c-.702 0-1.243.54-1.243 1.244 0 .702.54 1.243 1.244 1.243.702 0 1.243-.54 1.243-1.243 0-.703-.542-1.244-1.244-1.244zm0 3.352c-.702 0-1.297.594-1.297 1.297s.595 1.297 1.298 1.297c.702 0 1.297-.594 1.297-1.297S8.378 6.73 7.676 6.73zm0 3.405c-.702 0-1.243.54-1.243 1.243 0 .703.54 1.244 1.244 1.244.702 0 1.243-.54 1.243-1.244 0-.648-.542-1.243-1.244-1.243zm0 3.46c-.648 0-1.19.54-1.19 1.19 0 .647.542 1.188 1.19 1.188.65 0 1.19-.54 1.19-1.19 0-.648-.54-1.188-1.19-1.188zm3.298-10.38c-.757 0-1.405.65-1.405 1.407 0 .756.648 1.405 1.405 1.405s1.405-.65 1.405-1.405c0-.757-.648-1.406-1.405-1.406zm0 3.353c-.81 0-1.46.648-1.46 1.46 0 .81.65 1.458 1.46 1.458.81 0 1.46-.648 1.46-1.46 0-.81-.65-1.458-1.46-1.458zm0 3.405c-.757 0-1.405.65-1.405 1.405 0 .757.648 1.406 1.405 1.406s1.405-.65 1.405-1.406c0-.756-.648-1.405-1.405-1.405zm3.405-3.568c-.864 0-1.62.703-1.62 1.622 0 .865.7 1.622 1.62 1.622.92 0 1.622-.704 1.622-1.623-.054-.92-.757-1.622-1.622-1.622zM4.324 3.54c-.594 0-1.08.487-1.08 1.082 0 .594.486 1.08 1.08 1.08.595 0 1.08-.486 1.08-1.08 0-.595-.485-1.08-1.08-1.08zm0 3.352c-.648 0-1.135.486-1.135 1.135 0 .65.486 1.135 1.134 1.135.65 0 1.135-.486 1.135-1.135 0-.65-.487-1.135-1.136-1.135zm0 3.405c-.594 0-1.08.487-1.08 1.08 0 .596.486 1.082 1.08 1.082.595 0 1.08-.487 1.08-1.082 0-.594-.485-1.08-1.08-1.08zM.974 7.054c-.542 0-.974.432-.974.973C0 8.567.432 9 .973 9c.54 0 .973-.432.973-.973 0-.54-.432-.973-.973-.973z" fill-rule="nonzero"/></svg><span class="tile-name">Fitbit</span></a><span class="hex">#00B0B9</span></li>
<li class="tiles__item" data-search="xing 005a5f" style="background-color:#005A5F"><a href="https://simpleicons.org/icons/xing.svg" class="icon--link" title="Xing"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M12.126 0c-.345 0-.494.217-.618.44 0 0-4.97 8.816-5.135 9.105.01.016 3.28 6.015 3.28 6.015.113.205.29.44.644.44H12.6c.14 0 .25-.052.308-.147.06-.1.06-.23-.005-.357L9.65 9.552c-.003-.004-.003-.01 0-.015L14.76.504c.063-.128.064-.258.004-.357-.06-.095-.168-.147-.307-.147h-2.33zM2.432 3.16c-.14 0-.256.05-.315.144-.06.1-.052.226.013.354l1.56 2.7c.003.006.003.01 0 .014L1.24 10.7c-.065.126-.062.254 0 .353.057.095.16.157.3.157h2.308c.345 0 .51-.232.63-.445l2.49-4.406-1.586-2.767c-.115-.205-.29-.433-.642-.433H2.432z"/></svg><span class="tile-name">Xing</span></a><span class="hex">#005A5F</span></li>
<li class="tiles__item" data-search="runkeeper 2dc9d7" style="background-color:#2DC9D7"><a href="https://simpleicons.org/icons/runkeeper.svg" class="icon--link" title="Runkeeper"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M1.64 2.57l-.013-.013L.204 1.02C.062.878.09.707.204.565.346.423.517.45.66.565L2.11 2.1c.012.013.022.024.03.035.15.086.39.205.74.28.112.056.312.085.425.227.03.028.598.626.854.996.198.2.37.455.51.71.03-.056.115-.113.143-.14C6.15 3.01 8.057 2.13 9.878 2.413c1.48.2 2.617 1.31 3.015 2.732.4 1.48.114 3.044-.882 4.21-.852.968-1.763 1.537-3.014 1.708-.825.085-1.48 0-1.707-.086-.428-.17-.713-.597-.713-1.11 0-.682.54-1.223 1.224-1.223.513 0 .91.228 1.082.655-.228.028-.797.085-1.08 0v-.086c0-.085-.058-.17-.172-.17-.085 0-.17.056-.17.17 0 .086.028.142.14.17.172.086.912.115 1.31 0 .512-.14 1.508-.54 2.077-1.393 0 0 1.024-1.422.142-3.015-.086-.085-.655-1.08-1.793-1.08-1.536-.03-3.1.995-3.955 1.848.882 2.134 1.025 4.58.143 6.715-.91 2.19-2.618 3.072-3.443 3.072-1.024.03-2.39-.626-2.02-3.13.37-2.446 1.565-4.694 3.215-6.57.427.31.797.767.797.738-.057-.142-.143-.37-.513-1.11-.368-.74-1.364-1.82-1.364-1.82-.143-.2-.228-.37-.256-.512-.073-.317-.25-.467-.3-.557zm13.192 8.45l.537-1.976c.027-.17.226-.257.397-.228.17.028.256.228.228.398l-.54 2.05c0 .084-.086.37.027.824.057.17.03.34.057.34v.03c-.013.025-.02.05-.026.074l-.006.022c-.006.025-.013.05-.026.074-.34.882-.853 1.565-1.65 2.106-1.365.882-3.357.882-4.637 0-1.11-.74-1.736-2.305-1.85-3.614.37.17 1.28.37 1.736.285.03.2.456 2.56 2.562 2.475 1.792-.085 2.36-1.878 2.446-1.963 0 0 .086-.17.256-.313.228-.17.37-.398.456-.54.008-.017.02-.032.032-.043zm-10.36-.24c-.57 2.503-2.162 3.385-2.59 3.242-.426-.142-.568-1.394.285-3.5.143-.312.996-2.275 2.106-3.5-.03.058.626 1.908.2 3.757z"/></svg><span class="tile-name">Runkeeper</span></a><span class="hex">#2DC9D7</span></li>
<li class="tiles__item" data-search="react 00d8ff" style="background-color:#00D8FF"><a href="https://simpleicons.org/icons/react.svg" class="icon--link" title="React"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8.007 2.65l.007-.008c.333-.32.685-.62 1.062-.887.148-.105.3-.205.457-.3.136-.08.275-.155.417-.224.11-.05.22-.1.333-.144.1-.04.205-.074.31-.103.16-.045.322-.078.487-.093l.105-.006h.077c.047 0 .094 0 .14.005.1.007.2.025.297.053.084.025.167.058.246.1.05.025.096.055.14.087.078.055.15.118.213.187.057.063.11.13.157.2.102.154.18.323.24.496.018.05.035.102.05.154.02.067.036.136.05.205.02.088.036.176.05.264.016.11.027.22.035.332.01.147.016.295.015.443 0 .193-.01.384-.028.574-.022.234-.053.467-.093.698-.024.14-.052.278-.082.417-.017.077-.035.156-.055.234l.13.038c.24.073.478.153.71.243.188.073.372.15.553.237.163.077.322.16.478.25.168.098.33.203.485.318.133.098.26.205.38.32.09.088.174.18.252.28.064.083.124.17.175.262.07.125.126.258.16.397.02.085.034.174.037.263 0 .055 0 .11-.006.166-.01.093-.03.186-.057.276-.026.086-.06.17-.1.25-.088.172-.203.33-.332.476-.04.044-.08.087-.122.128-.054.055-.11.107-.168.157-.072.063-.148.124-.224.182-.1.074-.202.145-.307.212-.132.085-.27.165-.407.24-.173.09-.35.176-.53.254-.178.08-.36.15-.545.217-.155.056-.313.108-.472.156l-.053.015c.02.08.04.16.057.24.026.12.05.237.07.356.044.242.077.485.098.73.016.187.025.375.026.564 0 .146-.005.292-.016.438-.01.115-.022.23-.04.344-.014.093-.03.185-.052.277-.017.072-.036.145-.057.216-.037.125-.083.25-.14.37-.045.095-.098.188-.158.277-.06.088-.13.17-.206.246-.087.085-.185.158-.292.216-.08.042-.163.076-.25.102-.134.04-.275.06-.415.064-.19.006-.38-.018-.566-.06-.117-.027-.23-.06-.344-.1-.126-.043-.25-.094-.37-.15-.146-.066-.288-.14-.426-.22-.16-.093-.316-.193-.468-.3-.39-.27-.754-.58-1.096-.91l-.077.072c-.156.148-.318.29-.485.427-.167.137-.34.267-.517.39-.158.11-.322.213-.49.31-.16.09-.325.173-.493.247-.118.05-.237.097-.358.137-.115.037-.23.07-.347.094-.185.04-.373.062-.562.056-.147-.004-.295-.025-.437-.07-.09-.026-.174-.062-.255-.107-.056-.03-.11-.066-.16-.104-.035-.03-.07-.058-.1-.09-.025-.02-.048-.045-.07-.07-.14-.148-.245-.324-.326-.51l-.036-.087c-.015-.038-.03-.076-.042-.114-.017-.054-.034-.108-.048-.16-.018-.066-.034-.132-.047-.197-.02-.09-.035-.178-.047-.267-.015-.115-.026-.23-.033-.347-.008-.148-.01-.295-.007-.44.004-.19.016-.378.036-.565.023-.235.06-.47.103-.703.036-.19.078-.382.125-.57l-.2-.06c-.24-.075-.475-.16-.706-.253-.16-.066-.317-.136-.472-.212-.145-.07-.288-.147-.428-.23-.174-.1-.342-.21-.503-.33C.91 9.523.777 9.41.654 9.29.562 9.2.475 9.104.395 9c-.07-.09-.134-.183-.19-.282-.05-.09-.093-.186-.127-.284-.015-.044-.03-.09-.04-.134C.016 8.208.003 8.113 0 8.018c0-.06.002-.12.008-.178.006-.044.013-.09.023-.133L.06 7.6c.064-.21.175-.406.31-.58.018-.026.037-.05.057-.074.026-.032.053-.063.08-.093.038-.042.077-.082.118-.122.055-.053.112-.105.17-.156.075-.063.15-.122.228-.18.1-.073.204-.143.31-.208.13-.083.266-.16.404-.23.176-.093.356-.176.54-.253.33-.14.668-.255 1.012-.355l.082-.024c-.052-.21-.1-.42-.138-.632-.042-.227-.075-.456-.098-.686-.02-.182-.03-.366-.035-.55-.003-.147 0-.296.007-.443.006-.113.016-.225.03-.336.012-.09.027-.18.045-.27.013-.072.03-.142.05-.213.014-.054.03-.108.048-.16l.037-.104c.01-.03.023-.06.036-.088.08-.184.185-.36.32-.508.032-.034.065-.066.1-.096.03-.028.062-.054.095-.08.046-.032.093-.062.143-.09.08-.044.167-.08.255-.105.096-.03.194-.047.294-.056C4.587.904 4.62.9 4.65.9h.053c.013-.002.027-.002.04-.002h.054l.11.008c.163.014.324.045.48.088.106.028.21.062.31.1.11.04.215.085.32.134.16.075.316.158.468.248.166.097.326.2.483.312.186.13.367.27.542.417.14.116.276.236.41.36l.087.084zm4.007 8.198c-.117.027-.235.053-.353.076-.27.055-.542.102-.815.142-.293.042-.586.077-.88.105-.04.005-.08.01-.118.012-.186.27-.38.534-.578.792-.214.275-.434.543-.665.8-.033.038-.066.075-.1.11.296.286.61.554.943.793.137.098.277.19.422.278.12.072.246.14.374.202.11.052.22.1.336.142.09.03.18.06.274.082.078.02.157.034.236.042.066.008.132.01.198.01.102-.005.205-.02.3-.06.026-.013.053-.026.078-.04.057-.036.108-.08.152-.13.062-.07.112-.148.155-.23.015-.027.03-.055.042-.084.018-.04.034-.08.05-.123.02-.052.036-.105.05-.158.02-.067.036-.134.05-.2.02-.092.033-.183.045-.276.012-.095.02-.192.025-.288.012-.222.008-.444-.007-.666-.014-.213-.04-.425-.073-.636-.028-.177-.062-.353-.1-.528l-.04-.168zm-7.993.03c-.023.097-.046.194-.067.29-.072.332-.127.668-.156 1.007-.02.224-.027.45-.02.674.004.096.01.194.02.29.01.09.023.177.04.265.01.064.026.13.042.192.013.052.028.103.045.153.014.04.03.08.046.12l.043.09c.01.023.023.045.036.067.008.016.018.032.028.048l.026.038c.056.08.124.153.207.206l.058.03c.046.023.095.04.145.052.065.015.132.023.198.025.068.002.136 0 .202-.008.08-.01.16-.024.24-.042.094-.02.187-.05.278-.08.107-.037.212-.08.315-.126.143-.065.283-.138.42-.217.15-.087.298-.183.442-.283.152-.107.3-.22.443-.338.087-.07.172-.144.255-.218.073-.065.144-.13.215-.198l.03-.03-.174-.19c-.233-.26-.456-.528-.67-.8-.183-.232-.36-.468-.53-.707-.02 0-.04-.003-.06-.004-.31-.026-.617-.06-.924-.1-.28-.04-.56-.085-.838-.138-.11-.022-.222-.045-.333-.07zm4.946.362c-.307.014-.615.02-.923.022-.293 0-.586-.004-.88-.015l-.1-.003.204.262c.194.246.396.486.605.72.05.057.102.114.155.17l.08-.09c.212-.237.414-.483.61-.735.084-.108.167-.218.25-.33zm.494-5.762c-.318-.024-.637-.04-.955-.048-.154-.004-.307-.006-.46-.007h-.067c-.148 0-.296.002-.444.006-.33.007-.66.023-.99.048-.193.28-.377.567-.553.857-.2.333-.394.673-.576 1.017-.113.215-.222.432-.328.65.116.242.238.48.364.716.187.35.384.694.592 1.03.164.266.333.528.51.785.197.012.396.022.594.03.285.01.57.015.854.015.49 0 .978-.016 1.465-.05.167-.25.328-.504.484-.76.35-.576.676-1.168.97-1.775-.1-.205-.206-.41-.315-.61-.14-.264-.287-.525-.438-.782-.212-.36-.435-.716-.668-1.064l-.04-.058zm-4.736 3.33c-.077.18-.15.366-.22.55-.11.285-.21.572-.3.86.172.04.344.072.516.102.25.044.504.08.757.112.068.01.135.017.203.024-.112-.173-.22-.348-.327-.524-.22-.368-.43-.744-.63-1.125zm6.565-.026c-.103.197-.208.39-.316.585-.12.216-.245.43-.373.644-.087.146-.176.29-.266.434l.148-.018c.248-.032.495-.07.74-.114.203-.036.404-.077.604-.122-.087-.274-.184-.545-.29-.812-.078-.2-.16-.4-.247-.596zm-7.74-2.8c-.073.02-.146.043-.22.066-.246.075-.49.16-.727.258-.143.058-.284.12-.423.19-.15.073-.297.152-.44.24-.125.075-.248.158-.365.248-.087.066-.17.136-.25.212-.065.063-.128.13-.186.2-.045.055-.086.11-.122.17-.03.05-.056.1-.077.154-.03.073-.05.15-.055.23-.002.02-.002.04 0 .06.003.088.026.176.06.257l.02.043.025.052.04.07c.017.028.036.057.056.085.024.033.048.065.074.096.032.04.066.078.1.115.044.046.09.09.136.134.053.05.11.097.166.143.076.06.156.12.237.176.1.07.204.135.31.197.136.08.276.152.417.22.172.082.347.157.525.225.152.058.306.113.46.162l.23.07c.064-.212.134-.42.208-.63.124-.348.26-.693.408-1.033.056-.13.114-.258.173-.387-.057-.125-.113-.252-.168-.378-.15-.347-.29-.698-.416-1.054-.07-.194-.134-.39-.195-.588zm8.907.01c-.053.172-.11.343-.17.513-.126.358-.267.712-.418 1.06l-.19.425c.08.172.16.346.236.52.143.325.276.654.396.987.063.172.122.346.177.52l.117-.036c.135-.04.268-.086.4-.134.265-.097.525-.206.778-.33.154-.077.304-.16.45-.25.126-.077.25-.16.366-.25.087-.065.17-.135.25-.21.07-.067.138-.138.2-.214.046-.055.088-.113.125-.174.03-.05.058-.102.08-.156.033-.076.055-.157.06-.24.002-.023.002-.046 0-.07-.003-.054-.014-.108-.03-.16-.023-.07-.055-.134-.09-.197l-.037-.058-.053-.074c-.024-.032-.05-.062-.074-.092-.03-.037-.065-.073-.1-.108-.044-.044-.09-.086-.135-.127-.06-.052-.122-.103-.186-.15-.075-.056-.15-.11-.227-.16-.1-.064-.204-.126-.31-.184-.134-.074-.27-.142-.41-.207-.164-.075-.33-.143-.498-.207-.232-.087-.47-.164-.708-.233zM8 6.56c.79 0 1.43.64 1.43 1.43 0 .787-.64 1.427-1.43 1.427-.79 0-1.43-.64-1.43-1.428 0-.79.64-1.43 1.43-1.43zm2.336-.99c.176.274.345.554.508.837.15.262.298.527.44.795.085-.202.167-.406.245-.612.095-.253.184-.508.265-.766-.17-.04-.342-.075-.514-.107-.313-.06-.628-.108-.944-.148zm-4.67-.003c-.145.018-.288.038-.432.06-.245.037-.49.08-.733.13-.095.018-.19.038-.285.06.085.275.18.548.282.817.072.19.147.38.226.567.18-.348.368-.69.567-1.025.122-.205.247-.41.375-.61zm6.313-.402l.03-.133c.04-.174.074-.348.103-.524.038-.228.067-.46.084-.69.016-.225.022-.452.01-.678-.004-.102-.012-.205-.024-.306-.01-.09-.024-.177-.042-.264-.013-.068-.03-.135-.047-.2-.014-.05-.03-.1-.048-.15L12 2.104l-.037-.078c-.013-.024-.025-.048-.04-.07-.01-.02-.022-.04-.035-.058-.01-.013-.018-.027-.027-.04-.058-.08-.13-.15-.215-.2-.027-.017-.055-.03-.084-.04-.073-.03-.15-.044-.23-.05-.02 0-.042 0-.063-.002h-.024c-.023 0-.046 0-.07.003-.062.003-.124.01-.186.022-.074.013-.147.03-.22.05-.092.028-.184.06-.274.096-.105.042-.208.09-.31.14-.13.066-.257.138-.38.215-.138.085-.272.175-.402.27-.322.235-.626.497-.913.774l.134.147c.255.282.497.575.73.875.168.217.33.44.49.665.136.012.272.027.41.043.3.035.6.078.9.13.278.047.554.1.83.165zM7.53 3.137c-.015-.013-.03-.026-.043-.04-.13-.12-.262-.24-.4-.354-.15-.127-.307-.25-.468-.365-.143-.102-.29-.198-.44-.288-.13-.078-.262-.15-.4-.217-.096-.047-.195-.09-.296-.13-.09-.034-.183-.064-.276-.09-.07-.02-.138-.034-.208-.047-.062-.01-.125-.018-.188-.022l-.073-.002H4.72c-.02 0-.04 0-.06.002-.096.005-.193.023-.282.062-.03.013-.057.028-.084.046-.056.037-.105.084-.148.135-.058.07-.104.147-.143.228l-.038.084c-.015.036-.03.073-.04.11-.017.05-.032.097-.044.145-.017.064-.03.13-.043.195-.016.084-.028.168-.037.254-.01.097-.017.195-.02.294-.01.22-.002.442.016.663.027.344.08.685.153 1.022.024.11.05.223.077.334.105-.024.21-.047.316-.068.247-.05.495-.094.744-.132.274-.043.55-.078.824-.107.084-.01.168-.02.25-.026.162-.227.328-.45.5-.67.22-.28.447-.555.684-.82l.18-.197zm.478.488l-.163.18c-.214.24-.42.486-.618.738l-.17.22c.124-.007.247-.012.37-.015.16-.005.32-.007.48-.008h.116c.144 0 .288.002.432.005.165.004.33.01.494.017l-.153-.2c-.21-.272-.43-.538-.66-.794l-.13-.143z"/></svg><span class="tile-name">React</span></a><span class="hex">#00D8FF</span></li>
<li class="tiles__item" data-search="code school 4cadc0 codeschool" style="background-color:#4CADC0"><a href="https://simpleicons.org/icons/codeschool.svg" class="icon--link" title="Code School"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 14.555c-3.626 0-6.566-2.94-6.566-6.563C1.434 4.367 4.374 1.43 8 1.43c3.624 0 6.563 2.937 6.563 6.562 0 3.624-2.93 6.563-6.564 6.563zM8 0C3.58 0-.004 3.584-.004 8S3.582 16 8 16c4.416 0 8-3.584 8-8S12.424-.008 8 0zm-.867 10.196L4.798 8l2.335-2.204V3.74L2.626 8l4.507 4.253v-2.057zm1.74-6.457v2.056L11.206 8l-2.335 2.196v2.057L13.38 8 8.87 3.74" fill-rule="nonzero"/></svg><span class="tile-name">Code School</span></a><span class="hex">#4CADC0</span></li>
<li class="tiles__item" data-search="deezer 00c7f2" style="background-color:#00C7F2"><a href="https://simpleicons.org/icons/deezer.svg" class="icon--link" title="Deezer"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M9.812 12.464h2.917v-.884H9.81v.884zm-6.54 0h2.916v-.884H3.27v.884zm-3.272 0h2.917v-.884H0v.884zm6.54 0H9.46v-.884H6.54v.884zm6.543 0H16v-.884h-2.917v.884zm0-1.15H16v-.883h-2.917v.885zm-6.542 0H9.46v-.883H6.54v.885zm-6.54 0h2.917v-.883H0v.885zm3.27 0H6.19v-.883H3.27v.885zm6.542 0h2.917v-.883H9.81v.885zm0-1.148h2.917v-.884H9.81v.884zm-6.54 0h2.916v-.884H3.27v.884zm-3.272 0h2.917v-.884H0v.884zm6.54 0H9.46v-.884H6.54v.884zm6.543 0H16v-.884h-2.917v.884zm0-1.15H16v-.883h-2.917v.884zm-6.542 0H9.46v-.883H6.54v.884zm-6.54 0h2.917v-.883H0v.884zm9.812 0h2.917v-.883H9.81v.884zm0-1.15h2.917v-.882H9.81v.883zM0 7.867h2.917v-.882H0v.883zm6.54 0H9.46v-.882H6.54v.883zm6.543 0H16v-.883h-2.917v.884zM6.54 6.72H9.46v-.885H6.54v.884zm6.543-.002H16v-.883h-2.917v.883zM6.54 5.57H9.46v-.885H6.54v.885zm6.543 0H16v-.885h-2.917v.884zm0-1.15H16v-.884h-2.917v.884z"/></svg><span class="tile-name">Deezer</span></a><span class="hex">#00C7F2</span></li>
<li class="tiles__item" data-search="proto.io 34a7c1 protoio" style="background-color:#34A7C1"><a href="https://simpleicons.org/icons/protoio.svg" class="icon--link" title="Proto.io"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill-rule="nonzero"><path d="M8 7.998c-.485 0-.878-.393-.878-.878s.393-.878.878-.878.878.393.878.878-.393.878-.878.878zm1.944-.014c0-1.886-.74-3.598-1.944-4.866-1.204 1.268-1.944 2.98-1.944 4.866 0 .864.156 1.69.44 2.455-.412.6-.716 1.442-.85 2.41.426-.503.948-.87 1.528-1.053.242.377.52.73.826 1.054.307-.323.584-.676.826-1.053.58.182 1.102.55 1.527 1.054-.133-.968-.437-1.81-.85-2.41.284-.765.44-1.592.44-2.456z"/><path d="M8 14.667c-3.682 0-6.667-2.985-6.667-6.667S4.318 1.333 8 1.333 14.667 4.318 14.667 8 11.682 14.667 8 14.667zM8 0C3.582 0 0 3.582 0 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8z"/></g></svg><span class="tile-name">Proto.io</span></a><span class="hex">#34A7C1</span></li>
<li class="tiles__item" data-search="mailchimp 2c9ab7" style="background-color:#2C9AB7"><a href="https://simpleicons.org/icons/mailchimp.svg" class="icon--link" title="MailChimp"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.59 10.418c-.11-.235-.32-.397-.584-.46-.088-.402-.21-.6-.22-.63.046-.052.09-.105.1-.117.373-.46.13-1.138-.506-1.297-.358-.344-.682-.506-.948-.64-.255-.127-.153-.077-.392-.185-.064-.31-.085-1.034-.186-1.542-.09-.457-.274-.788-.556-1.006-.113-.244-.27-.49-.462-.67.888-1.36 1.12-2.705.47-3.408C12.02.15 11.59 0 11.077 0 10.35 0 9.46.295 8.56.84L7.965.36C5.462-1.61-1.617 7.1.882 9.003l.645.493c-.405 1.126.158 2.47 1.332 2.9.258.096.54.142.83.126 0 0 1.897 3.477 5.898 3.478 4.627 0 5.805-4.526 5.818-4.567 0 0 .375-.554.184-1.015zm-5.364.73c-.305.014-.494-.036-.6.32-.008.03-.014.066-.017.103 1.192.376 3.08-.356 3.262-.398l.018-.003c.118.01-1.014.722-2.584.722-.265 0-.493-.023-.673-.06.085.295.31.425.605.494.224.052.462.057.462.057 2.175.06 3.964-1.624 4.038-1.71 0 0-.02.045-.02.05-.32.717-2.166 2.017-4.004 1.98l-.006.002c-.426 0-.944-.11-1.213-.445-.426-.528-.205-1.406.474-1.427l.225-.005c1.68-.052 3.19-.67 4.27-1.96.147-.183-.02-.436-.34-.444h-.005l-.003-.004c-.382-.408-.717-.552-1.015-.704-.626-.32-.567-.043-.712-1.59-.04-.416-.12-.984-.485-1.202-.096-.057-.2-.08-.31-.08-.107 0-.16.02-.18.025-.2.044-.315.157-.458.29-.675.62-1.214.453-2.02.445-.756-.006-1.423.52-1.55 1.33v.002c-.063.424-.023.855.043 1.048 0 0-.205-.136-.303-.257.12.74.794 1.224.794 1.224-.105.024-.258.014-.258.014s.385.305.72.41c-.088.055-.528.49-.755 1.087-.213.56-.126 1.232-.126 1.232l.185-.275s-.12.612.113 1.206c.077-.177.246-.492.246-.492s-.026.658.29 1.197c.01-.123.056-.44.056-.44s.182.562.602.955c.786.698 2.868.824 4.453-.42 1.255-.988 1.474-2.175 1.495-2.216.31-.37.225-.736-.183-.736-.13 0-.228.034-.228.034s0-.54-.25-.962c-.192.217-.727.647-1.43.98-.657.312-1.536.586-2.624.622zM3.543 12c-.894 0-1.62-.762-1.62-1.703 0-.94.726-1.704 1.62-1.704.232 0 .452.05.65.143 0 0 .345.174.442.994.1-.256.152-.467.152-.467.115.353.174.724.15 1.1.097-.128.2-.368.2-.368C5.313 11.043 4.55 12 3.542 12zm.397-2.243c.05 0 .087.02.086.037 0 .018-.035.032-.078.062-.056.04-.063.077-.05.142.01.036.027.06.06.086.125.1.46.17.52.505.068.386-.213.732-.554.74h-.012c-.23 0-.355-.145-.332-.177.004-.007.014-.01.028-.01.02 0 .043.005.075.01.032.004.063.007.093.007h.002c.247 0 .397-.167.437-.34 0-.003.012-.055.012-.09.002-.032 0-.063-.006-.092-.035-.2-.265-.238-.413-.398-.133-.145-.107-.33-.023-.418.048-.048.107-.065.154-.065h.002zm-.722-.22c-.015.007-.145.065-.25.195-.144.177-.195.408-.187.63.01.217.073.337.085.366.027.057.005.09-.036.09h-.002c-.035 0-.086-.024-.134-.076-.084-.09-.138-.225-.165-.345-.107-.5.116-1 .628-1.2.03-.01.063-.017.09-.025.04-.012.15-.035.28-.035h.003c.05 0 .098.003.148.01.21.033.395.14.512.275.09.103.16.247.147.376-.005.054-.03.13-.077.15-.006.003-.012.005-.018.005-.012 0-.022-.005-.03-.013-.035-.034-.008-.105-.093-.225-.094-.13-.282-.257-.54-.258h-.002c-.056 0-.116.006-.178.02h-.003c-.066.013-.03.005-.094.024l-.028.01c-.02.01-.04.016-.057.026zm-2.144-1.11c-.507-.856.376-2.614 1.004-3.614C3.628 2.343 6.212.395 7.385.673L7.708.55l.882.745C9.196.93 9.968.56 10.69.487c-.44.098-.975.326-1.61.714-.014.01-1.5 1.013-2.407 1.913-.495.49-2.48 2.87-2.48 2.87.364-.687.603-1.025 1.178-1.747.326-.41.672-.806 1.027-1.173.165-.17.332-.334.5-.49.114-.106.23-.21.343-.307.053-.046.106-.09.16-.133l-1.165-.96.062.43.846.745s-.75.504-1.12.822C4.528 4.443 3.064 6.398 2.52 8.3h.026c-.272.15-.54.39-.777.716-.007 0-.61-.444-.696-.59zm8.54-.35c.26 0 .436.143.41.188-.01.014-.03.02-.065.02h-.003c-.026 0-.06-.004-.098-.007-.045-.003-.09-.005-.135-.005h-.002c-.15 0-.312.023-.523.11-.064.026-.11.048-.14.048-.007 0-.013 0-.018-.005-.023-.017 0-.086.077-.16.066-.065.135-.102.215-.135.013-.006.026-.01.04-.014.036-.01.074-.022.115-.028.042-.008.083-.01.123-.01zm1.62-.112c.05 0 .105.014.156.042.127.07.19.2.138.293-.03.054-.092.083-.164.083-.05 0-.105-.013-.157-.042-.127-.068-.188-.2-.138-.292.03-.054.092-.083.164-.083zm.83-.287c.005 0 .01 0 .017.002.093.014.152.128.132.255-.018.117-.097.203-.182.204-.007 0-.013-.002-.02-.003-.092-.014-.15-.128-.13-.254.017-.118.097-.204.182-.205zm-2.79-.235c.12 0 .242.02.357.063.153.056.325.17.415.3.034.05.043.087.03.103-.007.006-.017.01-.03.01-.047 0-.13-.036-.24-.08-.184-.067-.343-.107-.516-.107h-.004c-.175 0-.364.04-.606.132-.112.043-.195.077-.24.077h-.01c-.067-.01-.002-.135.146-.255.2-.16.448-.244.696-.244h.002zm2.274-.228c.184-.015.364.017.516.093-.01-.44-.267-.934-.46-.867-.114.038-.133.237-.13.357.005.144.027.277.074.418zM5.536 5.982c.008-.016.706-1.33 2.226-2.2-.114-.017-.393.02-.442.024.278-.24.794-.398 1.15-.47-.103-.067-.352-.084-.475-.087-.037-.002-.037-.002-.08 0 .336-.188.958-.298 1.524-.2-.072-.093-.234-.162-.347-.195L9.04 2.84l.042-.01c.34-.065.738.006 1.053.133-.035-.083-.123-.18-.19-.24-.005-.007-.045-.036-.045-.036.33.07.646.212.883.375-.032-.062-.112-.167-.167-.224.314.09.668.314.82.636l.014.037c-.597-.458-2.338-.328-4.08.802-.798.517-1.383 1.083-1.834 1.67zM7.94 1.72c-.092.065-.173.125-.242.177l-.007.005-.484-.406.734.224zm.37-.25l-.357-.298.13.45c.07-.05.146-.1.226-.152zm-.966-.234l.216.07-.175-.633-.102.315.06.248z"/></svg><span class="tile-name">MailChimp</span></a><span class="hex">#2C9AB7</span></li>
<li class="tiles__item" data-search="co-op 00a1cc coop" style="background-color:#00A1CC"><a href="https://simpleicons.org/icons/coop.svg" class="icon--link" title="Co-op"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.31 5.21c.158-.548.237-1.118.237-1.695 0-.576-.08-1.145-.236-1.693-.204-.685-.704-1.223-1.37-1.476C13.28.116 12.594 0 11.9 0c-.693 0-1.378.116-2.034.346-.67.254-1.17.792-1.373 1.476-.158.552-.238 1.12-.238 1.693 0 .572.08 1.142.238 1.694.203.684.704 1.222 1.373 1.476.657.23 1.34.345 2.035.345.695 0 1.38-.115 2.038-.344.668-.254 1.168-.792 1.373-1.476zm-1.964-1.694c0 .28-.042.56-.126.825-.114.362-.417.632-.79.705-.173.034-.35.05-.528.05-.178 0-.356-.016-.53-.05-.372-.073-.675-.343-.79-.704-.083-.264-.125-.542-.125-.824 0-.283.042-.56.126-.826.114-.36.417-.63.79-.704.17-.034.35-.05.53-.05.178 0 .356.016.527.05.373.073.676.343.79.704.084.266.126.544.126.826zM7.51 12.73c.155-.547.235-1.117.235-1.694 0-.576-.08-1.145-.236-1.693-.207-.685-.707-1.223-1.374-1.476-.658-.23-1.343-.346-2.037-.346-.696 0-1.38.117-2.037.347-.67.254-1.17.792-1.373 1.476-.157.552-.237 1.122-.237 1.693 0 .572.08 1.143.237 1.695.203.685.704 1.223 1.373 1.477.657.23 1.342.345 2.036.345.692 0 1.377-.116 2.036-.345.667-.253 1.167-.792 1.373-1.476zm-1.967-1.693c0 .282-.042.56-.125.825-.115.36-.418.63-.79.704-.173.034-.35.05-.53.05-.177 0-.355-.016-.528-.05-.373-.073-.676-.343-.79-.704-.083-.265-.126-.543-.126-.825 0-.283.043-.56.126-.826.114-.36.417-.63.79-.703.17-.033.35-.05.53-.05.18 0 .356.017.528.05.372.074.675.343.79.705.083.265.125.543.125.825zm0-7.535h2.202c-.002-.57-.08-1.136-.236-1.68C7.303 1.137 6.802.6 6.135.346 5.478.116 4.793 0 4.1 0c-.695 0-1.38.116-2.037.346C1.393.6.893 1.138.69 1.822.533 2.374.453 2.944.453 3.515c0 .572.08 1.142.237 1.694.203.684.704 1.222 1.373 1.476.657.23 1.342.345 2.036.345.692 0 1.377-.115 2.036-.344.667-.254 1.168-.792 1.373-1.476.026-.094.05-.19.073-.286l-2.075-.967c-.02.13-.05.258-.09.384-.115.362-.418.632-.79.705-.173.034-.35.05-.53.05-.177 0-.355-.016-.528-.05-.373-.073-.676-.343-.79-.704-.083-.264-.126-.542-.126-.824 0-.283.043-.56.126-.826.114-.36.417-.63.79-.704.17-.034.35-.05.53-.05.18 0 .356.016.528.05.372.073.675.343.79.704.082.262.124.535.125.812zm2.95 5.84c-.158.553-.238 1.122-.238 1.694V16h2.202v-4.964c0-.282.042-.56.126-.825.114-.36.417-.63.79-.703.17-.033.35-.05.53-.05.178 0 .356.017.527.05.373.074.676.344.79.705.084.265.126.543.126.825 0 .282-.042.56-.126.825-.114.36-.417.63-.79.704-.173.034-.35.05-.528.05-.178 0-.356-.016-.53-.05-.07-.014-.14-.036-.207-.064l.746 2.05c.692 0 1.374-.117 2.028-.346.668-.252 1.168-.79 1.373-1.475.158-.547.237-1.117.237-1.694 0-.576-.08-1.146-.236-1.693-.204-.685-.704-1.223-1.37-1.476-.66-.23-1.344-.346-2.04-.346-.693 0-1.378.117-2.034.347-.67.253-1.17.79-1.373 1.475z" fill-rule="nonzero"/></svg><span class="tile-name">Co-op</span></a><span class="hex">#00A1CC</span></li>
<li class="tiles__item" data-search="udacity 01b3e3" style="background-color:#01B3E3"><a href="https://simpleicons.org/icons/udacity.svg" class="icon--link" title="Udacity"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M5.34.092L0 3.12v6.972c-.01 3.202 2.61 5.806 5.85 5.816 1.07.003 2.077-.278 2.943-.77l4.325-2.457c1.707-.874 2.875-2.634 2.882-4.666V.732l-1.06-.61-4.336 2.42v7.582c-.002.322-.017.558-.102.957-.144.61-.347 1.036-.383 1.108-.332-.022-1.03-.212-1.588-.54-.278-.16-.61-.397-.908-.676-.193-.192-.368-.403-.52-.627-.153-.226-.285-.467-.39-.717-.11-.254-.192-.52-.247-.79-.056-.28-.07-.565-.068-.852L6.4.704 5.34.092zM7.798 14.48c-.29.12-.592.212-.9.274-.317.063-.61.094-.935.093-.326 0-.652-.034-.968-.1-.308-.062-.61-.156-.9-.278-.283-.12-.557-.268-.813-.44-.66-.46-1-.856-1.294-1.287-.173-.254-.32-.526-.44-.807-.122-.286-.215-.585-.277-.89-.063-.312-.074-.634-.073-.957V3.724L5.2 1.31l-.004 6.673c-.008 2.536 1.88 4.652 4.294 5.164-.095.11-.163.22-.267.32-.218.215-.454.416-.71.585-.256.17-.43.31-.715.428zm6.936-5.605c-.057.27-.14.535-.25.79-.292.637-.765 1.18-1.16 1.53-.81.733-1.816.96-1.932.96.242-.632.406-1.31.408-2.026V3.154l3.003-1.817.002 6.673c0 .288-.012.587-.07.865z" fill-rule="nonzero"/></svg><span class="tile-name">Udacity</span></a><span class="hex">#01B3E3</span></li>
<li class="tiles__item" data-search="bandcamp 408294" style="background-color:#408294"><a href="https://simpleicons.org/icons/bandcamp.svg" class="icon--link" title="Bandcamp"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M0 12.5l4.958-9H16l-4.958 9H0z"/></svg><span class="tile-name">Bandcamp</span></a><span class="hex">#408294</span></li>
<li class="tiles__item" data-search="minutemailer 3abfe6" style="background-color:#3ABFE6"><a href="https://simpleicons.org/icons/minutemailer.svg" class="icon--link" title="Minutemailer"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M3.71 1.802l2.3 2.49-1.623 3.197 3.427-.613 1.56 3.764L16 1.95 3.71 1.802zm-.425 5.392l.638-.525-.823.266-.084-.12.34-.328-.446.18C1.208 7.323 0 8.97 0 10.902c0 1.3.548 2.47 1.422 3.298-.375-.66-.59-1.424-.59-2.238 0-1.91 1.206-3.613 2.877-4.28l.213-.512-.5.216-.138-.19zm2.91-1.313L7.26 3.998l6.266-1.468-7.332 3.35z"/></svg><span class="tile-name">Minutemailer</span></a><span class="hex">#3ABFE6</span></li>
<li class="tiles__item" data-search="periscope 40a4c4" style="background-color:#40A4C4"><a href="https://simpleicons.org/icons/periscope.svg" class="icon--link" title="Periscope"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8.09 16c1.25 0 6.21-5.626 6.21-9.397C14.3 2.993 11.48 0 8.09 0 4.52 0 1.7 2.992 1.7 6.603 1.7 10.373 6.66 16 8.09 16zM7.093 2.564c.323-.08.663-.123 1.016-.123 2.008 0 3.725 1.7 3.725 3.906 0 1.988-1.717 3.688-3.725 3.688-2.228 0-3.945-1.7-3.945-3.688 0-.928.304-1.766.822-2.426v.012c0 .824.674 1.492 1.506 1.492S8 4.756 8 3.932c0-.612-.373-1.138-.906-1.368z"/></svg><span class="tile-name">Periscope</span></a><span class="hex">#40A4C4</span></li>
<li class="tiles__item" data-search="vimeo 1ab7ea" style="background-color:#1AB7EA"><a href="https://simpleicons.org/icons/vimeo.svg" class="icon--link" title="Vimeo"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.992 4.275c-.07 1.56-1.16 3.697-3.263 6.41-2.176 2.832-4.017 4.248-5.522 4.248-.933 0-1.722-.862-2.367-2.588L3.55 7.6c-.48-1.724-.993-2.587-1.542-2.587-.12 0-.538.252-1.255.755L0 4.796C.79 4.1 1.568 3.406 2.335 2.71c1.053-.912 1.844-1.39 2.37-1.44 1.246-.12 2.012.733 2.3 2.56.31 1.97.526 3.194.647 3.673.36 1.634.754 2.45 1.185 2.45.335 0 .838-.53 1.51-1.59.67-1.06 1.028-1.866 1.076-2.42.096-.915-.263-1.374-1.077-1.374-.383 0-.778.087-1.185.262.788-2.58 2.29-3.834 4.508-3.762 1.644.048 2.42 1.116 2.324 3.205z" fill-rule="nonzero"/></svg><span class="tile-name">Vimeo</span></a><span class="hex">#1AB7EA</span></li>
<li class="tiles__item" data-search="xero 13b5ea" style="background-color:#13B5EA"><a href="https://simpleicons.org/icons/xero.svg" class="icon--link" title="Xero"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C3.582 0 0 3.582 0 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zm4.39 9.77c-.99 0-1.794-.804-1.794-1.793 0-.99.805-1.794 1.794-1.794.99 0 1.794.805 1.794 1.794 0 .99-.805 1.793-1.794 1.793zm-7.37-.008c-.066 0-.128-.027-.177-.077L3.48 8.325 2.112 9.69c-.046.046-.107.072-.172.072-.135 0-.245-.11-.245-.245 0-.066.026-.128.074-.175l1.364-1.367L1.77 6.61c-.05-.046-.075-.108-.075-.174 0-.135.11-.244.245-.244.065 0 .126.025.172.07l1.37 1.366 1.365-1.364c.046-.047.108-.072.174-.072.136 0 .245.11.245.244 0 .065-.025.126-.07.172L3.83 7.978l1.364 1.367c.046.046.07.107.07.172 0 .135-.11.245-.243.245zm5.344-3.06c-.53.067-.587.317-.587.936v1.858c0 .135-.11.244-.245.244s-.244-.11-.245-.244v-3.02c0-.136.107-.244.242-.244.116 0 .214.083.238.193.182-.14.4-.212.626-.212h.075c.134 0 .244.11.244.245s-.103.235-.248.24c0 0-.053 0-.102.005zm-2.06 1.47H5.75c0 .012.002.025.004.038.013.07.03.14.055.206.134.354.515.85 1.226.86.218-.002.422-.057.602-.153.14-.08.258-.18.353-.285.033-.038.06-.075.087-.112.12-.153.27-.124.36-.055.108.083.126.255.03.375l-.01.01c-.14.176-.285.323-.458.435-.17.107-.35.183-.538.228-.218.057-.428.07-.645.043-.73-.088-1.34-.627-1.522-1.34-.036-.142-.054-.287-.054-.43 0-.576.278-1.133.757-1.474.587-.418 1.39-.44 2-.053.415.263.688.673.793 1.172.052.283-.136.53-.486.537zM12.39 6.69c-.71 0-1.287.577-1.287 1.287s.577 1.287 1.287 1.287 1.287-.578 1.287-1.287c0-.71-.577-1.288-1.287-1.288zm0 1.73c-.245 0-.444-.198-.444-.444 0-.245.2-.444.444-.444.245 0 .445.2.445.444 0 .246-.2.445-.445.445zM7.03 6.685c-.607 0-1.115.415-1.257.977v.02H8.29c-.135-.57-.648-.996-1.26-.996z"/></svg><span class="tile-name">Xero</span></a><span class="hex">#13B5EA</span></li>
<li class="tiles__item" data-search="livejournal 00b0ea" style="background-color:#00B0EA"><a href="https://simpleicons.org/icons/livejournal.svg" class="icon--link" title="LiveJournal"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M12.06 9.798c-1.008.442-1.817 1.256-2.254 2.266l2.846.588-.59-2.854zM1.65 5.545L0 3.9C.75 2.158 2.144.76 3.882 0h.004l1.646 1.642c.912-.394 1.917-.614 2.975-.614C12.645 1.028 16 4.38 16 8.514S12.644 16 8.507 16c-4.14 0-7.494-3.35-7.494-7.486 0-1.06.237-2.054.635-2.967l6.095 6.076c.75-1.742 2.145-3.14 3.882-3.9L5.534 1.644H5.53c-1.738.76-3.13 2.158-3.882 3.9z"/></svg><span class="tile-name">LiveJournal</span></a><span class="hex">#00B0EA</span></li>
<li class="tiles__item" data-search="hatena bookmark 00a4de hatenabookmark" style="background-color:#00A4DE"><a href="https://simpleicons.org/icons/hatenabookmark.svg" class="icon--link" title="Hatena Bookmark"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M13.647 0C14.947 0 16 1.053 16 2.353v11.294c0 1.3-1.053 2.353-2.353 2.353H2.353C1.053 16 0 14.947 0 13.647V2.353C0 1.053 1.053 0 2.353 0h11.294zm-2.47 9.647c-.52 0-.94.42-.94.94s.42.942.94.942.94-.422.94-.942-.42-.94-.94-.94zm-5.436 1.85c.794 0 1.367-.028 1.717-.08.35-.056.643-.148.88-.275.294-.155.518-.376.675-.66.157-.284.236-.61.236-.986 0-.52-.14-.936-.42-1.247-.28-.312-.666-.487-1.163-.525.442-.12.763-.297.966-.533.203-.232.304-.548.304-.945 0-.314-.07-.592-.202-.833-.137-.238-.333-.43-.59-.573-.226-.123-.494-.21-.807-.262-.314-.05-.864-.075-1.652-.075H3.765v6.994H5.74zm.49-2.79c.463 0 .783.058.953.174.173.118.258.323.258.618 0 .263-.093.453-.28.566-.187.115-.508.17-.958.17h-.666V8.708h.695zm5.77.47V4.47h-1.647v4.707H12zM5.945 6.053c.473 0 .79.054.955.16.162.107.244.29.244.554 0 .253-.087.43-.26.535-.177.103-.498.155-.968.155h-.38V6.053h.41z"/></svg><span class="tile-name">Hatena Bookmark</span></a><span class="hex">#00A4DE</span></li>
<li class="tiles__item" data-search="sitepoint 258aaf" style="background-color:#258AAF"><a href="https://simpleicons.org/icons/sitepoint.svg" class="icon--link" title="SitePoint"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M1.647 7.022l1.18 1.125 3.732 3.427 1.607-1.527c.146-.198.136-.47-.03-.657l-1.47-1.268.005-.003L5.09 6.61c-.185-.207-.18-.516.015-.715l4.26-4.05L7.428 0l-5.78 5.492c-.443.422-.443 1.107 0 1.53zM14.352 8.98l-1.18-1.128-3.73-3.427-1.608 1.527c-.147.2-.137.47.03.657l1.47 1.266-.005.002 1.58 1.51c.187.208.182.516-.014.716l-4.26 4.048L8.572 16l5.78-5.492c.443-.422.444-1.106 0-1.53z"/></svg><span class="tile-name">SitePoint</span></a><span class="hex">#258AAF</span></li>
<li class="tiles__item" data-search="skype 00aff0" style="background-color:#00AFF0"><a href="https://simpleicons.org/icons/skype.svg" class="icon--link" title="Skype"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8.035 12.6c-2.685 0-3.885-1.322-3.885-2.313 0-.51.374-.865.89-.865 1.15 0 .85 1.653 2.995 1.653 1.096 0 1.703-.597 1.703-1.208 0-.368-.18-.775-.904-.954l-2.387-.597C4.524 7.833 4.175 6.79 4.175 5.812c0-2.034 1.91-2.798 3.704-2.798 1.65 0 3.6.916 3.6 2.136 0 .523-.452.827-.97.827-.98 0-.798-1.36-2.773-1.36-.98 0-1.523.444-1.523 1.08 0 .636.774.84 1.446.993l1.767.392c1.936.433 2.427 1.566 2.427 2.633 0 1.652-1.266 2.886-3.82 2.886m7.4-3.264l-.014.084-.028-.16c.015.024.028.05.042.076.082-.45.125-.912.125-1.373 0-1.023-.2-2.014-.595-2.948-.38-.902-.925-1.712-1.62-2.407-.692-.696-1.5-1.242-2.4-1.623C10.015.59 9.025.39 8.005.39c-.48 0-.963.045-1.43.135H6.57l.08.04-.16-.023.08-.016C5.927.183 5.205 0 4.472 0 3.278 0 2.155.466 1.31 1.313.465 2.16 0 3.286 0 4.483c0 .763.195 1.512.563 2.175l.013-.083.028.16c-.015-.026-.027-.052-.04-.077-.076.43-.115.867-.115 1.305 0 1.022.2 2.014.593 2.948.38.903.925 1.713 1.62 2.408.693.695 1.5 1.242 2.4 1.623.932.397 1.92.597 2.94.597.445 0 .89-.04 1.325-.118l-.077-.043.162.028-.084.014c.67.378 1.426.58 2.2.58 1.194 0 2.317-.466 3.162-1.313.845-.846 1.31-1.972 1.31-3.17 0-.765-.197-1.517-.566-2.18" fill-rule="nonzero"/></svg><span class="tile-name">Skype</span></a><span class="hex">#00AFF0</span></li>
<li class="tiles__item" data-search="bath asu 00a3e0 bathasu" style="background-color:#00A3E0"><a href="https://simpleicons.org/icons/bathasu.svg" class="icon--link" title="Bath ASU"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M13.967 14.832c-.22 0-.436-.058-.628-.17-.598-.344-.804-1.11-.46-1.707 1.27-2.197.514-5.016-1.683-6.285-.696-.402-1.49-.614-2.295-.614-.22 0-.436-.06-.628-.17-.597-.344-.802-1.11-.457-1.708.22-.383.635-.62 1.08-.622 1.248 0 2.474.328 3.55.95 1.642.948 2.817 2.48 3.308 4.313.49 1.832.24 3.747-.71 5.39-.22.383-.635.622-1.078.622zm-7.64.873c-2.535 0-4.896-1.362-6.16-3.553-.345-.595-.138-1.36.46-1.704.58-.335 1.376-.117 1.707.457.82 1.42 2.348 2.3 3.99 2.3.8 0 1.596-.213 2.295-.616.697-.404 1.278-.986 1.68-1.686.11-.188.268-.345.46-.455.578-.336 1.376-.117 1.708.457.22.383.22.862-.003 1.248-.62 1.078-1.52 1.976-2.596 2.598-1.08.623-2.304.952-3.543.952zm.496-11.073c-.743.688-1.208 1.672-1.208 2.765 0 .686.185 1.327.506 1.882.18.31.278.668.278 1.04 0 .832-.488 1.55-1.193 1.884.967.3 2.05.21 2.998-.336.594-.343 1.057-.824 1.377-1.38.18-.31.44-.574.763-.76.72-.416 1.587-.352 2.23.092-.226-.988-.845-1.882-1.792-2.43C10.188 7.05 9.54 6.89 8.9 6.89c-.36 0-.717-.094-1.04-.28-.72-.417-1.1-1.198-1.035-1.976zm-2.508 6.94c-.442 0-.856-.24-1.08-.626-.623-1.078-.952-2.306-.952-3.55 0-3.915 3.187-7.1 7.105-7.1.686 0 1.246.56 1.246 1.25s-.56 1.25-1.25 1.25c-2.538 0-4.6 2.064-4.6 4.6 0 .806.212 1.6.616 2.3.11.187.166.403.166.624 0 .69-.56 1.25-1.25 1.25z"/></svg><span class="tile-name">Bath ASU</span></a><span class="hex">#00A3E0</span></li>
<li class="tiles__item" data-search="compropago 00aaef" style="background-color:#00AAEF"><a href="https://simpleicons.org/icons/compropago.svg" class="icon--link" title="ComproPago"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12.9 5.2c-.4-.4-1-.4-1.4 0l-.1.1-.6.6-4.6 4.6-1 1c-.3.3-.8.5-1.3.5s-1-.2-1.4-.6-.6-.9-.6-1.4c0-.5.2-1 .6-1.4l5.9-5.9c-.8-.8-2-.8-2.8 0L1.2 7.2c-1.5 1.5-1.5 4 0 5.6 1.5 1.5 4 1.5 5.6 0L13 6.6c.3-.4.3-1-.1-1.4z"/><path d="M14.8 3.2c-1.5-1.5-4-1.5-5.6 0L3.1 9.4c-.4.4-.4 1 0 1.4s1 .4 1.4 0l.1-.1.6-.6 4.6-4.6.9-.9.1-.1c.3-.3.8-.5 1.3-.5s1 .2 1.4.6c.4.4.6.9.6 1.4 0 .5-.2 1-.6 1.4l-5.9 5.9c.8.8 2 .8 2.8 0l4.5-4.5c1.5-1.6 1.5-4-.1-5.6z"/></svg><span class="tile-name">ComproPago</span></a><span class="hex">#00AAEF</span></li>
<li class="tiles__item" data-search="kaggle 20beff" style="background-color:#20BEFF"><a href="https://simpleicons.org/icons/kaggle.svg" class="icon--link" title="Kaggle"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M12.55 15.906c-.015.062-.078.094-.187.094H10.27c-.124 0-.234-.055-.328-.165L6.49 11.442l-.965.916v3.407c0 .157-.078.235-.235.235H3.67c-.158 0-.236-.078-.236-.235V.235C3.434.08 3.512 0 3.67 0h1.62c.157 0 .235.08.235.235v9.562L9.66 5.615c.11-.11.22-.164.33-.164h2.16c.095 0 .157.04.19.118.03.094.023.164-.024.212l-4.37 4.228 4.557 5.663c.063.063.078.142.047.236" fill-rule="nonzero"/></svg><span class="tile-name">Kaggle</span></a><span class="hex">#20BEFF</span></li>
<li class="tiles__item" data-search="campaign monitor 19a9e5 campaignmonitor" style="background-color:#19A9E5"><a href="https://simpleicons.org/icons/campaignmonitor.svg" class="icon--link" title="Campaign Monitor"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.89 2.847c-.193-.275-.572-.343-.848-.15L.11 13.154c.11.157.29.26.497.26h14.785c.336 0 .608-.273.608-.61V3.187c-.002-.117-.038-.235-.11-.34zM.958 2.697c-.275-.193-.655-.126-.848.15-.072.103-.108.222-.11.34v9.635l7.11-5.824-6.152-4.3z"/></svg><span class="tile-name">Campaign Monitor</span></a><span class="hex">#19A9E5</span></li>
<li class="tiles__item" data-search="topcoder 29a8e0" style="background-color:#29A8E0"><a href="https://simpleicons.org/icons/topcoder.svg" class="icon--link" title="Topcoder"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M13.672 10.98c.128-.018.25-.075.36-.14.23-.134.43-.314.622-.498.15-.143.296-.29.435-.446.087-.097.172-.197.253-.3.074-.095.145-.19.21-.29.052-.076.1-.153.145-.232.226-.397.4-.888.24-1.34-.02-.063-.048-.123-.08-.18-.06-.102-.133-.193-.217-.274-.138-.134-.303-.24-.475-.326-.25-.124-.522-.208-.795-.27-.394-.09-.798-.133-1.202-.15-.557-.027-1.115-.004-1.67.05.07.073.138.15.206.225.132.156.263.313.384.48.153.208.296.422.43.644.4.66.706 1.38.924 2.117.066.222.122.446.175.67.018.087.035.175.055.26zm-12.358-.1c.034-.136.07-.274.106-.41.053-.2.117-.398.177-.596.046-.144.1-.285.15-.428.06-.15.123-.3.185-.45.022-.05.04-.102.065-.153.067-.143.14-.284.214-.424.082-.158.166-.314.257-.465.122-.203.252-.4.39-.592l.007-.01c-.224-.01-.45-.01-.673-.006-.165.003-.33.012-.496.028-.11.012-.22.026-.33.045-.083.015-.165.032-.247.053-.395.1-.83.286-1.02.67-.025.053-.046.107-.06.163-.025.088-.036.18-.037.27 0 .142.023.283.06.42.06.212.154.415.262.608.188.335.424.64.674.93.103.118.21.234.318.347zm12.07-.03c-.328-1.53-1.028-3.014-2.124-4.147l-.056-.057-.027-.027c-.133.015-.266.033-.4.052-1.433.218-2.833.61-4.18 1.147.112.032.224.067.337.102.47.15.94.31 1.402.485 1.61.607 3.162 1.354 4.653 2.21.198.117.198.116.395.234zM1.61 10.757l.58-.56c.1-.095.1-.094.2-.186 1.02-.9 2.207-1.586 3.445-2.143-.183-.048-.365-.093-.548-.137-.7-.16-1.405-.292-2.12-.357-.056.074-.11.15-.164.225-.12.175-.236.352-.344.535-.092.156-.176.317-.26.478-.065.13-.133.256-.19.388-.015.03-.025.064-.04.095-.06.148-.125.293-.182.443-.045.118-.087.24-.127.36-.06.184-.114.372-.17.56-.028.1-.053.2-.08.3zm4.597-3.05c.14-.06.278-.116.418-.17.155-.062.31-.12.466-.178.677-.244 1.365-.456 2.065-.626.575-.14 1.157-.25 1.743-.334l.04-.005c-.163-.144-.33-.282-.506-.41-.326-.235-.677-.437-1.047-.595-.858-.367-1.81-.483-2.73-.316-.504.092-.99.267-1.442.507-.716.38-1.33.92-1.848 1.54l-.014.016c.156.016.156.017.31.035l.376.055c.534.087 1.062.197 1.588.326.194.05.387.102.58.155z"/></svg><span class="tile-name">Topcoder</span></a><span class="hex">#29A8E0</span></li>
<li class="tiles__item" data-search="wordpress 21759b" style="background-color:#21759B"><a href="https://simpleicons.org/icons/wordpress.svg" class="icon--link" title="WordPress"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M14.312 4.55c.56 1.024.88 2.2.88 3.45 0 2.653-1.438 4.97-3.576 6.217l2.197-6.352c.41-1.026.547-1.847.547-2.576 0-.266-.018-.512-.048-.74m-5.32.077c.432-.022.822-.068.822-.068.388-.047.342-.616-.045-.594 0 0-1.167.092-1.92.092-.705 0-1.893-.092-1.893-.092-.388-.022-.433.57-.046.593 0 0 .368.045.756.067l1.12 3.07-1.574 4.72-2.62-7.79c.434-.022.824-.068.824-.068.387-.047.342-.616-.046-.594 0 0-1.165.092-1.917.092-.135 0-.294-.004-.463-.01C3.276 2.1 5.487.81 8 .81c1.872 0 3.577.715 4.857 1.888-.03-.002-.06-.006-.093-.006-.707 0-1.208.615-1.208 1.276 0 .593.342 1.095.706 1.687.274.48.594 1.095.594 1.984 0 .615-.237 1.33-.548 2.325l-.717 2.397-2.6-7.733zM8 15.193c-.706 0-1.387-.104-2.032-.293l2.158-6.27 2.21 6.056c.016.035.033.068.052.1-.747.262-1.55.407-2.388.407M.807 8c0-1.043.224-2.033.623-2.927l3.43 9.4C2.463 13.307.808 10.847.808 8M8 0C3.59 0 0 3.59 0 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8" fill-rule="nonzero"/></svg><span class="tile-name">WordPress</span></a><span class="hex">#21759B</span></li>
<li class="tiles__item" data-search="gravatar 1e8cbe" style="background-color:#1E8CBE"><a href="https://simpleicons.org/icons/gravatar.svg" class="icon--link" title="Gravatar"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0c-.884 0-1.6.716-1.6 1.6v5.6c0 .883.716 1.6 1.6 1.6.884 0 1.6-.717 1.6-1.6V3.474c1.864.66 3.2 2.436 3.2 4.526 0 2.65-2.15 4.8-4.8 4.8S3.2 10.65 3.2 8c0-1.326.537-2.526 1.406-3.394.625-.625.625-1.638 0-2.263s-1.638-.625-2.263 0C.896 3.79 0 5.79 0 8c0 4.418 3.582 8 8 8s8-3.582 8-8-3.582-8-8-8" fill-rule="nonzero"/></svg><span class="tile-name">Gravatar</span></a><span class="hex">#1E8CBE</span></li>
<li class="tiles__item" data-search="statamic 1f3641" style="background-color:#1F3641"><a href="https://simpleicons.org/icons/statamic.svg" class="icon--link" title="Statamic"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M2.076 11.964c-.02-.142-.014-.476-.014-.476H1.87c-.442 0-.614-.178-.614-.62V9.11c0-.794-.186-.988-.558-1.11v-.04c.372-.122.558-.325.558-1.118V5.09c0-.442.172-.58.613-.58h.192s.01-.306.03-.483c-.092-.012-.44-.02-.44-.02-.89 0-1.14.43-1.14 1.32v1.595c0 .652-.373.74-.513.74v.634c.14 0 .51.088.51.73v1.605c0 .89.25 1.31 1.14 1.31 0 0 .348.026.425.025z"/><path d="M1.535 8.394c.326 0 .79.112.79.932v2.044c0 1.133.272 1.7 1.406 1.7h.504v-.605h-.256c-.56 0-.768-.233-.768-.794V9.428c0-1.01-.327-1.257-.885-1.414v-.045c.56-.157.884-.415.884-1.425V4.308c0-.56.205-.727.766-.727h.255v-.65h-.5c-1.134 0-1.405.548-1.405 1.68v2.033c0 .83-.465.943-.79.943v.808zm7.663 2.6c.31-.087.57-.213.785-.377.214-.164.38-.365.5-.602.117-.237.177-.5.177-.79 0-.253-.044-.47-.132-.65-.088-.18-.23-.337-.424-.475-.196-.137-.444-.26-.746-.367-.302-.107-.667-.214-1.095-.32-.46-.116-.778-.22-.957-.31-.18-.093-.27-.242-.27-.448 0-.237.094-.41.282-.516.187-.11.418-.16.694-.16.298 0 .596.046.894.14.298.097.615.25.952.465l.63-.952c-.367-.228-.763-.41-1.187-.544-.422-.134-.85-.2-1.277-.2-.344 0-.663.045-.957.137-.295.09-.55.223-.768.395-.218.172-.388.38-.51.625s-.183.52-.183.825c0 .23.038.428.115.596.075.167.198.316.366.446.168.13.39.245.665.344.276.1.608.196.998.287.512.123.877.235 1.095.34.218.102.327.26.327.475 0 .214-.093.378-.276.493-.184.114-.436.172-.757.172-.71 0-1.45-.248-2.213-.745l-.62 1.043c.177.122.38.233.61.333.228.1.47.183.72.252.253.07.51.122.775.16.262.04.516.058.76.058.375 0 .717-.045 1.027-.133v.002zm4.978-6.484c.44 0 .568.138.568.58v1.75c0 .793.14.996.698 1.12v.034c-.558.123-.698.317-.698 1.11v1.762c0 .44-.128.62-.568.62h-.194s-.002.333-.02.474c.077 0 .384-.01.384-.01.89 0 1.096-.432 1.096-1.322v-1.6c0-.643.372-.73.558-.73V7.66c-.186 0-.558-.088-.558-.74V5.327c0-.89-.206-1.322-1.096-1.322 0 0-.314.01-.407.022.02.177.04.484.04.484h.195z"/><path d="M13.628 11.368V9.325c0-.82.465-.932.79-.932v-.807c-.325 0-.79-.112-.79-.943V4.61c0-1.133-.18-1.68-1.314-1.68h-.547v.65h.3c.56 0 .724.167.724.728v2.234c0 1.01.28 1.268.84 1.425v.045c-.56.157-.838.404-.838 1.414v2.244c0 .562-.16.795-.723.795h-.3v.605h.546c1.134 0 1.314-.568 1.314-1.702h-.002z"/></svg><span class="tile-name">Statamic</span></a><span class="hex">#1F3641</span></li>
<li class="tiles__item" data-search="virb 0093da" style="background-color:#0093DA"><a href="https://simpleicons.org/icons/virb.svg" class="icon--link" title="Virb"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M11.807 4.825c0-.167 0-.317.1-.417.133-.117.267-.1.4-.1h.952c.516 0 1.25.133 1.752.584.5.467.617 1.135.617 1.736V8.13c0 .4.016.685-.184 1.052-.25.467-.768.6-.768.668 0 .066.567.167.818.667.2.4.184.65.184 1.052v2.07c0 .416 0 .934-.6 1.635-.57.634-1.354.718-1.754.718-.3 0-.518.016-.818 0-.2-.017-.5.016-.568-.084-.1-.15-.133-.118-.133-.568V4.825zm-3.64 10.9c0 .268-.066.268-.567.268-.384 0-.5 0-.5-.234V4.824c0-.167.016-.35.116-.45.134-.117.25-.067.384-.067h.952c.534 0 1.252.133 1.752.584.5.467.618 1.152.618 1.736V8.13c0 .4.017.685-.184 1.052-.25.467-.784.6-.784.668 0 .066.55.167.8.667.2.4.185.65.185 1.052v4.156c0 .267-.118.267-.57.267-.383 0-.5.016-.5-.234v-4.24c0-.686-.45-1.103-.818-1.103-.784 0-.884-.016-.884.25v5.06zm-2.553.25c-.45 0-.5 0-.5-.233V4.575c0-.217.1-.25.5-.25.45 0 .567.016.567.266v11.12c0 .25-.032.266-.566.266zm7.445-1.084c.132.018.15.018.3.018.183 0 .6-.05.9-.367.334-.367.35-.6.35-.884V11.52c0-.77-.45-1.103-.95-1.103-.718 0-.768.05-.768.45v3.506c0 .184.016.5.167.518zM2.39 12.52c.284-2.87.534-5.308.8-7.93.034-.282.168-.266.47-.266.466 0 .633.034.616.217-.5 4.108-.884 7.146-1.385 11.202-.034.234-.217.25-.55.25-.435 0-.636 0-.67-.283-.45-3.757-.867-7.096-1.35-11.202-.018-.2.066-.2.533-.2.484 0 .584.05.6.267.268 2.92.468 5.19.72 7.962 0 .05.016.167.1.167.1 0 .116-.117.116-.183zm6.21-7.11c-.15 0-.3 0-.368.116-.05.1-.05.184-.05.284v3.122c0 .183-.033.367.1.467.1.082.217.066.3.066.185 0 .62-.05.92-.367.333-.37.333-.652.333-.886V6.628c0-.384-.067-.668-.35-.968-.184-.167-.284-.25-.885-.25zm4.824 0c-.234 0-.417 0-.484.116-.05.1-.05.184-.05.284v3.122c0 .183-.017.333.1.45.1.1.167.084.3.084.234 0 .618-.05.92-.367.332-.37.332-.62.332-.886V6.628c0-.384-.066-.668-.35-.968-.184-.167-.3-.25-.768-.25zM7.244 1.34H6.192V.263C6.192.016 6.077 0 5.635 0c-.392 0-.49.033-.49.245V1.34H4.12c-.246 0-.263.116-.263.557 0 .393.033.49.246.49h1.042V3.42c0 .228.05.228.49.228.524 0 .557-.016.557-.262v-.998h1.085c.23 0 .23-.05.23-.49 0-.524-.018-.557-.263-.557z"/></svg><span class="tile-name">Virb</span></a><span class="hex">#0093DA</span></li>
<li class="tiles__item" data-search="telegram 2ca5e0" style="background-color:#2CA5E0"><a href="https://simpleicons.org/icons/telegram.svg" class="icon--link" title="Telegram"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M12.793 10.69c.57-1.56 2.66-7.49 2.994-9.044.38-1.76-.414-1.93-2.22-1.34-1.805.59-6.435 2.305-7.215 2.582-.78.277-4.573 1.552-5.36 1.932-1.606.862-.825 2.177.97 2.86 5.37 2.577 3.845 1.264 6.242 6.032.493 1.218 1.656 3.293 2.77 1.724.586-.892 1.37-3.52 1.82-4.747z" fill-rule="nonzero"/></svg><span class="tile-name">Telegram</span></a><span class="hex">#2CA5E0</span></li>
<li class="tiles__item" data-search="rdio 008fd5" style="background-color:#008FD5"><a href="https://simpleicons.org/icons/rdio.svg" class="icon--link" title="Rdio"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.594 4.374c-1.85.054-4.084-1.398-4.95-1.945-.08-.05-.097-.098-.18-.14-.09-.05-.184-.097-.278-.144v5.34h-.002c.003.48-.204.983-.503 1.467l-.025.043c-.865 1.398-2.685 2.213-4.392 1.637-1.658-.56-2.1-2.166-1.223-3.586l.027-.042C4.93 5.607 6.75 4.79 8.457 5.368c.132.044.254.097.37.155V1.66c-.612-.165-1.26-.26-1.943-.26C2.934 1.4 0 4.357 0 8v.047C0 11.69 2.91 14.6 6.837 14.6c3.95 0 6.884-2.957 6.884-6.6v-.047c0-.284-.02-.563-.053-.837 2.057-.536 2.906-2.666 1.927-2.742" fill-rule="nonzero"/></svg><span class="tile-name">Rdio</span></a><span class="hex">#008FD5</span></li>
<li class="tiles__item" data-search="500px 0099e5" style="background-color:#0099E5"><a href="https://simpleicons.org/icons/500px.svg" class="icon--link" title="500px"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M14.008 13.3c-.113-.114-.21-.18-.294-.204-.085-.025-.16-.007-.22.053l-.056.054c-.58.58-1.26 1.038-2.012 1.357-.78.33-1.61.498-2.464.498-.855 0-1.684-.167-2.465-.497-.753-.318-1.43-.774-2.012-1.356-.606-.606-1.062-1.283-1.357-2.012-.287-.712-.38-1.247-.41-1.422l-.008-.04c-.04-.206-.23-.22-.504-.18-.114.02-.46.072-.428.32v.007c.093.577.255 1.143.483 1.682.367.865.89 1.642 1.56 2.31.667.668 1.445 1.192 2.31 1.558.897.38 1.85.572 2.832.572.98 0 1.933-.192 2.83-.572.866-.366 1.644-.89 2.312-1.56 0 0 .038-.036.058-.058.073-.08.137-.22-.154-.51M8.952 1.713c-.938 0-1.936.19-2.67.507-.077.03-.124.094-.134.183-.01.083.013.193.07.337.044.116.165.424.4.335.75-.286 1.58-.444 2.334-.444.857 0 1.688.17 2.47.5.62.262 1.207.642 1.844 1.194.046.04.096.06.146.06.125 0 .244-.12.346-.236.17-.19.287-.35.12-.508-.61-.576-1.276-1.007-2.1-1.355-.895-.38-1.846-.57-2.826-.57m-1.278 7.93c0 .107.098.2.156.256l.018.018c.1.098.194.148.28.148.074 0 .118-.035.134-.05.044-.04.54-.542.586-.59l.552.55c.052.06.107.087.172.09.088 0 .184-.053.286-.157.238-.244.12-.375.06-.44l-.56-.558.585-.588c.128-.14.015-.286-.098-.4-.163-.162-.32-.205-.423-.11l-.58.58-.587-.587c-.03-.03-.07-.045-.113-.045-.078 0-.17.052-.275.157-.18.18-.22.304-.125.403l.587.586-.585.583c-.048.048-.072.1-.07.153m-3.723.867c.004.01.087.24.135.352.263.624.64 1.184 1.122 1.665.48.48 1.04.858 1.663 1.122.646.273 1.332.412 2.04.412.706 0 1.392-.14 2.038-.412.625-.264 1.185-.642 1.665-1.122.48-.48.86-1.04 1.123-1.665.273-.646.41-1.332.41-2.04 0-.706-.137-1.392-.41-2.037-.264-.624-.642-1.184-1.123-1.665-.48-.48-1.04-.858-1.664-1.122-.645-.272-1.33-.41-2.038-.41-.715 0-1.43.14-2.067.41-.51.216-1.37.77-1.875 1.29l-.003.004V.984h7.24c.264-.003.264-.37.264-.492 0-.12 0-.49-.263-.492h-7.83c-.212 0-.344.177-.344.342v6.066c0 .196.244.337.47.386.443.094.545-.047.653-.197l.015-.02c.166-.245.683-.765.688-.77C6.665 5 7.743 4.554 8.895 4.554c1.146 0 2.222.445 3.03 1.25.808.81 1.254 1.883 1.254 3.02 0 1.143-.445 2.216-1.25 3.02-.795.796-1.906 1.252-3.047 1.252-.773 0-1.52-.206-2.16-.596l.004-3.688c0-.49.214-1.026.57-1.43.41-.462.973-.716 1.587-.716.595 0 1.15.226 1.565.636.41.407.636.95.636 1.527 0 1.232-.97 2.198-2.207 2.198-.24 0-.673-.106-.69-.11-.25-.075-.357.272-.392.387-.135.44.068.527.11.54.398.123.66.147 1 .147 1.748 0 3.17-1.422 3.17-3.17 0-1.734-1.42-3.144-3.167-3.144-.854 0-1.657.327-2.26.92-.575.565-.905 1.32-.905 2.067v.02c-.003.092-.004 2.304-.005 3.03l-.003-.004c-.33-.363-.653-.92-.868-1.488-.086-.223-.276-.183-.536-.103-.114.034-.46.14-.383.39l.002.003z" fill-rule="nonzero"/></svg><span class="tile-name">500px</span></a><span class="hex">#0099E5</span></li>
<li class="tiles__item" data-search="teespring 39ace6" style="background-color:#39ACE6"><a href="https://simpleicons.org/icons/teespring.svg" class="icon--link" title="Teespring"><svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M15.937.626c.02 0 .037.003.047.008.01.005.016.018.016.04l-.845 4.117v.016h-.041c-.005 0-.028-.005-.07-.015h-.03c-.053-.01-.1-.02-.142-.03-.042-.01-.09-.016-.14-.016-.366-.063-.726-.115-1.08-.157-.356-.042-.71-.073-1.066-.094l-.25 5.26-.047-.078c0-.01-.003-.018-.008-.023l-.008-.008c-.01 0-.018-.005-.024-.016-.005-.01-.007-.02-.007-.03-.02-.012-.037-.025-.047-.04-.01-.016-.026-.03-.047-.04-.053-.052-.116-.104-.19-.156-.072-.052-.145-.1-.218-.14l-.118-.063c-.036-.022-.075-.043-.117-.064-.01 0-.018-.005-.024-.016l-.007-.015.234-5.496h.079c.082 0 .17.002.265.007.094.006.188.008.282.008l.555.03c.183.012.363.028.54.048.094.01.188.02.282.032l.266.03h.055c.026 0 .06.006.102.017.052.01.11.018.172.023.062.005.11.013.14.024l.5-2.475c-.01 0-.025-.003-.046-.008l-.078-.023c-.355-.073-.712-.136-1.073-.188-.36-.052-.722-.094-1.088-.125-.28-.03-.568-.052-.86-.062-.293-.01-.585-.016-.877-.016h-.533c0 .02-.002.04-.008.055-.005.016-.007.03-.007.04-.01.03-.02.062-.032.093l-.03.094c-.01.063-.03.125-.056.188-.026.063-.05.125-.07.188-.063.115-.128.224-.196.33-.068.103-.138.207-.21.312-.168.198-.356.37-.565.516-.208.147-.432.267-.672.36-.167.063-.337.11-.51.14-.17.033-.346.048-.523.048-.094 0-.19-.005-.29-.015-.1-.01-.196-.025-.29-.046-.27-.052-.53-.144-.775-.274-.245-.13-.467-.29-.665-.478-.104-.094-.196-.193-.274-.297-.077-.105-.153-.214-.226-.33-.156.053-.316.108-.477.165-.162.058-.32.118-.478.18-.324.115-.643.243-.956.384-.313.14-.62.29-.924.446-.156.084-.31.167-.46.25-.153.084-.307.168-.463.25v.01c0 .004-.005.007-.016.007l-.054.03-.023.017L2.176 5.84c.042-.02.086-.045.133-.07.046-.027.096-.05.148-.07.323-.168.652-.325.986-.47.334-.147.668-.283 1.002-.408h.03l1.348 5.573c.22-.094.425-.175.618-.242.193-.068.38-.128.556-.18.344-.094.7-.165 1.065-.212.365-.046.73-.07 1.096-.07.197 0 .387.01.57.024.183.016.352.04.51.07.197.042.377.095.54.157.16.064.31.142.445.236.157.094.287.206.39.337.106.13.19.268.252.415.063.156.096.32.102.493.004.173-.014.343-.056.51-.02.083-.047.164-.078.242-.032.078-.073.154-.126.227 0 .01-.002.015-.007.015-.006 0-.008.005-.008.016-.01.01-.02.02-.024.032-.004.01-.007.02-.007.03 0 .012.003.022.008.032.006.01.014.02.025.032l.008.015.007.017c.02.042.04.084.055.125.016.042.024.084.024.126.04.167.053.34.038.524-.016.183-.055.363-.118.54-.104.282-.274.538-.508.767-.235.23-.535.432-.9.61-.282.146-.59.27-.924.368-.334.1-.705.185-1.112.258-.094.02-.185.037-.274.047l-.274.03-.172.017-.063-.955v-.016h.032l.023-.008.024-.008h.062l.047-.016c.043 0 .082-.003.12-.008.035-.005.07-.008.1-.008.188-.03.368-.065.54-.1.173-.038.348-.082.525-.134.177-.053.347-.107.51-.165.16-.057.315-.122.46-.196.168-.083.31-.174.43-.273.12-.1.223-.2.306-.306.054-.062.095-.13.127-.203.03-.073.052-.146.062-.22v-.155l-.08.062c-.01.01-.025.02-.046.03l-.063.032c-.134.084-.283.16-.445.227-.162.07-.33.134-.51.197-.166.063-.338.117-.515.164-.178.048-.355.087-.532.12-.188.03-.37.056-.548.077-.178.02-.355.037-.533.047H7.39c-.168 0-.324-.008-.47-.024-.146-.015-.282-.04-.407-.07-.188-.052-.35-.123-.486-.21-.135-.09-.234-.202-.297-.338-.073-.125-.107-.266-.102-.423.005-.157.045-.303.118-.44.073-.135.17-.257.29-.367.12-.11.268-.21.445-.305.137-.073.288-.138.455-.196.167-.057.345-.112.533-.164.156-.042.323-.08.5-.11.178-.03.37-.052.58-.062.073-.01.15-.02.235-.024.083-.005.167-.008.25-.008.105 0 .206.003.306.008.098.005.2.013.304.024.094.01.185.023.274.04.09.014.175.033.258.053.052.01.1.023.14.04l.11.038h.016c.01 0 .02.002.024.008l.008.007.03.016-.015.015c-.084.208-.25.375-.494.5-.245.126-.42.204-.524.236h-.079c-.01-.01-.018-.015-.023-.015H9.08c-.094 0-.185.002-.274.008-.088.005-.175.013-.258.023-.188.02-.37.047-.548.078-.177.032-.344.074-.5.126-.095.03-.184.062-.267.094-.084.03-.162.062-.235.094-.042.02-.08.04-.117.062-.036.02-.07.042-.1.063-.022.02-.048.042-.08.062-.03.02-.057.047-.078.08.01 0 .024 0 .04.007.015.005.044.013.086.023v.016c.04.01.083.02.125.024.042.005.09.008.14.008.042.01.084.016.126.016H7.546c.167 0 .342-.013.524-.04.183-.026.368-.054.556-.086.188-.04.366-.088.533-.14.166-.053.327-.11.484-.173.083-.032.164-.066.242-.102.08-.037.154-.076.228-.118l.187-.11c.074-.04.147-.088.22-.14.105-.094.21-.207.314-.337.104-.13.156-.28.156-.446 0-.084-.013-.16-.04-.227-.025-.068-.064-.128-.116-.18-.053-.052-.11-.1-.173-.14-.06-.043-.134-.08-.218-.11-.177-.063-.357-.108-.54-.134-.182-.026-.347-.04-.493-.04-.053-.01-.105-.015-.158-.015h-.14c-.314 0-.627.025-.94.072-.313.047-.62.112-.923.196-.168.04-.335.094-.502.156-.167.063-.345.13-.533.204-.146.052-.297.117-.454.195-.155.08-.322.165-.5.26l-.03.014-1.38-5.73c-.02.01-.04.02-.06.032l-.064.03c-.334.146-.663.303-.986.47-.324.167-.642.34-.955.516l-.032.016L0 3.225c0-.01.005-.018.016-.023.01-.006.036-.024.078-.055.02-.01.042-.024.063-.04.02-.015.036-.028.047-.04.01 0 .018 0 .023-.006l.008-.007c.073-.042.15-.086.227-.133.078-.047.16-.097.243-.15.146-.082.294-.166.446-.25.152-.083.3-.166.447-.25.303-.156.613-.308.93-.454.32-.146.635-.282.95-.407.333-.126.667-.246 1-.36C4.81.933 5.15.83 5.495.735l.03-.016v.03c.043.21.12.406.228.59.11.18.238.346.384.492.188.167.402.297.642.39.24.095.484.142.735.142.03 0 .06-.003.086-.008.027-.005.056-.008.087-.008.25-.02.493-.088.728-.203.235-.115.44-.266.618-.454.2-.218.342-.47.43-.75.09-.282.113-.575.07-.877V.047L9.567.03c.23-.01.456-.017.68-.022C10.472.003 10.7 0 10.93 0h.422c.366.01.728.03 1.088.055.36.026.718.06 1.073.102.345.04.687.093 1.026.156.34.063.676.136 1.01.22V.516l.03.015.064.016.125.03c.042.012.078.022.11.033h.015c.01 0 .02.003.032.008l.015.008z"/></svg><span class="tile-name">Teespring</span></a><span class="hex">#39ACE6</span></li>
<li class="tiles__item" data-search="sega 0089cf" style="background-color:#0089CF"><a href="https://simpleicons.org/icons/sega.svg" class="icon--link" title="Sega"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M14.15 2.76l-.003 2.22H7.08c-.146 0-.265.12-.265.266 0 .147.12.266.265.266l1.84-.01c2.897 0 5.245 2.35 5.245 5.246 0 2.898-2.348 5.246-5.246 5.246L1.834 16l.003-2.25h7.09c1.658 0 3.003-1.344 3.003-3.003 0-1.66-1.344-3.004-3.003-3.004l-1.848-.02c-1.372 0-2.483-1.11-2.483-2.48 0-1.372 1.11-2.483 2.482-2.483h7.07zM1.84 13.228l-.003-2.22H8.91c.14 0 .255-.117.255-.258 0-.142-.115-.257-.256-.257H7.08c-2.897 0-5.245-2.35-5.245-5.247S4.183 0 7.08 0l7.067.002.004 2.233-7.07.003c-1.66 0-3.005 1.345-3.005 3.004 0 1.66 1.344 3.003 3.004 3.003l1.847.02c1.37 0 2.48 1.112 2.48 2.482s-1.11 2.48-2.48 2.48h-7.09z"/></svg><span class="tile-name">Sega</span></a><span class="hex">#0089CF</span></li>
<li class="tiles__item" data-search="linkedin 0077b5" style="background-color:#0077B5"><a href="https://simpleicons.org/icons/linkedin.svg" class="icon--link" title="LinkedIn"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M13.632 13.635h-2.37V9.922c0-.886-.018-2.025-1.234-2.025-1.235 0-1.424.964-1.424 1.96v3.778h-2.37V6H8.51V7.04h.03c.318-.6 1.092-1.233 2.247-1.233 2.4 0 2.845 1.58 2.845 3.637v4.188zM3.558 4.955c-.762 0-1.376-.617-1.376-1.377 0-.758.614-1.375 1.376-1.375.76 0 1.376.617 1.376 1.375 0 .76-.617 1.377-1.376 1.377zm1.188 8.68H2.37V6h2.376v7.635zM14.816 0H1.18C.528 0 0 .516 0 1.153v13.694C0 15.484.528 16 1.18 16h13.635c.652 0 1.185-.516 1.185-1.153V1.153C16 .516 15.467 0 14.815 0z" fill-rule="nonzero"/></svg><span class="tile-name">LinkedIn</span></a><span class="hex">#0077B5</span></li>
<li class="tiles__item" data-search="docker 1488c6" style="background-color:#1488C6"><a href="https://simpleicons.org/icons/docker.svg" class="icon--link" title="Docker"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M3.212 11.518c-.456 0-.87-.373-.87-.828 0-.455.373-.828.87-.828.496 0 .87.373.87.828 0 .455-.415.828-.87.828zm10.677-4.51c-.083-.663-.497-1.2-1.035-1.615l-.207-.166-.166.207c-.33.373-.455 1.035-.414 1.53.042.374.166.746.373 1.036-.165.083-.372.166-.537.248-.373.124-.745.166-1.118.166H.065l-.04.248c-.083.787.04 1.614.372 2.36l.166.29v.04c.993 1.656 2.773 2.4 4.718 2.4 3.726 0 6.788-1.613 8.237-5.09.952.042 1.904-.207 2.36-1.117L16 7.338l-.207-.124c-.538-.33-1.283-.373-1.904-.207zm-5.34-.663H6.936V7.96H8.55V6.344zm0-2.028H6.936V5.93H8.55V4.318zm0-2.07H6.936V3.86H8.55V2.248zm1.987 4.098H8.923V7.96h1.614V6.344zm-6 0H2.92V7.96h1.614V6.344zm2.027 0H4.95V7.96h1.614V6.344zm-4.015 0H.934V7.96H2.55V6.344zm4.014-2.028H4.95V5.93h1.614V4.318zm-2.028 0H2.922V5.93h1.614V4.318z" fill-rule="nonzero"/></svg><span class="tile-name">Docker</span></a><span class="hex">#1488C6</span></li>
<li class="tiles__item" data-search="linux foundation 009bee linuxfoundation" style="background-color:#009BEE"><a href="https://simpleicons.org/icons/linuxfoundation.svg" class="icon--link" title="Linux Foundation"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M3.206 6.402V12.8h6.397V16H0V6.402h3.206zM16 0v16h-4.796v-3.2H12.8V3.213H3.2V4.8H.003V0H16z"/></svg><span class="tile-name">Linux Foundation</span></a><span class="hex">#009BEE</span></li>
<li class="tiles__item" data-search="trello 0079bf" style="background-color:#0079BF"><a href="https://simpleicons.org/icons/trello.svg" class="icon--link" title="Trello"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M2 0C.895 0 0 .896 0 2v12c0 1.105.896 2 2 2h12c1.105 0 2-.896 2-2V2c0-1.105-.896-2-2-2H2zm8 2.08c-.53 0-.96.43-.96.96v5.08c0 .53.43.96.96.96h2.96c.53 0 .96-.43.96-.96V3.04c0-.53-.43-.96-.96-.96H10zm-6.96 0c-.53 0-.96.43-.96.96v9.08c0 .53.43.96.96.96H6c.53 0 .96-.43.96-.96V3.04c0-.53-.43-.96-.96-.96H3.04z"/></svg><span class="tile-name">Trello</span></a><span class="hex">#0079BF</span></li>
<li class="tiles__item" data-search="stripe 008cdd" style="background-color:#008CDD"><a href="https://simpleicons.org/icons/stripe.svg" class="icon--link" title="Stripe"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M9.307 6.1C7.86 5.563 7.07 5.15 7.07 4.494c0-.554.455-.87 1.267-.87 1.485 0 3.01.573 4.06 1.088l.593-3.663C12.158.653 10.455 0 8.1 0 6.435 0 5.05.436 4.06 1.248c-1.03.85-1.565 2.08-1.565 3.564 0 2.693 1.644 3.84 4.317 4.812 1.723.614 2.297 1.05 2.297 1.722 0 .654-.556 1.03-1.565 1.03-1.248 0-3.307-.614-4.654-1.406l-.593 3.703C3.447 15.327 5.584 16 7.802 16c1.762 0 3.228-.416 4.218-1.208 1.11-.87 1.683-2.158 1.683-3.822 0-2.752-1.683-3.9-4.396-4.87z"/></svg><span class="tile-name">Stripe</span></a><span class="hex">#008CDD</span></li>
<li class="tiles__item" data-search="twitter 1da1f2" style="background-color:#1DA1F2"><a href="https://simpleicons.org/icons/twitter.svg" class="icon--link" title="Twitter"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M16 3.038c-.59.26-1.22.437-1.885.517.677-.407 1.198-1.05 1.443-1.816-.634.375-1.337.648-2.085.795-.598-.638-1.45-1.036-2.396-1.036-1.812 0-3.282 1.468-3.282 3.28 0 .258.03.51.085.75C5.152 5.39 2.733 4.084 1.114 2.1.83 2.583.67 3.147.67 3.75c0 1.14.58 2.143 1.46 2.732-.538-.017-1.045-.165-1.487-.41v.04c0 1.59 1.13 2.918 2.633 3.22-.276.074-.566.114-.865.114-.21 0-.416-.02-.617-.058.418 1.304 1.63 2.253 3.067 2.28-1.124.88-2.54 1.404-4.077 1.404-.265 0-.526-.015-.783-.045 1.453.93 3.178 1.474 5.032 1.474 6.038 0 9.34-5 9.34-9.338 0-.143-.004-.284-.01-.425.64-.463 1.198-1.04 1.638-1.7z" fill-rule="nonzero"/></svg><span class="tile-name">Twitter</span></a><span class="hex">#1DA1F2</span></li>
<li class="tiles__item" data-search="drupal 0678be" style="background-color:#0678BE"><a href="https://simpleicons.org/icons/drupal.svg" class="icon--link" title="Drupal"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M13.65 2.35C12.14.837 10.134 0 8 0 3.593 0 0 3.593 0 8s3.593 8 8 8 8-3.593 8-8c0-2.133-.838-4.14-2.35-5.65zM8 13.192c-2.413 0-4.38-1.968-4.38-4.38 0-2.045 1.37-3.416 2.577-4.623.8-.8 1.575-1.574 1.803-2.437.23.863.99 1.637 1.803 2.437 1.207 1.207 2.578 2.578 2.578 4.623 0 2.412-1.967 4.38-4.38 4.38z" fill-rule="nonzero"/></svg><span class="tile-name">Drupal</span></a><span class="hex">#0678BE</span></li>
<li class="tiles__item" data-search="about.me 044a75 aboutme" style="background-color:#044A75"><a href="https://simpleicons.org/icons/aboutme.svg" class="icon--link" title="About.me"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M13.024 6.096c-.916 0-1.422.675-1.53 1.41h3.072c-.084-.7-.578-1.41-1.542-1.41m-1.506 2.41c.157.77.795 1.313 1.687 1.313.482 0 1.18-.18 1.59-.603l.783.904c-.71.748-1.77.952-2.493.952-1.76 0-3.133-1.265-3.133-3.072 0-1.687 1.264-3.072 3.048-3.072 1.722 0 3 1.325 3 3.072v.506h-4.482zm-4.326 2.552V7.265c0-.65-.288-1.024-.89-1.024-.543 0-.904.386-1.145.664v4.154H3.59V7.265c0-.65-.276-1.024-.878-1.024-.542 0-.917.386-1.145.664v4.154H0V5.004h1.567v.767c.265-.312.867-.842 1.807-.842.83 0 1.397.35 1.65 1.06.35-.506 1-1.06 1.94-1.06 1.133 0 1.795.675 1.795 1.976v4.154H7.19z" fill-rule="nonzero"/></svg><span class="tile-name">About.me</span></a><span class="hex">#044A75</span></li>
<li class="tiles__item" data-search="brand.ai 0aa0ff brandai" style="background-color:#0AA0FF"><a href="https://simpleicons.org/icons/brandai.svg" class="icon--link" title="Brand.ai"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.983 7.506C15.73 3.334 12.278.026 8.047 0h-.095C6.457.01 5.06.427 3.866 1.15c-1.102.665-2.03 1.59-2.7 2.69C.508 4.917.1 6.166.016 7.502.007 7.667 0 7.833 0 8c0 .167.007.333.017.498.082 1.336.49 2.584 1.15 3.663.667 1.095 1.59 2.017 2.684 2.683C5.046 15.57 6.445 15.99 7.94 16h.12c4.225-.03 7.67-3.337 7.923-7.506.01-.164.017-.328.017-.494 0-.166-.007-.33-.017-.494zM8.007 10.43v2.555c.064 1.56-.38 1.822-.913 1.845-.024 0-.045.002-.067.003-3.04-.43-5.443-2.84-5.86-5.886C1.122 8.637 1.1 8.322 1.1 8c0-.32.023-.636.066-.946.417-3.04 2.814-5.45 5.85-5.884l.078.007c.533.03.977.286.913 1.845v2.554c-.007 1.05.597 2.05 1.24 2.428C8.605 8.38 8 9.257 8.008 10.43z" fill-rule="nonzero"/></svg><span class="tile-name">Brand.ai</span></a><span class="hex">#0AA0FF</span></li>
<li class="tiles__item" data-search="scribd 1a7bba" style="background-color:#1A7BBA"><a href="https://simpleicons.org/icons/scribd.svg" class="icon--link" title="Scribd"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M9.897 14.03c0-1.415 1.047-2.625 2.36-2.87-.062-1.314-.616-2.216-1.478-2.893-.862-.677-2.072-1.19-3.385-1.703C5.98 6.01 4.913 5.518 4.913 4.45c0-.9.78-1.578 2.092-1.578.8 0 1.313.123 1.58.266 0 .062-.02.144-.062.206-.04.082-.06.184-.06.328 0 .902.655 1.702 1.824 1.702 1.067 0 1.703-.8 1.703-1.97 0-.983-.554-1.845-1.457-2.44C9.61.37 8.338 0 6.883 0 5.384.103 4.092.656 3.19 1.477c-.903.82-1.436 1.928-1.436 3.24 0 1.457.513 2.4 1.354 3.12.84.717 2.05 1.23 3.507 1.742 1.58.512 2.503 1.046 2.503 2.092 0 1.066-.923 1.702-2.38 1.702-.76 0-1.415-.123-1.97-.512.145-.267.145-.534.145-.8 0-.76-.677-1.703-1.846-1.703-1.046 0-1.826.8-1.826 1.968 0 .985.616 1.908 1.622 2.564C3.846 15.57 5.242 16 6.738 16c1.313 0 2.503-.246 3.426-.903-.143-.266-.267-.656-.267-1.066zm4.862 0c0 1.047-.842 1.847-1.847 1.847s-1.826-.8-1.826-1.846c0-1.004.82-1.825 1.826-1.825 1.005 0 1.846.82 1.846 1.826z" fill-rule="nonzero"/></svg><span class="tile-name">Scribd</span></a><span class="hex">#1A7BBA</span></li>
<li class="tiles__item" data-search="codecademy 204056" style="background-color:#204056"><a href="https://simpleicons.org/icons/codecademy.svg" class="icon--link" title="Codecademy"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.885 13.152h-3.73c-.062 0-.113.04-.113.115v1.01c0 .063.038.114.114.114h3.73c.063 0 .114-.037.114-.114v-1.01c0-.075-.038-.114-.115-.114zm-4.91-11.508c.01.023.02.046.032.08V14.25c0 .04-.013.064-.025.077-.026.026-.05.04-.09.04H.102c-.025 0-.05 0-.064-.014-.025-.026-.038-.05-.038-.09V1.71c0-.05.026-.088.064-.1h10.828c.026 0 .064.012.077.024l.004.01zM1.212 13.05c0 .05.026.09.064.102h8.428c.038-.012.064-.05.064-.102V2.937c0-.05-.027-.09-.065-.102H1.277c-.038.013-.064.05-.064.102V13.05zm3.41-5.63c.434 0 .715.165.97.46.038.05.102.063.153.024l.69-.613c.05-.037.038-.114.013-.152-.423-.51-1.036-.83-1.827-.83-1.06 0-1.865.524-2.17 1.47-.116.33-.167.752-.167 1.314s.05.983.166 1.315c.306.945 1.11 1.468 2.17 1.468.792 0 1.405-.32 1.827-.817.024-.05.037-.115-.014-.153l-.69-.613c-.05-.038-.115-.038-.153.013-.268.294-.536.46-.97.46-.473 0-.83-.23-.984-.69-.09-.268-.116-.587-.116-.996 0-.41.026-.716.115-.984.152-.447.51-.677.983-.677z"/></svg><span class="tile-name">Codecademy</span></a><span class="hex">#204056</span></li>
<li class="tiles__item" data-search="storify 3a98d9" style="background-color:#3A98D9"><a href="https://simpleicons.org/icons/storify.svg" class="icon--link" title="Storify"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.32 5.705c.213.405.376.85.488 1.337.113.487.176.996.19 1.528.014.53-.04 1.07-.16 1.61-.12.544-.298 1.075-.532 1.592-.233.518-.553 1.01-.96 1.48-.408.47-.876.893-1.405 1.267-.527.373-1.162.69-1.904.948-.742.26-1.552.436-2.43.532l-.2-.473c.044-.01.108-.03.193-.054.083-.026.242-.09.475-.195.233-.104.458-.223.675-.358.216-.135.455-.326.716-.574.262-.248.487-.518.675-.81.19-.293.348-.657.477-1.093.13-.436.194-.904.194-1.405 0-.473-.065-.917-.197-1.333-.132-.417-.305-.775-.518-1.076-.214-.302-.45-.59-.705-.862-.255-.273-.51-.53-.767-.772-.256-.242-.49-.484-.704-.726-.215-.242-.387-.512-.52-.81-.132-.298-.198-.61-.198-.937 0-.596.234-1.105.7-1.527.467-.422 1.11-.633 1.93-.633.237 0 .48.024.73.072.25.047.544.144.882.29.337.147.662.338.974.575.312.236.638.56.978.974.34.414.648.89.923 1.43zM.68 10.295C.468 9.89.305 9.445.193 8.958.08 8.47.016 7.962.002 7.43c-.014-.53.04-1.07.16-1.61.12-.544.298-1.075.532-1.592.233-.518.553-1.01.96-1.48.408-.47.876-.893 1.405-1.267.527-.373 1.162-.69 1.904-.948C5.706.272 6.516.096 7.394 0l.2.473c-.044.01-.108.03-.193.054-.083.026-.242.09-.475.195-.233.104-.458.223-.675.358-.216.135-.455.326-.716.574-.262.248-.487.518-.675.81-.19.293-.348.657-.477 1.093-.13.436-.194.904-.194 1.405 0 .473.065.917.197 1.333.132.417.305.775.518 1.076.214.302.45.59.705.862.255.273.51.53.767.772.256.242.49.484.704.726.215.242.387.512.52.81.132.298.198.61.198.937 0 .596-.234 1.105-.7 1.527-.467.422-1.11.633-1.93.633-.237 0-.48-.024-.73-.072-.25-.047-.544-.144-.882-.29-.337-.147-.662-.338-.974-.575-.312-.236-.638-.56-.978-.974-.34-.414-.648-.89-.923-1.43z" fill-rule="nonzero"/></svg><span class="tile-name">Storify</span></a><span class="hex">#3A98D9</span></li>
<li class="tiles__item" data-search="microsoft outlook 0072c6 microsoftoutlook" style="background-color:#0072C6"><a href="https://simpleicons.org/icons/microsoftoutlook.svg" class="icon--link" title="Microsoft Outlook"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M16 4.925v6.985c0 .154-.053.282-.158.384-.105.103-.234.154-.388.154H9.757v-4.64l1.066.82c.068.056.152.084.252.084s.186-.028.26-.085L16 4.925zM9.757 3.578h5.697c.142 0 .263.042.363.128.1.085.155.2.166.34L11.07 7.963 9.757 6.93V3.578zM8.937.576v14.848L0 13.88V2.163L8.938.576zM6.236 8.03c-.012-.756-.207-1.382-.585-1.876-.378-.495-.854-.754-1.428-.777-.557.023-1.025.282-1.403.777-.38.494-.574 1.12-.585 1.876.01.745.206 1.364.584 1.86.377.494.845.755 1.402.784.568-.023 1.043-.283 1.424-.78.38-.498.577-1.12.59-1.864zm-2.08-1.655c.288.012.53.17.723.478.194.307.29.696.29 1.168 0 .473-.096.864-.29 1.174-.193.31-.435.465-.724.465-.29 0-.532-.156-.725-.466-.195-.31-.29-.7-.29-1.173 0-.47.095-.86.29-1.167.192-.307.434-.466.724-.478z" fill-rule="nonzero"/></svg><span class="tile-name">Microsoft Outlook</span></a><span class="hex">#0072C6</span></li>
<li class="tiles__item" data-search="yammer 0072c6" style="background-color:#0072C6"><a href="https://simpleicons.org/icons/yammer.svg" class="icon--link" title="Yammer"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill-rule="nonzero"><path d="M13.86 4.33c.323-.258.405-.723.178-1.077-.2-.312-.577-.44-.916-.343l-.093.05c-.54.297-4.184 2.85-3.772 3.138.408.286 2.9-.836 4.603-1.77m0 7.68c-1.702-.934-4.194-2.055-4.602-1.77-.412.288 3.232 2.842 3.77 3.138l.094.05c.34.1.715-.03.916-.342.227-.355.145-.82-.177-1.077m1.5-4.678c-.033-.003-.068-.003-.105-.003-.615 0-5.038.486-4.816.937.22.446 2.943.662 4.885.663.406-.07.7-.438.673-.858-.026-.37-.294-.665-.638-.74M3.65 11.165c-.506 1.43-.975 2.1-2.052 2.1-.105 0-.467-.02-.49-.023-.348-.018-.673.208-.766.558-.108.397.125.806.52.92.286.05.58.068.842.068 1.986 0 2.642-1.144 3.298-2.813L8.877 2.31c.14-.438-.104-.906-.54-1.045-.427-.136-.88.09-1.033.505L4.58 8.966h-.04l-2.865-7.25c-.194-.41-.673-.61-1.105-.447-.444.165-.672.65-.526 1.097l3.607 8.798z"/></g></svg><span class="tile-name">Yammer</span></a><span class="hex">#0072C6</span></li>
<li class="tiles__item" data-search="gov.uk 005ea5 govuk" style="background-color:#005EA5"><a href="https://simpleicons.org/icons/govuk.svg" class="icon--link" title="GOV.UK"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill-rule="nonzero"><path d="M1.597 8.686c.174-.425-.026-.914-.453-1.09-.42-.173-.906.033-1.08.458-.176.423.026.907.445 1.08.427.177.912-.025 1.087-.448M2.173 6.528c.175-.423-.026-.912-.454-1.09-.42-.172-.908.035-1.082.457-.175.424.027.91.447 1.083.428.177.914-.026 1.088-.45M2.984 5.8c.427.175.912-.027 1.087-.45.175-.424-.025-.914-.45-1.09-.422-.173-.91.033-1.083.456-.175.425.027.91.447 1.083M5.085 6.507c.428.177.914-.025 1.088-.448.174-.424-.026-.915-.454-1.09-.42-.174-.907.033-1.082.457-.174.422.028.908.447 1.08M14.402 8.686c.183.423.666.623 1.09.443.42-.175.62-.66.445-1.082-.177-.426-.664-.626-1.085-.452-.424.174-.627.663-.45 1.09M14.908 6.977c.425-.173.625-.66.448-1.086-.18-.422-.664-.625-1.087-.447-.425.174-.622.66-.448 1.086.177.425.664.626 1.086.447M13.006 5.806c.42-.175.622-.662.448-1.087-.177-.427-.664-.627-1.088-.454-.422.18-.623.666-.446 1.09.175.422.662.623 1.086.45M10.734 6.38c.42-.175.62-.662.446-1.083-.177-.425-.665-.626-1.09-.453-.42.18-.62.667-.444 1.093.175.42.662.62 1.088.442M6.27 3.302l.062 1.596 1.165-.614c.024.026.053.052.08.072-.12.477-.413 1.273-.595 1.713-.223.54.033 1.16.573 1.383.54.222 1.162-.036 1.386-.577.156-.377.08-.786-.164-1.078-.26-.45-.52-1.02-.664-1.457.037-.027.07-.063.096-.102l1.256.65.053-1.59-1.312.425c-.012-.02-.025-.035-.038-.05l.516-1.455-1.557-.044.462 1.427c-.04.025-.07.055-.1.087L6.27 3.302zM14.184 9.362c.106.587.124.854-.01 1.236-.19-.19-.36-.536-.498-1.06l-.58 1.856c.345-.23.608-.376.907-.38-.542 1.14-1.21 1.428-1.637 1.345-.523-.104-.765-.576-.673-.974.116-.56.7-.7.963-.045.528-1.042-.345-1.382-.91-1.08.874-.852.976-1.614.284-2.552-.974.736-.992 1.47-.566 2.51-.56-.656-1.45-.31-1.14.74.417-.632.953-.23.864.376-.073.525-.774.94-1.637.854-1.24-.117-1.305-.973-1.327-1.68.302-.055.85.234 1.313.896l.19-1.973c-.514.52-.978.624-1.49.633.176-.526.966-1.397.966-1.397l-2.467-.012s.784.874.956 1.405c-.513-.016-.974-.117-1.483-.647l.172 1.974c.467-.657 1.015-.94 1.32-.882-.032.707-.106 1.56-1.344 1.673-.864.075-1.557-.35-1.63-.874-.084-.603.46-1.003.87-.368.318-1.05-.567-1.4-1.135-.75.44-1.037.428-1.774-.546-2.518-.7.928-.6 1.696.266 2.56-.564-.312-1.44.017-.924 1.07.27-.655.85-.51.97.054.08.398-.16.866-.686.963-.43.08-1.094-.215-1.627-1.36.3.006.562.157.902.39l-.56-1.858c-.14.52-.32.864-.51 1.05-.128-.377-.11-.65.006-1.235L.57 9.717c.613.836 1.235 2.005 1.722 4.055 1.514-.253 4.096-.404 5.66-.4 1.562.01 4.143.185 5.65.454.51-2.048 1.142-3.208 1.762-4.038l-1.178-.426z"/></g></svg><span class="tile-name">GOV.UK</span></a><span class="hex">#005EA5</span></li>
<li class="tiles__item" data-search="windows 0078d6" style="background-color:#0078D6"><a href="https://simpleicons.org/icons/windows.svg" class="icon--link" title="Windows"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"><path d="M0,2.3l6.5-0.9v6.3H0 M7.3,1.3L16,0v7.6H7.3 M0,8.4h6.5v6.3L0,13.8 M7.3,8.4H16V16l-8.6-1.2"/></svg><span class="tile-name">Windows</span></a><span class="hex">#0078D6</span></li>
<li class="tiles__item" data-search="paypal 00457c" style="background-color:#00457C"><a href="https://simpleicons.org/icons/paypal.svg" class="icon--link" title="PayPal"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M4.613 16h-2.07c-.443 0-.724-.354-.624-.786l.103-.45h1.383c.444 0 .89-.355.988-.787l.708-3.062c.1-.432.544-.786.987-.786h.588c2.526 0 4.49-.517 5.894-1.553 1.406-1.036 2.108-2.398 2.108-4.09 0-.743-.13-1.364-.392-1.862-.004-.01-.01-.018-.014-.027.028.016.055.032.082.05.497.31.878.715 1.138 1.214.262.498.392 1.12.392 1.863 0 1.69-.702 3.053-2.108 4.09-1.405 1.035-3.368 1.55-5.894 1.55h-.588c-.444 0-.888.356-.988.787L5.6 15.214c-.1.432-.544.786-.987.786zm-1.785-1.797H.758c-.442 0-.723-.353-.624-.786L3.05.787C3.15.353 3.593 0 4.036 0h4.31c.93 0 1.74.065 2.433.192.69.127 1.288.346 1.793.66.496.31.878.715 1.137 1.213.26.498.392 1.12.392 1.864 0 1.69-.702 3.05-2.108 4.088C10.59 9.053 8.624 9.57 6.1 9.57h-.59c-.442 0-.887.353-.986.786l-.707 3.06c-.1.434-.545.787-.99.787zm4.964-11.58h-.676c-.444 0-.888.353-.987.785l-.62 2.68c-.1.433.18.786.625.786h.513c1.114 0 1.982-.228 2.603-.68.623-.457.932-1.103.932-1.942 0-.553-.2-.963-.602-1.226-.4-.27-.997-.404-1.788-.404z"/></svg><span class="tile-name">PayPal</span></a><span class="hex">#00457C</span></li>
<li class="tiles__item" data-search="coderwall 3e8dcc" style="background-color:#3E8DCC"><a href="https://simpleicons.org/icons/coderwall.svg" class="icon--link" title="Coderwall"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M14.236 12.472c.974 0 1.764.79 1.764 1.764S15.21 16 14.236 16c-.973 0-1.764-.79-1.764-1.764 0-.973.79-1.764 1.764-1.764zM8 6.236c.973 0 1.764.79 1.764 1.764 0 .973-.79 1.764-1.764 1.764-.973 0-1.764-.79-1.764-1.764 0-.973.79-1.764 1.764-1.764zm6.236 0C15.21 6.236 16 7.026 16 8c0 .973-.79 1.764-1.764 1.764-.973 0-1.764-.79-1.764-1.764 0-.973.79-1.764 1.764-1.764zM8 0c.973 0 1.764.79 1.764 1.764 0 .973-.79 1.764-1.764 1.764-.973 0-1.764-.79-1.764-1.764S7.026 0 8 0zM1.764 0c.973 0 1.764.79 1.764 1.764 0 .973-.79 1.764-1.764 1.764S0 2.738 0 1.764.79 0 1.764 0zm12.472 0C15.21 0 16 .79 16 1.764c0 .973-.79 1.764-1.764 1.764-.973 0-1.764-.79-1.764-1.764S13.262 0 14.236 0z"/></svg><span class="tile-name">Coderwall</span></a><span class="hex">#3E8DCC</span></li>
<li class="tiles__item" data-search="dropbox 007ee5" style="background-color:#007EE5"><a href="https://simpleicons.org/icons/dropbox.svg" class="icon--link" title="Dropbox"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill-rule="nonzero"><path d="M4.707.56L0 3.63l3.254 2.606L8 3.308 4.707.558zM0 8.844l4.707 3.073L8 9.17 3.254 6.237 0 8.844zM8 9.17l3.293 2.748L16 8.845l-3.254-2.607L8 9.168zM16 3.632L11.293.56 8 3.307l4.746 2.93L16 3.632z"/><path d="M8.01 9.76L4.707 12.5l-1.414-.922v1.035L8.01 15.44l4.716-2.827v-1.035l-1.413.923L8.01 9.76z"/></g></svg><span class="tile-name">Dropbox</span></a><span class="hex">#007EE5</span></li>
<li class="tiles__item" data-search="ifixit 0071ce" style="background-color:#0071CE"><a href="https://simpleicons.org/icons/ifixit.svg" class="icon--link" title="iFixit"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M10.23 8.337l1.58 2.088c.132.173.14.46.017.64l-.08.118c-.12.18-.366.43-.543.554l-.19.134c-.177.126-.464.122-.637-.01l-2.09-1.583c-.17-.13-.454-.13-.627 0L5.57 11.86c-.172.132-.46.138-.638.016l-.138-.095c-.18-.122-.427-.37-.55-.547l-.12-.17c-.124-.178-.12-.465.012-.638l1.583-2.09c.13-.173.13-.455 0-.628l-1.584-2.09c-.13-.174-.136-.46-.01-.637l.134-.19c.125-.177.374-.422.553-.544l.118-.08c.18-.122.468-.114.64.017l2.09 1.583c.173.13.456.13.628 0l2.09-1.583c.172-.13.466-.148.653-.038l.22.13c.187.11.426.355.53.545l.078.14c.105.188.084.485-.047.658l-1.58 2.09c-.132.173-.132.456 0 .63zM8 0C3.58 0 0 3.582 0 8s3.58 8 8 8c4.418 0 8-3.582 8-8s-3.582-8-8-8z" fill-rule="nonzero"/></svg><span class="tile-name">iFixit</span></a><span class="hex">#0071CE</span></li>
<li class="tiles__item" data-search="jsfiddle 4679a4" style="background-color:#4679a4"><a href="https://simpleicons.org/icons/jsfiddle.svg" class="icon--link" title="JSFiddle"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M14.063 7.5c.006-.094.014-.186.014-.28 0-2.59-2.13-4.69-4.76-4.69A4.763 4.763 0 0 0 5.02 5.204a2.206 2.206 0 0 0-1.34-.454c-1.214 0-2.198.968-2.198 2.162 0 .225.035.442.1.645A3.163 3.163 0 0 0 0 10.287c0 1.736 1.417 3.146 3.175 3.172h9.506c.06.003.116.01.174.01 1.74 0 3.152-1.39 3.152-3.105A3.105 3.105 0 0 0 14.064 7.5zm-9.766 3.57c-.32-.29-.52-.64-.6-1.055a2.317 2.317 0 0 1-.04-.435c0-.59.215-1.076.645-1.46.43-.384.975-.576 1.638-.576.68 0 1.32.255 1.888.764.14.127.278.27.41.428l.728.857c.126.172.26.32.4.447.375.336.78.504 1.124.504.292 0 .535-.09.73-.268a.903.903 0 0 0 .29-.584l.005-.098a.892.892 0 0 0-.043-.278 1.018 1.018 0 0 0-.99-.668c-.363 0-.722.122-1.116.504l-.645-.76-.076-.086c.564-.553 1.127-.76 1.885-.76.67 0 1.214.19 1.63.57l.01.01c.423.38.635.87.635 1.473 0 .147-.014.29-.04.426-.08.408-.28.755-.597 1.043a2.147 2.147 0 0 1-1.145.54c-.15.024-.308.036-.474.036-.697 0-1.34-.25-1.894-.746a3.75 3.75 0 0 1-.428-.457l-.73-.85a2.803 2.803 0 0 0-.394-.443c-.373-.336-.784-.503-1.137-.503a1.2 1.2 0 0 0-.307.038.955.955 0 0 0-.42.236.903.903 0 0 0-.292.673c0 .258.093.48.28.663l.013.014c.203.182.45.273.74.273.367 0 .728-.123 1.12-.508l.643.75.07.085c-.585.56-1.142.77-1.87.77-.673 0-1.22-.19-1.645-.57z" fill="#4679a4"/></svg><span class="tile-name">JSFiddle</span></a><span class="hex">#4679a4</span></li>
<li class="tiles__item" data-search="disqus 2e9fff" style="background-color:#2E9FFF"><a href="https://simpleicons.org/icons/disqus.svg" class="icon--link" title="Disqus"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8.292 15.77c-1.902 0-3.64-.695-4.984-1.844L0 14.378l1.278-3.155C.833 10.24.583 9.15.583 8c0-4.29 3.45-7.77 7.71-7.77C12.548.23 16 3.71 16 8c0 4.292-3.45 7.77-7.708 7.77zm4.21-7.792v-.022c0-2.242-1.582-3.84-4.308-3.84H5.25v7.77h2.9c2.747 0 4.35-1.666 4.35-3.908zM8.225 9.976h-.86v-3.95h.86c1.265 0 2.105.72 2.105 1.964v.02c0 1.256-.84 1.966-2.104 1.966z" fill-rule="nonzero"/></svg><span class="tile-name">Disqus</span></a><span class="hex">#2E9FFF</span></li>
<li class="tiles__item" data-search="intercom 1f8ded" style="background-color:#1F8DED"><a href="https://simpleicons.org/icons/intercom.svg" class="icon--link" title="Intercom"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M14 0H2C.895 0 0 .895 0 2v12c0 1.105.895 2 2 2h12c1.105 0 2-.895 2-2V2c0-1.105-.895-2-2-2zm-3.867 2.933c0-.294.24-.533.534-.533.294 0 .533.24.533.533v7.125c0 .295-.24.534-.533.534-.295 0-.534-.24-.534-.534V2.933zm-2.666-.27c0-.294.238-.533.533-.533.295 0 .533.24.533.533v7.734c0 .294-.238.533-.533.533-.295 0-.533-.24-.533-.533V2.663zm-2.667.27c0-.294.24-.533.533-.533.295 0 .534.24.534.533v7.125c0 .295-.24.534-.534.534-.294 0-.533-.24-.533-.534V2.933zM2.133 4c0-.295.24-.533.534-.533.294 0 .533.238.533.533v4.797c0 .294-.24.533-.533.533-.295 0-.534-.24-.534-.533V4zm11.547 8.135c-.082.07-2.058 1.728-5.68 1.728s-5.598-1.657-5.68-1.728c-.224-.192-.25-.528-.058-.752.19-.223.527-.25.75-.06.032.027 1.796 1.474 4.988 1.474 3.232 0 4.97-1.457 4.986-1.472.223-.192.56-.166.752.058.192.224.166.56-.058.752zm.187-3.338c0 .294-.24.533-.534.533-.294 0-.533-.24-.533-.533V4c0-.295.24-.533.533-.533.295 0 .534.238.534.533v4.797z" fill-rule="nonzero"/></svg><span class="tile-name">Intercom</span></a><span class="hex">#1F8DED</span></li>
<li class="tiles__item" data-search="joomla 5091cd" style="background-color:#5091CD"><a href="https://simpleicons.org/icons/joomla.svg" class="icon--link" title="Joomla"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M11.146 9.84L9.48 11.508l-1.58 1.58-.308.31c-.912.91-2.198 1.22-3.365.932-.218.95-1.07 1.66-2.087 1.66-1.182 0-2.14-.958-2.14-2.14 0-1.012.703-1.86 1.646-2.083-.298-1.173.01-2.47.93-3.386l.12-.12 1.58 1.58-.122.12c-.513.513-.513 1.343 0 1.856.514.515 1.348.514 1.858.002l.31-.31L7.9 9.93l1.668-1.67 1.578 1.58zm.616 4.436c-1.215.374-2.59.08-3.552-.88l-.12-.122 1.577-1.58.12.122c.514.512 1.345.512 1.858 0 .51-.51.512-1.34-.003-1.854l-.31-.31-1.577-1.58-1.668-1.668 1.58-1.58 1.666 1.67 1.578 1.58.31.31c.91.907 1.223 2.185.94 3.347 1.04.147 1.84 1.04 1.84 2.12 0 1.182-.96 2.14-2.14 2.14-1.037 0-1.9-.736-2.098-1.714zM4.65 6.308l1.672-1.67 1.58-1.58.308-.307c.95-.95 2.305-1.25 3.51-.895C11.862.813 12.757.01 13.84.01c1.182 0 2.14.958 2.14 2.14 0 1.087-.81 1.985-1.86 2.123.346 1.2.046 2.545-.9 3.49l-.12.123-1.58-1.58.122-.122c.513-.513.513-1.344 0-1.856-.51-.51-1.34-.512-1.854.002l-.308.308-1.58 1.58-1.67 1.668-1.58-1.578zM2.882 8.073l-.308-.308c-.954-.954-1.25-2.317-.888-3.526C.733 4.022.02 3.17.02 2.15.02.97.98.01 2.16.01c1.064 0 1.947.777 2.113 1.794 1.154-.27 2.418.044 3.32.944l.122.123-1.58 1.58-.122-.123c-.513-.512-1.344-.512-1.857 0-.514.515-.513 1.35-.003 1.86l.31.308 1.58 1.578 1.67 1.67-1.578 1.58-1.673-1.67-1.58-1.58z"/></svg><span class="tile-name">Joomla</span></a><span class="hex">#5091CD</span></li>
<li class="tiles__item" data-search="messenger 0084ff" style="background-color:#0084FF"><a href="https://simpleicons.org/icons/messenger.svg" class="icon--link" title="Messenger"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C3.582 0 0 3.316 0 7.407c0 2.332 1.163 4.41 2.98 5.77V16l2.725-1.495c.727.2 1.497.31 2.295.31 4.418 0 8-3.317 8-7.408C16 3.317 12.418 0 8 0zm.795 9.975L6.758 7.802 2.783 9.975l4.372-4.642 2.087 2.173 3.926-2.173-4.373 4.642z" fill-rule="nonzero"/></svg><span class="tile-name">Messenger</span></a><span class="hex">#0084FF</span></li>
<li class="tiles__item" data-search="hipchat 205281" style="background-color:#205281"><a href="https://simpleicons.org/icons/hipchat.svg" class="icon--link" title="HipChat"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M14.567 14.587c-.557-.318-1.074-.876-1.353-1.632-.04-.16 0-.278.12-.358C15.003 11.363 16 9.493 16 7.423c0-3.82-3.582-6.925-8-6.925-4.418.04-8 3.144-8 6.925 0 3.82 3.582 6.925 8 6.925.557 0 1.114-.04 1.672-.16.12-.04.238 0 .318.08 1.075.677 2.746 1.234 4.14 1.234.437 0 .636-.278.636-.557.08-.12-.08-.24-.2-.358zm-2.15-.637c.04.04.04.08.04.08 0 .04-.04.08-.08.08-.397 0-1.67-.677-2.307-1.195-.08-.08-.2-.12-.398-.08-.518.12-1.115.2-1.672.2-3.7 0-6.687-2.468-6.687-5.533C1.313 4.438 4.3 1.97 8 1.97c3.7 0 6.687 2.468 6.687 5.532 0 1.792-1.035 3.423-2.707 4.418-.12.08-.24.2-.24.36 0 .357.32 1.153.678 1.67zm-.04-4.895c0-.16-.118-.32-.317-.32-.08 0-.16.04-.2.08-.795.717-2.188 1.354-3.86 1.354-1.672 0-2.985-.677-3.86-1.354-.04-.04-.16-.08-.2-.08-.2 0-.318.16-.318.36 0 .158.08.277.2.397.477.676 1.95 1.91 4.178 1.91h.04c2.23 0 3.7-1.194 4.18-1.95.04-.12.158-.28.158-.398z"/></svg><span class="tile-name">HipChat</span></a><span class="hex">#205281</span></li>
<li class="tiles__item" data-search="american express 2e77bc americanexpress" style="background-color:#2E77BC"><a href="https://simpleicons.org/icons/americanexpress.svg" class="icon--link" title="American Express"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M10.923 10.96V9.083h1.492v.388h-1.047v.34h1.022v.384h-1.022v.373h1.047v.39h-1.492zm3.2-.99c.086.09.133.205.133.398 0 .403-.25.59-.702.59h-.87v-.4h.866c.085 0 .145-.012.183-.047.03-.028.053-.07.053-.12 0-.056-.024-.1-.055-.125-.033-.03-.08-.042-.158-.042-.418-.014-.942.013-.942-.58 0-.272.17-.56.64-.56h.896v.4h-.82c-.082 0-.135.004-.18.034-.05.03-.067.076-.067.135 0 .07.04.12.097.14.047.016.098.02.174.02l.242.008c.242.006.41.048.51.15zm-3.765.118c.1.037.18.103.22.157.062.092.072.177.073.343v.37h-.447v-.233c0-.113.01-.28-.073-.367-.065-.067-.165-.083-.328-.083h-.478v.684h-.45V9.083h1.033c.227 0 .392.01.538.09.14.084.23.2.23.415 0 .3-.2.45-.317.498zm-3.474.7l-.687-.763.687-.74v1.504zm-1.773-.22H4.013v-.372h.98v-.383h-.98v-.34h1.12l.49.546-.51.55zm2.797-.618H7.33v-.478h.582c.16 0 .273.066.273.23 0 .162-.106.248-.278.248zm2.18-.095c-.06.035-.132.038-.22.038h-.543v-.42h.55c.08 0 .16 0 .214.033.058.03.093.088.093.17 0 .08-.034.144-.092.18zm-1.422-.153c0 .52-.387.63-.778.63H7.33v.627h-.87l-.55-.62-.573.62h-1.77V9.083h1.798l.55.615.568-.616h1.43c.354 0 .752.1.752.618zm7.24 1.018c-.108.16-.32.24-.606.24h-.864v-.403h.86c.085 0 .144-.01.18-.046.032-.028.053-.07.053-.12 0-.056-.022-.1-.055-.125-.033-.03-.08-.042-.158-.042-.42-.014-.943.013-.943-.58 0-.272.172-.56.64-.56h.892v-.372h-.828c-.25 0-.43.06-.56.154V8.71h-1.223c-.196 0-.426.05-.534.154V8.71h-2.185v.154c-.173-.125-.467-.153-.602-.153H8.53v.154c-.136-.133-.442-.153-.63-.153H6.29l-.37.402-.345-.4h-2.41v2.616h2.364l.38-.407.36.408h1.457v-.614h.143c.193.003.422-.005.623-.092v.706h1.202v-.682h.058c.074 0 .08.003.08.077v.605h3.653c.232 0 .474-.06.61-.168v.168h1.157c.24 0 .476-.034.656-.12V16H0V8.1h.764l.172-.416h.386l.17.417h1.504v-.318l.135.32h.78l.135-.325V8.1H7.78l-.002-.683h.072c.05.002.066.007.066.09V8.1h1.932v-.16c.155.085.398.16.717.16h.812l.174-.416h.387l.17.417h1.566v-.395l.237.396h1.255V5.487h-1.242v.31l-.174-.31h-1.275v.31l-.16-.31h-1.72c-.29 0-.543.04-.747.153v-.154H8.66v.153c-.13-.117-.308-.154-.505-.154h-4.34l-.292.675-.3-.674H1.858v.31l-.15-.31H.54L0 6.73V0h15.906v9.483h-.815c-.08 0-.135.003-.18.034-.047.03-.065.076-.065.135 0 .07.04.12.097.14.048.016.098.02.173.02l.242.008c.244.006.408.048.507.15.018.015.03.03.042.047l.003.004c.06.086.09.186.09.348 0 .143-.03.26-.094.352zm-9.25-2.988H5.16V5.858h1.494v.39H5.607v.338h1.02v.384h-1.02v.375h1.047v.387zm2.82 0h-.457V5.858h.457v1.874zm-.716-1.37c0 .3-.2.454-.316.5.098.038.182.104.22.158.064.093.075.177.075.344v.368h-.452v-.236c0-.113.01-.275-.072-.365-.065-.065-.165-.08-.326-.08h-.48v.682h-.447V5.858h1.03c.227 0 .395.006.54.09.14.083.226.206.226.415zm6.007 1.37h-.634l-.847-1.407v1.407h-.91l-.175-.418h-.927l-.17.418h-.522c-.217 0-.492-.048-.647-.207-.158-.16-.24-.375-.24-.716 0-.28.05-.533.242-.734.144-.15.37-.218.68-.218h.43v.4h-.422c-.163 0-.256.026-.344.112-.078.08-.13.23-.13.425 0 .2.04.346.123.44.07.075.194.097.312.097h.2l.63-1.474h.67l.757 1.773V5.86h.68l.787 1.305V5.858h.457v1.874zm-14.762 0l.8-1.874h.665l.76 1.775V5.858h.73l.585 1.27.538-1.27h.744v1.874H4.37l-.003-1.468-.648 1.468h-.394l-.65-1.47v1.47h-.91l-.17-.418H.663l-.173.418H.006zm1.43-.81l-.307-.746-.305.747h.61zm10.614 0l-.31-.746-.308.747h.617zm-3.875-.296c-.062.037-.134.038-.222.038H7.41v-.416h.55c.08 0 .16.004.213.034.058.027.094.085.094.166 0 .082-.034.148-.092.178z"/></svg><span class="tile-name">American Express</span></a><span class="hex">#2E77BC</span></li>
<li class="tiles__item" data-search="zillow 0074e4" style="background-color:#0074E4"><a href="https://simpleicons.org/icons/zillow.svg" class="icon--link" title="Zillow"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M11.587 12.037c-4.953.297-10.34 2.09-10.908 2.34l.66-1.86c1.68-.777 5.858-2.312 10.996-2.678-.1.38-.642 1.78-.75 2.197zm1.767-5.006s-.243.51-.473 1.21c-1.977.117-5.09.77-6.612 1.32.784-.72 5.783-5.743 5.783-5.743C13.99 5.14 16 6.767 16 6.767l-2.646.264zm-11.7.22c1.098-.5 4.176-1.434 7.123-2.123 0 0-5.665 5.23-7.24 6.85l1.3-3.527c-1.01.148-1.455.206-2.837.5l1.653-1.7zM8.72 1.624c.49.24 2.3 1.47 2.946 1.925-2.064.05-6.09.94-7.768 1.5C5.275 4.012 7.833 2.036 8.72 1.623z"/></svg><span class="tile-name">Zillow</span></a><span class="hex">#0074E4</span></li>
<li class="tiles__item" data-search="digitalocean 0080ff" style="background-color:#0080FF"><a href="https://simpleicons.org/icons/digitalocean.svg" class="icon--link" title="DigitalOcean"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M.557 12.91H.555v-1.99h1.991v1.99h2.372V9.82h3.09v3.08c3.284-.003 5.82-3.255 4.567-6.71-.465-1.28-1.486-2.3-2.767-2.765C6.352 2.17 3.098 4.712 3.098 8H0C0 2.762 5.06-1.317 10.55.397c2.398.75 4.304 2.655 5.053 5.053C17.317 10.94 13.238 16 8 16v-3.09H4.918v2.372H2.544V12.91H.556z"/></svg><span class="tile-name">DigitalOcean</span></a><span class="hex">#0080FF</span></li>
<li class="tiles__item" data-search="delicious 3399ff" style="background-color:#3399FF"><a href="https://simpleicons.org/icons/delicious.svg" class="icon--link" title="Delicious"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 8H0v8h8V8zm8-8H8v8h8V0z"/></svg><span class="tile-name">Delicious</span></a><span class="hex">#3399FF</span></li>
<li class="tiles__item" data-search="bitbucket 205081" style="background-color:#205081"><a href="https://simpleicons.org/icons/bitbucket.svg" class="icon--link" title="Bitbucket"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g><path d="M8 0C4.187 0 1.055 1.02 1.055 2.315c0 .34.817 5.174 1.158 7.08.136.886 2.383 2.11 5.787 2.11s5.583-1.224 5.787-2.11c.34-1.906 1.158-6.74 1.158-7.08C14.877 1.02 11.813 0 8 0zm0 9.94c-1.226 0-2.18-.953-2.18-2.178 0-1.226.954-2.18 2.18-2.18 1.226 0 2.18.954 2.18 2.18C10.18 8.92 9.225 9.94 8 9.94zm0-6.944c-2.45 0-4.426-.41-4.426-.953 0-.545 1.975-.954 4.426-.954 2.45 0 4.426.408 4.426.953 0 .544-1.975.953-4.426.953z" fill-rule="nonzero"/><path d="M12.97 11.234c-.136 0-.204.068-.204.068S11.064 12.664 8 12.664s-4.766-1.362-4.766-1.362-.136-.068-.204-.068c-.136 0-.273.068-.273.272v.068c.273 1.43.477 2.452.477 2.588C3.438 15.182 5.48 16 7.932 16c2.45 0 4.494-.817 4.698-1.838 0-.136.204-1.158.476-2.588v-.068c.068-.136 0-.272-.136-.272z" fill-rule="nonzero"/><circle cx="8" cy="7.694" r="1.089"/></g></svg><span class="tile-name">Bitbucket</span></a><span class="hex">#205081</span></li>
<li class="tiles__item" data-search="ovh 123f6d" style="background-color:#123F6D"><a href="https://simpleicons.org/icons/ovh.svg" class="icon--link" title="OVH"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M13.254 6.73l1.708-2.967C15.622 4.926 16 6.27 16 7.703c0 1.92-.678 3.683-1.806 5.062H9.78l1.36-2.36H9.343L11.46 6.73h1.794zm-1.547-3.495L6.222 12.76l.002.005H1.806C.676 11.385 0 9.623 0 7.703c0-1.435.38-2.78 1.04-3.945l2.864 4.975 3.163-5.498h4.64z"/></svg><span class="tile-name">OVH</span></a><span class="hex">#123F6D</span></li>
<li class="tiles__item" data-search="lanyrd 3c80ca" style="background-color:#3C80CA"><a href="https://simpleicons.org/icons/lanyrd.svg" class="icon--link" title="Lanyrd"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M7.21 15.725c-1.658.542-1.824.456-2.573-1.867l-1.835-5.68C2.366 6.833 1.032 3.207.807 2.512.392 1.22.392 1.15 2.827.357c1.91-.626 1.986-.605 2.68 1.548.56 1.735.918 3.132 1.49 4.904l1.563 4.834 4.993-1.633c.985-.324 1.314-.31 1.59.903l.202.916c.23 1.067-.308 1.338-.877 1.523L7.21 15.725z" fill-rule="nonzero"/></svg><span class="tile-name">Lanyrd</span></a><span class="hex">#3C80CA</span></li>
<li class="tiles__item" data-search="stubhub 003168" style="background-color:#003168"><a href="https://simpleicons.org/icons/stubhub.svg" class="icon--link" title="StubHub"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M.327 11.316c-.08.03-.125-.008-.098-.09l.224-.73c.026-.08.04-.22.03-.304L0 5.598c-.007-.084.054-.16.14-.166l15.716-1.055c.085-.005.15.06.143.146l-.64 6.954c-.007.085-.084.15-.17.146l-13.353-.86c-.085-.004-.223.017-.302.052l-1.208.5zM7.53 7.474c-.178 0-.318.056-.42.162V6.89h-.335v1.556c0 .228.07.416.204.557.134.14.32.212.552.212.234 0 .422-.072.557-.212.134-.14.203-.33.203-.557v-.188c-.003-.52-.257-.784-.763-.784zm0 .326c.14 0 .246.034.318.106.07.07.108.19.108.355v.19c0 .137-.037.243-.114.325-.076.08-.177.12-.312.12-.133 0-.24-.04-.31-.12-.074-.08-.11-.188-.11-.326v-.192c0-.164.036-.283.105-.355.07-.07.177-.103.315-.103zm2.424.048H8.897v-.965h-.345v2.313h.345V8.184h1.057v1.012h.347V6.883h-.346v.965zm2.964-.374c-.177 0-.318.056-.42.162V6.89h-.335v1.556c0 .228.07.416.204.557.135.14.32.212.554.212.234 0 .422-.072.557-.212.135-.14.204-.33.204-.557v-.188c0-.52-.258-.784-.762-.784zm0 .326c.14 0 .247.034.318.106.072.07.11.19.11.355v.19c0 .134-.038.245-.115.325-.073.08-.18.12-.312.12s-.238-.04-.31-.12c-.074-.082-.11-.188-.11-.326v-.192c0-.164.036-.283.105-.355.072-.07.178-.103.315-.103zm-6.737.63c0 .173-.025.297-.075.363-.048.064-.133.098-.257.098h-.01c-.123 0-.21-.033-.258-.097-.05-.068-.077-.19-.077-.363v-.91h-.328v.91c0 .28.05.483.153.602.098.116.257.177.474.183h.077c.217-.006.376-.067.474-.183.1-.122.153-.323.153-.602v-.91H6.18v.91zm5.39 0c0 .173-.027.295-.077.363-.048.064-.132.098-.254.098h-.017c-.122 0-.21-.033-.257-.097-.05-.068-.077-.19-.077-.363v-.91h-.33v.91c0 .28.05.483.154.602.098.116.257.177.474.183h.08c.217-.006.376-.067.474-.183.1-.12.154-.323.154-.602v-.91h-.33v.91h.004zm-8.043-.487l-.803-.268c-.053-.018-.095-.042-.127-.074-.03-.028-.045-.057-.045-.09V7.46c0-.188.156-.283.477-.29h.028c.32 0 .485.086.503.258l.004.027h.344v-.03c-.016-.39-.302-.593-.85-.593h-.035c-.537.006-.808.218-.808.628v.053c0 .115.038.216.106.3.07.083.174.146.303.19l.795.266c.135.045.202.12.202.23v.048c0 .098-.048.173-.146.23-.1.06-.244.09-.424.09s-.32-.028-.42-.09c-.094-.057-.14-.132-.14-.23V8.51h-.34v.034c0 .202.08.363.24.483.16.116.38.177.66.177.283 0 .51-.058.665-.177.162-.12.24-.28.24-.483v-.047c0-.135-.04-.252-.116-.347-.077-.093-.183-.165-.313-.207zm1.14.835c-.075-.08-.112-.19-.112-.326v-.594h.357v-.34h-.357v-.63H4.22v1.564c0 .228.07.416.205.556.116.12.27.19.456.207l.032.002v-.323L4.89 8.89c-.094-.014-.166-.052-.224-.112zm8.93-1.352h.042v.122h.02v-.122h.042V7.41h-.105v.016zm.193.083l-.037-.1h-.032v.138h.02v-.114l.045.114h.013l.042-.114v.114h.02V7.41h-.033l-.037.1z" fill-rule="nonzero"/></svg><span class="tile-name">StubHub</span></a><span class="hex">#003168</span></li>
<li class="tiles__item" data-search="vk 6383a8" style="background-color:#6383A8"><a href="https://simpleicons.org/icons/vk.svg" class="icon--link" title="VK"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M7.828 12.526h.957s.288-.032.436-.19c.137-.147.133-.42.133-.42s-.02-1.284.576-1.473c.587-.187 1.34 1.24 2.14 1.788.604.416 1.063.326 1.063.326l2.137-.03s1.117-.07.587-.948c-.043-.072-.308-.65-1.588-1.838-1.34-1.244-1.162-1.043.452-3.194.983-1.31 1.376-2.11 1.253-2.452-.117-.326-.84-.24-.84-.24l-2.406.015s-.18-.025-.31.054c-.13.077-.213.258-.213.258s-.38 1.013-.89 1.876c-1.07 1.82-1.5 1.915-1.674 1.802-.407-.264-.305-1.058-.305-1.622 0-1.763.267-2.498-.52-2.688-.263-.063-.455-.105-1.124-.112-.86-.01-1.585.003-1.996.204-.274.134-.485.433-.357.45.16.02.52.097.71.357.248.335.24 1.088.24 1.088s.14 2.075-.33 2.333c-.326.177-.77-.184-1.726-1.834-.49-.845-.858-1.78-.858-1.78s-.072-.174-.2-.268c-.153-.113-.368-.15-.368-.15L.52 3.855s-.342.01-.468.16c-.112.132-.01.406-.01.406s1.79 4.187 3.818 6.298c1.858 1.935 3.968 1.808 3.968 1.808z"/></svg><span class="tile-name">VK</span></a><span class="hex">#6383A8</span></li>
<li class="tiles__item" data-search="dailymotion 0066dc" style="background-color:#0066DC"><a href="https://simpleicons.org/icons/dailymotion.svg" class="icon--link" title="Dailymotion"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M0 16h16V0H0v16zM13.797 2.262l-2.463.51V6.42c-.56-.717-1.34-1.06-2.354-1.06-1.06 0-2.01.39-2.79 1.154-.873.84-1.34 1.917-1.34 3.117 0 1.31.5 2.433 1.465 3.29.733.655 1.606.982 2.62.982.996 0 1.744-.265 2.477-.982v.935h2.385V2.262zm-4.318 9.41c-1.263 0-2.167-.888-2.167-2.057 0-1.122.904-2.073 2.073-2.073 1.153 0 2.042.904 2.042 2.105 0 1.153-.89 2.026-1.95 2.026z"/></svg><span class="tile-name">Dailymotion</span></a><span class="hex">#0066DC</span></li>
<li class="tiles__item" data-search="mixcloud 314359" style="background-color:#314359"><a href="https://simpleicons.org/icons/mixcloud.svg" class="icon--link" title="Mixcloud"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill-rule="nonzero"><path d="M14.634 12.716c-.103 0-.206-.03-.297-.09-.246-.167-.31-.5-.15-.74.493-.73.75-1.588.75-2.48 0-.892-.257-1.75-.75-2.48-.165-.246-.096-.578.144-.738.247-.166.572-.097.738.143.612.91.932 1.973.932 3.076s-.32 2.167-.932 3.076c-.097.154-.263.234-.434.234z"/><path d="M13.108 11.853c-.103 0-.206-.03-.298-.092-.246-.164-.308-.496-.143-.736.326-.48.498-1.035.498-1.618 0-.577-.172-1.137-.498-1.618-.165-.245-.103-.57.143-.737.246-.165.572-.102.738.144.446.657.68 1.423.68 2.212 0 .795-.234 1.56-.68 2.212-.097.155-.27.235-.44.235zM10.62 7.085c-.21-2.132-2.01-3.8-4.2-3.8C4.606 3.284 3 4.45 2.423 6.14 1.058 6.342 0 7.52 0 8.942c0 1.562 1.275 2.836 2.84 2.836h7.272c1.31 0 2.378-1.063 2.378-2.372 0-1.137-.8-2.086-1.87-2.32zm-.508 3.63h-7.27c-.978 0-1.78-.794-1.78-1.772 0-.977.796-1.772 1.78-1.772.473 0 .92.184 1.257.52.204.207.542.207.753 0 .206-.204.206-.542 0-.753-.366-.366-.817-.618-1.31-.743.504-1.11 1.625-1.852 2.876-1.852 1.743 0 3.16 1.417 3.16 3.155 0 .337-.05.67-.16.99-.09.28.058.576.338.673.057.018.114.03.166.03.222 0 .428-.144.503-.367.068-.21.12-.423.154-.64.493.19.84.663.84 1.218.007.726-.588 1.315-1.308 1.315z"/></g></svg><span class="tile-name">Mixcloud</span></a><span class="hex">#314359</span></li>
<li class="tiles__item" data-search="flickr 0063dc" style="background-color:#0063DC"><a href="https://simpleicons.org/icons/flickr.svg" class="icon--link" title="Flickr"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M0 8c0 2.05 1.662 3.71 3.71 3.71 2.05 0 3.713-1.66 3.713-3.71S5.76 4.29 3.71 4.29C1.663 4.29 0 5.95 0 8zm8.577 0c0 2.05 1.662 3.71 3.712 3.71C14.337 11.71 16 10.05 16 8s-1.662-3.71-3.71-3.71c-2.05 0-3.713 1.66-3.713 3.71z"/></svg><span class="tile-name">Flickr</span></a><span class="hex">#0063DC</span></li>
<li class="tiles__item" data-search="toptal 3863a0" style="background-color:#3863A0"><a href="https://simpleicons.org/icons/toptal.svg" class="icon--link" title="Toptal"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M13.486 6.692L6.794 0l-1.36 1.36L7.95 3.872 2.513 9.308 9.206 16l1.36-1.36-2.515-2.513 5.436-5.435zm-7.95 2.82L9.58 5.47l.815.815-4.043 4.076-.815-.848z" fill-rule="nonzero"/></svg><span class="tile-name">Toptal</span></a><span class="hex">#3863A0</span></li>
<li class="tiles__item" data-search="tumblr 36465d" style="background-color:#36465D"><a href="https://simpleicons.org/icons/tumblr.svg" class="icon--link" title="Tumblr"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M9.708 16c-3.396 0-4.687-2.504-4.687-4.274V6.498H3.403V4.432C5.83 3.557 6.412 1.368 6.55.12c.01-.086.077-.12.115-.12H9.01v4.076h3.2v2.422H8.997v4.98c.01.667.25 1.58 1.472 1.58h.067c.424-.012.994-.136 1.29-.278l.77 2.283c-.288.424-1.594.916-2.77.936h-.12z" fill-rule="nonzero"/></svg><span class="tile-name">Tumblr</span></a><span class="hex">#36465D</span></li>
<li class="tiles__item" data-search="designer news 2d72d9 designernews" style="background-color:#2D72D9"><a href="https://simpleicons.org/icons/designernews.svg" class="icon--link" title="Designer News"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M7.514 7.988c0-2.555-1.57-4.287-4.56-4.287H0v8.6h3.016c2.903 0 4.498-1.758 4.498-4.312zM5.37 8c0 1.844-.946 2.642-2.467 2.642H2.13V5.358h.773C4.36 5.358 5.37 6.193 5.37 8zM16 12.3V3.7h-1.98v4.81L10.853 3.7h-2.07v8.6h1.982V7.152l3.39 5.146H16z"/></svg><span class="tile-name">Designer News</span></a><span class="hex">#2D72D9</span></li>
<li class="tiles__item" data-search="microsoft word 2b579a microsoftword" style="background-color:#2B579A"><a href="https://simpleicons.org/icons/microsoftword.svg" class="icon--link" title="Microsoft Word"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M16 2.488V13.52c0 .093-.033.17-.1.23-.067.062-.147.092-.24.092H9.954v-1.53h4.655v-.697H9.953v-.853h4.655v-.696H9.953v-.86h4.655v-.688H9.953v-.862h4.655V6.96H9.953v-.852h4.655v-.696H9.953v-.87h4.655V3.88H9.953V2.15h5.708c.093 0 .173.032.24.1.067.066.1.146.1.238zM9.1.426v15.148L0 14V2.044L9.1.425zM7.727 4.898l-1.14.07-.73 4.524h-.018c-.035-.214-.17-.963-.41-2.245l-.425-2.175-1.07.053-.427 2.122c-.25 1.236-.39 1.955-.426 2.158h-.017L2.42 5.238l-.984.052 1.052 5.255 1.088.07.41-2.045c.237-1.2.373-1.897.408-2.088h.026c.035.203.17.916.41 2.14l.408 2.106 1.174.07 1.314-5.9z" fill-rule="nonzero"/></svg><span class="tile-name">Microsoft Word</span></a><span class="hex">#2B579A</span></li>
<li class="tiles__item" data-search="onedrive 094ab2" style="background-color:#094AB2"><a href="https://simpleicons.org/icons/onedrive.svg" class="icon--link" title="OneDrive"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M3.28 11.72c-.333.203-.706.305-1.12.305-.613-.02-1.12-.23-1.525-.634C.23 10.988.02 10.48 0 9.866c.01-.575.194-1.063.553-1.462.36-.4.816-.632 1.372-.7-.02-.118-.028-.244-.028-.377.02-.76.28-1.39.78-1.886.502-.497 1.133-.755 1.894-.774.476 0 .904.112 1.285.335.313-.517.727-.932 1.24-1.243.514-.31 1.094-.472 1.74-.48.856.018 1.59.288 2.204.808.612.52 1.002 1.192 1.168 2.015h-.192c-.314 0-.587.042-.82.128-.324-.342-.693-.603-1.11-.78-.415-.18-.863-.268-1.343-.268-.438 0-.858.072-1.263.217-.404.145-.765.358-1.083.638-.28.233-.515.504-.703.813-.188.31-.32.637-.396.984-.242.048-.47.117-.684.207-.343.156-.63.38-.863.67-.223.25-.39.54-.502.87-.112.328-.167.67-.167 1.026-.004.4.062.77.2 1.113zm11.232-2.497c1.05.26 1.545.88 1.483 1.854-.062.975-.63 1.524-1.704 1.647H5.8c-1.403-.185-2.092-.91-2.068-2.175.023-1.265.736-1.962 2.14-2.09.184-1.355.878-2.195 2.08-2.52 1.204-.327 2.228.048 3.075 1.122.29-.233.657-.335 1.1-.306.446.028.823.126 1.132.292.408.214.72.51.934.89.215.382.322.81.322 1.285z" fill-rule="nonzero"/></svg><span class="tile-name">OneDrive</span></a><span class="hex">#094AB2</span></li>
<li class="tiles__item" data-search="subversion 809cc9" style="background-color:#809CC9"><a href="https://simpleicons.org/icons/subversion.svg" class="icon--link" title="Subversion"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M16 13.836H0v-.03c2.208-.336 4.824-.887 7.847-1.65 3.245-.82 5.963-1.66 8.153-2.524v4.204zM0 9.386c.454-.025.98-.063 1.578-.113 1.255-.105 2.833-.26 4.732-.463 1.225-.128 2.25-.223 3.074-.284.823-.06 1.467-.094 1.936-.1.914.007 1.407.15 1.478.43.08.322-.412.718-1.48 1.187-1.068.47-2.59.954-4.564 1.453-2.01.507-4.262.944-6.754 1.312V9.386zm.69 1.967c.04 0 .076.016.107.047.03.03.046.068.046.11 0 .044-.016.08-.046.112-.032.03-.07.044-.11.044-.022 0-.043-.004-.062-.012-.02-.008-.036-.02-.05-.033-.015-.013-.026-.03-.034-.05-.007-.018-.01-.038-.01-.06 0-.044.014-.08.045-.11.03-.032.07-.047.114-.047zm.54 0c.042 0 .078.016.11.047.03.03.044.068.044.11 0 .044-.015.08-.045.112-.034.03-.07.044-.112.044-.022 0-.042-.004-.06-.012-.02-.008-.037-.02-.05-.033-.016-.013-.027-.03-.035-.05-.008-.018-.012-.038-.012-.06 0-.044.016-.08.047-.11.03-.032.07-.047.114-.047zm-.54-1.008c.04 0 .076.015.107.047.03.03.046.066.046.11 0 .043-.016.08-.046.11s-.067.046-.11.046c-.044 0-.082-.015-.112-.046-.03-.03-.046-.068-.046-.11 0-.045.014-.082.045-.112.03-.03.07-.045.114-.045zm.54 0c.042 0 .078.015.11.047.03.03.044.066.044.11 0 .043-.015.08-.045.11-.032.03-.07.046-.112.046-.044 0-.08-.015-.11-.046-.032-.03-.047-.068-.047-.11 0-.045.016-.082.047-.112.03-.03.07-.045.114-.045zM16 3.065v3.21c-1.09.066-2.453.185-4.092.356-1.66.177-3.013.312-4.062.404-1.05.094-1.808.144-2.273.153-.908.025-1.394-.096-1.462-.364-.075-.303.468-.7 1.63-1.185 1.16-.497 2.692-.986 4.598-1.467 1.665-.42 3.553-.788 5.662-1.104zm-.57-.9c-2.17.404-4.418.9-6.743 1.487C5.057 4.568 2.162 5.48 0 6.382V2.165h15.43z"/></svg><span class="tile-name">Subversion</span></a><span class="hex">#809CC9</span></li>
<li class="tiles__item" data-search="google 4285f4" style="background-color:#4285F4"><a href="https://simpleicons.org/icons/google.svg" class="icon--link" title="Google"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8.16 6.857V9.6h4.537c-.183 1.177-1.37 3.45-4.537 3.45-2.73 0-4.96-2.26-4.96-5.05s2.23-5.05 4.96-5.05c1.554 0 2.594.66 3.19 1.233l2.17-2.092C12.126.79 10.32 0 8.16 0c-4.423 0-8 3.577-8 8s3.577 8 8 8c4.617 0 7.68-3.246 7.68-7.817 0-.526-.057-.926-.126-1.326H8.16z"/></svg><span class="tile-name">Google</span></a><span class="hex">#4285F4</span></li>
<li class="tiles__item" data-search="asana 273347" style="background-color:#273347"><a href="https://simpleicons.org/icons/asana.svg" class="icon--link" title="Asana"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M12.52 8.435c-1.922 0-3.48 1.558-3.48 3.48s1.558 3.48 3.48 3.48S16 13.836 16 11.914s-1.558-3.48-3.48-3.48zm-9.04 0C1.558 8.435 0 9.993 0 11.915s1.558 3.48 3.48 3.48 3.48-1.558 3.48-3.48-1.558-3.48-3.48-3.48zm8-4.35c0 1.922-1.558 3.48-3.48 3.48s-3.48-1.558-3.48-3.48c0-1.92 1.558-3.48 3.48-3.48s3.48 1.56 3.48 3.48z"/></svg><span class="tile-name">Asana</span></a><span class="hex">#273347</span></li>
<li class="tiles__item" data-search="google drive 4386fc googledrive" style="background-color:#4386FC"><a href="https://simpleicons.org/icons/googledrive.svg" class="icon--link" title="Google Drive"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M2.955 14.93l2.667-4.62H16l-2.667 4.62H2.955zm2.378-4.62l-2.666 4.62L0 10.31l5.19-8.99 2.666 4.62-2.523 4.37zm10.523-.25h-5.333l-5.19-8.99h5.334l5.19 8.99z"/></svg><span class="tile-name">Google Drive</span></a><span class="hex">#4386FC</span></li>
<li class="tiles__item" data-search="behance 1769ff" style="background-color:#1769FF"><a href="https://simpleicons.org/icons/behance.svg" class="icon--link" title="Behance"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M4.64 2.987c.47 0 .896.04 1.284.125.386.082.715.218.994.406.274.187.49.436.642.75.15.31.226.697.226 1.155 0 .495-.113.91-.338 1.24-.226.33-.56.602-1.004.812.606.174 1.054.48 1.352.916.3.44.445.965.445 1.58 0 .5-.095.93-.285 1.29-.193.367-.456.664-.78.893-.325.23-.7.4-1.12.51-.413.11-.844.165-1.285.165H0v-9.84h4.64zm6.69 8.133c.293.286.717.43 1.266.43.394 0 .736-.1 1.022-.3.284-.197.456-.41.523-.63h1.725c-.277.857-.698 1.47-1.27 1.838-.568.37-1.26.555-2.065.555-.56 0-1.066-.09-1.52-.27-.453-.18-.832-.435-1.15-.766-.31-.332-.552-.726-.724-1.188-.17-.46-.256-.968-.256-1.52 0-.532.09-1.03.263-1.49.178-.462.423-.86.746-1.195.323-.335.707-.6 1.154-.794.447-.192.94-.29 1.486-.29.603 0 1.13.117 1.584.353.45.233.82.55 1.11.945.292.394.498.846.628 1.353.127.506.172 1.034.136 1.587h-5.143c0 .563.19 1.097.485 1.383zm-6.85.033c.213 0 .416-.02.607-.062.194-.042.366-.11.51-.208.146-.096.266-.226.353-.393.087-.166.13-.38.13-.64 0-.506-.143-.866-.427-1.085-.285-.215-.664-.323-1.13-.323H2.167v2.71H4.48zm9.1-3.777c-.234-.258-.628-.397-1.108-.397-.313 0-.572.052-.78.16-.202.105-.368.236-.495.39-.126.16-.212.326-.262.504-.05.173-.08.33-.09.47h3.185c-.047-.5-.217-.87-.45-1.128zm-9.22-.413c.384 0 .702-.09.953-.276.25-.182.37-.482.37-.895 0-.23-.04-.418-.12-.565-.084-.147-.195-.262-.334-.342-.14-.084-.297-.142-.48-.173-.177-.035-.364-.05-.556-.05H2.167v2.3H4.36zm6.085-3.316h3.99v.972h-3.99v-.973z"/></svg><span class="tile-name">Behance</span></a><span class="hex">#1769FF</span></li>
<li class="tiles__item" data-search="facebook 3b5998" style="background-color:#3B5998"><a href="https://simpleicons.org/icons/facebook.svg" class="icon--link" title="Facebook"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.117 0H.883C.395 0 0 .395 0 .883v14.234c0 .488.395.883.883.883h7.663V9.804H6.46V7.39h2.086V5.607c0-2.066 1.262-3.19 3.106-3.19.883 0 1.642.064 1.863.094v2.16h-1.28c-1 0-1.195.476-1.195 1.176v1.54h2.39l-.31 2.416h-2.08V16h4.077c.488 0 .883-.395.883-.883V.883C16 .395 15.605 0 15.117 0" fill-rule="nonzero"/></svg><span class="tile-name">Facebook</span></a><span class="hex">#3B5998</span></li>
<li class="tiles__item" data-search="codio 4574e0" style="background-color:#4574E0"><a href="https://simpleicons.org/icons/codio.svg" class="icon--link" title="Codio"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M7.998 16L1.07 11.998v-8L8 0l6.93 3.998L11 6.268 8 4.533 4.996 6.267v3.466l3.002 1.733 3-1.733 3.93 2.265L8 16z"/></svg><span class="tile-name">Codio</span></a><span class="hex">#4574E0</span></li>
<li class="tiles__item" data-search="discord 7289da" style="background-color:#7289DA"><a href="https://simpleicons.org/icons/discord.svg" class="icon--link" title="Discord"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M13.487-.002c.936 0 1.693.758 1.738 1.65v14.35l-1.783-1.515-.98-.892-1.07-.935.446 1.47h-9.36c-.935 0-1.693-.712-1.693-1.648V1.647c0-.89.758-1.65 1.694-1.65h11.007zm-4.08 3.788h-.02l-.134.134c1.382.4 2.05 1.025 2.05 1.025-.89-.446-1.694-.668-2.496-.758-.58-.09-1.16-.044-1.65 0h-.132c-.312 0-.98.134-1.872.49-.312.134-.49.223-.49.223s.668-.668 2.14-1.025l-.09-.09s-1.115-.043-2.318.848c0 0-1.203 2.095-1.203 4.68 0 0 .668 1.158 2.495 1.203 0 0 .268-.356.535-.668-1.025-.312-1.426-.936-1.426-.936s.09.044.223.133h.044c.02 0 .032.01.042.02l.004.005c.01.01.022.02.043.02.223.09.445.178.624.267.312.134.713.268 1.203.357.624.09 1.337.134 2.14 0 .4-.09.8-.178 1.203-.357.267-.133.58-.267.935-.49 0 0-.4.624-1.47.936.223.312.535.668.535.668 1.827-.043 2.54-1.202 2.584-1.157 0-2.585-1.203-4.68-1.203-4.68-1.09-.808-2.108-.847-2.29-.847h-.007zm.113 2.942c.468 0 .847.4.847.89 0 .493-.38.892-.847.892-.467 0-.846-.4-.846-.89 0-.493.38-.892.846-.892zm-3.03 0c.467 0 .846.4.846.89 0 .493-.38.892-.846.892-.468 0-.847-.4-.847-.89 0-.493.38-.892.847-.892z"/></svg><span class="tile-name">Discord</span></a><span class="hex">#7289DA</span></li>
<li class="tiles__item" data-search="visa 142787" style="background-color:#142787"><a href="https://simpleicons.org/icons/visa.svg" class="icon--link" title="Visa"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M11.63 5.747c-.257-.097-.66-.2-1.16-.2-1.28 0-2.183.645-2.19 1.57-.008.68.643 1.062 1.134 1.29.505.233.674.38.672.59-.003.318-.403.463-.775.463-.518 0-.793-.072-1.22-.25l-.165-.075-.182 1.064c.302.132.862.247 1.443.253 1.36 0 2.245-.637 2.255-1.624.006-.542-.34-.953-1.086-1.292-.453-.22-.73-.367-.727-.59 0-.197.234-.408.742-.408.422-.007.73.086.968.182l.116.055.176-1.03zm3.322-.113h-1c-.312 0-.544.085-.68.394l-1.924 4.356h1.36l.273-.714 1.66.002c.04.166.158.712.158.712H16l-1.048-4.75zm-8.512-.04h1.296l-.81 4.752H5.63l.81-4.753zm-3.293 2.62l.135.66 1.268-3.24h1.372l-2.04 4.743h-1.37L1.392 6.36c-.023-.068-.052-.115-.12-.158C.894 6.004.47 5.842 0 5.73l.017-.1h2.088c.282.01.51.1.588.402l.454 2.183zm10.207.484l.516-1.33c-.007.014.107-.274.172-.453l.088.41.3 1.372h-1.076z"/></svg><span class="tile-name">Visa</span></a><span class="hex">#142787</span></li>
<li class="tiles__item" data-search="baidu 2319dc" style="background-color:#2319DC"><a href="https://simpleicons.org/icons/baidu.svg" class="icon--link" title="Baidu"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M2.88 8.432c1.74-.374 1.5-2.455 1.45-2.91-.085-.7-.91-1.925-2.028-1.827C.894 3.82.69 5.855.69 5.855c-.192.94.454 2.95 2.19 2.577m3.23-3.488c.96 0 1.735-1.106 1.735-2.473C7.845 1.105 7.07 0 6.11 0S4.37 1.104 4.37 2.47c0 1.368.78 2.474 1.74 2.474m4.138.163c1.285.168 2.108-1.203 2.273-2.242.17-1.037-.66-2.243-1.57-2.45-.91-.21-2.048 1.25-2.15 2.2-.126 1.166.164 2.327 1.448 2.492m5.09 1.745c0-.497-.413-1.995-1.944-1.995-1.535 0-1.738 1.414-1.738 2.412 0 .952.08 2.28 1.986 2.24 1.903-.042 1.695-2.158 1.695-2.658m-1.943 4.36s-1.987-1.536-3.146-3.197c-1.574-2.45-3.808-1.452-4.555-.208C4.95 9.054 3.79 9.842 3.626 10.05c-.167.206-2.4 1.412-1.904 3.614.496 2.2 2.237 2.16 2.237 2.16s1.282.124 2.77-.208c1.49-.332 2.773.08 2.773.08s3.477 1.167 4.428-1.077c.952-2.243-.536-3.407-.536-3.407" fill-rule="nonzero"/></svg><span class="tile-name">Baidu</span></a><span class="hex">#2319DC</span></li>
<li class="tiles__item" data-search="spotlight 352a71" style="background-color:#352A71"><a href="https://simpleicons.org/icons/spotlight.svg" class="icon--link" title="Spotlight"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.723 6.884l-.423-.82c-.127-.237-.213-.495-.254-.76l-.142-.905c-.12-.79-.616-1.474-1.327-1.837l-.82-.41c-.237-.123-.456-.28-.65-.466l-.648-.664c-.566-.567-1.37-.83-2.162-.706l-.903.155c-.267.043-.54.043-.805 0L6.686.317C5.9.202 5.104.464 4.54 1.023l-.65.65c-.185.195-.405.353-.65.465l-.82.41c-.716.355-1.214 1.043-1.326 1.836l-.14.903c-.043.267-.13.525-.255.763l-.425.82c-.367.707-.367 1.55 0 2.258l.424.82c.125.238.21.495.253.762l.14.904c.122.79.617 1.473 1.328 1.835l.82.41c.24.12.458.278.65.465l.65.65c.565.567 1.37.83 2.16.705l.904-.155c.266-.042.538-.042.805 0l.902.155c.792.13 1.6-.133 2.16-.706l.65-.65c.186-.194.406-.352.65-.465l.82-.41c.717-.355 1.215-1.044 1.327-1.836l.14-.904c.04-.267.127-.524.254-.763l.424-.82c.354-.705.35-1.54-.015-2.243zM8.83 7.38h-.013c-.263.126-.513.277-.75.45-.33.27-.61.6-.818.975-.08.124-.147.257-.198.395-.238.59-.38 1.215-.424 1.85-.055.494-.046.992.027 1.483.027.154.07.306.126.452.2.522.577.96 1.353.847.273-.05.537-.14.784-.268V10.95c-.408.044-.785.086-1.18.143-.015.21-.007.45-.022.677.17 0 .495-.028.636-.028v.876c.006.1-.003.2-.027.296-.06.145-.214.23-.368.198-.21-.028-.38-.242-.466-.41-.31-.608-.198-1.612-.085-2.276.07-.458.234-.897.48-1.29.218-.38.57-.664.988-.797 0-.185 0-.453-.014-.665.002-.1-.008-.2-.03-.296zm2.587 5.42c.226-.17.43-.37.607-.592-.156-.41-.283-.847-.41-1.285-.166-.573-.284-1.158-.353-1.75-.04-.368-.055-.75-.07-1.13-.014-.523 0-1.03.03-1.554-.2.154-.44.324-.65.48-.034.015-.064.04-.085.07-.008.047-.008.094 0 .14 0 .75.042 1.554.056 2.218-.183.085-.366.184-.55.254-.07-.776-.127-1.482-.17-2.273-.253.083-.48.196-.72.28.057.368.114.72.142 1.06.06.544.094 1.09.1 1.638 0 .156 0 .325-.015.48-.03.34-.015.678-.043 1.003-.042.636-.042 1.328-.042 1.936.127-.057.254-.142.38-.198.132-.058.26-.124.382-.198 0-.24.015-.423.015-.635.013-.79.04-1.455.013-2.147.21-.1.423-.197.65-.296.155.904.45 1.694.734 2.5zm-5.974.58c-.748-.367-1.44-.805-1.977-1.398.46-.76.86-1.553 1.2-2.372.38-.883.637-1.815.763-2.768.296-.1.606-.17.89-.268.027.014 0 .056 0 .085-.044.21-.1.408-.157.62-.17.678-.395 1.355-.62 2.005-.31.876-.665 1.71-1.032 2.514.412.34.857.638 1.33.888-.116.24-.248.47-.397.692zm.283-1.34c-.198-.1-.367-.213-.55-.312C5.71 10.245 6.26 8.763 6.67 7.18c.212.114.438.213.635.34-.1.41-.226.805-.34 1.186-.112.38-.24.763-.366 1.144-.295.748-.507 1.497-.874 2.187v.002zm7.653-5.55c-.128.056-.24.14-.368.197-.1-.328-.254-.638-.452-.918-.254.86-.212 1.85-.127 2.767.023.228.06.454.113.677.127.605.337 1.19.622 1.737-.184.256-.382.48-.58.736-.045-.06-.083-.128-.112-.198-.1-.207-.19-.42-.27-.636-.11-.29-.2-.587-.267-.89-.17-.638-.282-1.29-.34-1.948-.04-.66-.006-1.323.1-1.977.055-.34.126-.65.21-.974.024-.06.043-.12.057-.184-.026-.052-.06-.1-.1-.142-.182-.226-.352-.41-.55-.62-.04-.042-.08-.08-.126-.114-.04-.034-.078-.072-.112-.113.022-.057.056-.11.098-.154.102-.16.215-.31.34-.452h.013c.494.282.946.805 1.313 1.3.385.523.685 1.104.89 1.722-.114.056-.227.112-.354.183zM3.183 10.837c.53-.775.73-1.732.55-2.654-.065-.278-.16-.547-.282-.805-.124-.265-.21-.546-.254-.834-.042-.396.028-.75.283-.932-.098-.31-.17-.622-.268-.918-.55.282-.932.805-.932 1.595 0 .482.184.792.353 1.145.114.234.213.475.297.72.098.267.14.55.127.834-.042.454-.236.882-.55 1.213-.047.043-.09.09-.128.14 0 .015.04.058.056.1.113.226.21.438.324.664.01.04.03.08.057.113.04-.012.075-.037.1-.07.1-.094.19-.198.267-.312zm1.06-7.597c.107-.08.226-.148.352-.196.255-.123.547-.148.82-.07.157.07.293.183.394.324.31.395.382 1.1.212 1.708-.172.698-.665 1.275-1.327 1.554.042.593.1 1.285.155 1.934-.155.085-.31.184-.48.283-.05.033-.1.062-.155.084-.184-1.693-.38-3.444-.565-5.096.178-.196.377-.37.593-.523zm2.753-.324c.327-.362.763-.61 1.242-.706.083-.017.168-.026.253-.028.328-.024.657.03.96.156.805.304 1.356 1.06 1.4 1.92l.002.127c0 1.217-1.002 2.22-2.22 2.22-.123 0-.246-.01-.367-.03-.422-.073-.814-.264-1.13-.552-.43-.377-.69-.912-.72-1.483-.028-.596.18-1.18.58-1.624zm.677 2.514c.27.254.632.39 1.003.38.358 0 .7-.148.946-.41.262-.234.416-.566.424-.917v-.198c-.014-.367-.174-.713-.445-.96-.283-.263-.663-.397-1.048-.368-.34.015-.663.162-.898.41-.317.296-.475.727-.424 1.158.017.35.177.677.442.905zM4.54 4.71c.042.367.056.777.098 1.087.41-.17.65-.508.692-1.03.014-.16.014-.32 0-.48-.028-.297-.084-.566-.395-.55-.1.01-.197.044-.282.097-.076.032-.14.086-.184.156-.003.052.002.104.013.155.014.212.042.408.057.565z"/></svg><span class="tile-name">Spotlight</span></a><span class="hex">#352A71</span></li>
<li class="tiles__item" data-search="twitch 6441a5" style="background-color:#6441A5"><a href="https://simpleicons.org/icons/twitch.svg" class="icon--link" title="Twitch"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill-rule="nonzero"><path d="M1.393 0L.35 2.783v11.13h3.824V16h2.088l2.085-2.088h3.13L15.65 9.74V0H1.394zm1.39 1.39H14.26v7.653l-2.435 2.435H8l-2.085 2.085v-2.085H2.783V1.39z"/><path d="M6.61 8.348H8V4.175H6.61v4.173zm3.824 0h1.39V4.175h-1.39v4.173z"/></g></svg><span class="tile-name">Twitch</span></a><span class="hex">#6441A5</span></li>
<li class="tiles__item" data-search="bootstrap 563d7c" style="background-color:#563D7C"><a href="https://simpleicons.org/icons/bootstrap.svg" class="icon--link" title="Bootstrap"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M13.333 0H2.667A2.675 2.675 0 0 0 0 2.667v10.666C0 14.8 1.2 16 2.667 16h10.666C14.8 16 16 14.8 16 13.333V2.667C16 1.2 14.8 0 13.333 0zm-1.458 11.237a2.07 2.07 0 0 1-.615.823c-.28.23-.635.413-1.072.55-.436.135-.954.203-1.555.203H4.345V3.477H8.88c.838 0 1.51.19 2.014.575.505.385.758.962.758 1.74 0 .47-.115.872-.345 1.207-.23.33-.56.59-.988.774V7.8c.57.124 1.01.396 1.302.817.296.422.445.95.445 1.59 0 .364-.066.707-.196 1.026zm-1.85-2.3c-.273-.25-.658-.372-1.154-.372H5.987v2.912h2.89c.495 0 .882-.128 1.154-.387.274-.256.412-.622.412-1.093-.002-.46-.14-.815-.413-1.06zm-.4-1.883c.263-.223.393-.544.393-.962 0-.47-.117-.803-.353-.994-.235-.19-.575-.288-1.02-.288H5.98v2.576h2.666c.392 0 .72-.113.98-.332z"/></svg><span class="tile-name">Bootstrap</span></a><span class="hex">#563D7C</span></li>
<li class="tiles__item" data-search="heroku 430098" style="background-color:#430098"><a href="https://simpleicons.org/icons/heroku.svg" class="icon--link" title="Heroku"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M13.74 0H2.26C1.46 0 .82.64.82 1.44v13.12c0 .8.64 1.44 1.44 1.44h11.48c.8 0 1.44-.64 1.44-1.44V1.44c0-.8-.64-1.44-1.44-1.44zm.64 14.56c0 .36-.28.64-.64.64H2.26c-.36 0-.64-.28-.64-.64V1.44c0-.36.28-.64.64-.64h11.48c.36 0 .64.28.64.64v13.12zm-9.96-.96l1.8-1.6-1.8-1.6v3.2zm6.48-6.48c-.32-.32-.92-.72-1.92-.72-1.08 0-2.2.28-3 .56V2.4h-1.6v6.92L5.5 8.8s1.84-.84 3.44-.84c.8 0 1 .44 1 .84v4.8h1.6V8.8c.04-.12.04-1-.64-1.68zM8.78 5h1.6c.72-.84 1.08-1.68 1.2-2.6h-1.6c-.16.92-.56 1.76-1.2 2.6z"/></svg><span class="tile-name">Heroku</span></a><span class="hex">#430098</span></li>
<li class="tiles__item" data-search="yahoo! 440099 yahoo" style="background-color:#440099"><a href="https://simpleicons.org/icons/yahoo.svg" class="icon--link" title="Yahoo!"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M9.005 16s-.56-.102-1.012-.102c-.406 0-1.015.102-1.015.102l.127-6.797C6.162 7.573 3.39 2.607 1.66 0c.87.198 1.236.186 2.11 0l.013.023c1.102 1.95 2.786 4.67 4.21 7.027C9.4 4.734 11.612 1.118 12.212 0c.68.178 1.367.172 2.127 0-.797 1.078-3.702 6.115-5.462 9.203L9.005 16z"/></svg><span class="tile-name">Yahoo!</span></a><span class="hex">#440099</span></li>
<li class="tiles__item" data-search="read the docs 8ca1af readthedocs" style="background-color:#8CA1AF"><a href="https://simpleicons.org/icons/readthedocs.svg" class="icon--link" title="Read the Docs"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M1.837 15.955l.443-.095c.138-.03.275-.057.413-.084.212-.042.424-.083.637-.122.16-.03.32-.057.48-.085l.037-.007c.166-.028.332-.056.498-.082.27-.04.54-.08.81-.118V-.045H5.127c-.42.002-.837.01-1.256.024-.466.015-.933.04-1.398.073-.202.014-.404.03-.606.047l-.026.002h-.005v15.853zM5.94-.04v15.3c.574-.066 1.147-.122 1.722-.165 1.414-.107 2.833-.14 4.25-.1.752.022 1.502.065 2.25.128V.953C13.493.8 12.82.665 12.143.548 10.828.32 9.504.16 8.176.06c-.744-.054-1.49-.088-2.236-.1zm7.177 9.868l-.03-.003-.374-.04c-.933-.097-1.87-.162-2.806-.194-.938-.03-1.877-.028-2.815.005h-.03c-.03-.002-.06-.005-.09-.014-.067-.018-.13-.055-.178-.106-.084-.088-.123-.212-.104-.333.006-.038.02-.077.036-.113.018-.036.042-.07.07-.098.028-.03.06-.054.095-.073.037-.02.075-.033.115-.04.026-.006.033-.006.06-.007.127-.005.254-.01.38-.013.926-.024 1.85-.02 2.775.02.956.038 1.91.11 2.86.216l.095.01c.03.006.06.01.088.02.066.025.126.067.17.12.026.032.047.067.062.104.015.037.025.077.028.117.01.11-.03.222-.108.303-.028.03-.06.053-.095.073-.036.02-.074.033-.113.04-.026.006-.033.005-.06.008h-.03zm.024-1.808c-.03 0-.03 0-.06-.004-.124-.016-.248-.03-.373-.047-.933-.112-1.87-.193-2.807-.24-.937-.047-1.876-.06-2.814-.04l-.03-.002c-.03-.003-.06-.007-.09-.015-.067-.02-.128-.058-.176-.11-.027-.03-.05-.063-.067-.1-.052-.11-.05-.24.006-.35.018-.034.042-.067.07-.095.03-.03.06-.053.097-.07.036-.02.074-.033.114-.04.027-.004.034-.004.06-.005l.383-.007c.925-.01 1.85.01 2.773.064.956.054 1.91.144 2.86.264l.095.012c.028.005.035.005.06.013.068.018.13.056.178.108.076.08.115.193.105.304-.004.04-.014.08-.03.116-.015.037-.036.072-.062.103-.025.03-.056.058-.09.08-.034.02-.07.037-.11.047-.026.007-.033.007-.06.01l-.03.003zm-.006-1.808c-.03 0-.03 0-.06-.004l-.373-.053c-.93-.127-1.867-.223-2.806-.285-.937-.062-1.876-.09-2.814-.087h-.03c-.027-.004-.034-.004-.06-.01-.04-.01-.077-.024-.112-.045-.104-.062-.176-.17-.19-.292-.005-.04-.003-.08.004-.12.008-.04.02-.078.04-.113.02-.036.044-.068.073-.096.05-.05.114-.084.183-.1.03-.007.06-.01.09-.01h.38c.96.006 1.915.043 2.87.115.925.07 1.847.173 2.765.304l.095.014c.026.005.033.005.058.013.04.012.075.03.108.053.033.022.063.05.088.082.024.032.044.067.058.105.038.104.03.223-.022.32-.02.036-.043.07-.072.097-.05.05-.114.085-.182.1-.026.008-.033.008-.06.01l-.03.002zm-.006-1.808c-.03 0-.03 0-.06-.005l-.374-.06c-.93-.142-1.867-.253-2.807-.33-.936-.078-1.874-.12-2.814-.134h-.03l-.06-.01c-.038-.01-.076-.027-.11-.048-.034-.02-.065-.047-.092-.077-.025-.03-.047-.064-.063-.1-.015-.038-.026-.077-.03-.117-.012-.12.034-.244.122-.327.05-.048.115-.082.184-.097.03-.008.06-.01.09-.01.127 0 .254.004.382.006.957.022 1.914.075 2.868.163.926.084 1.848.2 2.765.348l.094.015c.026.005.033.006.058.014.04.013.075.03.108.054.032.025.06.053.085.085.067.09.093.205.07.314-.007.038-.02.076-.04.11-.02.037-.044.07-.073.096-.052.05-.116.083-.184.1-.026.005-.033.004-.06.007h-.03zm-10.442-.34c-.063 0-.125-.013-.18-.042-.13-.063-.214-.195-.22-.337 0-.037.003-.074.012-.11.01-.045.03-.088.057-.127.03-.043.067-.08.11-.108.05-.032.104-.05.16-.06l.316-.03c.434-.038.867-.07 1.3-.095h.033c.063.002.124.016.18.047.125.068.205.203.205.345 0 .037-.005.073-.015.108-.013.045-.034.088-.062.126-.03.043-.07.078-.114.105-.05.03-.105.047-.163.053-.07.006-.14.01-.212.014-.097.006-.196.012-.294.02-.26.018-.523.04-.784.062l-.196.018c-.044.004-.087.01-.13.01zm10.436-1.468l-.06-.006-.374-.066c-.93-.157-1.867-.284-2.807-.377-.935-.092-1.873-.15-2.813-.18h-.03c-.027-.004-.034-.005-.06-.012-.038-.01-.076-.026-.11-.048-.033-.02-.064-.048-.09-.08-.078-.092-.11-.22-.082-.338.01-.04.023-.078.044-.113.02-.034.044-.066.074-.093.052-.047.117-.08.186-.094.03-.006.06-.007.09-.008l.382.013c.926.036 1.85.102 2.773.2.958.1 1.912.237 2.86.403l.095.017c.026.006.033.007.058.015.038.013.074.032.107.056.09.066.147.17.158.28.003.04 0 .08-.008.12-.008.04-.023.077-.043.112-.02.035-.045.067-.075.094-.052.048-.116.08-.185.095-.027.006-.033.006-.06.008h-.03zM2.68 2.084c-.058 0-.114-.012-.167-.037-.047-.022-.09-.053-.125-.092-.03-.035-.057-.075-.074-.12-.013-.033-.022-.068-.026-.105-.014-.142.052-.284.17-.364.053-.036.112-.057.174-.065.105-.01.21-.016.315-.024.434-.032.867-.056 1.3-.075h.032c.062.004.123.02.178.05.124.072.202.208.2.35 0 .037-.007.073-.017.108-.013.045-.035.087-.063.125-.032.04-.072.076-.117.102-.05.03-.105.045-.163.05-.07.005-.142.007-.213.01l-.294.015c-.262.014-.523.03-.785.05l-.196.015c-.044.003-.087.008-.13.01z"/></svg><span class="tile-name">Read the Docs</span></a><span class="hex">#8CA1AF</span></li>
<li class="tiles__item" data-search="apple 999999" style="background-color:#999999"><a href="https://simpleicons.org/icons/apple.svg" class="icon--link" title="Apple"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8.112 4.59c.54 0 1.544-.743 2.85-.743 2.25 0 3.135 1.6 3.135 1.6s-1.73.885-1.73 3.032c0 2.42 2.155 3.255 2.155 3.255s-1.507 4.242-3.542 4.242c-.935 0-1.662-.63-2.647-.63-1.004 0-2 .653-2.648.653-1.86 0-4.207-4.023-4.207-7.257 0-3.182 1.988-4.85 3.852-4.85 1.21 0 2.152.698 2.782.698zm.563-3.198C9.725.007 11.188 0 11.188 0s.217 1.303-.827 2.558c-1.114 1.34-2.382 1.12-2.382 1.12s-.238-1.054.697-2.286z"/></svg><span class="tile-name">Apple</span></a><span class="hex">#999999</span></li>
<li class="tiles__item" data-search="nintendo 8f8f8f" style="background-color:#8F8F8F"><a href="https://simpleicons.org/icons/nintendo.svg" class="icon--link" title="Nintendo"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M.004.393H4.74l6.56 10.61-.003-10.61H16v15.214h-4.696L4.71 4.997v10.61H0L.004.393" fill-rule="nonzero"/></svg><span class="tile-name">Nintendo</span></a><span class="hex">#8F8F8F</span></li>
<li class="tiles__item" data-search="automatic 7d8084" style="background-color:#7D8084"><a href="https://simpleicons.org/icons/automatic.svg" class="icon--link" title="Automatic"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M.825 4.83c0-.535.378-1.19.84-1.456L7.16.2c.462-.267 1.218-.267 1.68 0l5.495 3.174c.462.267.84.92.84 1.455v6.342c0 .534-.378 1.19-.84 1.455L8.84 15.8c-.462.267-1.218.267-1.68 0l-5.495-3.173c-.462-.266-.84-.92-.84-1.455V4.83zm9.463 6.583l-.458-.923H6.162l-.45.923h-2.19l3.6-7.36c.203-.405.518-.6.878-.6s.69.218.878.593l3.6 7.367h-2.19zm.66-.908L8 4.51v1.65l1.68 3.452H5.487L8 4.512v-.826c-.323.022-.503.195-.66.473l-3.43 6.998h1.644l-.502-.638.435-.908.517.638h3.984l.45.908h1.65l-1.14-.653zM8.983 8.75L8 6.717 7.017 8.75h1.966z"/></svg><span class="tile-name">Automatic</span></a><span class="hex">#7D8084</span></li>
<li class="tiles__item" data-search="ghost 718087" style="background-color:#718087"><a href="https://simpleicons.org/icons/ghost.svg" class="icon--link" title="Ghost"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M6.403 12.8H.005V16h6.398v-3.2zm9.593 0H9.602V16h6.394v-3.2zm.002-6.4H0v3.2h15.998V6.4zM16 0h-3.2v3.2H16V0zM9.603 0H.005v3.2h9.598V0z"/></svg><span class="tile-name">Ghost</span></a><span class="hex">#718087</span></li>
<li class="tiles__item" data-search="google play 607d8b googleplay" style="background-color:#607D8B"><a href="https://simpleicons.org/icons/googleplay.svg" class="icon--link" title="Google Play"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M.814 0c-.02.062-.04.123-.04.205v15.487c0 .144.04.226.122.308l7.61-8.062L.814 0zM9.02 8.472l1.968 2.03-2.81 1.6s-3.57 2.03-5.538 3.16l6.38-6.79zm.533-.554l2.112 2.195c.33-.185 2.913-1.662 3.282-1.867.39-.225.35-.533.02-.697-.307-.165-2.89-1.642-3.28-1.888L9.552 7.918zm-.534-.533l1.99-2.113-2.832-1.62S3.542 1.004 2.004.12L9.02 7.386z"/></svg><span class="tile-name">Google Play</span></a><span class="hex">#607D8B</span></li>
<li class="tiles__item" data-search="coursera 757575" style="background-color:#757575"><a href="https://simpleicons.org/icons/coursera.svg" class="icon--link" title="Coursera"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.996 7.87c-.003-.063-.007-.124-.012-.186V7.68c-.06-.675-.283-1.306-.66-1.877-.17-.254-.363-.485-.58-.692-.314-.304-.68-.555-1.09-.754-.62-.297-1.305-.446-2.036-.446-.07 0-.146 0-.22.004-.514.023-1.01.12-1.477.292-.47.17-.88.395-1.214.664-.068.054-.142.12-.22.194l-.06.056-.077.083-.037.037-.018.02-.093.098c-.07.077-.136.155-.197.232L8 5.59c-.128.156-.247.318-.334.463-.06.093-.117.188-.172.284L6.73 7.883h.002l-.04.08-.084.17c-.168.34-.347.678-.548.957-.448.49-.954.73-1.604.73-.045 0-.092 0-.14-.004-.39-.015-.727-.108-1.026-.284l-.092-.06c-.244-.16-.43-.368-.57-.627-.157-.294-.227-.594-.217-.913l.002-.023c.02-.507.214-.9.603-1.242.095-.08.194-.15.297-.212.015-.01.03-.017.044-.025.29-.156.618-.235.995-.235l.118.004c.6.02 1.062.21 1.43.574L7.054 4.7c-.277-.186-.59-.345-.933-.475l-.04-.014c-.04-.014-.08-.03-.123-.043-.366-.122-.75-.197-1.144-.23-.01-.003-.02-.004-.03-.005l-.184-.014c-.067-.003-.133-.004-.198-.004h-.037c-.727.002-1.402.15-2.02.446-.69.333-1.252.82-1.668 1.444-.414.626-.64 1.32-.673 2.065-.002.063-.004.126-.004.188 0 1.043.38 1.96 1.135 2.73.788.806 1.813 1.24 3.045 1.292.08.004.156.006.234.006.697 0 1.34-.124 1.92-.372.144-.062.284-.134.427-.215.08-.046.153-.093.226-.144l.054-.036.09-.063c.11-.078.212-.163.312-.253l.034-.033c.06-.055.117-.11.173-.17l.206-.234.08-.1.036-.053.036-.053c.308-.517 1.31-2.4 1.31-2.4v-.003l.06-.115.05-.09c.147-.27.254-.46.395-.66l.004-.006c.33-.478.896-.82 1.564-.876 1.12-.096 2.103.64 2.193 1.644.09 1.004-.746 1.896-1.866 1.993-.233.02-.46.005-.674-.042l-.005.002c-.822-.17-1.345-.77-1.603-1.04L8.357 10.75s.335.338.564.507c.23.168.528.334.765.437.575.245 1.2.392 1.892.392.08 0 .064 0 .147-.003 1.23-.05 2.326-.523 3.117-1.33.75-.767 1.156-1.642 1.16-2.678v-.03c0-.06-.002-.116-.004-.175z" fill-rule="nonzero"/></svg><span class="tile-name">Coursera</span></a><span class="hex">#757575</span></li>
<li class="tiles__item" data-search="microsoft 666666" style="background-color:#666666"><a href="https://simpleicons.org/icons/microsoft.svg" class="icon--link" title="Microsoft"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M7.604 16.002H0V8.397h7.604v7.605zm8.396 0H8.396V8.397H16v7.605zm-8.396-8.4H0V0h7.604v7.605zm8.396 0H8.396V0H16v7.605z"/></svg><span class="tile-name">Microsoft</span></a><span class="hex">#666666</span></li>
<li class="tiles__item" data-search="conekta 414959" style="background-color:#414959"><a href="https://simpleicons.org/icons/conekta.svg" class="icon--link" title="Conekta"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g><path d="M5.5 13L1.8 8l3.7-5 2.3 3.1L6.3 8l1.5 2z"/><path d="M8.3 16l5.9-8-5.9-8H3.7l6 8-6 8z"/></g></svg><span class="tile-name">Conekta</span></a><span class="hex">#414959</span></li>
<li class="tiles__item" data-search="ethereum 3c3c3d" style="background-color:#3C3C3D"><a href="https://simpleicons.org/icons/ethereum.svg" class="icon--link" title="Ethereum"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M7.963 11.98l-4.91-2.9L7.962 16l4.914-6.92-4.914 2.9zM8.037 0l-4.91 8.148 4.91 2.903 4.91-2.902L8.038 0z" fill="#010101"/></svg><span class="tile-name">Ethereum</span></a><span class="hex">#3C3C3D</span></li>
<li class="tiles__item" data-search="app.net 3a393c appnet" style="background-color:#3A393C"><a href="https://simpleicons.org/icons/appnet.svg" class="icon--link" title="App.net"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M16 8c0 4.418-3.582 8-8 8s-8-3.582-8-8 3.582-8 8-8 8 3.582 8 8zM8 3.442L3.057 10.89h1.01l1.125-1.767h5.616l1.124 1.766h1.01L8 3.44zm-2.16 4.88L8 5.064l2.16 3.256H5.84z"/></svg><span class="tile-name">App.net</span></a><span class="hex">#3A393C</span></li>
<li class="tiles__item" data-search="circleci 343434" style="background-color:#343434"><a href="https://simpleicons.org/icons/circleci.svg" class="icon--link" title="CircleCI"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M6.096 8c0-1.056.856-1.904 1.904-1.904S9.904 6.952 9.904 8 9.048 9.904 8 9.904 6.096 9.048 6.096 8zM8 0C4.264 0 1.136 2.56.248 6.016c-.008.024-.008.048-.008.08 0 .208.168.384.384.384h3.224c.152 0 .288-.088.344-.224.664-1.44 2.12-2.448 3.808-2.448 2.312 0 4.192 1.88 4.192 4.192 0 2.312-1.88 4.192-4.192 4.192-1.688 0-3.144-1-3.808-2.448-.064-.128-.192-.224-.344-.224H.624c-.208 0-.384.168-.384.384 0 .024.008.048.008.08C1.128 13.44 4.264 16 8 16c4.416 0 8-3.584 8-8s-3.584-8-8-8z" fill-rule="nonzero"/></svg><span class="tile-name">CircleCI</span></a><span class="hex">#343434</span></li>
<li class="tiles__item" data-search="matternet 261c29" style="background-color:#261C29"><a href="https://simpleicons.org/icons/matternet.svg" class="icon--link" title="Matternet"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M12.82 2.786l-2.71 1.552v-3.12L7.996 0l-2.11 1.22v3.118L3.188 2.78 1.072 4v2.443L3.773 8 1.068 9.562V12l2.11 1.22 2.696-1.558v3.12L7.99 16l2.116-1.22v-3.118l2.7 1.552 2.116-1.22V9.563L12.227 8l2.705-1.557V4l-2.11-1.214zm.248 2.287V3.81l1.093.628v1.27l-1.092-.635zm1.093 6.19l-4.05-2.336 1.094-.63L14.16 10v1.264zM9.608 8.63L8.51 8l4.3-2.484 1.094.63L9.607 8.63zM2.09 6.146l1.094-.63L7.486 8l-1.093.63L2.09 6.146zm3.794 2.78l-4.05 2.338V10L4.79 8.297l1.094.63zM1.834 5.71v-1.27l1.093-.63v1.265l-1.093.635zm6.418 0V1.033l1.093.624v3.416l-1.093.635zm-1.602-.64V1.662l1.093-.63v4.67L6.65 5.07zm5.91-1.26v1.265l-4.303 2.49v-1.27l4.302-2.484zM7.742 6.293v1.265L3.436 5.073V3.81L7.743 6.29zM6.14 10.635l-2.956 1.703-1.093-.63L6.14 9.37v1.265zm.51-1.562l1.093-.63v4.968l-1.093.635V9.073zm2.438 5.41l-1.093.635-1.093-.634 1.093-.63 1.093.63zm.262-.438l-1.098-.634V8.444l1.098.63v4.972zm4.554-2.337l-1.093.63-2.956-1.703V9.37l4.05 2.338z"/></svg><span class="tile-name">Matternet</span></a><span class="hex">#261C29</span></li>
<li class="tiles__item" data-search="big cartel 222222 bigcartel" style="background-color:#222222"><a href="https://simpleicons.org/icons/bigcartel.svg" class="icon--link" title="Big Cartel"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 8.712v-.67c0-.42.168-.838.586-1.005L13.78 3.77c.335-.168.503-.587.503-1.006V0L8 4.02 1.717 0v8.46c0 2.263 1.006 4.19 2.68 5.278L7.918 16l3.518-2.262c1.675-1.005 2.68-2.932 2.68-5.277V4.69L8 8.713z" fill-rule="nonzero"/></svg><span class="tile-name">Big Cartel</span></a><span class="hex">#222222</span></li>
<li class="tiles__item" data-search="styleshare 231f20" style="background-color:#231F20"><a href="https://simpleicons.org/icons/styleshare.svg" class="icon--link" title="StyleShare"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C3.583 0 0 3.582 0 8s3.583 8 8 8 8-3.582 8-8-3.583-8-8-8zm.998 7.11c.124.102.283.163.457.163.4 0 .727-.326.727-.728 0-.4-.326-.727-.727-.727-.402 0-.728.326-.728.727 0 .174.06.333.162.457l-.89.89L7.11 7c.102-.124.163-.283.163-.457 0-.4-.326-.727-.728-.727-.4 0-.727.326-.727.727 0 .402.326.728.727.728.174 0 .333-.06.457-.162l.89.89-.89.89c-.125-.102-.283-.163-.457-.163-.4 0-.727.326-.727.728 0 .4.326.727.727.727.402 0 .728-.326.728-.727 0-.174-.06-.333-.162-.457l.89-.89.89.89c-.102.124-.163.283-.163.457 0 .4.326.727.728.727.4 0 .727-.326.727-.727 0-.402-.326-.728-.727-.728-.174 0-.333.06-.457.162L8.108 8 9 7.11z"/></svg><span class="tile-name">StyleShare</span></a><span class="hex">#231F20</span></li>
<li class="tiles__item" data-search="grav 221e1f" style="background-color:#221E1F"><a href="https://simpleicons.org/icons/grav.svg" class="icon--link" title="Grav"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C3.582 0 0 3.582 0 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zm4.326 9.31c-.834-.55-1.31-1.016-1.726-1.852-.284.573-.947 1.424-2.065 2.093-.56 1.738-3.215 5.062-4.075 4.59-.254-.138-.302-.322-.245-.51.062-.476 1.044-1.567 1.044-1.567s.02.23.334.71c-.415-1.288.686-2.877.977-3.42.46-.145.493-.733.493-.733.03-.91-.377-1.568-.77-1.962.282.345.374.867.387 1.345v.003c.002.054.002.107 0 .16-.012.395-.132.94-.388.94v.005c-.262-.01-.587.046-.877.136l-.642.154s.342-.016.527.144c-.206.335-.664.75-1.174.987-.742.346-.956-.34-.58-.785.094-.11.187-.2.276-.276-.057-.06-.093-.14-.102-.24-.053-.228-.024-.523.297-.992.064-.1.14-.2.23-.304l.01-.01.012-.014c0-.003.003-.005.006-.008.023-.026.047-.052.073-.076.383-.393.988-.8 1.942-1.168 1.113-1.635 1.52-1.942 1.52-1.942.124-.126.34-.283.418-.323-.58-1.01-.698-2.433-.546-2.816-.012.02-.024.042-.033.064.057-.13.095-.173.154-.242.158-.188.696-.286.89.112.102.212.122.486.118.692C8.386 2.18 8 2.666 8 2.666s.353-.166.79-.17c0 0 .118.103.263.293-.196.37-.52 1.152-.286 1.974.04.162.098.3.17.42.004.004.006.01.01.015l.015.02c.388.583 1.098.65 1.098.65-.335-.166-.607-.43-.784-.753-.092-.173-.15-.318-.183-.433-.188-.726.09-1.15.247-1.434.364-.565 1.03-.907 1.742-.826 1.002.114 1.72 1.02 1.607 2.02-.07.612-.436 1.118-.937 1.394.12.326-.01.722-.01.722.305.382.32.602.308.807-.385-.065-.76.195-.76.195s.745-.177 1.177.21c.282.3.47.575.58.777.16.287.905.307.82.825-.085.518-.652.522-1.54-.064zM9.11 6.237c-.146-.146-.383-.146-.53 0l-.31.312c-.148.147-.148.384 0 .53l.34.343c.148.148.385.147.53 0l.313-.31c.147-.147.147-.385 0-.53l-.342-.344zm-1.47-.124c-.093.093-.093.245 0 .34.094.092.246.092.34 0 .093-.095.093-.247 0-.34-.094-.094-.246-.094-.34 0zm.846-.168c.094-.093.094-.245 0-.34-.094-.092-.245-.092-.34 0-.093.095-.093.247 0 .34.095.094.246.094.34 0zm3.59-.87c.394-.753-.165-1.193-.55-1.554-.616-.58-1.23-.83-1.933-.028-.702.802-.256 1.733.386 2.192.64.46 1.698.144 2.095-.61zm-1.064-.308c-.248-.297.215-.835.505-.513.534.592-.258.81-.505.513z"/></svg><span class="tile-name">Grav</span></a><span class="hex">#221E1F</span></li>
<li class="tiles__item" data-search="zendesk 03363d" style="background-color:#03363D"><a href="https://simpleicons.org/icons/zendesk.svg" class="icon--link" title="Zendesk"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M7.39 14.063H0L7.39 5.14v8.923zm8.61 0H8.61c0-2.043 1.652-3.696 3.695-3.696 2.042 0 3.695 1.655 3.695 3.696zM8.61 10.86V1.936H16L8.61 10.86zM7.39 1.936c0 2.04-1.654 3.696-3.695 3.696C1.655 5.633 0 3.978 0 1.937h7.39z" fill="#0e0000"/></svg><span class="tile-name">Zendesk</span></a><span class="hex">#03363D</span></li>
<li class="tiles__item" data-search="instapaper 1f1f1f" style="background-color:#1F1F1F"><a href="https://simpleicons.org/icons/instapaper.svg" class="icon--link" title="Instapaper"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M9.844 13.506c0 1.213.18 1.393 1.956 1.528V16H4.2v-.966c1.777-.135 1.956-.315 1.956-1.528V2.472c0-1.19-.18-1.393-1.956-1.528V0h7.6v.944c-1.776.135-1.956.337-1.956 1.528v11.034z" fill="#0e0000" fill-rule="nonzero"/></svg><span class="tile-name">Instapaper</span></a><span class="hex">#1F1F1F</span></li>
<li class="tiles__item" data-search="oculus 1c1e20" style="background-color:#1C1E20"><a href="https://simpleicons.org/icons/oculus.svg" class="icon--link" title="Oculus"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M12.09 9.3c-.213.147-.45.236-.704.277-.255.04-.508.033-.762.033H5.376c-.255 0-.508.008-.763-.033-.254-.042-.49-.13-.705-.278-.428-.296-.685-.78-.685-1.3 0-.522.258-1.005.686-1.3.213-.147.45-.236.704-.277.254-.04.507-.033.762-.033h5.248c.255 0 .508-.008.762.033.255.042.492.13.705.278.43.296.687.78.686 1.3 0 .522-.257 1.005-.685 1.3zm2.116-5.037c-.563-.452-1.208-.764-1.91-.933-.4-.097-.803-.14-1.215-.153-.303-.01-.608-.007-.913-.007H5.833c-.305 0-.61-.003-.915.007-.412.014-.814.056-1.216.153-.7.17-1.346.482-1.91.934C.66 5.174 0 6.547 0 8c0 1.454.66 2.827 1.793 3.737.564.452 1.21.764 1.91.933.402.097.804.14 1.216.153.303.01.608.007.913.007h4.334c.305 0 .61.003.915-.007.41-.013.814-.056 1.216-.153.7-.17 1.346-.482 1.91-.934C15.34 10.826 16 9.453 16 8c0-1.454-.66-2.827-1.794-3.737z" fill-rule="nonzero"/></svg><span class="tile-name">Oculus</span></a><span class="hex">#1C1E20</span></li>
<li class="tiles__item" data-search="github 181717" style="background-color:#181717"><a href="https://simpleicons.org/icons/github.svg" class="icon--link" title="GitHub"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C3.58 0 0 3.582 0 8c0 3.535 2.292 6.533 5.47 7.59.4.075.547-.172.547-.385 0-.19-.007-.693-.01-1.36-2.226.483-2.695-1.073-2.695-1.073-.364-.924-.89-1.17-.89-1.17-.725-.496.056-.486.056-.486.803.056 1.225.824 1.225.824.714 1.223 1.873.87 2.33.665.072-.517.278-.87.507-1.07-1.777-.2-3.644-.888-3.644-3.953 0-.873.31-1.587.823-2.147-.083-.202-.358-1.015.077-2.117 0 0 .672-.215 2.2.82.638-.178 1.323-.266 2.003-.27.68.004 1.364.092 2.003.27 1.527-1.035 2.198-.82 2.198-.82.437 1.102.163 1.915.08 2.117.513.56.823 1.274.823 2.147 0 3.073-1.87 3.75-3.653 3.947.287.246.543.735.543 1.48 0 1.07-.01 1.933-.01 2.195 0 .215.144.463.55.385C13.71 14.53 16 11.534 16 8c0-4.418-3.582-8-8-8"/></svg><span class="tile-name">GitHub</span></a><span class="hex">#181717</span></li>
<li class="tiles__item" data-search="simple icons 111111 simpleicons" style="background-color:#111111"><a href="https://simpleicons.org/icons/simpleicons.svg" class="icon--link" title="Simple Icons"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M10 15h3v1H3v-1h3v-4h1v4h2v-4h1v4zm-6-3.02V12c0 .74.2 1.432.552 2.027H3.43C3.152 13.407 3 12.72 3 12v-.02h1zM8 7c2.76 0 5 2.24 5 5 0 .72-.153 1.407-.43 2.027h-1.12c.35-.595.552-1.288.552-2.027 0-2.208-1.792-4-4-4V7zm3 3H5v1h6v-1zM8 8C5.792 8 4 6.208 4 4s1.792-4 4-4 4 1.792 4 4h-1c0-1.656-1.344-3-3-3S5 2.344 5 4s1.344 3 3 3v1zm0-6c1.104 0 2 .896 2 2s-.896 2-2 2-2-.896-2-2 .896-2 2-2zm0 1c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z"/></svg><span class="tile-name">Simple Icons</span></a><span class="hex">#111111</span></li>
<li class="tiles__item" data-search="myspace 030303" style="background-color:#030303"><a href="https://simpleicons.org/icons/myspace.svg" class="icon--link" title="Myspace"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill-rule="nonzero"><path d="M13.202 8.187c1.406 0 2.545-1.135 2.545-2.536 0-1.4-1.14-2.536-2.545-2.536-1.406 0-2.546 1.136-2.546 2.537 0 1.402 1.14 2.537 2.546 2.537zM7.467 8.657c1.265 0 2.29-1.022 2.29-2.283 0-1.26-1.025-2.283-2.29-2.283-1.266 0-2.29 1.023-2.29 2.284 0 1.26 1.024 2.283 2.29 2.283zM2.266 9.08c1.14 0 2.063-.92 2.063-2.054 0-1.135-.925-2.055-2.064-2.055-1.14 0-2.062.92-2.062 2.056 0 1.134.923 2.053 2.062 2.053zM2.266 9.55C.96 9.55 0 10.695 0 11.88v.798c0 .113.092.206.206.206h4.12c.114 0 .206-.093.206-.206v-.798c0-1.186-.958-2.333-2.266-2.333zM7.467 9.177c-1.453 0-2.52 1.276-2.52 2.593v.887c0 .126.104.23.23.23h4.58c.126 0 .228-.104.228-.23v-.887c0-1.317-1.065-2.593-2.518-2.593zM13.202 8.765c-1.615 0-2.798 1.417-2.798 2.882v.985c0 .14.114.254.254.254h5.087c.14 0 .255-.115.255-.254v-.985c0-1.465-1.184-2.882-2.798-2.882z"/></g></svg><span class="tile-name">Myspace</span></a><span class="hex">#030303</span></li>
<li class="tiles__item" data-search="ello 000000" style="background-color:#000000"><a href="https://simpleicons.org/icons/ello.svg" class="icon--link" title="Ello"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0c4.415 0 8 3.585 8 8s-3.585 8-8 8-8-3.585-8-8 3.585-8 8-8zm0 12.8c-2.187 0-4.107-1.493-4.64-3.6-.053-.24.08-.507.32-.56.24-.053.507.08.56.32.453 1.707 2 2.907 3.76 2.907 1.76 0 3.307-1.2 3.76-2.907.053-.24.32-.4.56-.32.24.053.4.32.32.56-.533 2.107-2.453 3.6-4.64 3.6z"/></svg><span class="tile-name">Ello</span></a><span class="hex">#000000</span></li>
<li class="tiles__item" data-search="wire 000000" style="background-color:#000000"><a href="https://simpleicons.org/icons/wire.svg" class="icon--link" title="Wire"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M16 9.65a4.93 4.93 0 0 1-4.93 4.94 4.87 4.87 0 0 1-3-1.07A5 5 0 0 1 0 9.65V1.88h.94v7.77a4 4 0 0 0 6.39 3.21 4.93 4.93 0 0 1-1.21-3.21V3.29a1.88 1.88 0 0 1 3.76 0v6.36a4.91 4.91 0 0 1-1.18 3.21 4 4 0 0 0 6.36-3.21V1.88H16zM8.94 3.29a.94.94 0 0 0-1.88 0v6.36A4 4 0 0 0 8 12.22a4 4 0 0 0 .94-2.57z"/></svg><span class="tile-name">Wire</span></a><span class="hex">#000000</span></li>
<li class="tiles__item" data-search="codepen 000000" style="background-color:#000000"><a href="https://simpleicons.org/icons/codepen.svg" class="icon--link" title="CodePen"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.988 5.443c-.004-.02-.007-.04-.012-.058l-.01-.033c-.006-.017-.012-.034-.02-.05-.003-.012-.01-.023-.014-.034l-.023-.045-.02-.032-.03-.04-.024-.03c-.01-.013-.022-.026-.034-.038l-.027-.027-.04-.032-.03-.024-.012-.01L8.38.117c-.23-.155-.53-.155-.76 0L.305 4.99.296 5c-.012.007-.022.015-.032.023-.014.01-.027.02-.04.032l-.027.027-.034.037-.024.03-.03.04c-.006.012-.013.022-.02.033l-.023.045-.015.034c-.007.016-.012.033-.018.05l-.01.032c-.005.02-.01.038-.012.058l-.006.03C.002 5.5 0 5.53 0 5.56v4.875c0 .03.002.06.006.09l.007.03c.003.02.006.04.013.058l.01.033c.006.018.01.035.018.05l.015.033c.006.016.014.03.023.047l.02.03c.008.016.018.03.03.042.007.01.014.02.023.03.01.012.02.025.034.036.01.01.018.02.028.026l.04.033.03.023.01.01 7.31 4.876c.116.078.248.117.382.116.134 0 .266-.04.38-.116l7.314-4.875.01-.01c.012-.007.022-.015.032-.023.014-.01.027-.02.04-.032l.027-.027.034-.037.024-.03.03-.04.02-.032.023-.046.015-.033.018-.052.01-.033c.005-.02.01-.038.013-.058 0-.01.003-.02.004-.03.004-.03.006-.06.006-.09V5.564c0-.03-.002-.06-.006-.09l-.007-.03zM8 9.626L5.568 8 8 6.374 10.432 8 8 9.626zM7.312 5.18l-2.98 1.993-2.406-1.61 5.386-3.59v3.206zM3.095 8l-1.72 1.15v-2.3L3.095 8zm1.237.828l2.98 1.993v3.208l-5.386-3.59 2.406-1.61zm4.355 1.993l2.98-1.993 2.407 1.61-5.387 3.59v-3.206zM12.905 8l1.72-1.15v2.3L12.905 8zm-1.237-.827L8.688 5.18V1.97l5.386 3.59-2.406 1.61z" fill-rule="nonzero"/></svg><span class="tile-name">CodePen</span></a><span class="hex">#000000</span></li>
<li class="tiles__item" data-search="stitcher 000000" style="background-color:#000000"><a href="https://simpleicons.org/icons/stitcher.svg" class="icon--link" title="Stitcher"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M11.987 4.625h-.24v6.75h.24v-6.75zm-.497.75h-.24v5.25h.24v-5.25zm-.744 0H0v5.25h10.746v-5.25zm5.254 0h-3.005v5.25H16v-5.25zm-3.504 0h-.24v5.25h.24v-5.25z"/></svg><span class="tile-name">Stitcher</span></a><span class="hex">#000000</span></li>
<li class="tiles__item" data-search="steam 000000" style="background-color:#000000"><a href="https://simpleicons.org/icons/steam.svg" class="icon--link" title="Steam"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M7.986 0C3.784 0 .34 3.24.014 7.358L4.302 9.13c.363-.247.802-.393 1.274-.393.042 0 .084.002.126.004L7.61 5.978v-.04c0-1.663 1.352-3.016 3.016-3.016 1.663 0 3.017 1.354 3.017 3.018 0 1.664-1.354 3.017-3.017 3.017h-.07l-2.718 1.94c0 .035.003.07.003.107 0 1.25-1.015 2.264-2.264 2.264-1.096 0-2.013-.782-2.22-1.818L.29 10.18C1.24 13.538 4.323 16 7.985 16c4.418 0 8-3.582 8-8s-3.582-8-8-8zm-2.96 12.14l-.982-.407c.175.362.476.666.876.833.865.36 1.862-.05 2.222-.916.175-.42.176-.88.003-1.3-.173-.42-.5-.747-.918-.922-.416-.173-.86-.166-1.252-.02l1.015.42c.638.267.94 1 .673 1.637-.265.638-.998.94-1.636.674zm7.61-6.202c0-1.108-.902-2.01-2.01-2.01-1.11 0-2.01.902-2.01 2.01 0 1.11.9 2.01 2.01 2.01 1.108 0 2.01-.9 2.01-2.01zM9.12 5.935c0-.835.675-1.51 1.51-1.51.833 0 1.51.675 1.51 1.51 0 .834-.677 1.51-1.51 1.51-.835 0-1.51-.676-1.51-1.51z"/></svg><span class="tile-name">Steam</span></a><span class="hex">#000000</span></li>
<li class="tiles__item" data-search="playstation 000000" style="background-color:#000000"><a href="https://simpleicons.org/icons/playstation.svg" class="icon--link" title="PlayStation"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M5.983 1.71v11.685l2.607.84v-9.8c0-.46.202-.767.528-.66.424.12.507.542.507 1.002V8.69c1.625.795 2.905-.002 2.905-2.1 0-2.156-.75-3.113-2.956-3.88-.87-.298-2.482-.79-3.59-1zm3.1 10.816l4.192-1.516c.476-.172.55-.416.164-.545-.39-.128-1.087-.092-1.563.082l-2.793.998V9.957l.16-.056s.806-.288 1.94-.416c1.137-.127 2.527.017 3.62.437 1.23.395 1.365.975 1.054 1.376-.31.4-1.078.685-1.078.685l-5.696 2.076v-1.53zm-7.88-.16c-1.265-.362-1.474-1.11-.9-1.545.534-.398 1.438-.7 1.438-.7l3.737-1.345v1.535l-2.688.976c-.477.173-.55.417-.164.545.386.13 1.087.093 1.563-.08l1.287-.475v1.374c-.08.014-.173.03-.258.043-1.29.215-2.664.126-4.018-.327z"/></svg><span class="tile-name">PlayStation</span></a><span class="hex">#000000</span></li>
<li class="tiles__item" data-search="json 000000" style="background-color:#000000"><a href="https://simpleicons.org/icons/json.svg" class="icon--link" title="JSON"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8.017 16c.32-.003.636-.02.952-.062.723-.092 1.434-.29 2.106-.576.94-.402 1.804-.982 2.535-1.698.673-.66 1.23-1.436 1.635-2.287.347-.732.578-1.518.685-2.32.102-.774.092-1.565-.026-2.335-.098-.64-.274-1.265-.53-1.86-.16-.374-.35-.735-.57-1.08-.783-1.226-1.915-2.213-3.21-2.87-.465-.237-.95-.43-1.45-.58h-.005c.08.042.16.088.237.134.08.05.158.098.235.15.378.257.728.552 1.038.888.706.763 1.194 1.7 1.48 2.696.188.656.29 1.334.33 2.014.03.496.032.995-.027 1.488-.102.847-.375 1.675-.827 2.4-.333.535-.762 1.013-1.268 1.39-.833.62-1.926.99-2.962.744-.172-.04-.34-.098-.502-.172-.183-.083-.358-.185-.524-.3-.307-.207-.586-.457-.827-.738-.298-.347-.537-.742-.706-1.166-.216-.538-.32-1.116-.334-1.695-.02-.85.148-1.704.565-2.45.277-.496.657-.932 1.105-1.28.15-.118.31-.222.475-.32l.01-.004c-.315-.075-.64-.1-.96-.08-.28.016-.558.07-.825.154-.238.075-.468.176-.685.298-.174.097-.34.208-.496.33-.146.115-.284.24-.413.37-.752.77-1.186 1.794-1.353 2.845-.102.65-.102 1.312-.054 1.967.067.927.253 1.853.626 2.707.228.523.527 1.014.898 1.447.564.657 1.285 1.166 2.088 1.488.45.18.925.31 1.407.357.048.003.096.007.144.007zm-1.958-.265c-.103-.047-.202-.1-.3-.152-.1-.055-.2-.113-.297-.173-.383-.242-.738-.525-1.054-.852-.733-.758-1.225-1.712-1.505-2.723-.192-.69-.29-1.402-.323-2.116-.022-.464-.02-.93.03-1.39.09-.837.33-1.663.757-2.39.307-.527.71-.998 1.197-1.367.332-.25.7-.454 1.094-.593.55-.193 1.14-.26 1.718-.177.217.03.44.08.644.156.02.006.02.007.036.018.013.01.028.012.042.02.037.015.072.032.108.05.162.083.318.178.467.283.602.424 1.09 1.004 1.398 1.674.283.614.41 1.29.42 1.963.008.72-.12 1.445-.427 2.1-.37.79-.994 1.466-1.76 1.888.06.017.12.032.178.045.153.032.307.052.463.057.98.033 1.928-.44 2.632-1.097.127-.12.25-.248.364-.382.15-.174.286-.358.41-.55.155-.243.29-.5.405-.765.15-.355.266-.726.343-1.105.135-.665.144-1.345.1-2.02-.092-1.348-.45-2.7-1.226-3.82-.114-.166-.236-.327-.368-.48-.218-.248-.452-.48-.708-.69-.284-.234-.59-.438-.914-.61C9.62.342 9.232.19 8.828.09L8.61.056c-.142-.018-.283-.033-.425-.04-.226-.01-.454-.004-.68.01-.475.03-.947.106-1.41.224C3.85.823 1.89 2.385.843 4.456.51 5.114.272 5.82.136 6.544c-.155.83-.175 1.684-.07 2.52.084.682.257 1.352.52 1.987.154.38.34.744.556 1.092.735 1.186 1.795 2.154 3.015 2.825.46.253.942.46 1.44.63.153.05.307.097.462.138z"/></svg><span class="tile-name">JSON</span></a><span class="hex">#000000</span></li>
<li class="tiles__item" data-search="mediatemple 000000" style="background-color:#000000"><a href="https://simpleicons.org/icons/mediatemple.svg" class="icon--link" title="MediaTemple"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill-rule="nonzero"><path d="M3.226 6.763v.38h.023c.68-.41 1.38-.444 1.8-.444 1.135 0 1.52.323 1.668.442.26-.15.827-.443 1.79-.443 1.928 0 1.928.76 1.928 1.067V9.56H8.882V7.962c0-.33 0-.697-.827-.697-.408 0-.828.124-.975.307-.136.156-.193.297-.193.642V9.56H5.334V8.025c0-.474.01-.76-.804-.76-.41 0-.828.108-.987.27-.124.123-.204.253-.204.664v1.36H1.786V6.762h1.44zM14.18 7.382h-1.127v1.12c0 .396 0 .525.46.525.22 0 .413-.025.62-.064l.047-.006.146.57c-.545.1-1.14.11-1.31.11-.507 0-1.162-.074-1.404-.283-.206-.17-.23-.337-.23-.76V7.38h-.764v-.584h.763v-.553l1.673-.433v.986h1.127v.584zM1.027 11.14C.41 10.208 0 9.1 0 7.986 0 6.67.517 5.6 1.04 4.846h.624C1.2 5.873.886 6.746.886 8.014c0 1.455.516 2.577.75 3.085.007.007.022.033.022.04h-.63zM14.973 4.86C15.59 5.792 16 6.9 16 8.014c0 1.314-.517 2.387-1.04 3.14h-.624c.463-1.028.78-1.9.78-3.168 0-1.456-.518-2.576-.753-3.086-.007-.007-.02-.033-.02-.04h.63z"/></g></svg><span class="tile-name">MediaTemple</span></a><span class="hex">#000000</span></li>
<li class="tiles__item" data-search="digg 000000" style="background-color:#000000"><a href="https://simpleicons.org/icons/digg.svg" class="icon--link" title="Digg"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M11.84 5.44v5.44h2.56v.64h-2.56v1.28H16V5.44h-4.16zm-4.8 0v5.44H9.6v.64H7.04v1.28h4.16V5.44H7.04zM2.56 3.2v2.24H0v5.44h4.16V3.2h-1.6zM6.4 5.44H4.8v5.44h1.6V5.44zm8 4.16h-.96V6.72h.96V9.6zm-11.84 0H1.6V6.72h.96V9.6zm7.04 0h-.96V6.72h.96V9.6zM6.4 3.2H4.8v1.6h1.6V3.2z"/></svg><span class="tile-name">Digg</span></a><span class="hex">#000000</span></li>
<li class="tiles__item" data-search="diaspora 000000" style="background-color:#000000"><a href="https://simpleicons.org/icons/diaspora.svg" class="icon--link" title="Diaspora"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M10.172 14.618l-1.554-2.17c-.415-.58-.752-1.032-.77-1.032-.018 0-.67.877-1.544 2.076-.832 1.142-1.52 2.076-1.53 2.076-.022 0-2.998-2.096-3.006-2.118-.004-.01.67-.998 1.495-2.194.826-1.197 1.502-2.195 1.502-2.218 0-.037-.268-.13-2.367-.83l-2.396-.8c-.02-.01.103-.424.528-1.766.306-.964.563-1.76.57-1.77.01-.01 1.14.35 2.515.804 1.375.452 2.51.822 2.525.822.014 0 .03-.02.035-.047.006-.025.018-1.195.027-2.6.01-1.404.024-2.565.033-2.58.013-.02.4-.026 1.817-.025.99 0 1.81.007 1.823.015.016.01.043.783.09 2.518.073 2.848.075 2.886.12 2.886.018 0 1.107-.365 2.42-.81 1.315-.446 2.396-.803 2.404-.795.026.03 1.103 3.537 1.09 3.55-.007.008-1.104.383-2.437.835-1.833.622-2.425.83-2.43.856-.003.02.627.963 1.43 2.136.788 1.155 1.43 2.11 1.428 2.12-.007.024-2.96 2.2-2.986 2.2-.01 0-.384-.512-.832-1.138z" fill-rule="nonzero"/></svg><span class="tile-name">Diaspora</span></a><span class="hex">#000000</span></li>
<li class="tiles__item" data-search="squarespace 000000" style="background-color:#000000"><a href="https://simpleicons.org/icons/squarespace.svg" class="icon--link" title="Squarespace"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.103 5.812c-1.2-1.2-3.15-1.2-4.376 0l-4.9 4.9c-.3.3-.3.8 0 1.1.3.3.8.3 1.1 0l4.9-4.9c.6-.6 1.576-.6 2.176 0 .6.6.6 1.576 0 2.176l-4.826 4.826c.6.6 1.575.6 2.175 0l3.726-3.726c1.225-1.225 1.225-3.176.025-4.376zm-1.65 1.625c-.3-.3-.8-.3-1.1 0L7.45 12.363c-.6.6-1.574.6-2.174 0-.3-.3-.8-.3-1.1 0-.3.3-.3.8 0 1.1 1.2 1.2 3.15 1.2 4.376 0l4.9-4.9c.3-.325.3-.826 0-1.126zm-1.626-4.9c-1.2-1.2-3.15-1.2-4.376 0l-4.9 4.9c-.3.3-.3.8 0 1.1.3.3.8.3 1.1 0l4.927-4.9c.6-.6 1.575-.6 2.175 0 .3.3.8.3 1.1 0 .275-.325.275-.8-.025-1.1zm-1.65 1.625c-.3-.3-.8-.3-1.1 0l-4.9 4.926c-.6.6-1.576.6-2.177 0-.6-.6-.6-1.576 0-2.176l4.826-4.826c-.6-.6-1.575-.6-2.175 0L.9 5.812c-1.2 1.2-1.2 3.15 0 4.376 1.2 1.2 3.15 1.2 4.376 0l4.9-4.9c.3-.326.3-.826 0-1.126z" fill-rule="nonzero"/></svg><span class="tile-name">Squarespace</span></a><span class="hex">#000000</span></li>
<li class="tiles__item" data-search="hootsuite 000000" style="background-color:#000000"><a href="https://simpleicons.org/icons/hootsuite.svg" class="icon--link" title="Hootsuite"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8.016 0c.968.003 1.874.266 2.656.72.783-.45 1.69-.708 2.655-.705V16c-5.882-.017-10.67-4.77-10.654-10.657V.015C3.64.012 4.546.27 5.328.72 6.112.263 7.022 0 7.993 0h.023zm2.278 1.942c-1.192-.004-2.174.91-2.28 2.075l-.01-.014-.01.014c-.1-1.167-1.076-2.085-2.27-2.09-1.26-.003-2.287 1.018-2.29 2.28C3.43 5.47 4.45 6.495 5.712 6.497c.45.003.866-.127 1.22-.35l1.062 1.068 1.07-1.062c.352.225.768.357 1.217.358 1.264.005 2.29-1.015 2.293-2.277.004-1.262-1.016-2.288-2.28-2.29zm-.01 3.808c-.84-.003-1.522-.687-1.52-1.528 0-.157.025-.308.07-.45.118.265.383.45.693.452.42 0 .762-.34.763-.76 0-.31-.184-.574-.45-.694.144-.044.296-.067.452-.067.84.003 1.522.686 1.52 1.528-.003.842-.687 1.522-1.528 1.52zm-4.57-.013c-.84-.003-1.522-.686-1.52-1.528.003-.842.688-1.522 1.53-1.52.156 0 .307.025.45.07-.266.117-.452.382-.453.692 0 .42.34.762.76.764.31 0 .575-.184.695-.45.044.143.067.295.067.452-.003.84-.687 1.52-1.528 1.52z"/></svg><span class="tile-name">Hootsuite</span></a><span class="hex">#000000</span></li>
<li class="tiles__item" data-search="uber 000000" style="background-color:#000000"><a href="https://simpleicons.org/icons/uber.svg" class="icon--link" title="Uber"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M2.517 6.08v1.842c0 .615-.272.87-.91.87-.64 0-.91-.255-.91-.87V6H.08C.028 6 0 6.027 0 6.08v1.872C0 8.982.655 9.34 1.606 9.34c.95 0 1.606-.36 1.606-1.388V6h-.615c-.053 0-.08.027-.08.08zm8.914.454c.05 0 .076-.016.093-.053l.178-.44c.01-.025 0-.04-.026-.04H9.196c-.232 0-.32.07-.32.23v2.86c0 .133.068.194.246.194h2.31c.05 0 .073-.017.09-.054l.178-.44c.01-.028 0-.04-.027-.04H9.56v-.583c0-.2.11-.292.41-.292h.916c.05 0 .074-.017.09-.054l.173-.42c.01-.028 0-.04-.03-.04H9.56v-.825h1.87zM7.07 7.552c.27-.14.38-.406.38-.72C7.45 6.11 6.86 6 6.25 6h-1.4c-.232 0-.32.07-.32.23v2.858c0 .134.068.195.246.195h1.72c.65 0 1.113-.252 1.113-.907 0-.393-.17-.726-.54-.824zm-.644 1.203H5.213v-.6c0-.203.11-.293.41-.293h.803c.387 0 .494.147.494.45 0 .302-.107.443-.494.443zM5.213 6.528h1.085c.363 0 .464.136.464.42 0 .283-.1.42-.464.42H5.213v-.84zm10.78 2.698l-.737-1.264c.367-.094.662-.336.662-.95 0-.797-.494-1.012-1.31-1.012h-1.405c-.232 0-.32.07-.32.23V9.2c0 .054.028.08.082.08h.6v-.957c0-.2.112-.292.41-.292h.606l.667 1.197c.02.033.04.053.09.053h.626c.044 0 .044-.037.03-.057zM14.71 7.522h-1.145v-.994h1.143c.425 0 .52.164.52.497 0 .336-.095.497-.52.497z"/></svg><span class="tile-name">Uber</span></a><span class="hex">#000000</span></li>
<li class="tiles__item" data-search="wikipedia 000000" style="background-color:#000000"><a href="https://simpleicons.org/icons/wikipedia.svg" class="icon--link" title="Wikipedia"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8.044 8.748c-.623 1.285-1.475 3.026-1.898 3.81-.41.715-.75.62-1.02.02-.935-2.21-2.856-6.084-3.76-8.256-.167-.4-.293-.657-.412-.758-.12-.1-.368-.16-.746-.18C.068 3.367 0 3.333 0 3.278v-.303l.034-.03c.615-.003 3.594 0 3.594 0l.034.03v.288c0 .08-.05.118-.15.118l-.375.015c-.322.014-.483.11-.483.288 0 .083.034.22.11.4.72 1.755 3.206 7 3.206 7l.09.023 1.604-3.2c-.196-.432-.32-.71-.32-.71L6.24 5.036s-.212-.433-.285-.577c-.484-.96-.473-1.01-.963-1.076-.137-.018-.208-.035-.208-.103v-.305l.04-.03H7.68l.075.024v.302c0 .07-.05.104-.15.104l-.206.03c-.523.04-.438.254-.09.946l1.057 2.163 1.17-2.333c.195-.426.155-.533.074-.632-.046-.055-.202-.145-.54-.158l-.133-.015c-.034 0-.065-.01-.096-.034-.03-.02-.046-.05-.046-.085V2.97l.04-.03c.83-.005 2.69 0 2.69 0l.032.03v.29c0 .08-.045.118-.133.118-.433.02-.522.063-.68.292-.087.124-.258.392-.435.692l-1.52 2.843-.043.09 1.858 3.8.113.032 2.926-6.945c.102-.28.086-.48-.044-.595-.13-.114-.224-.182-.563-.196l-.275-.012c-.033 0-.065-.012-.096-.035-.03-.022-.046-.05-.046-.085v-.29l.042-.028h3.306l.034.03v.288c0 .08-.045.118-.133.118-.433.02-.754.114-.962.28-.21.17-.37.403-.488.706 0 0-2.69 6.16-3.612 8.208-.353.67-.7.61-1.004-.02-.38-.786-1.174-2.52-1.756-3.802z"/></svg><span class="tile-name">Wikipedia</span></a><span class="hex">#000000</span></li>
</ul>
</main>
<script>
var searchField = document.getElementById("search");
searchField.addEventListener('input', function (evt) {
search();
});
hashSearch();
window.addEventListener('hashchange', function (evt) {
hashSearch();
});
function hashSearch() {
var query = window.location.hash.substring(1);
document.getElementById("search").value = query;
search();
}
function search() {
var searchTerm = searchField.value.toLowerCase();
var icons = document.getElementsByClassName("tiles__item");
for (var i = 0; i < icons.length; i++) {
icons[i].style.display = "inline-block";
var index = icons[i].dataset.search.indexOf(searchTerm);
if (index == -1) {
icons[i].style.display = "none";
}
}
}
function toggleNames() {
var list = document.getElementsByClassName("tiles tiles--icons");
if(list.length == 1) {
list[0].className = "tiles tiles--full";
document.getElementById("toggle-button").innerHTML = "Hide names & colour values";
} else {
var list = document.getElementsByClassName("tiles tiles--full");
list[0].className = "tiles tiles--icons";
document.getElementById("toggle-button").innerHTML = "Show names & colour values";
}
}
</script>
<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-46210978-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>