"layout"
Bootstrap 3.0.0 Snippet by evarevirus

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE html><html class=''> <head><script src='//production-assets.codepen.io/assets/editor/live/console_runner-079c09a0e3b9ff743e39ee2d5637b9216b3545af0de366d4b9aad9dc87e26bfd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/events_runner-73716630c22bbc8cff4bd0f07b135f00a0bdc5d14629260c3ec49e5606f98fdd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/css_live_reload_init-2c0dc5167d60a5af3ee189d570b1835129687ea2a61bee3513dee3a50c115a77.js'></script><meta charset='UTF-8'><meta name="robots" content="noindex"><link rel="shortcut icon" type="image/x-icon" href="//production-assets.codepen.io/assets/favicon/favicon-8ea04875e70c4b0bb41da869e81236e54394d63638a1ef12fa558a4a835f1164.ico" /><link rel="mask-icon" type="" href="//production-assets.codepen.io/assets/favicon/logo-pin-f2d2b6d2c61838f7e76325261b7195c27224080bc099486ddd6dccb469b8e8e6.svg" color="#111" /><link rel="canonical" href="https://codepen.io/oliverjam/pen/jwOzwg?depth=everything&order=popularity&page=98&q=redux&show_forks=false" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css'> <style class="cp-pen-styles">* { box-sizing: border-box; margin: 0; } ul { padding: 0; list-style-type: none; } a { color: royalblue; text-decoration: none; } body { color: #333c4d; background-color: #f7f4f3; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; line-height: 1.4; } @media (min-width: 60em) { body { font-size: 1.125em; } } p { margin-top: 1em; } h1, h2, h3 { margin: 0; line-height: 1; } h1 { font-size: 2.369em; } h2, .h2 { font-size: 1.333em; font-weight: bold; } h3, .h3 { font-size: 1.333em; font-weight: bold; } h4, .h4 { font-size: 1em; font-weight: bold; margin-bottom: 0.5em; } .grid { padding: 1em; } .grid > * + * { margin-top: 1.5em; } @media (min-width: 40em) { .grid { min-height: 100vh; max-width: 65em; margin: 0 auto; } @supports ((display: -ms-grid) or (display: grid)) { .grid { padding: 0 1em; display: -ms-grid; display: grid; -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; -ms-grid-rows: 5em auto auto auto auto 5em; grid-template-rows: 5em auto auto auto auto 5em; grid-gap: 1.5em; grid-template-areas: "header header header header header header" "about about about about about about" "projects projects projects projects projects projects" "main main main main sidebar sidebar" "education education education education education education" "footer footer footer footer footer footer"; } .grid > * + * { margin-top: 0; } } } .about { grid-area: about; } .projects { grid-area: projects; } .main { grid-area: main; } .sidebar { grid-area: sidebar; } .education { grid-area: education; } .header { grid-area: header; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .icon { margin-right: 0.5em; width: 2em; height: 2em; } .icon--right { margin-right: 0; margin-left: 0.5em; } .icon--bottom { margin-right: 0; margin-bottom: 0.25em; } .projects-grid > * + * { margin-top: 0.5em; } @media (min-width: 40em) { .projects-grid { display: -webkit-box; display: -ms-flexbox; display: flex; } .projects-grid > * + * { margin-top: 0; margin-left: 0.5em; } } .card { position: relative; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 1em; background-color: #fbfaf9; box-shadow: 0 1px 2px rgba(41, 48, 61, 0.3); border-radius: 2px; } .card__date { font-size: 0.8em; color: #666; } @media (min-width: 22em) { .card__date { position: absolute; top: 1em; right: 1em; } } .tech { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; grid-gap: 0.75em; } @media (min-width: 40em) { .tech { -ms-grid-columns: 1fr; grid-template-columns: 1fr; } } .tech__item { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 0.75em 0.5em; background-color: #fbfaf9; box-shadow: 0 1px 2px rgba(41, 48, 61, 0.3); border-radius: 2px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 1.2; } .schools-grid > * + * { margin-top: 1em; } @supports ((display: -ms-grid) or (display: grid)) { @media (min-width: 45em) { .schools-grid { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr; grid-gap: 1em; } .schools-grid > * { margin-top: 0; } } } .footer { grid-area: footer; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .footer__list { width: 100%; font-size: 0.8em; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .footer__link { color: inherit; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .section { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .section > * + * { margin-top: 1em; } .u-visually-hidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; } </style></head><body> <svg style="display: none" xmlns="http://www.w3.org/2000/svg"> <symbol id="babel" viewBox="0 0 1638 744"><path d="M1063.3 151.8l-.3-2.9-4.7.4.3 2.9 4.7-.4zm31.6 76l.1 1.6 3.3-.3c-.1-1 .3-2.6 1-4.6l-.3-2.9c-1.4.1-2.8 2.2-4.1 6.2zm-123.3 95.7c-.2-2.7-8.6-13.2-25.2-31.7-.3-3.4 5.4-8.5 17.1-15.2l33.4-29.1c7.5-9.5 11.9-24.9 13.2-46.3l-.4-4.9c-1.3-14.8-12-26.7-32.3-35.8-12-8.1-33.6-12.6-64.8-13.4-25.8 2.2-59.5 11.4-101 27.7-11.4 8.2-24.4 16.4-39 24.6l.2 2.5c.9-.1 2.3-.6 3.9-1.7 1.7-.2 2.7.6 2.8 2.2l2.5-1.3 1.2-.1.1 1.1c.1 1.3-8.9 8.4-27.1 21.1l1.4 2.6-1.2.1-3-1.1c.1.9-1.2 1.5-3.7 1.7l.1 1.1 2.9 3.6c-.9.1-2.3-.3-4.2-1-4.2.4-8.3 2.6-12.4 6.8l1.7-7.4c6.1-26.3 10.3-49.6 12.5-69.8l-.3-1.3c-4.2-2.7-8.3-6.5-12.1-11.3.1-3.1.1-4.9 0-5.3l-.3-1.1-1.2.3c-13.2 19.8-38.6 53.6-76.3 101.4-28.7 34-43.5 52.9-44.4 56.7-11.7 12.1-17.3 19.4-16.7 21.9-3.1 2-4.4 4-3.9 6.2-.9.2-1.5-.1-1.7-1-5 8.1-12.4 13.3-22.3 15.6l-10.4 2.4c-1.4.3-2.1 1.3-2 3l.3 1.3 3.9-.9.3 1.1-8.8 3.4-15.6 3.6-8.2.5c-1.2 1.2 6.5-.1 3.5.6l-10.2 2.4c-6.2 1.4-9.6.9-10.2-1.6l-1.2.3c.2 1.1.3 1.9.1 2.6l-.6-2.5-8.2 1.9c-.6-3.8-11.7-17.6-33.2-41.4-.4-4.6 7.2-11.3 22.7-20l43.8-38.5c9.8-12.6 15.6-32.8 17.5-60.6l-.6-6.5c-1.7-19.6-15.9-35.4-42.6-47.6-15.8-10.7-44.2-16.4-85.2-17.3-34 2.9-78.4 15-133 36.1-15 10.9-32.1 21.7-51.3 32.4l.3 3.4c1.3-.1 3-.8 5.1-2 2.2-.2 3.4.8 3.6 2.8l3.4-1.9 1.7-.1.1 1.6c.1 1.6-11.8 10.9-35.9 27.9l1.9 3-1.7.1-3.7-1.3c.1 1-1.6 1.7-5.1 2l.2 1.8 4 4.4c-1.3.1-3.1-.3-5.4-1.1-7.8.7-15.4 6.3-22.9 16.9l1.9 3c6.5-6 10.3-9 11.4-9.1l.4 4.9c-1.1.1-2.8.8-5.1 2l4.1 6.2c7.9-8.5 16.6-15.8 26.1-21.9 4.7 1.2 7.2 2.7 7.3 4.3l3.6-.3c25.8-19.1 51.3-32.9 76.6-41.4l.3 3.4c-4.7 7-7.9 10.6-9.6 10.8.2 2.4 1 4.5 2.5 6.3.4 4.3-11.1 33.3-34.4 86.9-52.9 124.6-97.3 216.8-133.4 276.4.1 1.2.8 2.8 2.1 4.8 8.9-2.1 14.5-4.3 16.9-6.4l1.9-.2.3 3.4 3.3-.3 3.4-1.9c.1 1 1.2 1.5 3.5 1.3l.3 3.4c.3 3.3-1.6 8.3-5.6 15.2-3.6 4.1-7.5 12.7-11.6 25.8l.1 1.6 3.3-.3c14.4-16.1 25.3-31.9 32.8-47.3 42-12.3 74-24.4 96.2-36.3 22.3-1.9 39.3-7.8 50.9-17.5l-.2-1.8-8.4 2.5-1.9.2-.2-1.8c16.4-2.5 27.7-6.1 34-11.1 31.9-24.6 56-42 72.3-52.3 33.5-24.6 55.3-48.6 65.2-71.9 1.8-.4 3.6-.8 5.6-1.3 4.7-.2 7.3-.3 8-.5-.2-.9.2-1.4 1.1-1.6 7.5-.8 3.9.5 8.7-.6l12.6-2.9c-.8.2-1.1.6-.9 1.4l1.9-1.2c-.4 0-.7-.1-1-.2l2.1-.5-1 .6c1.4.2 2.9.1 4.6-.3l.9 3.7-57.3 91.1-12.7 15.9-6.2 20.8 1.2-.3 6.2-2.6-2 8.1.6 2.4 1.7 2.1c-.8.2-1.1.7-.9 1.6l.3 1.3 2.6-.6c3.8-3.3 5.4-6.3 4.8-9 4.1.7 6.8 1 8.2.6l.3 1.3c-2.5.6-3.8 2.6-4 6l.3 1.3 1.4-.3c20.8-22.7 71.8-100.4 112.7-153.1-1.3-5.7 20-13.6 64-23.8l1.4-.3c1.6 6.9-1.8 23.6-10.2 50.1-5.4 16-8 24.8-7.6 26.2-7 21.3-10.3 32.8-9.9 34.6l-15.6 51.1c-10.1 26.2-17.8 53.7-23.2 82.7.9-.2 2.3-.1 4.3.4l2.2-1.9c.2.9.8 1.2 1.7 1l-.9-3.7 6.8-.2c2-.5 3.7-3 5.1-7.6-.3-6.9 1.1-10.6 4.2-11.4 4.2-16.4 6.8-24.6 7.7-24.9 3.9-16.3 6.8-25.6 8.7-27.9 5.9-21.2 10.2-32.1 13-32.8l.6 2.6-4.3 11.1c-7.5 33.3-15.1 59.6-22.8 78.9l2.2 9.6 1.4-.3c18.6-40 45.4-119.2 80.3-237.6 1-10.4 6-18.5 14.9-24.2l-2-2.1-.3-1.1c4-.9 6.8-2.5 8.4-4.7-.2-.9-3.7-2.2-10.5-4l17.4-74.6c3.8-3.4 6-5.2 6.7-5.2l.3 3.8c-.9.1-2.3.6-3.9 1.7l3.3 4.7c6-6.5 12.5-12.1 19.6-16.8 3.6 1 5.4 2.2 5.6 3.4l2.6-.2c19.8-14.5 39.2-24.9 58.3-31.2l.2 2.5c-3.5 5.3-5.9 8-7.2 8.1.2 1.8.7 3.4 1.6 4.8.3 3.3-8.3 25.3-25.9 66.1-40.2 94.5-73.9 164.4-101.3 209.8.1.9.7 2.1 1.8 3.7 6.7-1.6 11-3.3 12.7-4.9l1.2-.1.2 2.5 2.8-.2 2.5-1.3c.1.7 1 1 2.7.9l.2 2.7c.2 2.4-1.2 6.2-4.3 11.4-2.9 3.1-5.9 9.6-9.1 19.5l.1 1.3 2.6-.2c10.9-12.2 19.2-24.2 24.9-36 31.9-9.4 56.2-18.5 73-27.5 17.1-1.5 30-5.9 38.8-13.3l-.1-1.3-6.5 1.9-1.4.1-.1-1.3c12.4-1.8 21.1-4.6 25.8-8.3 24.2-18.6 42.5-31.9 54.9-39.7 38.6-28.1 56.6-55.1 54.4-81zm-6.6 1.7l.9 10.1c-1.2 2.5-2.5 3.8-3.7 3.9l-1.5-17.2c2.8 1 4.2 2 4.3 3.2zm-757.2-81.4l-1.7.1-.3-3.1 6.9-.6.1 1.6c-1.1.1-2.8.7-5 2zm-33.7 337.1c-4-1.8-7.6-2.5-10.7-2.2l-.4-4.9c-.2-1.9.9-3.2 3.3-3.7 2.2-.2 3.5 1.4 3.7 4.6 5.8-7.1 9-10.7 9.6-10.8l3.7 1.5c-1.2 10-4.3 15.1-9.2 15.5zm360.1-376.7c-1.7.2-5.1-5.1-10-15.6l-.3-3.1c3.2-.3 6.5 4.9 10 15.6l.3 3.1zm-4.8-37.3l-1.4 3.3-48.9-20.4c32.6 1.1 49.4 6.8 50.3 17.1zM322.9 344.2l-6.9.6-.3-3.1 6.9-.6.3 3.1zm-5.6-106.5l1.7-.1.4 4.9c-1.6.1-3.7 2.5-6.3 7.1l-.3-3.4c3.1-3.7 4.7-6.5 4.5-8.5zm-14.5 34.2l.6 6.5-1.7.1-.6-6.5 1.7-.1zm-7.6 12.2l3.3-.3c-.3 5.4-1.8 8.3-4.5 8.5l-1.7.1c2.1-3.6 3.1-6.4 2.9-8.3zm-5.7 17l1.9-.2.1 1.6-3.1 5.2-3.3.3-.1-1.6c3.3-.3 4.8-2 4.5-5.3zm-5.6 15.3l-1 8.2-1.7.1-.7-8.1 3.4-.2zm-56.1 159.5c-2.2 11.2-4.6 16.9-7.1 17.1l-.1-1.6c-.6-5.5 1.8-10.7 7.2-15.5zm-10.3 22.3l.1 1.6c.2 2.2-.8 3.5-3 3.6l-.1-1.6c-.2-1.9.8-3.1 3-3.6zm-3 46.3l5.2-.5.2 1.8c-1.3.1-3 .8-5.1 2l-3.3.3c-.2-1.7.9-3 3-3.6zm148-45.7c-29.2 14.4-46.4 24.2-51.5 29.3-31.6 11-47.3 17.8-47 20.5-28.1 11.1-46.6 19.3-55.5 24.4-2.1.2-5.1-.6-9.1-2.4-.5-5.7 2.1-10.3 7.6-14 4.9-.4 9.6.3 14.1 2.2 5.2-2.7 14.3-5.7 27.2-8.9l-.3-3.4-10.4.9c1.3-1.8 11.3-6.5 30.1-14.1l5.2-.5.1 1.6c-8.9.8-13.8 3.4-14.9 8.1.2 2.1 1.4 3 3.6 2.8 6.7-4.2 10-6.7 9.9-7.4 12.7-2.4 47.8-20.8 105.3-55.1l.3 3.1c.1 1.5-4.8 5.7-14.7 12.9zm-88.2 29c8.4-.7 15.6-4.1 21.6-10 2.4-.2 3.7.7 3.8 2.8-4.1.4-12 3.8-23.5 10.4l-1.7.1-.2-3.3zm142.3-109.3l-44.1 34.9c-32.8 21.5-50.4 32.3-52.9 32.5-52.2 28.7-84.7 43.6-97.3 44.7l-1.9.2c1.6-5.9 24.8-53.4 69.8-142.8 19.8-1.7 51-10.9 93.5-27.7l10.4-.9c21.5-1.9 37.6 2.3 48.2 12.3l.6 6.5c-8 23-16.8 36.4-26.3 40.3zM330.4 370l7.1-.6.1 1.6-7.1.6-.1-1.6zm99.7-16.9l5.2-.5c4.8 2.3 7.3 4.3 7.5 6.1l.1 1.6c-4.6.4-8.9-2-12.8-7.2zm14.1-80.3c-4.6 5.5-17.2 14.9-37.8 28.1-6.8.6-32.1 10.4-75.9 29.6-2.2-1-4.5-1.4-7-1.2l-.3-3.1c-.5-6.3 2.3-14.2 8.5-23.8 3.4-18 7.1-28.3 11.2-30.8l36.5-82.1c-.4-5.1 7.4-9 23.4-11.7l5.2-.5.4 4.7c15.7-2.4 25.5-3.8 29.3-4.1 29-2.5 44.1 3.4 45.3 17.5l3.3-.3-.7-8.3 3.6-.3c8.5 4.7 13.1 10.4 13.7 17.1.4 4.6-2.1 10.3-7.4 17.1-2.2.2-3.5-1.4-3.7-4.6l-3.6.3-.8 10c-14.7 22-25.4 33.3-32 33.9-6 8.3-9.7 12.4-11.2 12.5zm22.4 57.5c-3-2-5.4-2.9-7.2-2.8l-.4-4.9 3.3-.3 7.3 4.3c.3 2.3-.7 3.5-3 3.7zm23.2 27.5c3.2 1.3 5.1 2.7 5.5 4l-1.6.4.1.1c-.3 0-.7.1-1 .2l-2.4 1.9-.6-6.6zm2.2 13.8l-.3-1.3 4.2-1 .3 1.3-4.2 1zm10.1 11.3c4.3-.7 6.4-1 14.4-2.8l.3 1.3-15.2 3.5c.2-.7.4-1.4.5-2zm14.8 6.3c-6.4.6-5-.2-15.2 2.1l-.3-1.3 12.7-4.1 6.1-1.4.6 2.4c-2.7.6-.7.6-3.9 2.3zm13.5-3.2c-1.5.4-2.7-.3-3.4-2l3.9-.9c1.7-.4 2.8.3 3.2 2l-3.7.9zm36.6-39.4l-.3-1.3 6.3-1.5.6 2.4-6.6.4zm39.1 239.8c.4-1.8.5-3.1.3-4l1.4-.3c1.7-.4 2.7.2 3.1 1.8l.3 1.3-5.1 1.2zm27.4-229.5l-2.8-.5c-4.5 1.8-8.3 3.1-11.4 3.8l-2.6.6c-1.5.4-2.7-.2-3.3-1.8l18.3-4.2 6-2.8 2 2.3c-2.9.6-5 1.5-6.2 2.6zm14.1-4.5l-.3-1.3c.9-.2 2.1-.9 3.4-2.2l13-3 .3 1.3c-6.9 1.7-12.4 3.4-16.4 5.2zm2-26.3c-.9.2-2.1 1-3.6 2.2-.2-.9-2-.9-5.4-.1-.6-2.5 9-6 28.9-10.6l2.8-.6.6 2.4c-14 4.1-21.8 6.4-23.3 6.7zm35-37.8c-1.4 15.9-7 24.9-16.9 27.2l-.3-1.3-8.8 3.4-3.9.9c-2 .5-3.8.4-5.4-.1l-.8-3.5c-.3-1.3 12.4-18.9 38.2-52.7l3 .5c1.1 4.6-.6 13.1-5.1 25.6zm61.9-53l-1.2.1-.2-2.5 5.2-.5.1 1.3c-.9.2-2.2.7-3.9 1.6zM721 491.4c-3-1.4-5.7-2-8-1.8l-.3-3.8c-.1-1.3.7-2.2 2.4-2.7 1.7-.2 2.7 1 2.9 3.6 4.3-5.5 6.7-8.3 7.2-8.3l2.7 1.1c-1 7.6-3.3 11.6-6.9 11.9zm273.4-286c-1.3.1-3.8-3.9-7.7-12l-.2-2.5c2.5-.2 5.1 3.7 7.7 11.7l.2 2.8zm-3.6-28.6l-1.2 2.6-37-15.5c24.7.8 37.5 5.1 38.2 12.9zM833.9 311.5l-5.2.5-.2-2.5 5.2-.4.2 2.4zm-4.3-80.9l1.4-.1.3 3.8c-1.3.1-2.9 1.9-4.8 5.4l-.2-2.5c2.3-2.9 3.4-5.1 3.3-6.6zm-10.9 26l.4 4.9-1.4.1-.4-4.9 1.4-.1zm-5.9 9.3l2.6-.2c-.3 4.2-1.4 6.4-3.3 6.6l-1.4.1c1.5-2.8 2.2-5 2.1-6.5zm-4.2 12.8l1.2-.1.1 1.3-2.3 4-2.6.2-.1-1.3c2.7-.2 3.9-1.6 3.7-4.1zm-4.2 11.6l-.9 6.4-1.2.1-.5-6.3 2.6-.2zm-42.7 121.3c-1.7 8.4-3.5 12.7-5.4 12.9l-.1-1.1c-.3-4.2 1.5-8.2 5.5-11.8zm-7.9 16.9l.1 1.1c.2 1.8-.6 2.8-2.4 2.9l-.1-1.3c-.1-1.3.7-2.2 2.4-2.7zm-2.2 35.2l4-.3.1 1.3c-.9.1-2.3.6-3.9 1.5l-2.6.2c-.1-1.4.7-2.3 2.4-2.7zM863.9 429c-22 10.9-35.1 18.3-39.2 22.1-24 8.4-35.9 13.6-35.7 15.7-21.3 8.5-35.3 14.6-41.9 18.5-1.6.1-3.9-.5-6.9-1.9-.4-4.3 1.6-7.8 5.8-10.4 3.8-.3 7.4.2 10.7 1.6 4-2 10.9-4.2 20.7-6.7l-.2-2.5-8.2.6c1-1.4 8.7-5 23-10.8l4-.3.1 1.1c-6.8.6-10.6 2.6-11.4 6.2.1 1.6 1.1 2.4 2.8 2.2 5-3.3 7.4-5.2 7.4-5.8 9.6-1.7 36.2-15.7 79.9-41.9l.2 2.5c.1 1.1-3.6 4.3-11.1 9.8zm-67 22c6.5-.6 12-3.1 16.6-7.5 1.7-.2 2.7.6 2.8 2.2-3 .3-8.9 2.8-17.8 7.6l-1.4.1-.2-2.4zm108.2-83.1l-33.3 26.8c-24.9 16.3-38.4 24.5-40.5 24.7-39.6 21.8-64.2 33.1-73.9 33.9l-1.4.1c1.2-4.5 18.9-40.6 53.1-108.4 14.9-1.3 38.5-8.4 70.9-21.2l8.1-.7c16.3-1.4 28.5 1.8 36.5 9.5l.4 4.9c-6.1 17.2-12.7 27.3-19.9 30.4zm-65.4-36.8l5.2-.5.1 1.3-5.2.5-.1-1.3zm75.7-12.9l4-.3c3.7 1.8 5.6 3.4 5.7 4.7l.1 1.1c-3.5.3-6.8-1.5-9.8-5.5zm10.5-60.9c-3.5 4.2-13 11.4-28.5 21.4-5.2.5-24.4 7.9-57.6 22.3-1.6-.6-3.4-.8-5.3-.7l-.2-2.5c-.4-4.8 1.7-10.8 6.3-18.1 2.6-13.8 5.5-21.5 8.5-23.3L877 194c-.3-3.7 5.6-6.7 17.6-9l4-.3.3 3.8c11.8-1.9 19.2-3 22.2-3.3 22-1.9 33.5 2.5 34.4 13.3l2.6-.2-.5-6 2.6-.2c6.4 3.5 9.8 7.7 10.2 12.7.3 3.6-1.5 8-5.3 13.1-1.7.2-2.7-1-2.9-3.6l-2.6.2-.8 7.5c-11.1 16.9-19.2 25.6-24.3 26-4.5 6.1-7.3 9.2-8.6 9.3zm11.7 41.6l-.3-3.8 2.6-.2 5.6 3.4c.1 1.6-.7 2.5-2.4 2.7-2.4-1.5-4.2-2.2-5.5-2.1zM472.1 541.8l-2.6.6-2.2 1.9c.4 1.6 1.4 2.2 3.1 1.8 1.7-.4 2.4-1.4 2-3l-.3-1.3zm-9.9-19.7l.3 1.3c1.7-.4 2.4-1.4 2-3l-.3-1.3c-1.6.4-2.3 1.4-2 3zm70.4-167.5l3-.7-.6-2.6-3 .7.6 2.6zm907.4 76.2c-30.4 6.8-34.2 5.6-40.6 6.1l.2 2.5 2.8-.2 1.5-.1-.4-.3 3.3-1.3c30.1-3.3 33.6-2.1 33.3-5.5l-.1-1.2zm-163.7 21.7l.2 2.5h.4l-.2-2.5h-.4zm-18.8-65.9l-2.7-.9c-2.2 5.9-3.3 9.4-3.2 10.4l.1 1.1c2.1-.1 4-3.7 5.8-10.6zm188.7 43.7l.2 2.5 4.4.8-.2-2.5-4.4-.8zm-206.9 25.3l-6.8-.8-1.2 2.6.1 1.3 40.5-3.4-.2-2.5-32.4 2.8zm-18.4-88.7l-.1-1.3-1.4.1-2.5 1.6 1.4 2.4c1.9-.2 2.8-1.1 2.6-2.8zm244.5 45l1.9-.2c1.1-.1 1.6-1 1.5-2.6l-1.1-2.4c-6.9.6-10.1.9-15.7 4l-.1-1.3-8.3.8c-.2-2.5-.9-3.8-2-3.7l-4.3.4c-5 .4-7.4.2-9.9 2.1-.1-.9-.4-1.3-.9-1.3l-4.8.4-2.8 1.6c-.1-.9-.4-1.3-.9-1.3l-1.7 1.5-.1-1.3-6.7-.5-1.6.1.2 2.5 3.4.9 3.2-.2c1.1.7 2.3.9 3.7.8l2.8-1.4.1 1.1c-15.7 3.9-15.6 3.2-26.4 5-1.2-.8-2.1-1.2-2.7-1.1l-.2.2c-1.2-.1-1.9-.9-2-2.2l5.6-.7c.4 0 .7.4 3.8 1 4.5-2.2 4.7-3.1 7.1-3.3l-.2-2.5c-15.4 3-9.2 1-28.5 2.7l-.9.1-.2-2.5c24.8-3 16.5-1.3 25-3.7.1.9.4 1.3.9 1.3 1-1 2.1-1.5 3.4-1.7l1.7-.1c8.7-.7 11.6 1 28.8-3.8l.1 1.1 2.8-1.4 2.6-.2c-.2-2.5 3.6-2.9 4.9-3l-.2-2.7c-30.2 6.1-38.1 4.4-46.5 6.8l-.1-1.1c-7.9 1.4-8.2.8-10.2.9-.6.1-1.5.6-2.5 1.6-.1-.9-.4-1.3-1-1.3-.3 0-.4.1-.5.1l-25.6 4.2c-.1-.7-.4-1.1-1-1-13.3 2.8-9.7 3.3-27.5 4.9-.8.1-1.9.5-3.3 1.4-.1-.7-.5-1.1-1.4-1l-10.9.9-7.3 1.8c-.1-.7-.5-1.1-1.4-1-4.1 1.1-7.7 1.8-10.6 2h-.2c-1.8.2.9-.5-.5-1.1l-2.2 1.3c-3.2.3-1.5-.2-12.5-.1-19.3 2.4-17.2 2.7-19.3 2.8l-7.2-.5c.1.7-.3 1.2-1.1 1.2-8.2-1.1-12.4-2.4-12.5-3.9 1.1-7.8 3-11.8 5.7-12l1.4-.1-1.2 2.6 1.4-.1c2.6-1.4 3.8-2.7 3.7-3.9l-.2-2.7-2.6.2-.2-2.5c-.2-1.9.1-3.6.8-5l5.9-9.5.2 2.5 2.8-.2-.2-2.5-1.6-2.3c2.1-1.8 3.7-2.8 5-2.9l-.1-1.3-3.8.3-.3-3.8c7.6-15.8 11.2-25 11-27.6l2.7 1.1c1.7-.1 2.5-1.1 2.4-2.9l-2.6.2-.1-1.1c-.2-1.9.2-3.7 1-5.3 4.1-4.3 6-8.6 5.6-13.1.8-.1 1.2.3 1.3 1.2 3.5-2 6.2-7.3 8.2-16.1 6.2-11.2 15-33.6 26.5-67.1 22-59.2 21.1-65.5 24.2-79.5l-2.6.2c.2 1.8-.2 3.5-1 5.1-1.8-.7-3.2-1.1-4.2-1l-.1-1.1c-.4-5.1 1.7-11.2 6.5-18.4l1.2-.1 2.2 8.6 2.6-.2c-.1-.6.6-4 2-10.3-.1-1.3-1.1-2.1-3.1-2.2l-2.5 1.6c-.2-1.8-.1-6.5.2-14l-1.3.1c-2.2-2.2-3.3-4-3.4-5.5l-14.3 1.4c-.1-1-.6-2.5-1.6-4.4-.1-1.3 3.1-2.6 9.7-3.9l2.9 1.1 2.7-1.6c.1.9.6 1.3 1.6 1.2l2.7-1.6c.1.9.6 1.3 1.6 1.2l1.3-.1-.2-2.9c-2 .2-7.3.2-15.7-.1l-2.7 1.8-.1-1.6c-67.1 5.5-105.2 8.6-114.3 9.5-1.2.1-5.9 0-14.2-.2.1 1.1-.9 1.7-2.9 1.9l-2.9-1.3-9.8 2.5c-2.3.2-6.2.1-11.6-.5-1.5 1.2-3.3 1.9-5.5 2.1-1.2.1 14.3-.8 28.7-1.8-1.5 1.2-3.8 1.9-7 2.2-2.2.2-4.1-.1-5.7-1-2.2 1-9.3 2.6-21.2 5l-2.9-1.1-46.8 7.2c-1.8-.9-3.9-1.2-6.3-1-2.5.2-6.7 1.1-12.5 2.7l-22.6 9.4 1.7 2.8c1.1-.1 2.7-.7 4.6-1.8l8 .7-1 7.5c-7.4 3.3-11.7 8.2-12.9 14.4-11.1 4.9-16.6 8.4-16.6 10.5l.1 1.3 1.7-.1 3-1.6 3.5 4.2.5 5.8c.2 1.8-18.5 41.1-55.9 117.9-32.4 74-49.4 114.5-51 121.8-11.1 3.1-17.5 7.6-19.4 13.6.2 1.9 3.5 3.2 9.9 3.7l.3 2.9-2.9 4.8.5 5.8c.3 3 8.4 5.3 24.3 6.9-.1-1 .4-1.6 1.5-1.7.3 3.6-.7 10.6-3 21l1.7-.1c6.6-9 9.7-15.2 9.4-18.6l1.4-.1c1.6-.1 3.3 1.7 5.3 5.6-2 .8-9 16.7-21 47.8l1.7 2.8 1.7-.1c14.7-37.2 23.9-57.8 27.7-61.7 19.3-1.7 52.7-5.1 100.1-10.2l3-1.8c.1 1 .7 1.5 1.8 1.4l3.1-.3 3-1.8c.1 1 .7 1.5 1.8 1.4l35.9-3.1c9.5-.8 14-3.7 13.6-8.6-.1-1.3 5.5-2.8 16.8-4.4 1.1-.1 2.7.2 4.9.9-.1-.9 5.6-1.8 17-2.8.3-6 2.2-9.2 5.6-9.5l-.3-2.9c-3.2.3-6.8 1.1-11 2.5-7.5-.4-12.3-1-14.3-1.7-2 1.1-3.5 1.7-4.6 1.8l-25 .8-3 1.6c-.1-.9-.7-1.3-1.8-1.2l-1.4.1-3.2 1.6c-.1-.9-2.7-1.6-7.9-2.3l-3.2 1.9-6.2.5-.1-1.6c32.2-3.5 48.1-7.9 47.7-13.1 2.1-.2 3.2.8 3.4 2.9l9.4-2.4-.3-2.9-77.1 2.1c.1 1-.4 1.6-1.5 1.7l-9.4-.8c-2.4.2-4.4.9-6 2.1l-3.5-1.3c-9.7.8-16.9 2-21.7 3.5-6.6-.5-13.9-.4-22 .3l-17.3 1.5-8-.9c-.4-5.1 9.5-30.2 29.9-75.2 5.9-15.2 11.3-24.7 16.5-28.3 1.1-.1 2.7.3 4.9 1.2l12.3-4.2 6.3 1c10.6-.9 22.9-3.9 37-9.1 3.5-.3 6.1-.1 8 .7l9.4-2.2 28-2.4c11.9-1 24.8-3.6 38.8-7.9l-.3-2.9c-5.2.5-7.9-.4-8.1-2.5-.3-3.9-4.1-5.5-11.4-4.9l-.3-2.9 7.7-2.2 20.2-1.7-.3-2.9c-.8.1-4.9 0-12.5-.3l-.3-3.1 7.8-.7c2.1-.2 3-1.2 2.8-3.2-10.5.3-15.8-.2-15.9-1.6-73.2 3.6-109.9 4.3-110.1 2-1.1.1-2.6.8-4.6 2l-1.9-3c19.4-41.2 30.8-62 34.1-62.3.1 1.6-.7 4.2-2.5 7.7l.1 1.3 3.1-.3c7.7-18.4 14.2-27.9 19.6-28.3 23-2-3.2-3.5 46-11.2 2 .9 3.4 1.3 4.4 1.2 19.3-3.9 46.2-8 80.7-12.2l-.2-2.9-18.4 1.7-.2-2.9c2.2-.2 4-.9 5.5-2.1l.1 1.6c1-.1 2.4-.8 4.2-2 3.2-.3 5.6 0 7.3.9 6.4-1.7 11.6-2.7 15.4-3.1l11.5-1.1c2.8-1.8 4.1-3.4 4-4.9l-.1-1.3c-2.9.3-6.2.1-10.1-.6-.1-1.6.7-2.7 2.6-3.2l21.4-2 9.8-2.5c.1 1.1.6 1.5 1.4 1.5 1-.1 2.4-.8 4.2-2 .5.1 1.1.1 1.6.2-1.3 2.7-2.8 6.6-4.3 11.7l-2.8.2c-.2-1.9-.7-3.6-1.6-5.1l-1.4.1c-26 72.4-37.6 106.1-61.6 161.7-4.4 14.2-8.1 22.1-11.3 23.8.1 1.6 1.1 2.4 2.8 2.2.6 7-1 13.9-4.9 20.7-11.1 32-18.5 49.5-22.3 52.7l2.5 15.1c.1 1.6-.7 2.5-2.4 2.7l-2.6.2c-.4-4.2-1.9-6.2-4.6-5.9l-1.4.1c-3.4 5.3-6 11.4-7.7 18.5l2.6-.2c3.5-2.3 5.1-5 4.8-8.1l5.2-.5 3 1.1c-2.4 3.8-3.5 6.8-3.3 9.1l1.4 2.4-3.4 8 .1 1.3c3-.3 6.3.7 9.8 2.8 2.4-.2 5-1.3 7.9-3.2 3-.3 14.2-.4 33.5-.4l9.7-3.3c11.8-.1 13.7.2 23.9-.7l4.2-.4 2.2-1.5.1 1.3c10.7-.9 11.4-.2 19.8.8l.1 1.3-5.9.5.2 2.5c1.8-.2 3.4-.7 4.7-1.8 1.5-.1 2.4.7 2.5 2.5-2.4.2-5.1.8-8.1 1.8l-2.6-.9c-4.1 1.1-3.2 1.4-6 1.6l-4.1-.8c.1.7-.3 1.2-1 1.2.1 1.6 1 2.4 2.5 2.3l4.2-.4 21.9-1.9 8.3-1.8c.1.7.4 1.1 1.1 1l4-1.5 7.5-.6c5.8-.5 5.7-.9 18.3-2.9-.1-.8.2-1.1.8-1.2l.1 1.1c20.5-3.5 21.8-3.7 25.1-4.8l.3.6c5.1-1.2 2.2-.9 3.6-1.9.1.9.4 1.3.9 1.3l3.6-.3-.2-2.7-7.3-.1-.1-.2c-.3.1-.5.1-.8.2h-1v.2c-4.9 1-5 .3-8.2.6l-18.3 1-.1-1.3 10.2-1.4 3.7-.3 2.1-1.5.1 1.3c14.4-1.2 19.5 2.4 86.1-11.8 3.6-.3 3.3-3.3 5.6-9.5-1.2.1-2.4-.2-3.5-.8-5.5 2.1-8.4 1.1-19 2.8-.9.1-1.6-.7-1.9-2.3l-.1-1.1 10.2.3c1.9-.2 5.6-.5 11.1-3.6 0 .9-2 1.4-.8 1.3zM973 419.8l-4.7.4c-.2-1.9 2.3-9.1 7.5-21.4l3.1-.3c.1 2.9-1.8 10-5.9 21.3zm5.7-22.8l-.1-1.3c-.1-1.6.9-2.7 3.1-3.2l.1 1.3c.1 1.9-.9 3-3.1 3.2zm62.5 48.3l.1 1.3-7.8.7-.1-1.3 7.8-.7zm-9.4-.8c.1 1.6-2.3 3.4-7.5 5.2l-9.6-.7-3.1.3-.3-2.9 20.5-1.9zm63.2-290.9l-4.7.4-.1-1.6c-.1-1.6.8-2.7 2.8-3.2l1.7-.1 3.2 1.3c.1 1.9-.8 3-2.9 3.2zm71.5-14l1.5-.1.2 2.9-4.3.4c-.1-1.6.7-2.7 2.6-3.2zm-18 6.3l-7.1-.8-.1-1.3c9.3-.8 12.4-1.8 18.1-3.4.1 1.1 1.1 1.5 2.9 1.3l.2 2.9-2.8.3c-2.2.2-4.1-.1-5.7-1-1.7 1.1-3.5 1.8-5.5 2zm8.9 25.9l-.1-1.3 11.5-1.1.1 1.3-11.5 1.1zm12.3-10l-.1-1.6 5.6-.5.1 1.6-5.6.5zm1.3-19.6l-1.5.1 1.3-3.1 12.8-1.2.1 1.6c-3.3.3-7.6 1.2-12.7 2.6zm6.5 27.6l-.2-2.9 5.6-.5c1.9-.2 2.9.7 3 2.7l-8.4.7zm33.9-46.2l-7.2 2-1.3.1c-3.4.3-7.8.2-13-.3 9.3-.6 18.2-1.3 21.5-1.8zm-7.7 32l.1 1.3-9.9.9-.1-1.3 9.9-.9zm16.2 7.7c-.1-1.2-2-2-5.9-2.4l-9.9 2.8-7.6.3c-1.7-1.2-2.6-2-2.7-2.6l8.8.5 19.8-3.2 10.1.4.1 1.6c-5 .5-9.2 1.4-12.7 2.6zm101.9-26.3c1.2.1 2 .1 2.3.1 3.5-3.4 7.4-6.1 11.9-8-3.6 15.8-9.2 27.5-16.9 35.1l-5.6-3.4c4.7-11.9 7.5-19.8 8.3-23.8zm-17.2 29.5l1.4-.1c-1.9 3.6-3.6 5.5-5 5.6l-.3-3.8c.9 0 2.2-.6 3.9-1.7zm-11.1 26.5c2.7-10.8 5.3-16.9 7.7-18.5l.1 1.3c-1.4 10-3.6 15.3-6.5 15.7l.5 6.3c-2.4 3.4-3.5 6-3.4 8l-1.4.1-.8-8.7c1.6-.2 2.9-1.6 3.8-4.2zm-4.3 14.4c.1 1.5-.9 5-2.9 10.4l-1.4.1-.3-3.8c1.9-4.4 3.5-6.6 4.6-6.7zm-80.7 234.2l-.1-1.1 2.6-.2.3 3.8c-1.4.1-2.4-.7-2.8-2.5zm115.3 3c-.1-.9-.5-1.3-1.4-1.2l-6.5.6-.1-1.3h.6l15.4-1.3.1 1.3c-4.5.2-7.2.9-8.1 1.9zm-7.7-3.2c.6.3.3.6 0 .8-.3-.1-.7-.4 0-.8zm.8-18l-8.6.7-.1-1.3 7.8-.7 6.8-1.7c.1.8.5 1.1 1.4 1 8.1-1.4 7.3-1.8 11.2-2.1 1.3-.1 2.1.7 2.2 2.3l-20.7 1.8zm30.1-2.6c-4.8-.5-5.1-.9-8.5-.6l-.1-1.1 7.7-.7.1 1.1c-.8.1 2.1.3.8 1.3zm.6-1.4l-.1-1.1 4.2-.4.1 1.1-4.2.4zm9.3-.8l-.1-1.1c.7-.1 1.7-.6 3-1.6 2.1-.2 3.2 1.2 3.4 2.8l-6.3-.1zm11.9-1.5l-.1-1.3 5.1-.4.1 1.3-5.1.4zm7.1-.6c-.1-1.5.5-2.4 1.8-2.6l1.7 2.2c-.1-.7.2-1.1.8-1.2l1.3 2.4-5.6-.8zm-75.5 32.6l-.2-2.5-.8.1.2 2.5.8-.1zm175.7-45.5c.8-.5 1.2-1-.7-1.3-.9 1 1 1.3-1 1.4l.1.9c.2-.2.7-.5 1.1-.8l-1.1.9v.1l-2.1 2.7 4.2-1.5h.5l-.2-2.5-.8.1zm7.3 5.7l-.8.1.2 2.5 5.9-.5c-.1-1.6-4-2.1-5.3-2.1zm-9.1-4.4l.1-.1v-.1s-.1.1-.1.2z"/><path fill="#F9DC3E" d="M1090.4 219.8l.1 1.6 3.3-.3c-.1-1 .3-2.6 1-4.6l-.3-2.9c-1.4.1-2.8 2.2-4.1 6.2zm-31.6-76l-.3-2.9-4.7.4.3 2.9 4.7-.4zm-91.7 171.7c-.2-2.7-8.6-13.2-25.2-31.7-.3-3.4 5.4-8.5 17.1-15.2l33.4-29.1c7.5-9.5 11.9-24.9 13.2-46.3l-.4-4.9c-1.3-14.8-12-26.7-32.3-35.8-12-8.1-33.6-12.6-64.8-13.4-25.8 2.2-59.5 11.4-101 27.7-11.4 8.2-24.4 16.4-39 24.6l.2 2.5c.9-.1 2.3-.6 3.9-1.7 1.7-.2 2.7.6 2.8 2.2l2.5-1.3 1.2-.1.1 1.1c.1 1.3-8.9 8.4-27.1 21.1l1.4 2.6-1.2.1-3-1.1c.1.9-1.2 1.5-3.7 1.7l.1 1.1 2.9 3.6c-.9.1-2.3-.3-4.2-1-4.2.4-8.3 2.6-12.4 6.8l1.7-7.4c6.1-26.3 10.3-49.6 12.5-69.8l-.3-1.3c-4.2-2.7-8.3-6.5-12.1-11.3.1-3.1.1-4.9 0-5.3l-.3-1.1-1.2.3c-13.2 19.8-38.6 53.6-76.3 101.4-28.7 34-43.5 52.9-44.4 56.7-11.7 12.1-17.3 19.4-16.7 21.9-3.1 2-4.4 4-3.9 6.2-.9.2-1.5-.1-1.7-1-5 8.1-12.4 13.3-22.3 15.6l-10.4 2.4c-1.4.3-2.1 1.3-2 3l.3 1.3 3.9-.9.3 1.1-8.8 3.4-15.6 3.6-8.2.5c-1.2 1.2 6.5-.1 3.5.6l-10.2 2.4c-6.2 1.4-9.6.9-10.2-1.6l-1.2.3c.2 1.1.3 1.9.1 2.6l-.6-2.5-8.2 1.9c-.6-3.8-11.7-17.6-33.2-41.4-.4-4.6 7.2-11.3 22.7-20l43.8-38.5c9.8-12.6 15.6-32.8 17.5-60.6l-.6-6.5c-1.7-19.6-15.9-35.4-42.6-47.6-15.8-10.7-44.2-16.4-85.2-17.3-34 2.9-78.4 15-133 36.1-15 10.9-32.1 21.7-51.3 32.4l.3 3.4c1.3-.1 3-.8 5.1-2 2.2-.2 3.4.8 3.6 2.8l3.4-1.9 1.7-.1.1 1.6c.1 1.6-11.8 10.9-35.9 27.9l1.9 3-1.7.1-3.7-1.3c.1 1-1.6 1.7-5.1 2l.2 1.8 4 4.4c-1.3.1-3.1-.3-5.4-1.1-7.8.7-15.4 6.3-22.9 16.9l1.9 3c6.5-6 10.3-9 11.4-9.1l.4 4.9c-1.1.1-2.8.8-5.1 2l4.1 6.2c7.9-8.5 16.6-15.8 26.1-21.9 4.7 1.2 7.2 2.7 7.3 4.3l3.6-.3c25.8-19.1 51.3-32.9 76.6-41.4l.3 3.4c-4.7 7-7.9 10.6-9.6 10.8.2 2.4 1 4.5 2.5 6.3.4 4.3-11.1 33.3-34.4 86.9-52.9 124.6-97.3 216.8-133.4 276.4.1 1.2.8 2.8 2.1 4.8 8.9-2.1 14.5-4.3 16.9-6.4l1.9-.2.3 3.4 3.3-.3 3.4-1.9c.1 1 1.2 1.5 3.5 1.3l.3 3.4c.3 3.3-1.6 8.3-5.6 15.2-3.6 4.1-7.5 12.7-11.6 25.8l.1 1.6 3.3-.3c14.4-16.1 25.3-31.9 32.8-47.3 42-12.3 74-24.4 96.2-36.3 22.3-1.9 39.3-7.8 50.9-17.5l-.2-1.8-8.4 2.5-1.9.2-.2-1.8c16.4-2.5 27.7-6.1 34-11.1 31.9-24.6 56-42 72.3-52.3 33.5-24.6 55.3-48.6 65.2-71.9 1.8-.4 3.6-.8 5.6-1.3 4.7-.2 7.3-.3 8-.5-.2-.9.2-1.4 1.1-1.6 7.5-.8 3.9.5 8.7-.6l12.6-2.9 2.1-.5-1 .6c1.4.2 2.9.1 4.6-.3l.9 3.7-57.3 91.1-12.7 15.9-6.2 20.8 1.2-.3 6.2-2.6-2 8.1.6 2.4 1.7 2.1c-.8.2-1.1.7-.9 1.6l.3 1.3 2.6-.6c3.8-3.3 5.4-6.3 4.8-9 4.1.7 6.8 1 8.2.6l.3 1.3c-2.5.6-3.8 2.6-4 6l.3 1.3 1.4-.3c20.8-22.7 71.8-100.4 112.7-153.1-1.3-5.7 20-13.6 64-23.8l1.4-.3c1.6 6.9-1.8 23.6-10.2 50.1-5.4 16-8 24.8-7.6 26.2-7 21.3-10.3 32.8-9.9 34.6l-15.6 51.1c-10.1 26.2-17.8 53.7-23.2 82.7.9-.2 2.3-.1 4.3.4l2.2-1.9c.2.9.8 1.2 1.7 1l-.9-3.7 6.8-.2c2-.5 3.7-3 5.1-7.6-.3-6.9 1.1-10.6 4.2-11.4 4.2-16.4 6.8-24.6 7.7-24.9 3.9-16.3 6.8-25.6 8.7-27.9 5.9-21.2 10.2-32.1 13-32.8l.6 2.6-4.3 11.1c-7.5 33.3-15.1 59.6-22.8 78.9l2.2 9.6 1.4-.3c18.6-40 45.4-119.2 80.3-237.6 1-10.4 6-18.5 14.9-24.2l-2-2.1-.3-1.1c4-.9 6.8-2.5 8.4-4.7-.2-.9-3.7-2.2-10.5-4l17.4-74.6c3.8-3.4 6-5.2 6.7-5.2l.3 3.8c-.9.1-2.3.6-3.9 1.7l3.3 4.7c6-6.5 12.5-12.1 19.6-16.8 3.6 1 5.4 2.2 5.6 3.4l2.6-.2c19.8-14.5 39.2-24.9 58.3-31.2l.2 2.5c-3.5 5.3-5.9 8-7.2 8.1.2 1.8.7 3.4 1.6 4.8.3 3.3-8.3 25.3-25.9 66.1-40.2 94.5-73.9 164.4-101.3 209.8.1.9.7 2.1 1.8 3.7 6.7-1.6 11-3.3 12.7-4.9l1.2-.1.2 2.5 2.8-.2 2.5-1.3c.1.7 1 1 2.7.9l.2 2.7c.2 2.4-1.2 6.2-4.3 11.4-2.9 3.1-5.9 9.6-9.1 19.5l.1 1.3 2.6-.2c10.9-12.2 19.2-24.2 24.9-36 31.9-9.4 56.2-18.5 73-27.5 17.1-1.5 30-5.9 38.8-13.3l-.1-1.3-6.5 1.9-1.4.1-.1-1.3c12.4-1.8 21.1-4.6 25.8-8.3 24.2-18.6 42.5-31.9 54.9-39.7 38.6-28.1 56.6-55.1 54.4-81zm-6.6 1.7l.9 10.1c-1.2 2.5-2.5 3.8-3.7 3.9l-1.5-17.2c2.8 1 4.2 2 4.3 3.2zm-757.2-81.4l-1.7.1-.3-3.1 6.9-.6.1 1.6c-1.1.1-2.8.7-5 2zm-33.7 337.1c-4-1.8-7.6-2.5-10.7-2.2l-.4-4.9c-.2-1.9.9-3.2 3.3-3.7 2.2-.2 3.5 1.4 3.7 4.6 5.8-7.1 9-10.7 9.6-10.8l3.7 1.5c-1.2 10-4.3 15.1-9.2 15.5zm360.1-376.7c-1.7.2-5.1-5.1-10-15.6l-.3-3.1c3.2-.3 6.5 4.9 10 15.6l.3 3.1zm-4.8-37.3l-1.4 3.3-48.9-20.4c32.6 1.1 49.4 6.8 50.3 17.1zM318.4 336.2l-6.9.6-.3-3.1 6.9-.6.3 3.1zm-5.6-106.5l1.7-.1.4 4.9c-1.6.1-3.7 2.5-6.3 7.1l-.3-3.4c3.1-3.7 4.7-6.5 4.5-8.5zm-14.5 34.2l.6 6.5-1.7.1-.6-6.5 1.7-.1zm-7.6 12.2l3.3-.3c-.3 5.4-1.8 8.3-4.5 8.5l-1.7.1c2.1-3.6 3.1-6.4 2.9-8.3zm-5.7 17l1.9-.2.1 1.6-3.1 5.2-3.3.3-.1-1.6c3.3-.3 4.8-2 4.5-5.3zm-5.6 15.3l-1 8.2-1.7.1-.7-8.1 3.4-.2zm-56.1 159.5c-2.2 11.2-4.6 16.9-7.1 17.1l-.1-1.6c-.6-5.5 1.8-10.7 7.2-15.5zM213 490.2l.1 1.6c.2 2.2-.8 3.5-3 3.6l-.1-1.6c-.2-1.9.8-3.1 3-3.6zm-3 46.3l5.2-.5.2 1.8c-1.3.1-3 .8-5.1 2l-3.3.3c-.2-1.7.9-3 3-3.6zm148-45.7c-29.2 14.4-46.4 24.2-51.5 29.3-31.6 11-47.3 17.8-47 20.5-28.1 11.1-46.6 19.3-55.5 24.4-2.1.2-5.1-.6-9.1-2.4-.5-5.7 2.1-10.3 7.6-14 4.9-.4 9.6.3 14.1 2.2 5.2-2.7 14.3-5.7 27.2-8.9l-.3-3.4-10.4.9c1.3-1.8 11.3-6.5 30.1-14.1l5.2-.5.1 1.6c-8.9.8-13.8 3.4-14.9 8.1.2 2.1 1.4 3 3.6 2.8 6.7-4.2 10-6.7 9.9-7.4 12.7-2.4 47.8-20.8 105.3-55.1l.3 3.1c.1 1.5-4.8 5.7-14.7 12.9zm-88.2 29c8.4-.7 15.6-4.1 21.6-10 2.4-.2 3.7.7 3.8 2.8-4.1.4-12 3.8-23.5 10.4l-1.7.1-.2-3.3zm142.3-109.3l-44.1 35c-32.8 21.5-50.4 32.3-53 32.5-52.2 28.7-84.7 43.6-97.3 44.7l-1.9.2c1.6-5.9 24.8-53.4 69.8-142.8 19.8-1.7 51-10.9 93.5-27.7l10.4-.9c21.5-1.9 37.6 2.3 48.2 12.3l.6 6.5c-7.9 22.9-16.7 36.3-26.2 40.2zM325.9 362l7.1-.6.1 1.6-7.1.6-.1-1.6zm99.7-16.9l5.2-.5c4.8 2.3 7.3 4.3 7.5 6.1l.1 1.6c-4.6.4-8.9-2-12.8-7.2zm14.1-80.3c-4.6 5.5-17.2 14.9-37.8 28.1-6.8.6-32.1 10.4-75.9 29.6-2.2-1-4.5-1.4-7-1.2l-.3-3.1c-.5-6.3 2.3-14.2 8.5-23.8 3.4-18 7.1-28.3 11.2-30.8l36.5-82.1c-.4-5.1 7.4-9 23.4-11.7l5.2-.5.4 4.7c15.7-2.4 25.5-3.8 29.3-4.1 29-2.5 44.1 3.4 45.3 17.5l3.3-.3-.7-8.3 3.6-.3c8.5 4.7 13.1 10.4 13.7 17.1.4 4.6-2.1 10.3-7.4 17.1-2.2.2-3.5-1.4-3.7-4.6l-3.6.3-.8 10c-14.7 22-25.4 33.3-32 33.9-6 8.3-9.7 12.4-11.2 12.5zm22.4 57.5c-3-2-5.4-2.9-7.2-2.8l-.4-4.9 3.3-.3 7.3 4.3c.3 2.3-.7 3.5-3 3.7zm23.2 27.5c3.2 1.3 5.1 2.7 5.5 4l-1.6.4.1.1c-.3 0-.7.1-1 .2l-2.4 1.9-.6-6.6zm2.2 13.8l-.3-1.3 4.2-1 .3 1.3-4.2 1zm10.1 11.3c4.3-.7 6.4-1 14.4-2.8l.3 1.3-15.2 3.5c.2-.7.4-1.4.5-2zm14.8 6.3c-6.4.6-5-.2-15.2 2.1l-.3-1.3 12.8-4.1 6.1-1.4.6 2.4c-2.8.6-.8.6-4 2.3zm13.5-3.2c-1.5.4-2.7-.3-3.4-2l3.9-.9c1.7-.4 2.8.3 3.2 2l-3.7.9zm36.6-39.4l-.3-1.3 6.3-1.5.6 2.4-6.6.4zm39.1 239.8c.4-1.8.5-3.1.3-4l1.4-.3c1.7-.4 2.7.2 3.1 1.8l.3 1.3-5.1 1.2zM629 348.9l-2.8-.5c-4.5 1.8-8.3 3.1-11.4 3.8l-2.6.6c-1.5.4-2.7-.2-3.3-1.8l18.3-4.2 6-2.8 2 2.3c-2.9.6-5 1.5-6.2 2.6zm14.1-4.5l-.3-1.3c.9-.2 2.1-.9 3.4-2.2l13-3 .3 1.3c-6.9 1.7-12.4 3.4-16.4 5.2zm2-26.3c-.9.2-2.1 1-3.6 2.2-.2-.9-2-.9-5.4-.1-.6-2.5 9-6 28.9-10.6l2.8-.6.6 2.4c-14 4.1-21.8 6.4-23.3 6.7zm35-37.8c-1.4 15.9-7 24.9-16.9 27.2l-.3-1.3-8.8 3.4-3.9.9c-2 .5-3.8.4-5.4-.1l-.8-3.5c-.3-1.3 12.4-18.9 38.2-52.7l3 .5c1.1 4.6-.6 13.1-5.1 25.6zm61.9-53l-1.2.1-.2-2.5 5.2-.5.1 1.3c-.9.2-2.2.7-3.9 1.6zm-25.5 256.1c-3-1.4-5.7-2-8-1.8l-.3-3.8c-.1-1.3.7-2.2 2.4-2.7 1.7-.2 2.7 1 2.9 3.6 4.3-5.5 6.7-8.3 7.2-8.3l2.7 1.1c-1 7.6-3.3 11.6-6.9 11.9zm273.4-286c-1.3.1-3.8-3.9-7.7-12l-.2-2.5c2.5-.2 5.1 3.7 7.7 11.7l.2 2.8zm-3.6-28.6l-1.2 2.6-37-15.5c24.7.8 37.5 5.1 38.2 12.9zM829.4 303.5l-5.2.5-.2-2.5 5.2-.5.2 2.5zm-4.3-80.9l1.4-.1.3 3.8c-1.3.1-2.9 1.9-4.8 5.4l-.2-2.5c2.3-2.9 3.4-5.1 3.3-6.6zm-10.9 26l.4 4.9-1.4.1-.4-4.9 1.4-.1zm-5.9 9.3l2.6-.2c-.3 4.2-1.4 6.4-3.3 6.6l-1.4.1c1.5-2.8 2.2-5 2.1-6.5zm-4.2 12.8l1.2-.1.1 1.3-2.3 4-2.6.2-.1-1.3c2.7-.2 3.9-1.6 3.7-4.1zm-4.2 11.6l-.9 6.4-1.2.1-.5-6.3 2.6-.2zm-42.7 121.3c-1.7 8.4-3.5 12.7-5.4 12.9l-.1-1.1c-.3-4.2 1.5-8.2 5.5-11.8zm-7.9 16.9l.1 1.1c.2 1.8-.6 2.8-2.4 2.9l-.1-1.3c-.1-1.3.7-2.2 2.4-2.7zm-2.2 35.2l4-.3.1 1.3c-.9.1-2.3.6-3.9 1.5l-2.6.2c-.1-1.4.7-2.3 2.4-2.7zM859.4 421c-22 10.9-35.1 18.3-39.2 22.1-24 8.4-35.9 13.6-35.7 15.7-21.3 8.5-35.3 14.6-41.9 18.5-1.6.1-3.9-.5-6.9-1.9-.4-4.3 1.6-7.8 5.8-10.4 3.8-.3 7.4.2 10.7 1.6 4-2 10.9-4.2 20.7-6.7l-.2-2.5-8.1.7c1-1.4 8.7-5 23-10.8l4-.3.1 1.1c-6.8.6-10.6 2.6-11.4 6.2.1 1.6 1.1 2.4 2.8 2.2 5-3.3 7.4-5.2 7.4-5.8 9.6-1.7 36.2-15.7 79.9-41.9l.2 2.5c0 1-3.7 4.2-11.2 9.7zm-67 22c6.5-.6 12-3.1 16.6-7.5 1.7-.1 2.7.6 2.8 2.2-3 .3-8.9 2.8-17.8 7.6l-1.4.1-.2-2.4zm108.2-83.1l-33.3 26.8c-24.9 16.3-38.4 24.5-40.5 24.7-39.6 21.8-64.2 33.1-73.9 33.9l-1.4.1c1.2-4.5 18.9-40.6 53.1-108.4 14.9-1.3 38.5-8.4 70.9-21.2l8.1-.7c16.3-1.4 28.5 1.8 36.5 9.5l.4 4.9c-6.1 17.2-12.7 27.3-19.9 30.4zm-65.4-36.8l5.2-.5.1 1.3-5.2.5-.1-1.3zm75.7-12.9l4-.3c3.7 1.8 5.6 3.4 5.7 4.7l.1 1.1c-3.5.3-6.8-1.5-9.8-5.5zm10.5-60.9c-3.5 4.2-13 11.4-28.5 21.4-5.2.5-24.4 7.9-57.6 22.3-1.6-.6-3.4-.8-5.3-.7l-.2-2.5c-.4-4.8 1.7-10.8 6.3-18.1 2.6-13.8 5.5-21.5 8.5-23.3l27.9-62.4c-.3-3.7 5.6-6.7 17.6-9l4-.3.3 3.8c11.8-1.9 19.2-3 22.2-3.3 22-1.9 33.5 2.5 34.4 13.3l2.6-.2-.5-6 2.6-.2c6.4 3.5 9.8 7.7 10.2 12.7.3 3.6-1.5 8-5.3 13.1-1.7.2-2.7-1-2.9-3.6l-2.6.2-.8 7.5c-11.1 16.9-19.2 25.6-24.3 26-4.5 6.1-7.3 9.2-8.6 9.3zm11.7 41.6l-.3-3.8 2.6-.2 5.6 3.4c.1 1.6-.7 2.5-2.4 2.7-2.4-1.5-4.2-2.2-5.5-2.1zM467.6 533.8l-2.6.6-2.2 1.9c.4 1.6 1.4 2.2 3.1 1.8 1.7-.4 2.4-1.4 2-3l-.3-1.3zm-9.9-19.7l.3 1.3c1.7-.4 2.4-1.4 2-3l-.3-1.3c-1.6.4-2.3 1.4-2 3zm70.8-133l1.9-1.2c-.4 0-.7-.1-1-.2-.7.2-1 .7-.9 1.4zm-.4-34.5l3-.7-.6-2.6-3 .7.6 2.6zm706.7 101l-6.8-.8-1.2 2.6.1 1.3 40.5-3.4-.2-2.5-32.4 2.8zm37-3.1l.2 2.5h.4l-.2-2.5h-.4zm169.9-22.2l.2 2.5 4.4.8-.2-2.5-4.4-.8zm-6.2.5c-30.4 6.8-34.2 5.6-40.6 6.1l.2 2.5 2.8-.2 1.5-.1-.4-.3 3.3-1.3c30.1-3.3 33.6-2.1 33.3-5.5l-.1-1.2zM1253 378.6l-2.7-.9c-2.2 5.9-3.3 9.4-3.2 10.4l.1 1.1c2.1-.1 4-3.7 5.8-10.6zm-36.6-19.7l-.1-1.3-1.4.1-2.5 1.6 1.4 2.4c1.9-.2 2.8-1.1 2.6-2.8zm79.5 82.2l-.2-2.5-.8.1.2 2.5.8-.1zm165-37.2l1.9-.2c1.1-.1 1.6-1 1.5-2.6l-1.1-2.4c-6.9.6-10.1.9-15.7 4l-.1-1.3-8.3.8c-.2-2.5-.9-3.8-2-3.7l-4.3.4c-5 .4-7.4.2-9.9 2.1-.1-.9-.4-1.3-.9-1.3l-4.8.4-2.8 1.6c-.1-.9-.4-1.3-.9-1.3l-1.7 1.5-.1-1.3-6.7-.5-1.6.1.2 2.5 3.4.9 3.2-.2c1.1.7 2.3.9 3.7.8l2.8-1.4.1 1.1c-15.7 3.9-15.6 3.2-26.4 5-1.2-.8-2.1-1.2-2.7-1.1l-.2.2c-1.2-.1-1.9-.9-2-2.2l5.6-.7c.4 0 .7.4 3.8 1 4.5-2.2 4.7-3.1 7.1-3.3l-.2-2.5c-15.4 3-9.2 1-28.5 2.7l-.9.1-.2-2.5c24.8-3 16.5-1.3 25-3.7.1.9.4 1.3.9 1.3 1-1 2.1-1.5 3.4-1.7l1.7-.1c8.7-.7 11.6 1 28.8-3.8l.1 1.1 2.8-1.4 2.6-.2c-.2-2.5 3.6-2.9 4.9-3l-.2-2.7c-30.2 6.1-38.1 4.4-46.5 6.8l-.1-1.1c-7.9 1.4-8.2.8-10.2.9-.6.1-1.5.6-2.5 1.6-.1-.9-.4-1.3-1-1.3-.3 0-.4.1-.5.1l-25.6 4.2c-.1-.7-.4-1.1-1-1-13.3 2.8-9.7 3.3-27.5 4.9-.8.1-1.9.5-3.3 1.4-.1-.7-.5-1.1-1.4-1l-10.9.9-7.3 1.8c-.1-.7-.5-1.1-1.4-1-4.1 1.1-7.7 1.8-10.6 2h-.2c-1.8.2.9-.5-.5-1.1l-2.2 1.3c-3.2.3-1.5-.2-12.5-.1-19.3 2.4-17.2 2.7-19.3 2.8l-7.2-.5c.1.7-.3 1.2-1.1 1.2-8.2-1.1-12.4-2.4-12.5-3.9 1.1-7.8 3-11.8 5.7-12l1.4-.1-1.2 2.6 1.4-.1c2.6-1.4 3.8-2.7 3.7-3.9l-.2-2.7-2.6.2-.2-2.5c-.2-1.9.1-3.6.8-5l5.9-9.5.2 2.5 2.8-.2-.2-2.5-1.6-2.3c2.1-1.8 3.7-2.8 5-2.9l-.1-1.3-3.8.3-.3-3.8c7.6-15.8 11.2-25 11-27.6l2.7 1.1c1.7-.1 2.5-1.1 2.4-2.9l-2.6.2-.1-1.1c-.2-1.9.2-3.7 1-5.3 4.1-4.3 6-8.6 5.6-13.1.8-.1 1.2.3 1.3 1.2 3.5-2 6.2-7.3 8.2-16.1 6.2-11.2 15-33.6 26.5-67.1 22-59.2 21.1-65.5 24.2-79.5l-2.6.2c.2 1.8-.2 3.5-1 5.1-1.8-.7-3.2-1.1-4.2-1l-.1-1.1c-.4-5.1 1.7-11.2 6.5-18.4l1.2-.1 2.2 8.6 2.6-.2c-.1-.6.6-4 2-10.3-.1-1.3-1.1-2.1-3.1-2.2l-2.5 1.6c-.2-1.8-.1-6.5.2-14l-1.3.1c-2.2-2.2-3.3-4-3.4-5.5l-14.3 1.4c-.1-1-.6-2.5-1.6-4.4-.1-1.3 3.1-2.6 9.7-3.9l2.9 1.1 2.7-1.6c.1.9.6 1.3 1.6 1.2l2.7-1.6c.1.9.6 1.3 1.6 1.2l1.3-.1-.2-2.9c-2 .2-7.3.2-15.7-.1l-2.7 1.8-.1-1.6c-67.1 5.5-105.2 8.6-114.3 9.5-1.2.1-5.9 0-14.2-.2.1 1.1-.9 1.7-2.9 1.9l-2.9-1.3-9.8 2.5c-2.3.2-6.2.1-11.6-.5-1.5 1.2-3.3 1.9-5.5 2.1-1.2.1 14.3-.8 28.7-1.8-1.5 1.2-3.8 1.9-7 2.2-2.2.2-4.1-.1-5.7-1-2.2 1-9.3 2.6-21.2 5l-2.9-1.1-46.8 7.2c-1.8-.9-3.9-1.2-6.3-1-2.5.2-6.7 1.1-12.5 2.7l-22.6 9.4 1.7 2.8c1.1-.1 2.7-.7 4.6-1.8l8 .7-1 7.5c-7.4 3.3-11.7 8.2-12.9 14.4-11.1 4.9-16.6 8.4-16.6 10.5l.1 1.3 1.7-.1 3-1.6 3.5 4.2.5 5.8c.2 1.8-18.5 41.1-55.9 117.9-32.4 74-49.4 114.5-51 121.8-11.1 3.1-17.5 7.6-19.4 13.6.2 1.9 3.5 3.2 9.9 3.7l.3 2.9-2.9 4.8.5 5.8c.3 3 8.4 5.3 24.3 6.9-.1-1 .4-1.6 1.5-1.7.3 3.6-.7 10.6-3 21l1.7-.1c6.6-9 9.7-15.2 9.4-18.6l1.4-.1c1.6-.1 3.3 1.7 5.3 5.6-2 .8-9 16.7-21 47.8l1.7 2.8 1.7-.1c14.7-37.2 23.9-57.8 27.7-61.7 19.3-1.7 52.7-5.1 100.1-10.2l3-1.8c.1 1 .7 1.5 1.8 1.4l3.1-.3 3-1.8c.1 1 .7 1.5 1.8 1.4l35.9-3.1c9.5-.8 14-3.7 13.6-8.6-.1-1.3 5.5-2.8 16.8-4.4 1.1-.1 2.7.2 4.9.9-.1-.9 5.6-1.8 17-2.8.3-6 2.2-9.2 5.6-9.5l-.3-2.9c-3.2.3-6.8 1.1-11 2.5-7.5-.4-12.3-1-14.3-1.7-2 1.1-3.5 1.7-4.6 1.8l-25 .8-3 1.6c-.1-.9-.7-1.3-1.8-1.2l-1.4.1-3.2 1.6c-.1-.9-2.7-1.6-7.9-2.3l-3.2 1.9-6.2.5-.1-1.6c32.2-3.5 48.1-7.9 47.7-13.1 2.1-.2 3.2.8 3.4 2.9l9.4-2.4-.3-2.9-77.1 2.1c.1 1-.4 1.6-1.5 1.7l-9.4-.8c-2.4.2-4.4.9-6 2.1l-3.5-1.3c-9.7.8-16.9 2-21.7 3.5-6.6-.5-13.9-.4-22 .3l-17.3 1.5-8-.9c-.4-5.1 9.5-30.2 29.9-75.2 5.9-15.2 11.3-24.7 16.5-28.3 1.1-.1 2.7.3 4.9 1.2l12.3-4.2 6.3 1c10.6-.9 22.9-3.9 37-9.1 3.5-.3 6.1-.1 8 .7l9.4-2.2 28-2.4c11.9-1 24.8-3.6 38.8-7.9l-.3-2.9c-5.2.5-7.9-.4-8.1-2.5-.3-3.9-4.1-5.5-11.4-4.9l-.3-2.9 7.7-2.2 20.2-1.7-.3-2.9c-.8.1-4.9 0-12.5-.3l-.3-3.1 7.8-.7c2.1-.2 3-1.2 2.8-3.2-10.5.3-15.8-.2-15.9-1.6-73.2 3.6-109.9 4.3-110.1 2-1.1.1-2.6.8-4.6 2l-1.9-3c19.4-41.2 30.8-62 34.1-62.3.1 1.6-.7 4.2-2.4 7.7l.1 1.3 3.1-.3c7.7-18.4 14.2-27.9 19.6-28.3 23-2-3.2-3.5 46-11.2 2 .9 3.4 1.3 4.4 1.2 19.3-3.9 46.2-8 80.7-12.2l-.2-2.9-18.4 1.7-.2-2.9c2.2-.2 4-.9 5.5-2.1l.1 1.6c1-.1 2.4-.8 4.2-2 3.2-.3 5.6 0 7.3.9 6.4-1.7 11.6-2.7 15.4-3.1l11.5-1.1c2.8-1.8 4.1-3.4 4-4.9l-.1-1.3c-2.9.3-6.2.1-10.1-.6-.1-1.6.7-2.7 2.6-3.2l21.4-2 9.8-2.5c.1 1.1.6 1.5 1.4 1.5 1-.1 2.4-.8 4.2-2 .5.1 1.1.1 1.6.2-1.3 2.7-2.8 6.6-4.3 11.7l-2.8.2c-.2-1.9-.7-3.6-1.6-5.1l-1.4.1c-26 72.4-37.6 106.1-61.6 161.7-4.4 14.2-8.1 22.1-11.3 23.8.1 1.6 1.1 2.4 2.8 2.2.6 7-1 13.9-4.9 20.7-11.1 32-18.5 49.5-22.3 52.7l2.5 15.1c.1 1.6-.7 2.5-2.4 2.7l-2.6.2c-.4-4.2-1.9-6.2-4.6-5.9l-1.4.1c-3.4 5.3-6 11.4-7.7 18.5l2.6-.2c3.5-2.3 5.1-5 4.8-8.1l5.2-.5 3 1.1c-2.4 3.8-3.5 6.8-3.3 9.1l1.4 2.4-3.4 8 .1 1.3c3-.3 6.3.7 9.8 2.8 2.4-.2 5-1.3 7.9-3.2 3-.3 14.2-.4 33.5-.4l9.7-3.3c11.8-.1 13.7.2 23.9-.7l4.2-.4 2.2-1.5.1 1.3c10.7-.9 11.4-.2 19.8.8l.1 1.3-5.9.5.2 2.5c1.8-.2 3.4-.7 4.7-1.8 1.5-.1 2.4.7 2.5 2.5-2.4.2-5.1.8-8.1 1.8l-2.6-.9c-4.1 1.1-3.2 1.4-6 1.6l-4.1-.8c.1.7-.3 1.2-1 1.2.1 1.6 1 2.4 2.5 2.3l4.2-.4 21.9-1.9 8.3-1.8c.1.7.4 1.1 1.1 1l4-1.5 7.5-.6c5.8-.5 5.7-.9 18.3-2.9-.1-.8.2-1.1.8-1.2l.1 1.1c20.5-3.5 21.8-3.7 25.1-4.8l.3.6c5.1-1.2 2.2-.9 3.6-1.9.1.9.4 1.3.9 1.3l3.6-.3-.2-2.7-7.3-.1-.1-.2c-.3.1-.5.1-.8.2h-1v.2c-4.9 1-5 .3-8.2.6l-18.3 1-.1-1.3 10.2-1.4 3.7-.3 2.1-1.5.1 1.3c14.4-1.2 19.5 2.4 86.1-11.8 3.6-.3 3.3-3.3 5.6-9.5-1.2.1-2.4-.2-3.5-.8-5.5 2.1-8.4 1.1-19 2.8-.9.1-1.6-.7-1.9-2.3l-.1-1.1 10.2.3c1.9-.2 5.6-.5 11.1-3.6 0 .9-2.1 1.4-.9 1.3zm-492.4 7.9l-4.7.4c-.2-1.9 2.3-9.1 7.5-21.4l3.1-.3c.1 2.9-1.8 10-5.9 21.3zm5.7-22.8l-.1-1.3c-.1-1.6.9-2.7 3.1-3.2l.1 1.3c.1 1.9-.9 3-3.1 3.2zm62.5 48.3l.1 1.3-7.8.7-.1-1.3 7.8-.7zm-9.4-.8c.1 1.6-2.3 3.4-7.5 5.2l-9.6-.7-3.1.3-.3-2.9 20.5-1.9zm63.2-290.9l-4.7.4-.1-1.6c-.1-1.6.8-2.7 2.8-3.2l1.7-.1 3.2 1.3c.1 1.9-.8 3-2.9 3.2zm71.5-14l1.5-.1.2 2.9-4.3.4c-.1-1.6.7-2.7 2.6-3.2zm-18 6.3l-7.1-.8-.1-1.3c9.3-.8 12.4-1.8 18.1-3.4.1 1.1 1.1 1.5 2.9 1.3l.2 2.9-2.8.3c-2.2.2-4.1-.1-5.7-1-1.7 1.1-3.5 1.8-5.5 2zm8.9 25.9l-.1-1.3 11.5-1.1.1 1.3-11.5 1.1zm12.3-10l-.1-1.6 5.6-.5.1 1.6-5.6.5zm1.3-19.6l-1.5.1 1.3-3.1 12.8-1.2.1 1.6c-3.3.3-7.6 1.2-12.7 2.6zm6.5 27.6l-.2-2.9 5.6-.5c1.9-.2 2.9.7 3 2.7l-8.4.7zm33.9-46.2l-7.2 2-1.3.1c-3.4.3-7.8.2-13-.3 9.3-.6 18.2-1.3 21.5-1.8zm-7.7 32l.1 1.3-9.9.9-.1-1.3 9.9-.9zm16.2 7.7c-.1-1.2-2-2-5.9-2.4l-9.9 2.8-7.6.3c-1.7-1.2-2.6-2-2.7-2.6l8.8.5 19.8-3.2 10.1.4.1 1.6c-5 .5-9.2 1.4-12.7 2.6zm101.9-26.3c1.2.1 2 .1 2.3.1 3.5-3.4 7.4-6.1 11.9-8-3.6 15.8-9.2 27.5-16.9 35.1l-5.6-3.4c4.7-11.9 7.5-19.8 8.3-23.8zm-17.2 29.5l1.4-.1c-1.9 3.6-3.6 5.5-5 5.6l-.3-3.8c.9 0 2.2-.6 3.9-1.7zM1289 185c2.7-10.8 5.3-16.9 7.7-18.5l.1 1.3c-1.4 10-3.6 15.3-6.5 15.7l.5 6.3c-2.4 3.4-3.5 6-3.4 8l-1.4.1-.8-8.7c1.6-.2 2.9-1.6 3.8-4.2zm-4.3 14.4c.1 1.5-.9 5-2.9 10.4l-1.4.1-.3-3.8c1.9-4.4 3.5-6.6 4.6-6.7zM1204 433.6l-.1-1.1 2.6-.2.3 3.8c-1.4.1-2.4-.7-2.8-2.5zm115.3 3c-.1-.9-.5-1.3-1.4-1.2l-6.5.6-.1-1.3h.6l15.4-1.3.1 1.3c-4.5.2-7.2.9-8.1 1.9zm-7.7-3.2c.6.3.3.6 0 .8-.3-.1-.7-.4 0-.8zm.8-18l-8.6.7-.1-1.3 7.8-.7 6.8-1.7c.1.8.5 1.1 1.4 1 8.1-1.4 7.3-1.8 11.2-2.1 1.3-.1 2.1.7 2.2 2.3l-20.7 1.8zm30.1-2.6c-4.8-.5-5.1-.9-8.5-.6l-.1-1.1 7.7-.7.1 1.1c-.8.1 2.1.3.8 1.3zm.6-1.4l-.1-1.1 4.2-.4.1 1.1-4.2.4zm9.3-.8l-.1-1.1c.7-.1 1.7-.6 3-1.6 2.1-.2 3.2 1.2 3.4 2.8l-6.3-.1zm11.9-1.5l-.1-1.3 5.1-.4.1 1.3-5.1.4zm7.1-.6c-.1-1.5.5-2.4 1.8-2.6l1.7 2.2c-.1-.7.2-1.1.8-1.2l1.3 2.4-5.6-.8zm98.4-11.6l.1-.1v-.1s-.1.1-.1.2zm1.8-1.3c.8-.5 1.2-1-.7-1.3-.9 1 1 1.3-1 1.4l.1.9c.2-.2.7-.5 1.1-.8l-1.1.9v.1l-2.1 2.7 4.2-1.5h.5l-.2-2.5-.8.1zm7.3 5.7l-.8.1.2 2.5 5.9-.5c-.1-1.6-4-2.1-5.3-2.1z"/> </symbol> <symbol id="codepen" viewBox="0 0 16 16"><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-.03-.03-.04-.03-.03-.02-.04-.03-.03-.02-.01-.01L8.38.12c-.23-.154-.53-.154-.76 0L.302 4.99.292 5l-.03.023-.04.032-.025.027-.034.037-.024.03-.03.04c-.01.01-.02.02-.02.03l-.03.04-.01.04c-.01.01-.01.03-.02.05l-.01.03c-.01.02-.01.04-.01.06v.03C0 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.033c0 .01.01.03.02.04l.02.03c.01.01.02.03.03.04l.02.03.03.03c.01.01.01.02.02.02l.04.03.03.02.01.01 7.31 4.88c.11.08.25.11.38.11s.26-.04.38-.12L15.68 11l.01-.01.03-.022.04-.03.03-.026.035-.037.024-.03.03-.04.02-.032.02-.046.01-.036.02-.05.01-.03.02-.05v-5c0-.03 0-.06-.01-.09l-.01-.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.59V5.18zM3.095 8l-1.72 1.15v-2.3L3.095 8zm1.237.828l2.98 1.993v3.21l-5.386-3.59 2.406-1.61zm4.355 1.993l2.98-1.99 2.407 1.61-5.387 3.59v-3.2zM12.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"/> </symbol> <symbol id="css3" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 0h14l-1.273 14.375L7.984 16l-5.71-1.625L1 0zm11.393 2.942L3.608 2.94l.142 1.748 6.75.001-.17 1.811H5.903l.159 1.716h4.122l-.244 2.348L8 11.1l-1.97-.539-.125-1.407h-1.74l.194 2.57L8 12.859l3.582-1.02.811-8.897z"/> </symbol> <symbol id="git" viewBox="0 0 16 16"><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-.27-1.33L8.57 5.97v4.352c.117.057.227.134.325.23.475.48.475 1.255 0 1.734-.48.48-1.26.48-1.74 0s-.48-1.254 0-1.733c.12-.12.257-.21.403-.27V5.89c-.145-.06-.282-.148-.4-.267-.363-.363-.45-.895-.264-1.34l-1.81-1.816L.29 7.254c-.4.404-.4 1.056 0 1.46l6.992 6.984c.402.403 1.055.403 1.458 0l6.958-6.953c.403-.402.403-1.055 0-1.458" fill-rule="nonzero"/> </symbol> <symbol id="github" viewBox="0 0 16 16"><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-.09-.202-.36-1.015.07-2.117 0 0 .67-.215 2.2.82.64-.178 1.32-.266 2-.27.68.004 1.36.092 2 .27 1.52-1.035 2.19-.82 2.19-.82.43 1.102.16 1.915.08 2.117.51.56.82 1.274.82 2.147 0 3.073-1.87 3.75-3.65 3.947.28.24.54.73.54 1.48 0 1.07-.01 1.93-.01 2.19 0 .21.14.46.55.38C13.71 14.53 16 11.53 16 8c0-4.418-3.582-8-8-8"/> </symbol> <symbol id="gulp" viewBox="0 0 16 16"><path d="M10.108 12.96l.424-.724s-.964.395-2.578.395c-1.614 0-2.564-.38-2.564-.38l.475.79.168 2.49c0 .27.878.48 1.96.48 1.084 0 1.962-.21 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.21-.754.32-.696-.22-.128.23-.415.55-.76.41-.45-.17.263-1.61.44-1.54.178.08-.035.4-.09.53-.124.28-.266.64-.17.71.16.13.603-.47.613-.48.083-.11.32-.82.51-.74.19.09-.475 1.03-.227 1.22.05.04.255-.02.38-.16.08-.08.052-.28.32-.92.27-.64.51-1.44.694-1.38.184.06.032.47-.034.63-.31.72-.847 1.9-.594 1.81.25-.09.38-.09.63-.38.25-.29.23-.77.4-.76.16.01.14.17.1.28.16-.18.77-.58.91-.19.17.46-.87 1.13-.61 1.09.25-.03.66-.29.84-.53l.48-4.34s-.49.4-3.58.4-3.53-.39-3.53-.39l.41 3.96c.22-.62.74-1.88 1.55-1.83.37.02.87.74.44.76-.18.01-.2-.36-.41-.41-.16-.03-.37.09-.51.23-.27.27-.87 1.34-.79 1.87.1.68.94-.23 1.08-.5.1-.19.17-.76.38-.7.22.06-.02.65-.18 1.16-.18.58-.27 1.19-.49 1.12-.22-.07.14-.82.12-.95-.21.2-.59.68-1.09.44l.25 2.47s.68.53 2.72.53 2.75-.53 2.75-.53l.32-2.86c-.26.26-1.08.71-1.13.2-.04-.41.89-1 .65-1.01zM11.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-.23-3.6-.51 1.612-.51 3.6-.51c.282 0 .563 0 .844.01l.374-1.52 1.887-2c.046-.06.187-.01.316.1.13.1.2.23.16.29v.02zM9.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"/> </symbol> <symbol id="html5" viewBox="0 0 14 16"><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"/> </symbol> <symbol id="javascript" viewBox="0 0 16 16"><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.08.5.28.65.6.69-.45.69-.45 1.17-.75-.18-.28-.27-.4-.39-.52-.42-.47-.98-.71-1.89-.69l-.47.06c-.45.11-.88.35-1.14.67-.76.86-.54 2.36.38 2.98.91.68 2.24.83 2.41 1.47.16.78-.58 1.03-1.31.94-.54-.12-.84-.39-1.17-.89l-1.22.7c.14.32.3.46.54.74 1.16 1.17 4.06 1.11 4.58-.67.02-.06.16-.47.05-1.1zM8.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-.31-.553-.57-.042-.07-.074-.13-.085-.13l-1.217.75c.203.42.5.78.883 1.01.57.34 1.336.45 2.138.27.522-.15.972-.46 1.207-.94.34-.62.268-1.38.265-2.23.008-1.37 0-2.74 0-4.12z" fill-rule="evenodd"/> </symbol> <symbol id="link" viewBox="0 0 32 32"> <path d="M14 9 L3 9 3 29 23 29 23 18 M18 4 L28 4 28 14 M28 4 L14 18"/> </symbol> <symbol id="linkedin" viewBox="0 0 16 16"><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.51v1.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"/> </symbol> <symbol id="nodejs" viewBox="0 0 16 16"><path d="M7.623.101l-6.246 3.62A.757.757 0 0 0 1 4.377v7.244c0 .27.144.52.377.655L7.624 15.9a.754.754 0 0 0 .754 0l6.245-3.623a.76.76 0 0 0 .377-.655V4.377c0-.27-.144-.52-.378-.656L8.378.1a.757.757 0 0 0-.756 0"/> </symbol> <symbol id="postgre" viewBox="0 0 432.1 445.4"> <g stroke="#4169e1"> <path fill="none" stroke-width="12.5" d="M402.4 271.2c-50.3 10.4-53.8-6.6-53.8-6.6 53-78.8 75.3-179 56.2-203.4C352.5-5.5 262 26 260.5 27h-.5c-10-2-21-3.3-33.5-3.5-22.8-.4-40 6-53 16 0 0-161.6-66.6-154 83.5C21 155 65 364.6 117.8 301.3c19.2-23.2 37.8-42.7 37.8-42.7 9.2 6 20.3 9.2 32 8l.8-.7c-.3 2.4-.2 5.2.4 9-13.6 15-9.6 17.4-36.8 23-27.4 5.6-11.3 15.7-.8 18.3 12.8 3.2 42.3 7.8 62.3-20.2l-.8 3.3c5.2 4.3 9 27.7 8.3 49-.6 21.2-1 35.8 3.2 47.2 4.2 11.3 8.4 37 44 29.3 29.8-6.4 45.3-23 47.4-50.5 1.5-19.7 5-16.8 5-34.3l3-8.3c3-26.7.4-35.3 18.8-31.3l4.4.4c13.5.7 31.2-2 41.6-7 22.4-10.3 35.6-27.6 13.6-23z" stroke-linecap="round" stroke-linejoin="round"/> <path fill="none" stroke-width="12.5" d="M216 286.5c-1.5 49.5.2 99.4 5 111.5 5 12 15.3 35.7 51 28 29.8-6.4 40.6-18.7 45.3-46 3.5-20 10.2-76 11-87.3M173 38.3s-161.4-66-154 84c1.7 32 46 241.7 98.6 178.4 19.2-23.2 36.6-41.4 36.6-41.4m106-233c-5.4 1.7 90-35 144 34.3 19.4 24.5-3 124.5-56 203.4" stroke-linecap="round" stroke-linejoin="round"/> <path fill="none" stroke-width="12.5" d="M348.3 264s3.4 17 53.7 6.6c22-4.5 8.8 12.8-13.5 23.2-18.4 8.5-59.5 10.7-60.2-1-1.7-30.5 21.7-21.2 20-28.8-1.5-7-12-13.6-19-30.4-6-14.6-82.7-126.8 21.4-110.2 3.8-.8-27.2-99-124.6-100.6-97-1.6-94 119.8-94 119.8" stroke-linecap="round" stroke-linejoin="bevel"/> <path fill="none" stroke-width="12.5" d="M188.6 274.3c-13.6 15.2-9.6 18-36.7 23.5-28 5.6-11.8 15.7-1 18.3 13 3.7 42 8 62-20 6-8.2 0-22-8.4-25.3-4-1.6-9.6-3.7-16.5 4z" stroke-linecap="round" stroke-linejoin="round"/> <path fill="none" stroke-width="12.5" d="M187.7 274c-1.4-8.8 3-19.5 7.6-32 7-18.5 22.8-37 10-96.2-9.5-44-73.3-9.2-73.4-3.2 0 6 2.4 30.3-1 58.5-5.7 37 23 68.7 56 65" stroke-linecap="round" stroke-linejoin="round"/> <path fill="#4169e1" stroke-width="4.2" d="M172.5 141.7c-.3 2 3.8 7.5 9 8.2 5.2.2 9.7-4 10-6 .3-2-3.7-4-9-5-5.2-.8-9.7.3-10 2.3z"/> <path fill="#4169e1" stroke-width="2.1" d="M332 137.5c.2 2-3.8 7.5-9 8.3-5.3.7-9.8-3.6-10-5.6-.3-2 3.7-4.3 9-5 5.2-.8 9.7.3 10 2.3z"/> <path fill="none" stroke-width="12.5" d="M350.7 123.4c.8 16-3.5 27-4 44-.8 24.7 11.8 53-7.2 81.4" stroke-linecap="round" stroke-linejoin="round"/> </g> </symbol> <symbol id="react" viewBox="0 0 16 16"><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-.14.1-.04.205-.07.31-.1.16-.04.322-.08.487-.09h.182c.047 0 .094 0 .14.01.1.01.2.03.297.06.08.03.16.06.24.1.05.03.09.06.14.09.08.06.15.12.21.19.05.07.11.13.15.2.1.16.18.33.24.5.02.05.03.1.05.16.02.07.03.14.05.21.02.09.03.18.05.27l.03.34c.01.14.01.29.01.44 0 .19-.01.38-.03.57-.03.24-.06.47-.1.7-.03.14-.05.28-.08.42l-.06.24.13.04c.24.07.47.15.71.24.18.07.37.15.55.24.16.08.32.16.47.25.17.1.33.2.48.32.13.1.26.21.38.32.09.09.17.18.25.28.06.08.12.17.17.26.07.13.12.26.16.4.02.08.03.17.03.26 0 .05 0 .11-.01.17-.01.09-.03.19-.06.28-.02.09-.06.17-.1.25-.09.17-.2.33-.33.48-.04.05-.08.09-.12.13-.06.06-.11.11-.17.16-.07.06-.15.13-.23.18-.1.08-.2.15-.3.21-.13.09-.27.17-.41.24-.18.09-.35.18-.53.26-.18.08-.36.15-.55.22-.16.06-.32.11-.48.16l-.05.02c.02.08.04.16.05.24.02.12.05.24.07.36.04.24.08.49.1.73.01.19.02.38.02.56 0 .15-.01.3-.02.44-.01.12-.02.23-.04.35-.02.09-.03.19-.05.28l-.06.22c-.04.12-.09.25-.14.37-.05.09-.1.19-.16.28-.06.09-.13.17-.21.25-.09.09-.19.16-.29.22-.08.04-.17.08-.25.1-.14.04-.28.06-.42.068-.19.006-.38-.02-.57-.06-.12-.027-.23-.06-.34-.1-.13-.04-.25-.094-.37-.15-.15-.066-.29-.14-.43-.22-.16-.09-.32-.19-.47-.3-.39-.27-.76-.58-1.1-.91l-.08.07c-.16.15-.32.29-.48.43-.17.13-.34.26-.52.39-.16.11-.32.21-.49.31-.16.09-.33.17-.49.24-.12.05-.24.1-.36.14-.12.036-.23.07-.35.09-.19.04-.37.06-.56.056-.15 0-.3-.02-.44-.07-.09-.024-.18-.06-.26-.11-.06-.03-.11-.07-.16-.11-.04-.03-.07-.06-.1-.09-.03-.02-.05-.04-.07-.07-.14-.15-.25-.32-.33-.51l-.03-.09c-.01-.04-.03-.08-.04-.11-.02-.05-.03-.11-.05-.16-.02-.07-.03-.13-.05-.2-.02-.09-.04-.174-.05-.263-.01-.11-.03-.23-.03-.34-.01-.15-.01-.29-.01-.44 0-.19.01-.38.03-.56.02-.24.06-.47.1-.71l.12-.57-.2-.06c-.24-.073-.47-.16-.7-.25-.16-.06-.31-.13-.47-.21-.14-.07-.28-.14-.42-.23-.18-.1-.347-.21-.508-.33-.13-.1-.26-.21-.39-.33C.56 9.2.47 9.1.39 9 .32 8.91.257 8.817.2 8.718c-.05-.09-.09-.186-.126-.284C.064 8.39.05 8.344.04 8.3.015 8.208.002 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-.122l.17-.15c.075-.06.15-.12.228-.18.1-.07.204-.14.31-.21.13-.08.266-.16.404-.23.176-.09.356-.17.54-.25.33-.14.668-.25 1.012-.35l.08-.02c-.05-.21-.1-.42-.14-.63-.04-.22-.08-.45-.1-.68-.02-.18-.03-.36-.04-.55-.01-.14 0-.29 0-.44 0-.11.01-.22.03-.33.01-.09.02-.18.04-.27.01-.07.03-.14.05-.21.01-.05.03-.11.05-.16l.04-.1c.01-.03.02-.06.04-.09.08-.18.18-.36.32-.51.03-.03.06-.06.1-.09.03-.03.06-.05.09-.08.04-.03.09-.06.14-.09.08-.04.16-.08.25-.1.1-.03.2-.05.3-.06.03 0 .06-.01.09-.01h.15l.11.01c.16.02.32.05.48.09.1.03.21.06.31.1.11.04.21.09.32.14.16.08.31.16.46.25.16.1.32.2.48.31.18.13.36.27.54.42.14.12.27.24.41.36l.09.09zm4.007 8.198c-.117.027-.235.053-.353.076-.27.055-.54.102-.81.142-.29.042-.58.077-.88.105-.04.01-.08.01-.12.02-.18.27-.38.54-.58.79-.21.28-.43.55-.66.8l-.1.11c.3.29.61.56.95.8.14.1.28.19.42.28.12.08.25.14.38.21.11.05.22.1.34.14.09.03.18.06.28.08.08.02.16.04.24.04.07.01.14.01.2.01.1 0 .21-.02.3-.06l.08-.04c.06-.03.11-.08.15-.13.06-.07.11-.15.16-.23.02-.02.03-.05.05-.08l.05-.12c.02-.05.04-.1.05-.16.02-.07.04-.13.05-.2.02-.09.03-.18.05-.27.02-.09.02-.19.03-.29.01-.22.01-.44-.01-.66-.01-.21-.04-.43-.07-.64-.03-.17-.06-.35-.1-.52l-.04-.17zm-7.993.03l-.06.29c-.07.332-.12.668-.15 1.007-.02.224-.02.45-.02.674.01.09.01.19.02.29.01.09.03.17.04.26.01.06.03.13.04.19.02.05.03.1.05.15.02.04.03.08.05.12l.05.09c.01.02.02.04.04.06l.03.05.03.04c.06.08.12.15.21.2l.06.03c.05.02.09.04.14.05.07.01.13.02.2.02s.14 0 .2-.01c.08-.01.16-.03.24-.04.1-.02.19-.05.28-.08.11-.04.21-.08.32-.13.15-.07.29-.14.42-.22.15-.09.3-.19.45-.29.15-.11.3-.22.44-.34.09-.07.17-.14.26-.22.07-.07.15-.13.22-.2l.03-.03-.17-.19c-.23-.26-.45-.53-.67-.8-.18-.23-.36-.47-.53-.71h-.06c-.31-.03-.62-.06-.92-.1-.28-.04-.56-.09-.84-.14l-.33-.07zm4.95.362c-.3.014-.61.02-.92.022-.29 0-.58-.004-.88-.015l-.1-.003.21.262c.2.246.4.486.61.72.05.057.1.114.16.17l.08-.09c.21-.237.41-.483.61-.735.08-.1.17-.21.25-.33zm.5-5.762c-.31-.024-.63-.04-.95-.048-.15-.004-.3-.006-.46-.007h-.07c-.15 0-.29.002-.44.006-.33 0-.66.02-.99.04-.19.28-.37.56-.55.85-.2.33-.39.67-.57 1.01-.11.21-.22.43-.33.65.12.24.24.48.37.71.19.35.39.69.59 1.03.17.26.34.53.51.78l.6.03c.29.01.57.01.86.01.49 0 .98-.02 1.46-.05.17-.25.33-.51.49-.76.35-.58.68-1.17.97-1.78-.1-.21-.2-.41-.31-.61-.14-.27-.29-.53-.44-.78-.21-.36-.43-.72-.67-1.07l-.04-.06zm-4.74 3.33c-.07.18-.15.366-.22.55-.11.285-.21.572-.3.86.17.04.35.072.52.102.25.044.51.08.76.112.07.01.14.017.21.024-.11-.173-.22-.348-.32-.524-.22-.368-.43-.744-.63-1.125zm6.57-.026c-.1.197-.21.39-.31.585-.12.216-.24.43-.37.644-.08.15-.17.29-.26.44l.15-.02c.25-.03.5-.07.74-.11.2-.03.41-.07.61-.12-.08-.27-.18-.54-.29-.81-.07-.2-.16-.4-.24-.59zm-7.74-2.8l-.22.066c-.24.075-.49.16-.72.258-.14.058-.28.12-.42.19-.15.073-.29.152-.44.24-.12.075-.25.158-.36.248-.09.066-.17.136-.25.212-.07.063-.13.13-.19.2-.04.055-.08.11-.12.17-.03.05-.06.1-.08.154-.03.073-.05.15-.05.23v.06c0 .088.03.176.06.257l.02.043.03.052.04.07.06.085.08.096c.03.04.07.078.1.115.05.046.09.09.14.134.06.05.11.097.17.143.08.06.16.12.24.176.1.07.2.14.31.2.14.08.28.15.42.22.17.08.35.16.52.23.16.06.31.12.46.16l.23.07.21-.63c.13-.35.26-.69.41-1.03l.18-.38-.17-.38c-.15-.34-.29-.7-.42-1.05-.07-.19-.14-.39-.2-.59zm8.91.01c-.05.172-.11.343-.17.513-.12.358-.26.712-.42 1.06l-.19.425.24.52c.15.325.28.654.4.987.07.172.13.346.18.52l.12-.036c.14-.04.27-.08.4-.13.27-.09.53-.2.78-.33.16-.07.31-.16.45-.25.13-.07.25-.16.37-.25.09-.06.17-.13.25-.21.07-.06.14-.14.2-.21.05-.05.09-.11.13-.17.03-.05.06-.1.08-.15.04-.07.06-.15.06-.24.01-.02.01-.04 0-.07 0-.05-.01-.11-.03-.16-.02-.07-.05-.13-.09-.19l-.03-.06-.05-.07c-.02-.03-.05-.06-.07-.09-.03-.03-.06-.07-.1-.11-.04-.04-.09-.08-.13-.12-.06-.05-.12-.1-.19-.15-.07-.06-.15-.11-.22-.16-.1-.07-.2-.13-.31-.19-.13-.07-.27-.14-.41-.2-.16-.08-.33-.14-.5-.21-.23-.09-.47-.16-.71-.23zM8 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.09-.253.18-.508.26-.766-.17-.04-.34-.075-.52-.107-.32-.06-.63-.108-.95-.148zm-4.67-.003c-.145.018-.288.038-.432.06-.245.037-.49.08-.733.13-.09.018-.19.038-.28.06.09.275.18.548.28.817.07.19.15.38.23.567.18-.34.37-.69.57-1.02.13-.2.25-.41.38-.61zm6.313-.402l.03-.133c.04-.174.07-.348.1-.524.04-.228.06-.46.08-.69.01-.225.02-.452.01-.678-.01-.102-.01-.205-.03-.306-.01-.09-.03-.177-.04-.264-.02-.068-.03-.135-.05-.2-.02-.05-.03-.1-.05-.15L12 2.104l-.037-.078c-.013-.024-.025-.048-.04-.07-.01-.02-.022-.04-.035-.058-.01-.013-.018-.027-.027-.04-.05-.08-.13-.15-.21-.2-.02-.017-.05-.03-.08-.04-.07-.03-.15-.044-.23-.05-.02 0-.04 0-.06-.002h-.02c-.02 0-.04 0-.07.003-.06 0-.12.01-.18.02-.07.01-.15.03-.22.05l-.27.09c-.1.04-.2.09-.31.14-.13.06-.25.14-.38.21-.13.08-.27.17-.4.27-.32.23-.62.49-.91.77l.13.14c.26.28.5.57.73.87.17.21.33.44.49.66l.41.04c.3.03.6.08.9.13.28.04.56.1.83.16zM7.53 3.137c-.015-.013-.03-.026-.043-.04-.13-.12-.262-.24-.4-.354-.15-.127-.307-.25-.468-.365-.15-.102-.29-.198-.44-.288-.13-.078-.27-.15-.4-.217-.1-.047-.2-.09-.3-.13-.09-.034-.19-.064-.28-.09-.07-.02-.14-.034-.21-.047-.07-.01-.13-.018-.19-.022l-.07-.002h-.01c-.02 0-.04 0-.06.002-.1.005-.2.023-.29.062-.03.013-.06.028-.09.046-.06.037-.11.084-.15.135-.06.07-.11.147-.15.228l-.04.084c-.02.03-.03.07-.04.11-.02.05-.04.09-.05.14-.01.06-.03.13-.04.19-.01.08-.03.16-.04.25-.01.09-.02.19-.02.29-.01.22 0 .44.01.66.02.34.08.68.15 1.02.02.11.05.22.07.33.1-.03.21-.05.31-.07.24-.05.49-.1.74-.13.27-.05.55-.08.82-.11l.25-.03c.16-.23.33-.45.5-.67.22-.28.45-.56.69-.82l.18-.2zm.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-.16-.2c-.21-.272-.43-.538-.66-.794L8 3.625z"/> </symbol> <symbol id="redux" viewBox="0 0 100 100"> <path d="M65.6 65.4c2.9-.3 5.1-2.8 5-5.8-.1-3-2.6-5.4-5.6-5.4h-.2c-3.1.1-5.5 2.7-5.4 5.8.1 1.5.7 2.8 1.6 3.7-3.4 6.7-8.6 11.6-16.4 15.7-5.3 2.8-10.8 3.8-16.3 3.1-4.5-.6-8-2.6-10.2-5.9-3.2-4.9-3.5-10.2-.8-15.5 1.9-3.8 4.9-6.6 6.8-8-.4-1.3-1-3.5-1.3-5.1-14.5 10.5-13 24.7-8.6 31.4 3.3 5 10 8.1 17.4 8.1 2 0 4-.2 6-.7 12.8-2.5 22.5-10.1 28-21.4z"/> <path d="M83.2 53c-7.6-8.9-18.8-13.8-31.6-13.8H50c-.9-1.8-2.8-3-4.9-3h-.2c-3.1.1-5.5 2.7-5.4 5.8.1 3 2.6 5.4 5.6 5.4h.2c2.2-.1 4.1-1.5 4.9-3.4H52c7.6 0 14.8 2.2 21.3 6.5 5 3.3 8.6 7.6 10.6 12.8 1.7 4.2 1.6 8.3-.2 11.8-2.8 5.3-7.5 8.2-13.7 8.2-4 0-7.8-1.2-9.8-2.1-1.1 1-3.1 2.6-4.5 3.6 4.3 2 8.7 3.1 12.9 3.1 9.6 0 16.7-5.3 19.4-10.6 2.9-5.8 2.7-15.8-4.8-24.3z"/> <path d="M32.4 67.1c.1 3 2.6 5.4 5.6 5.4h.2c3.1-.1 5.5-2.7 5.4-5.8-.1-3-2.6-5.4-5.6-5.4h-.2c-.2 0-.5 0-.7.1-4.1-6.8-5.8-14.2-5.2-22.2.4-6 2.4-11.2 5.9-15.5 2.9-3.7 8.5-5.5 12.3-5.6 10.6-.2 15.1 13 15.4 18.3 1.3.3 3.5 1 5 1.5-1.2-16.2-11.2-24.6-20.8-24.6-9 0-17.3 6.5-20.6 16.1-4.6 12.8-1.6 25.1 4 34.8-.5.7-.8 1.8-.7 2.9z"/> </symbol> <symbol id="sass" viewBox="0 0 16 16"><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.02-2.457 1.95-.45.98.07 1.68.41 1.77 1.05.29 2.13-.24 2.71-1.1.56-.84.51-1.92.27-2.45.33-.09.72-.13 1.22-.07 1.4.16 1.68 1.04 1.62 1.4-.06.36-.35.57-.45.63-.1.06-.13.08-.12.12.01.06.06.06.14.05.11-.02.73-.3.76-.98.03-.86-.79-1.82-2.25-1.8-.6.01-.98.06-1.25.17-.02-.03-.04-.05-.07-.07-.9-.97-2.57-1.65-2.5-2.94.02-.47.19-1.71 3.2-3.21 2.47-1.23 4.44-.89 4.78-.14.49 1.07-1.05 3.06-3.62 3.35-.98.11-1.49-.27-1.62-.41-.14-.15-.16-.16-.21-.13-.08.04-.03.17 0 .25.08.2.39.55.93.73.47.15 1.62.24 3-.3 1.55-.6 2.76-2.27 2.41-3.67z"/> </symbol> <symbol id="travisci" viewBox="0 0 16 16"><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.24zm2.93-1.303l-1.153-.114c-.05-.01-.096-.03-.136-.05l-.77-.53-1.02.21c-.03 0-.05.01-.08 0l-1.11-.09-.66.59c-.03.03-.07.05-.11.06l-1.19.34c-.05.01-.1.01-.15 0l.7.79 2.33-.33.2-.41c.04-.08.11-.13.19-.16.08-.02.17-.01.24.04l.88.59 1.96-.45.42-.67-.35.14c-.05.01-.09.02-.14.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.84.08c.09-.2.16-.42.21-.64h-.04l-2.28-.31c-.11-.01-.2-.09-.24-.19l-.41-1.18c-.05-.03-.31-.01-.43.05l-.42 1.14c-.03.1-.11.17-.21.19l-2.23.52-.04.01c.08.27.19.53.32.79l.68-.19zm-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.65-.6-5.46-.61-8.11-.032zm2 1.22h-.18c-.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.44zM10.062 7.7c.293-.01.56.35.594.81.01.126-.004.22-.034.286.27-.032.333.153.335.163-.197-.1-.413.02-.804.03-.295.01-.537.01-.555-.45-.017-.46.173-.84.464-.85zm-3.92.4c-.082 0-.148.07-.145.153.002.083.072.15.154.145.09-.004.15-.073.15-.154 0-.082-.07-.147-.15-.145zm3.897.186c.08 0 .15-.07.14-.15 0-.083-.07-.15-.15-.147-.09 0-.15.07-.15.15 0 .08.07.15.15.14zm-2 5.584c.85 0 1.66-.35 2.32-.934l1.16-.27c.07-.017.14-.065.18-.132l.94-1.52c.07-.11.06-.247-.02-.345-.09-.1-.22-.14-.34-.09l-.59.22c.07-.25.13-.51.17-.77v-.09l.31-.22c.06-.05.1-.11.12-.18l.43-1.53.03.01h.01l.03.01c.13.03.26-.02.33-.14.15-.26.24-.59.28-.97.04-.41.01-.75-.09-1.01-.03-.08-.09-.14-.17-.17-.26-.11-.52-.2-.78-.29-.39-1.86-2.23-3.24-4.37-3.24S4.01 3.59 3.62 5.44c-.268.09-.53.18-.788.29-.074.03-.135.09-.16.17-.1.25-.127.59-.086 1 .035.39.13.71.28.97.05.09.15.15.25.15.03 0 .053 0 .08-.01l.226-.06.286 1.69c.01.08.05.15.114.19l.34.26c-.003.03-.004.07 0 .1.067.36.18.73.337 1.07l-.74-.31c-.13-.05-.28-.01-.36.1-.08.11-.07.27.02.37L5.1 13.3c.06.07.14.1.225.1h.04l.83-.116c.53.34 1.14.546 1.798.547H8zm.93-8.165v.738c0 .163-.14.296-.3.296H7.46c-.16 0-.293-.14-.293-.3V5.7c0-.143.1-.26.234-.29v-.44h-.55c-.16 0-.29-.133-.29-.297v-.976c0-.164.14-.296.3-.296H9.3c.164 0 .296.14.296.3v.98c0 .17-.132.3-.295.3h-.55v.45c.14.03.24.15.24.29zm3.19.307h-.01c-.07 0-.13-.02-.18-.057-.77-.24-1.57-.41-2.38-.504-.17-.01-.28-.16-.26-.32.02-.16.15-.28.33-.26.7.09 1.39.22 2.06.41-.47-1.42-1.97-2.44-3.7-2.44-1.73 0-3.23 1.02-3.7 2.45.61-.17 1.24-.29 1.87-.38.17-.02.31.1.33.26.02.16-.1.31-.26.33-.76.1-1.5.27-2.22.49-.03.02-.06.03-.1.03-.25.08-.49.17-.74.27-.03.14-.04.34-.01.63.02.21.06.38.12.54 3.04-.77 6.34-.77 9.39 0 .05-.15.09-.33.11-.53.02-.25.02-.46-.02-.62-.23-.09-.45-.17-.68-.25zM8.89 4.378h.1v-.386H7.15v.386h.1c.004-.158.134-.285.294-.285H7.7c.164 0 .297.133.297.296V5.7c0 .142-.1.26-.24.29v.153h.62V5.99c-.135-.027-.236-.146-.236-.29V4.39c0-.164.14-.297.3-.297h.16c.16 0 .29.127.3.285z"/> </symbol> <symbol id="twitter" viewBox="0 0 16 16"><path d="M16 3.038c-.59.26-1.22.437-1.885.517.677-.407 1.198-1.05 1.443-1.816-.634.37-1.337.64-2.085.79-.598-.64-1.45-1.04-2.396-1.04-1.812 0-3.282 1.47-3.282 3.28 0 .26.03.51.085.75-2.728-.13-5.147-1.44-6.766-3.42C.83 2.58.67 3.14.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-.41-.02-.61-.058.42 1.304 1.63 2.253 3.07 2.28-1.12.88-2.54 1.404-4.07 1.404-.26 0-.52-.015-.78-.045 1.46.93 3.18 1.474 5.04 1.474 6.04 0 9.34-5 9.34-9.33 0-.14 0-.28-.01-.42.64-.46 1.2-1.04 1.64-1.7z" fill-rule="nonzero"/> </symbol> <symbol id="webpack" viewBox="0 0 600 600"><path fill="#FFF" d="M300 .1L565 150v299.9L300 599.8 35 449.9V150z"/><path fill="#8ED6FB" d="M517.7 439.5L308.8 557.8v-92L439 394.1l78.7 45.4zm14.3-12.9V179.4l-76.4 44.1v159l76.4 44.1zM81.5 439.5l208.9 118.2v-92l-130.2-71.6-78.7 45.4zm-14.3-12.9V179.4l76.4 44.1v159l-76.4 44.1zm8.9-263.2L290.4 42.2v89l-137.3 75.5-1.1.6-75.9-43.9zm446.9 0L308.8 42.2v89L446 206.8l1.1.6 75.9-44z"/><path fill="#1C78C0" d="M290.4 444.8L162 374.1V234.2l128.4 74.1v136.5zm18.4 0l128.4-70.6v-140l-128.4 74.1v136.5zM299.6 303zm-129-85l129-70.9L428.5 218l-128.9 74.4-129-74.4z"/> </symbol></svg> <div class="grid"> <header class="header"> <h1>Oliver Phillips</h1> <span>op@oliverjam.es</span> </header> <aside class="about"> <section class="section" id="about"> <h2>Bio</h2> <p class="card">I'm a fullstack developer who loves everything about the web as a platform. I'm passionate about performance, accessibility and user-experience. I enjoy coffee and shaving bytes off my SVGs. My current focus is progressive web apps - creating mobile-first applications that feel native.</p> </section> </aside> <aside class="projects"> <section class="section" id="projects"> <h2>Recent Projects</h2> <ul class="projects-grid"> <li class="card"> <h3>Bookmarkd</h3> <p>A offline-first React PWA for reading free ebooks on-the-go.</p> <a href="https://bookmarkd-app.surge.sh/">bookmarkd-app.surge.sh</a> </li> <!-- <li class="card"> <h3>WorkstreamX</h3> <p>A performant single-page Jekyll site.</p> <a href="http://workstreamx.com/">workstreamx.com</a> </li> --> <li class="card"> <h3>Jokes App</h3> <p>A Hapi/Postgres app allowing users to log in via Github and post jokes.</p> <a href="https://lol-jokes.herokuapp.com/">lol-jokes.herokuapp.com</a> </li> <!-- <li class="card"> <h3>Gym Blackboard</h3> <p>An Express/Postgres app for weightlifting gyms to record max lifts.</p> <a href="https://gym-blackboard.herokuapp.com/">gym-blackboard.herokuapp.com</a> </li> --> </ul> </section> </aside> <main class="main"> <section class="section" id="experience"> <h2>Experience</h2> <dl class="card"> <dt class="u-visually-hidden">Company:</dt> <dd class="h3">Founders & Coders</dd> <dt class="u-visually-hidden">Role:</dt> <dd class="h4">Student</dd> <dt class="u-visually-hidden">Period:</dt> <dd class="card__date"> <time datetime="2017-02-18">Feb 17</time> - <time datetime="2017-06-18">Jun 17</time> </dd> <dt class="u-visually-hidden">Details:</dt> <dd class="card__details"> <p>I have spent the last 16 weeks studying fullstack JavaScript development at Founders & Coders. This has been a life-changing experience for me, reinforcing my love for web development and helping others learn.</p> <p>The course involved pair-programming almost all the time, with around half of each week spent in teams working on projects. We work extensively with git and Github, practise agile design sprints, and have a strong emphasis on testing our code.</p> <p>The course is focused on teaching JS fundamentals, but I have been learning React in my free time, and recently built a React/Redux progressive web app as a final project.</p> </dd> </dl> <dl class="card"> <dt class="u-visually-hidden">Company:</dt> <dd class="h3">Lick Creative</dd> <dt class="u-visually-hidden">Role:</dt> <dd class="h4">Digital & Innovation Executive</dd> <dt class="u-visually-hidden">Period:</dt> <dd class="card__date"> <time datetime="2017-02-18">Jan 13</time> - <time datetime="2017-06-18">Oct 16</time> </dd> <dt class="u-visually-hidden">Details:</dt> <dd> <p>I joined Lick as part of a new initiative to drive innovation and technology within the business. My role was to educate the creative teams on new technologies that could offer something more to our clients. I managed technology campaigns, communicating directly with clients and travelling abroad to project manage digital installations. My team successfully ran everything from one-off experiential events to technology-driven marketing campaigns.</p> <p>I was also responsible for maintaining the website and company blog, which is how I fell in love with coding. After teaching myself HTML & CSS in my spare time (including rebuilding the Lick website from scratch), I eventually decided to move on and pursue programming as a full-time career.</p> </dd> </dl> </section> </main> <aside class="sidebar"> <section class="section" id="technologies"> <h2>Technologies</h2> <ul class="tech"> <li class="tech__item"> <svg class="icon"> <use fill="#E34F26" xlink:href="#html5"></use> </svg> <span>HTML</span> </li> <li class="tech__item"> <svg class="icon"> <use fill="#1572B6" xlink:href="#css3"></use> </svg> <span>CSS</span> </li> <li class="tech__item"> <svg class="icon"> <use fill="#F7DF1E" xlink:href="#javascript"></use> </svg> <span>JavaScript</span> </li> <li class="tech__item"> <svg class="icon"> <use fill="#CC6699" xlink:href="#sass"></use> </svg> <span>Sass</span> </li> <li class="tech__item"> <svg class="icon"> <use fill="#339933" xlink:href="#nodejs"></use> </svg> <span>Node</span> </li> <li class="tech__item"> <svg class="icon"> <use xlink:href="#postgre"></use> </svg> <span>PostgreSQL</span> </li> <li class="tech__item"> <svg class="icon"> <use fill="#F14E32" xlink:href="#git"></use> </svg> <span>Git</span> </li> <li class="tech__item"> <svg class="icon"> <use fill="#39A85B" xlink:href="#travisci"></use> </svg> <span>Travis CI</span> </li> <li class="tech__item"> <svg class="icon"> <use fill="#DA4648" xlink:href="#gulp"></use> </svg> <span>Gulp</span> </li> <li class="tech__item"> <svg class="icon"> <use xlink:href="#webpack"></use> </svg> <span>Webpack</span> </li> <li class="tech__item"> <svg class="icon"> <use xlink:href="#babel"></use> </svg> <span>Babel</span> </li> <li class="tech__item"> <svg class="icon"> <use fill="#00D8FF" xlink:href="#react"></use> </svg> <span>React</span> </li> <li class="tech__item"> <svg class="icon"> <use fill="#764ABC" xlink:href="#redux"></use> </svg> <span>Redux</span> </li> <li class="tech__item"> <div class="icon"> <span>

Related: See More


Questions / Comments: