CINXE.COM
Your Free Avatar, Profile, and Link In Bio | Gravatar
<!doctype html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" lang="en"> <head> <title>Your Free Avatar, Profile, and Link In Bio | Gravatar</title> <link rel="canonical" href="https://gravatar.com/" /> <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png"> <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="192x192" href="/images/favicon-192x192.png"> <link rel="shortcut icon" href="/images/favicon-32x32.png" /> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Language" content="en" /> <meta name="description" content="Create a global avatar and profile image with Gravatar. Get a free one-page personal site to showcase your identity and connect across the web."> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="alternate" type="property" title="application/rss+xml" href="https://blog.gravatar.com/feed/" /> <link rel="alternate" hreflang="en" href="https://gravatar.com/" /><link rel="alternate" hreflang="ar" href="https://ar.gravatar.com/" /><link rel="alternate" hreflang="az" href="https://az.gravatar.com/" /><link rel="alternate" hreflang="bg" href="https://bg.gravatar.com/" /><link rel="alternate" hreflang="bn" href="https://bn.gravatar.com/" /><link rel="alternate" hreflang="br" href="https://br.gravatar.com/" /><link rel="alternate" hreflang="bs" href="https://bs.gravatar.com/" /><link rel="alternate" hreflang="ca" href="https://ca.gravatar.com/" /><link rel="alternate" hreflang="cs" href="https://cs.gravatar.com/" /><link rel="alternate" hreflang="cy" href="https://cy.gravatar.com/" /><link rel="alternate" hreflang="da" href="https://da.gravatar.com/" /><link rel="alternate" hreflang="de" href="https://de.gravatar.com/" /><link rel="alternate" hreflang="el" href="https://po.gravatar.com/" /><link rel="alternate" hreflang="es" href="https://es.gravatar.com/" /><link rel="alternate" hreflang="fa" href="https://fa.gravatar.com/" /><link rel="alternate" hreflang="fi" href="https://fi.gravatar.com/" /><link rel="alternate" hreflang="fr" href="https://fr.gravatar.com/" /><link rel="alternate" hreflang="ga" href="https://ga.gravatar.com/" /><link rel="alternate" hreflang="gl" href="https://gl.gravatar.com/" /><link rel="alternate" hreflang="he" href="https://he.gravatar.com/" /><link rel="alternate" hreflang="hu" href="https://hu.gravatar.com/" /><link rel="alternate" hreflang="id" href="https://id.gravatar.com/" /><link rel="alternate" hreflang="it" href="https://it.gravatar.com/" /><link rel="alternate" hreflang="ja" href="https://ja.gravatar.com/" /><link rel="alternate" hreflang="ka" href="https://ka.gravatar.com/" /><link rel="alternate" hreflang="km" href="https://km.gravatar.com/" /><link rel="alternate" hreflang="kn" href="https://kn.gravatar.com/" /><link rel="alternate" hreflang="ko" href="https://ko.gravatar.com/" /><link rel="alternate" hreflang="lt" href="https://lt.gravatar.com/" /><link rel="alternate" hreflang="ms" href="https://ms.gravatar.com/" /><link rel="alternate" hreflang="nb" href="https://nb.gravatar.com/" /><link rel="alternate" hreflang="nl" href="https://nl.gravatar.com/" /><link rel="alternate" hreflang="oc" href="https://oc.gravatar.com/" /><link rel="alternate" hreflang="pl" href="https://pl.gravatar.com/" /><link rel="alternate" hreflang="pt" href="https://pt.gravatar.com/" /><link rel="alternate" hreflang="ro" href="https://ro.gravatar.com/" /><link rel="alternate" hreflang="ru" href="https://ru.gravatar.com/" /><link rel="alternate" hreflang="sk" href="https://sk.gravatar.com/" /><link rel="alternate" hreflang="sl" href="https://sl.gravatar.com/" /><link rel="alternate" hreflang="sq" href="https://sq.gravatar.com/" /><link rel="alternate" hreflang="sr" href="https://sr.gravatar.com/" /><link rel="alternate" hreflang="sv" href="https://sv.gravatar.com/" /><link rel="alternate" hreflang="skr" href="https://skr.gravatar.com/" /><link rel="alternate" hreflang="th" href="https://th.gravatar.com/" /><link rel="alternate" hreflang="tr" href="https://tr.gravatar.com/" /><link rel="alternate" hreflang="uk" href="https://uk.gravatar.com/" /><link rel="alternate" hreflang="ur" href="https://ur.gravatar.com/" /><link rel="alternate" hreflang="vi" href="https://vi.gravatar.com/" /><link rel="alternate" hreflang="zh" href="https://cn.gravatar.com/" /><link rel="alternate" hreflang="x-default" href="https://gravatar.com/site/translations/" /><link rel='stylesheet' id='core-css' href='/css/core/core.css?ver=36c12d3c81616ee3c27c' media='all' /> <link rel='stylesheet' id='homepage-css' href='/css/homepage/homepage.css?ver=189bb9c34f3792ed183a' media='all' /> <script id='gravatar-error-handler-js-after' nonce='dcb9407603dd'> let debounceTimer; window._errorHandler = function (message, source, lineno, colno, error) { const errorData = { message: message, source: source, lineno: lineno, type: error?.name, colno: colno, errorStack: error ? error.stack.split("\n").map(line => line.trim()) : [], userAgent: navigator.userAgent, url: window?.location?.href, platform: navigator?.platform, language: navigator?.language, }; // Clear the existing debounce timer clearTimeout(debounceTimer); // Set a new debounce timer debounceTimer = setTimeout(() => { // Send the error data to an endpoint fetch('https://api.gravatar.com/v2/errors/log', { method: 'POST', headers: { 'Content-Type': 'application/json', }, body: JSON.stringify(errorData), }); }, 300); } window.onerror = window._errorHandler; </script> <script src='/js/core/core.js?ver=dd9bc8b4bb73687a35c8' id='core-js' crossorigin='anonymous'></script> <script src='/js/homepage/homepage.js?ver=3cd9b913a55e37111242' id='homepage-js' crossorigin='anonymous'></script> <script id='gravatar-home-tracks-js-after' nonce='dcb9407603dd'> document.addEventListener( 'DOMContentLoaded', () => { if ( window.gravatar && window.gravatar.recordTrackEvent ) { window.gravatar.recordTrackEvent( 'gravatar_page_view', { path: '/' } ); } } ); </script> <script id='gravatar-view-profile-tracks-js-after' nonce='dcb9407603dd'> document.addEventListener( 'DOMContentLoaded', () => { if ( ! window.gravatar || ! window.gravatar.recordTrackEvent ) { return; } const cookies = document.cookie.split( ';' ); for ( let i = 0; i < cookies.length; i++ ) { const cookie = cookies[i].trim(); if ( cookie.indexOf( 'tracks-email-verify' ) === 0 ) { document.cookie = 'tracks-email-verify=; Path=/; Domain=.gravatar.com; Expires=Thu, 01 Jan 1970 00:00:01 GMT'; window.gravatar.recordTrackEvent( 'gravatar_email_verified' ); } } } ); </script> </head> <body id="page" class="feature-account-settings is-unauthenticated"> <div id="unified-header"> <nav class="site-nav"> <ul class="g-main-nav"> <li class="g-main-nav__logo"> <a href="https://gravatar.com/" class="g-home" aria-label="Homepage"> <svg class="g-logo g-logo--name-gravatar" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 146 27" role="presentation" aria-hidden="true"> <path class="g-fill-brand" d="M10.8 2.699v9.45a2.699 2.699 0 005.398 0V5.862a8.101 8.101 0 11-8.423 1.913 2.702 2.702 0 00-3.821-3.821A13.5 13.5 0 1013.499 0 2.699 2.699 0 0010.8 2.699z"></path> <path class="gravatar-logo-text" d="M46.109 24.138c2.246 0 4.445-.537 6.595-1.612.326-.154.59-.39.792-.706.202-.317.302-.677.302-1.08v-6.538c0-.384-.134-.71-.403-.979a1.333 1.333 0 00-.979-.403h-5.674c-.326 0-.604.115-.835.346-.23.23-.345.508-.345.835 0 .326.115.605.345.835.23.23.509.346.835.346h4.752v5.212a10.393 10.393 0 01-5.04 1.268c-1.612 0-3.01-.341-4.19-1.023a6.89 6.89 0 01-2.707-2.793c-.624-1.181-.936-2.52-.936-4.018 0-1.632.331-3.038.993-4.22a6.635 6.635 0 012.75-2.692c1.172-.614 2.487-.922 3.946-.922 1.056 0 2.036.135 2.938.404.902.268 1.805.672 2.707 1.21.192.095.394.143.605.143.365 0 .658-.115.878-.345.221-.23.332-.51.332-.836 0-.23-.058-.441-.173-.633a1.013 1.013 0 00-.403-.403 14.434 14.434 0 00-3.24-1.527c-1.124-.365-2.434-.547-3.932-.547-1.862 0-3.556.432-5.083 1.296-1.526.864-2.731 2.083-3.614 3.658C36.442 9.988 36 11.793 36 13.828c0 1.997.422 3.778 1.267 5.342a9.095 9.095 0 003.571 3.658c1.536.874 3.293 1.31 5.27 1.31zm12.33-.144c.365 0 .677-.124.936-.374s.389-.557.389-.922v-8.755a5.837 5.837 0 011.93-1.857 4.912 4.912 0 012.534-.677h.144c.384 0 .7-.115.95-.346.25-.23.374-.528.374-.893 0-.364-.12-.672-.36-.921a1.205 1.205 0 00-.907-.375h-.144c-1.67 0-3.177.903-4.521 2.708v-1.239c0-.365-.13-.677-.39-.936a1.276 1.276 0 00-.935-.389c-.365 0-.672.13-.922.39-.25.258-.374.57-.374.935v12.355c0 .365.125.672.374.922.25.25.557.374.922.374zm12.578.144c2.189 0 3.994-.73 5.415-2.188v.748c0 .365.124.672.374.922s.557.374.922.374c.364 0 .676-.124.936-.374.259-.25.388-.557.388-.922v-8.15c0-.998-.216-1.925-.648-2.78-.432-.854-1.104-1.55-2.016-2.087-.912-.538-2.03-.807-3.355-.807-1.69 0-3.35.346-4.982 1.037-.5.211-.749.576-.749 1.095 0 .307.106.566.317.777.211.211.46.317.749.317.096 0 .22-.02.374-.058.691-.23 1.32-.403 1.886-.518a9.818 9.818 0 011.944-.173c1.325 0 2.3.279 2.924.835.624.557.936 1.47.936 2.736v.23h-3.485c-2.17 0-3.816.423-4.94 1.268-1.123.845-1.684 1.978-1.684 3.398 0 .864.211 1.628.633 2.29a4.088 4.088 0 001.714 1.512c.72.346 1.502.518 2.347.518zm.98-2.304c-1.095 0-1.877-.21-2.348-.633-.47-.423-.705-.98-.705-1.67 0-1.517 1.45-2.276 4.348-2.276h3.14v2.42a6.805 6.805 0 01-1.988 1.54 5.207 5.207 0 01-2.448.62zm15.803 2.16c.346 0 .663-.1.95-.302.289-.202.5-.456.634-.763l5.012-11.981a1.61 1.61 0 00.144-.605c0-.365-.125-.677-.375-.936a1.23 1.23 0 00-.921-.389c-.25 0-.485.072-.706.216-.22.144-.38.322-.475.533l-4.407 11.175L83.25 9.767a1.257 1.257 0 00-.475-.533 1.27 1.27 0 00-.706-.216c-.365 0-.672.13-.921.39-.25.258-.375.57-.375.935 0 .173.048.375.144.605l5.011 11.98c.135.308.346.562.634.764.288.202.605.302.95.302h.288zm12.435.144c2.189 0 3.993-.73 5.414-2.188v.748c0 .365.125.672.375.922s.556.374.921.374.677-.124.936-.374c.26-.25.389-.557.389-.922v-8.15c0-.998-.216-1.925-.648-2.78-.432-.854-1.104-1.55-2.016-2.087-.912-.538-2.03-.807-3.355-.807-1.69 0-3.35.346-4.983 1.037-.499.211-.748.576-.748 1.095 0 .307.105.566.316.777.212.211.461.317.75.317.095 0 .22-.02.374-.058.69-.23 1.32-.403 1.886-.518a9.818 9.818 0 011.944-.173c1.325 0 2.3.279 2.923.835.624.557.936 1.47.936 2.736v.23h-3.485c-2.17 0-3.816.423-4.939 1.268-1.123.845-1.685 1.978-1.685 3.398 0 .864.212 1.628.634 2.29a4.088 4.088 0 001.714 1.512c.72.346 1.502.518 2.347.518zm.979-2.304c-1.094 0-1.877-.21-2.347-.633-.47-.423-.706-.98-.706-1.67 0-1.517 1.45-2.276 4.349-2.276h3.14v2.42a6.805 6.805 0 01-1.988 1.54 5.207 5.207 0 01-2.448.62zm15.286 2.304c.844 0 1.641-.172 2.39-.518.442-.23.662-.566.662-1.008a.977.977 0 00-.316-.734 1.015 1.015 0 00-.72-.303c-.135 0-.245.01-.332.029a9.58 9.58 0 00-.244.058 3.991 3.991 0 01-1.152.172c-.538 0-.984-.1-1.34-.302-.355-.202-.532-.677-.532-1.426V11.41h3.254c.326 0 .595-.11.806-.331.212-.221.317-.485.317-.792 0-.327-.105-.596-.317-.807a1.092 1.092 0 00-.806-.317h-3.254V6.858a.578.578 0 00-.159-.403.507.507 0 00-.389-.173c-.153 0-.316.087-.49.26l-3.916 3.83c-.173.134-.26.298-.26.49 0 .153.054.283.16.388a.529.529 0 00.388.159h2.045v8.928c0 2.534 1.401 3.801 4.205 3.801zm8.776 0c2.19 0 3.994-.73 5.415-2.188v.748c0 .365.125.672.374.922.25.25.557.374.922.374s.677-.124.936-.374.389-.557.389-.922v-8.15c0-.998-.216-1.925-.648-2.78-.432-.854-1.104-1.55-2.016-2.087-.912-.538-2.03-.807-3.356-.807-1.69 0-3.35.346-4.982 1.037-.5.211-.749.576-.749 1.095 0 .307.106.566.317.777.211.211.46.317.749.317.096 0 .22-.02.374-.058.691-.23 1.32-.403 1.887-.518a9.818 9.818 0 011.944-.173c1.324 0 2.299.279 2.923.835.624.557.936 1.47.936 2.736v.23h-3.485c-2.17 0-3.816.423-4.94 1.268-1.122.845-1.684 1.978-1.684 3.398 0 .864.211 1.628.634 2.29a4.088 4.088 0 001.713 1.512c.72.346 1.503.518 2.347.518zm.98-2.304c-1.095 0-1.877-.21-2.348-.633-.47-.423-.705-.98-.705-1.67 0-1.517 1.45-2.276 4.349-2.276h3.139v2.42a6.805 6.805 0 01-1.987 1.54 5.207 5.207 0 01-2.448.62zm11.858 2.16c.365 0 .677-.124.936-.374.26-.25.389-.557.389-.922v-8.755a5.837 5.837 0 011.93-1.857 4.912 4.912 0 012.534-.677h.144c.384 0 .7-.115.95-.346.25-.23.375-.528.375-.893 0-.364-.12-.672-.36-.921a1.205 1.205 0 00-.908-.375h-.144c-1.67 0-3.177.903-4.521 2.708v-1.239c0-.365-.13-.677-.389-.936a1.276 1.276 0 00-.936-.389c-.365 0-.672.13-.922.39-.25.258-.374.57-.374.935v12.355c0 .365.125.672.374.922.25.25.557.374.922.374z"></path> </svg> </a> </li> <li class="g-main-nav__menu"> <ul class="g-main-nav__menu-items"> <li> <a href="https://docs.gravatar.com/">Developers</a> </li> <li> <a href="https://support.gravatar.com/">Support</a> </li> <li> <a href="https://blog.gravatar.com" target="_blank">Blog</a> </li> </ul> </li> </ul> <ul class="user-nav"> <li> <a href="https://gravatar.com/connect/" id="g-login-cta" class="g-button g-button--is-outline g-button--login"> Log in </a> </li> <li > <a href="https://gravatar.com/connect/?gravatar_from=signup" id="g-signup-cta" class="g-button g-button--signup"> Get Started Now </a> </li> </ul> <button class="g-mobile-menu"> <svg class="g-mobile-menu__open" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5 5H19V6.5H5V5Z" fill="#101517"/> <path d="M5 11.25H19V12.75H5V11.25Z" fill="#101517"/> <path d="M19 17.5H5V19H19V17.5Z" fill="#101517"/> </svg> <svg class="g-mobile-menu__close" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5.40456 5L19 19M5 19L18.5954 5" stroke="#1E1E1E" stroke-width="1.5"/> </svg> </button> </nav> </div> <!-- Home page start --> <section class="g-section g-section--hero g-is-text-light"> <div class="g-wrapper"> <div class="g-columns g-columns--align-middle"> <div class="g-content g-wrapper g-wrapper--has-content"> <h1 class="g-brand g-has-huge-font-size"> Your Free Profile For <span class="g-no-orphan">The Web</span> </h1> <p>Transform your email address into your digital passport – one avatar, one bio, social connections, <span class="g-no-orphan">and verified links.</span></p> <a class="g-button g-has-chevron" href="https://gravatar.com/connect">Get Started Now</a> </div> <div class="g-hero-cards"> <img class="g-hero-cards__card" src="/images/homepage/card-joe.png" alt="Joe Casabona" data-background="linear-gradient(38.51deg, #9D864F -2.95%, #B8B894 48.52%, #E6D89A 100%)" /> <img class="g-hero-cards__card" src="/images/homepage/card-sofia.png" alt="Sofia Marinos" data-background="linear-gradient(203.78deg, #4E4E4E -6.01%, #9D9D9D 100%)" /> <img class="g-hero-cards__card" src="/images/homepage/card-tina.png" alt="Tina Wells" data-background="linear-gradient(40.06deg, #9D864F -0.64%, #C29A66 49.68%, #EDDCCD 100%)" /> <img class="g-hero-cards__card" src="/images/homepage/card-jessica.png" alt="Jessica Lee" data-background="linear-gradient(40.06deg, #858EA1 -0.64%, #B0B698 49.68%, #B7D8E7 100%)" /> <img class="g-hero-cards__card" src="/images/homepage/card-ethan.png" alt="Ethan Clark" data-background="linear-gradient(40.06deg, #CCBFA3 -0.64%, #BC885E 42.77%, #BC885E 100%)" /> <img class="g-hero-cards__card-placeholder" src="/images/homepage/card-placeholder.png" alt="" /> </div> </div> </div> </section> <section class="g-section g-is-style-white g-section--short"> <div class="g-wrapper g-logos"> <p>Gravatar is used by</p> <!-- Logo strip start --> <div class="g-logo-group" role="presentation" aria-hidden="true"> <div class="g-logo"> <svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"> <path d="M60 30C60 13.47 46.53 0 30 0C13.44 0 0 13.47 0 30C0 46.56 13.44 60 30 60C46.53 60 60 46.56 60 30ZM23.34 46.11L13.11 18.66C14.76 18.6 16.62 18.42 16.62 18.42C18.12 18.24 17.94 15.03 16.44 15.09C16.44 15.09 12.09 15.42 9.33 15.42C8.79 15.42 8.22 15.42 7.59 15.39C12.36 8.07 20.61 3.33 30 3.33C36.99 3.33 43.35 5.94 48.15 10.35C46.11 10.02 43.2 11.52 43.2 15.09C43.2 17.31 44.55 19.17 45.9 21.39C46.95 23.22 47.55 25.47 47.55 28.77C47.55 33.24 43.35 43.77 43.35 43.77L34.26 18.66C35.88 18.6 36.72 18.15 36.72 18.15C38.22 18 38.04 14.4 36.54 14.49C36.54 14.49 32.22 14.85 29.4 14.85C26.79 14.85 22.41 14.49 22.41 14.49C20.91 14.4 20.73 18.09 22.23 18.15L24.99 18.39L28.77 28.62L23.34 46.11ZM52.23 30C52.95 28.08 54.45 24.39 53.52 17.25C55.62 21.12 56.67 25.38 56.67 30C56.67 39.87 51.48 48.72 43.47 53.34C46.38 45.57 49.29 37.74 52.23 30ZM18.3 54.27C9.36 49.95 3.33 40.59 3.33 30C3.33 26.1 4.02 22.56 5.49 19.23C9.75 30.9 14.01 42.6 18.3 54.27ZM30.39 34.38L38.13 55.32C35.55 56.19 32.85 56.67 30 56.67C27.63 56.67 25.29 56.34 23.13 55.68C25.56 48.54 27.99 41.46 30.39 34.38Z"/> </svg> <div class="g-logo__name">WordPress</div> </div> <div class="g-logo"> <svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M30 0C13.4254 0 0 13.7632 0 30.7547C0 44.3479 8.60037 55.8644 20.5157 59.9424C22.0074 60.2256 22.5599 59.2816 22.5599 58.4509C22.5599 57.7146 22.5414 55.7889 22.523 53.2213C14.1805 55.0715 12.4125 49.1056 12.4125 49.1056C11.0497 45.5562 9.07919 44.5934 9.07919 44.5934C6.35359 42.6865 9.28177 42.7243 9.28177 42.7243C12.2836 42.9508 13.8858 45.896 13.8858 45.896C16.5562 50.597 20.9024 49.2377 22.6151 48.4448C22.8913 46.4624 23.6648 45.1031 24.512 44.329C17.8637 43.5739 10.8656 40.9307 10.8656 29.1499C10.8656 25.7894 12.0258 23.0519 13.9595 20.8996C13.6464 20.1067 12.6151 16.9915 14.2357 12.7625C14.2357 12.7625 16.7587 11.9318 22.4862 15.9154C24.8803 15.2357 27.4401 14.8959 30 14.877C32.5414 14.8959 35.1197 15.2357 37.5138 15.9154C43.2413 11.9318 45.7643 12.7625 45.7643 12.7625C47.4033 16.9915 46.372 20.1255 46.0589 20.8996C47.9742 23.0519 49.1344 25.7894 49.1344 29.1499C49.1344 40.9685 42.1179 43.555 35.4328 44.329C36.5009 45.273 37.477 47.161 37.477 50.0306C37.477 54.1464 37.4401 57.4503 37.4401 58.4698C37.4401 59.3005 37.9742 60.2445 39.5028 59.9424C51.418 55.8644 60 44.3479 60 30.7736C60 13.7631 46.5746 0 30 0Z"/> </svg> <div class="g-logo__name">GitHub</div> </div> <div class="g-logo"> <svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"> <path d="M12.6058 37.9157C12.6058 41.3848 9.77197 44.2186 6.30292 44.2186C2.83387 44.2186 0 41.3848 0 37.9157C0 34.4467 2.83387 31.6128 6.30292 31.6128H12.6058V37.9157Z"/> <path d="M15.782 37.9157C15.782 34.4467 18.6159 31.6128 22.0849 31.6128C25.554 31.6128 28.3878 34.4467 28.3878 37.9157V53.6974C28.3878 57.1665 25.554 60.0004 22.0849 60.0004C18.6159 60.0004 15.782 57.1665 15.782 53.6974V37.9157Z"/> <path d="M22.0849 12.6058C18.6159 12.6058 15.782 9.77197 15.782 6.30292C15.782 2.83387 18.6159 0 22.0849 0C25.554 0 28.3878 2.83387 28.3878 6.30292V12.6058H22.0849Z"/> <path d="M22.0847 15.7822C25.5537 15.7822 28.3876 18.6161 28.3876 22.0851C28.3876 25.5542 25.5537 28.3881 22.0847 28.3881H6.30292C2.83387 28.3881 0 25.5542 0 22.0851C0 18.6161 2.83387 15.7822 6.30292 15.7822H22.0847Z"/> <path d="M47.3936 22.0851C47.3936 18.6161 50.2274 15.7822 53.6965 15.7822C57.1655 15.7822 59.9994 18.6161 59.9994 22.0851C59.9994 25.5542 57.1655 28.3881 53.6965 28.3881H47.3936V22.0851Z"/> <path d="M44.2184 22.0847C44.2184 25.5537 41.3845 28.3876 37.9155 28.3876C34.4464 28.3876 31.6125 25.5537 31.6125 22.0847V6.30292C31.6125 2.83387 34.4464 0 37.9155 0C41.3845 0 44.2184 2.83387 44.2184 6.30292V22.0847Z"/> <path d="M37.9152 47.3936C41.3843 47.3936 44.2182 50.2274 44.2182 53.6965C44.2182 57.1655 41.3843 59.9994 37.9152 59.9994C34.4462 59.9994 31.6123 57.1655 31.6123 53.6965V47.3936H37.9152Z"/> <path d="M37.9155 44.2186C34.4464 44.2186 31.6125 41.3848 31.6125 37.9157C31.6125 34.4467 34.4464 31.6128 37.9155 31.6128H53.6972C57.1663 31.6128 60.0001 34.4467 60.0001 37.9157C60.0001 41.3848 57.1663 44.2186 53.6972 44.2186H37.9155Z"/> </svg> <div class="g-logo__name">Slack</div> </div> <div class="g-logo"> <svg width="59" height="60" viewBox="0 0 59 60" xmlns="http://www.w3.org/2000/svg"> <path d="M55.1245 24.5526C55.7933 22.5323 56.0246 20.3921 55.803 18.275C55.5813 16.1578 54.9119 14.1125 53.8393 12.2757C52.2492 9.49922 49.8212 7.30106 46.9055 5.99807C43.9897 4.69507 40.7367 4.35458 37.6156 5.02567C35.8424 3.04709 33.5815 1.57136 31.0598 0.746716C28.5381 -0.077929 25.8445 -0.222462 23.2495 0.327634C20.6546 0.87773 18.2496 2.10309 16.2761 3.88064C14.3026 5.65819 12.8301 7.92534 12.0065 10.4544C9.92722 10.8821 7.96286 11.7501 6.24473 13.0004C4.5266 14.2506 3.09428 15.8544 2.0435 17.7044C0.436115 20.4762 -0.250868 23.689 0.0818644 26.8782C0.414597 30.0675 1.7498 33.0679 3.89445 35.4458C3.22321 37.4652 2.98959 39.605 3.20922 41.7222C3.42884 43.8394 4.09665 45.8851 5.16796 47.7225C6.76008 50.5 9.19016 52.6987 12.108 54.0016C15.0258 55.3046 18.2807 55.6447 21.4036 54.9728C22.8124 56.5642 24.5434 57.8357 26.481 58.7026C28.4186 59.5695 30.5184 60.0117 32.6399 59.9998C35.839 60.0027 38.9563 58.9859 41.5417 57.096C44.1272 55.2061 46.0471 52.541 47.0244 49.4853C49.1035 49.0568 51.0676 48.1885 52.7856 46.9383C54.5036 45.688 55.9361 44.0846 56.9875 42.2351C58.5758 39.4673 59.251 36.2666 58.9164 33.0907C58.5818 29.9148 57.2546 26.9261 55.1245 24.5526ZM32.6399 56.0728C30.0199 56.0769 27.4821 55.1558 25.4714 53.4708L25.825 53.2698L37.7335 46.3743C38.0299 46.1999 38.2759 45.9512 38.4475 45.6526C38.6191 45.354 38.7103 45.0157 38.7122 44.6711V27.8289L43.7464 30.7503C43.7713 30.763 43.7929 30.7814 43.8093 30.804C43.8258 30.8265 43.8367 30.8527 43.8411 30.8803V44.8368C43.8348 47.8149 42.6526 50.6691 40.5534 52.7749C38.4541 54.8807 35.6087 56.0665 32.6399 56.0728ZM8.56358 45.7593C7.24962 43.4834 6.77785 40.8155 7.23125 38.2251L7.58514 38.4381L19.5053 45.3336C19.8003 45.5072 20.136 45.5987 20.478 45.5987C20.82 45.5987 21.1558 45.5072 21.4507 45.3336L36.0121 36.9123V42.7433C36.0108 42.7735 36.0026 42.8031 35.9883 42.8297C35.974 42.8563 35.9538 42.8793 35.9294 42.8971L23.8677 49.8753C21.2935 51.3628 18.2362 51.7649 15.3668 50.9932C12.4974 50.2214 10.0506 48.3391 8.56358 45.7593ZM5.4274 19.7389C6.75046 17.4483 8.8388 15.7012 11.3227 14.8069V28.9999C11.3182 29.3427 11.4055 29.6805 11.5756 29.978C11.7456 30.2755 11.9921 30.5218 12.2894 30.6911L26.78 39.0768L21.7456 41.9981C21.7183 42.0126 21.6879 42.0202 21.6571 42.0202C21.6262 42.0202 21.5959 42.0126 21.5686 41.9981L9.53055 35.0318C6.96125 33.5379 5.08684 31.0834 4.31779 28.206C3.54874 25.3286 3.94774 22.2628 5.4274 19.6799V19.7389ZM46.7886 29.3784L32.2509 20.9099L37.2737 17.9999C37.3009 17.9854 37.3313 17.9778 37.3622 17.9778C37.393 17.9778 37.4234 17.9854 37.4506 17.9999L49.4887 24.9781C51.3293 26.0435 52.8298 27.6121 53.815 29.5009C54.8003 31.3896 55.2295 33.5205 55.0528 35.6448C54.876 37.7691 54.1005 39.7992 52.8167 41.4979C51.5329 43.1967 49.7939 44.494 47.8027 45.2386V31.0456C47.7923 30.7033 47.6933 30.3696 47.5155 30.0772C47.3376 29.7849 47.0873 29.5442 46.7886 29.3784ZM51.7997 21.8206L51.4458 21.6076L39.5493 14.6531C39.2526 14.4785 38.9147 14.3864 38.5706 14.3864C38.2265 14.3864 37.8887 14.4785 37.5919 14.6531L23.0427 23.0741V17.2434C23.0396 17.2137 23.0446 17.1838 23.057 17.1567C23.0695 17.1297 23.089 17.1065 23.1135 17.0896L35.1516 10.1232C36.9966 9.05696 39.1061 8.53976 41.2333 8.63206C43.3606 8.72436 45.4177 9.42234 47.1641 10.6444C48.9104 11.8664 50.2738 13.5619 51.0947 15.5327C51.9157 17.5035 52.1603 19.668 51.7999 21.7731L51.7997 21.8206ZM20.2951 32.1573L15.2609 29.2479C15.2357 29.2326 15.2141 29.2121 15.1978 29.1876C15.1814 29.1631 15.1706 29.1353 15.1662 29.1061V15.1854C15.1689 13.0498 15.7777 10.9592 16.9213 9.15791C18.0649 7.35662 19.696 5.91914 21.624 5.01352C23.552 4.1079 25.6972 3.77158 27.8087 4.04387C29.9203 4.31617 31.9109 5.18583 33.5478 6.55117L33.194 6.75242L21.2857 13.6474C20.9894 13.8218 20.7433 14.0705 20.5717 14.3691C20.4001 14.6677 20.3089 15.006 20.3071 15.3506L20.2951 32.1573ZM23.0305 26.2439L29.5152 22.4944L36.0121 26.2439V33.7423L29.5389 37.4916L23.0425 33.7423L23.0305 26.2439Z"/> </svg> <div class="g-logo__name">OpenAI</div> </div> <div class="g-logo"> <svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"> <path d="M17.2537 28.0006C16.981 27.6371 16.4355 27.4551 15.981 27.4551C15.6175 27.5461 15.2537 27.8188 15.072 28.1823L0.162871 58.0916C-0.200754 58.7278 0.0719465 59.5461 0.708322 59.8188C0.890147 59.9098 1.07197 60.0006 1.25377 60.0006H22.072C22.5265 60.0006 23.072 59.7278 23.2537 59.2733C27.6175 50.2733 24.8902 36.1826 17.2537 28.0006Z"/> <path d="M59.8897 58.091C59.6169 57.5455 31.8897 2.09095 31.2532 0.727324C31.0714 0.363674 30.7077 0.0909 30.2532 0H30.1624C29.7077 0 29.2532 0.272774 28.9804 0.727324C21.4349 12.6364 20.6169 27 26.7077 39.1818L36.7077 59.2728C36.8897 59.7273 37.3442 60 37.8897 60H58.7077C59.4349 60 59.9804 59.4545 59.9804 58.7272C59.9804 58.4545 59.9804 58.2728 59.8897 58.091Z"/> </svg> <div class="g-logo__name">Atlassian</div> </div> <div class="g-logo"> <svg width="26" height="24" viewBox="0 0 26 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13.5 11.5C13.5 10.5717 13.8687 9.6815 14.5251 9.02513C15.1815 8.36875 16.0717 8 17 8C17.9283 8 18.8185 8.36875 19.4749 9.02513C20.1313 9.6815 20.5 10.5717 20.5 11.5C20.5 12.4283 20.1313 13.3185 19.4749 13.9749C18.8185 14.6313 17.9283 15 17 15C16.0717 15 15.1815 14.6313 14.5251 13.9749C13.8687 13.3185 13.5 12.4283 13.5 11.5Z" /> <path d="M6.5 18.5C6.5 17.5717 6.86875 16.6815 7.52513 16.0251C8.1815 15.3687 9.07174 15 10 15H13.5V18.5C13.5 19.4283 13.1313 20.3185 12.4749 20.9749C11.8185 21.6313 10.9283 22 10 22C9.07174 22 8.1815 21.6313 7.52513 20.9749C6.86875 20.3185 6.5 19.4283 6.5 18.5V18.5Z" /> <path d="M13.5 1V8H17C17.9283 8 18.8185 7.63125 19.4749 6.97487C20.1313 6.3185 20.5 5.42826 20.5 4.5C20.5 3.57174 20.1313 2.6815 19.4749 2.02513C18.8185 1.36875 17.9283 1 17 1L13.5 1Z" /> <path d="M6.5 4.5C6.5 5.42826 6.86875 6.3185 7.52513 6.97487C8.1815 7.63125 9.07174 8 10 8H13.5V1H10C9.07174 1 8.1815 1.36875 7.52513 2.02513C6.86875 2.6815 6.5 3.57174 6.5 4.5V4.5Z" /> <path d="M6.5 11.5C6.5 12.4283 6.86875 13.3185 7.52513 13.9749C8.1815 14.6313 9.07174 15 10 15H13.5V8H10C9.07174 8 8.1815 8.36875 7.52513 9.02513C6.86875 9.6815 6.5 10.5717 6.5 11.5V11.5Z" /> </svg> <div class="g-logo__name">Figma</div> </div> <div class="g-logo"> <svg width="57" height="60" viewBox="0 0 57 60" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_1359_3575)"> <path d="M42.8771 28.3543C43.3193 28.3015 43.7429 28.2992 44.1294 28.3543C44.354 27.8423 44.3933 26.9607 44.1896 25.9987C43.8887 24.5707 43.4813 23.7075 42.641 23.8406C41.8007 23.9761 41.7683 25.0092 42.0693 26.4372C42.2382 27.2408 42.5392 27.9273 42.8748 28.352L42.8771 28.3543Z"/> <path d="M35.6551 29.4834C36.2569 29.7451 36.6273 29.9196 36.7708 29.7681C36.8634 29.6739 36.8356 29.4926 36.6921 29.2607C36.3958 28.7808 35.7847 28.2918 35.1365 28.0186C33.8102 27.4515 32.2291 27.6398 31.0092 28.5099C30.6065 28.8015 30.2245 29.2079 30.2801 29.4535C30.2986 29.5339 30.3588 29.5936 30.5 29.6119C30.831 29.6487 31.993 29.0678 33.3287 28.9875C34.2731 28.9301 35.0532 29.2216 35.6551 29.4857V29.4834Z"/> <path d="M34.4422 30.1676C33.6574 30.2892 33.2269 30.5464 32.9491 30.7852C32.713 30.9895 32.5649 31.2168 32.5672 31.3775C32.5672 31.4532 32.6019 31.4969 32.6273 31.5198C32.6621 31.552 32.7061 31.568 32.757 31.568C32.9329 31.568 33.3311 31.4096 33.3311 31.4096C34.4213 31.0216 35.1412 31.0698 35.8542 31.1502C36.2477 31.1938 36.4352 31.2191 36.5209 31.0836C36.5463 31.0446 36.5764 30.9619 36.4977 30.8357C36.3149 30.5395 35.5232 30.0413 34.4422 30.1676Z"/> <path d="M40.4376 32.6839C40.97 32.9433 41.5556 32.8423 41.7477 32.4566C41.9399 32.0709 41.6621 31.5497 41.1297 31.2903C40.5973 31.0308 40.0116 31.1319 39.8195 31.5176C39.6297 31.9033 39.9051 32.4244 40.4376 32.6839Z"/> <path d="M43.8612 29.7178C43.4283 29.711 43.0695 30.1816 43.0602 30.7694C43.051 31.3571 43.3936 31.8392 43.8241 31.8484C44.257 31.8553 44.6158 31.3846 44.6251 30.7969C44.6343 30.2092 44.2917 29.727 43.8612 29.7178Z"/> <path d="M14.3563 40.2698C14.2359 40.2974 14.1017 40.3295 13.9535 40.3272C13.6364 40.3203 13.3656 40.1872 13.2151 39.9553C13.0183 39.6545 13.0299 39.2068 13.2475 38.6949C13.2776 38.626 13.3123 38.5502 13.3494 38.4653C13.6966 37.6939 14.2776 36.4013 13.6248 35.1707C13.1341 34.2432 12.3355 33.6669 11.3725 33.5453C10.4489 33.4282 9.49751 33.768 8.89103 34.4315C7.93501 35.4784 7.78455 36.9018 7.96973 37.4069C8.03686 37.5906 8.14334 37.6434 8.21973 37.6525C8.38177 37.6732 8.62251 37.5561 8.77297 37.1543C8.78455 37.1245 8.79843 37.0809 8.81695 37.0235C8.88408 36.81 9.00908 36.4151 9.2151 36.0982C9.46279 35.7148 9.84705 35.4508 10.2984 35.3567C10.7591 35.258 11.229 35.3452 11.6225 35.6023C12.2915 36.0363 12.5507 36.8513 12.2637 37.6296C12.1156 38.0314 11.8748 38.8005 11.9281 39.4318C12.0345 40.7106 12.8285 41.2226 13.5392 41.2777C14.2313 41.303 14.7151 40.9173 14.8378 40.6372C14.9095 40.4696 14.8494 40.3685 14.81 40.3249C14.7035 40.1918 14.5253 40.2331 14.354 40.2721L14.3563 40.2698Z"/> <path d="M54.7708 37.9873C54.7453 37.8955 54.5717 37.2733 54.3379 36.5226C54.1018 35.7718 53.8588 35.2438 53.8588 35.2438C54.8055 33.8387 54.8217 32.5829 54.6967 31.8711C54.5625 30.9895 54.1921 30.2365 53.4467 29.4605C52.7014 28.6845 51.1736 27.8878 49.0301 27.2909C48.7847 27.222 47.9768 27.0016 47.9051 26.981C47.9004 26.935 47.8449 24.3499 47.7963 23.2387C47.7615 22.4375 47.6921 21.1839 47.2986 19.951C46.831 18.2819 46.0185 16.8195 45.0023 15.8851C47.8055 13.0038 49.5555 9.82859 49.5509 7.1057C49.5439 1.86884 43.0578 0.284701 35.0671 3.56548C35.0578 3.57008 33.3865 4.27261 33.375 4.2795C33.368 4.27261 30.3148 1.30177 30.2685 1.26044C21.1527 -6.62354 -7.33568 24.7815 1.77311 32.4084L3.76385 34.0798C3.24765 35.4068 3.04395 36.9266 3.21061 38.5613C3.42358 40.6597 4.51617 42.6732 6.28469 44.2275C7.96524 45.7037 10.1736 46.6381 12.3171 46.6358C15.8611 54.7356 23.9606 59.7062 33.456 59.9862C43.6412 60.287 52.1921 55.546 55.7731 47.0307C56.0069 46.4338 57.0023 43.7407 57.0023 41.3645C57.0023 38.9883 55.6412 37.985 54.7731 37.985L54.7708 37.9873ZM13.0972 44.3629C12.787 44.4157 12.4722 44.4364 12.1527 44.4295C9.07635 44.3468 5.75228 41.601 5.42358 38.3432C5.05784 34.7433 6.91432 31.9722 10.199 31.3155C10.5926 31.2375 11.0671 31.1916 11.5787 31.2191C13.4189 31.3201 16.1296 32.7206 16.75 36.697C17.2986 40.2189 16.4282 43.8027 13.0995 44.3675L13.0972 44.3629ZM9.662 29.1597C7.61802 29.5546 5.81478 30.7025 4.71293 32.2913C4.05321 31.7472 2.82635 30.6911 2.61108 30.2801C0.851818 26.9672 4.53006 20.525 7.10182 16.8884C13.4537 7.89548 23.4027 1.09284 28.0092 2.32572C28.7569 2.53694 31.2384 5.3884 31.2384 5.3884C31.2384 5.3884 26.6342 7.92073 22.3657 11.4541C16.6134 15.846 12.2685 22.2308 9.66432 29.1597H9.662ZM21.3935 16.8516C23.6504 14.2642 26.4305 12.0142 28.9213 10.7492C29.0069 10.7056 29.0995 10.7974 29.0509 10.8824C28.8541 11.2382 28.4722 11.9982 28.3518 12.5744C28.3333 12.664 28.4328 12.7329 28.5092 12.68C30.0578 11.6331 32.7546 10.5105 35.118 10.3658C35.2199 10.3589 35.2685 10.4898 35.1875 10.5495C34.8287 10.8227 34.4352 11.2015 34.1481 11.5849C34.0995 11.6492 34.1458 11.7433 34.2268 11.7433C35.8865 11.7548 38.2268 12.3311 39.7523 13.1805C39.8564 13.2379 39.7824 13.4354 39.6666 13.4101C37.3588 12.8844 33.581 12.4872 29.6574 13.4377C26.1551 14.2849 23.4814 15.5935 21.5301 17.0009C21.4305 17.072 21.3125 16.9435 21.3935 16.8516ZM54.875 42.1727C54.4328 44.8313 53.2939 46.9871 51.3796 48.973C50.2152 50.2174 48.7986 51.2987 47.1805 52.0862C46.3217 52.5339 45.4051 52.9219 44.4398 53.2341C37.2222 55.5713 29.8356 53.0022 27.456 47.483C27.2662 47.0674 27.1041 46.6335 26.9791 46.1789C25.9652 42.5423 26.8264 38.1779 29.5185 35.432C29.6852 35.2552 29.8541 35.0509 29.8541 34.7915C29.8541 34.5757 29.7152 34.3461 29.5949 34.1831C28.6527 32.8285 25.3889 30.5189 26.0439 26.0488C26.5139 22.8392 29.3449 20.5778 31.9861 20.711C32.2083 20.7224 32.4328 20.7362 32.6551 20.75C33.7986 20.8166 34.7963 20.9635 35.7384 21.0025C37.3148 21.0691 38.7314 20.8418 40.4097 19.4551C40.9768 18.9868 41.4305 18.5804 42.199 18.4518C42.2801 18.4381 42.4814 18.3669 42.8819 18.3853C43.2916 18.4059 43.6828 18.5184 44.0324 18.7503C45.3773 19.6388 45.5694 21.79 45.6389 23.3627C45.6782 24.2604 45.787 26.4345 45.8264 27.059C45.912 28.4847 46.2893 28.6868 47.0555 28.937C47.4861 29.0771 47.8842 29.1827 48.4745 29.3457C50.2569 29.8416 51.3125 30.3444 51.9768 30.9918C52.375 31.3959 52.5578 31.8252 52.6157 32.2339C52.8264 33.7537 51.4259 35.6318 47.7199 37.3376C43.6689 39.2018 38.7546 39.6748 35.3611 39.2982C35.0995 39.2684 34.1759 39.1651 34.1713 39.1651C31.456 38.8023 29.9051 42.2829 31.537 44.6683C32.5879 46.2042 35.449 47.2052 38.3125 47.2052C44.8773 47.2052 49.9213 44.4249 51.7986 42.0257C51.8541 41.9546 51.8611 41.9454 51.949 41.8145C52.0416 41.6768 51.9652 41.601 51.8495 41.6791C50.3171 42.7191 43.5046 46.8516 36.2199 45.6073C36.2199 45.6073 35.3356 45.4626 34.5277 45.1504C33.8865 44.9024 32.5416 44.2894 32.3773 42.9211C38.2569 44.7234 41.9583 43.0198 41.9583 43.0198C42.0254 42.9923 42.0717 42.9165 42.0625 42.8408C42.0532 42.7489 41.9699 42.68 41.8773 42.6892C41.8773 42.6892 37.0578 43.3964 32.5046 41.7433C33 40.1454 34.3194 40.7217 36.3125 40.8824C39.9051 41.0936 43.125 40.5747 45.5046 39.8975C47.5671 39.3097 50.2754 38.1526 52.3773 36.5065C53.0856 38.0516 53.3379 39.7528 53.3379 39.7528C53.3379 39.7528 53.8865 39.6564 54.3449 39.9365C54.7777 40.2005 55.0972 40.7515 54.8796 42.175L54.875 42.1727Z"/> </g> <defs> <clipPath> <rect width="57" height="60" fill="white"/> </clipPath> </defs> </svg> <div class="g-logo__name">Mailchimp</div> </div> <div class="g-logo"> <svg width="51" height="60" viewBox="0 0 51 60" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M42.6465 38.6768H47.9773V60H0V38.6768H5.33081V54.6692H42.6465V38.6768Z"/> <path d="M11.1401 37.0918L37.3217 42.5946L38.4222 37.3607L12.2407 31.8555L11.1401 37.0918ZM14.6047 24.5552L38.8579 35.8507L41.1172 31.0001L16.8635 19.7046L14.6047 24.5552ZM21.3157 12.6563L41.8771 29.7784L45.3014 25.6664L24.74 8.54481L21.3157 12.6563ZM34.5879 0L30.2942 3.19364L46.2614 24.6623L50.5552 21.4691L34.5879 0ZM10.6614 49.3381H37.3154V44.0073H10.6614V49.3381Z"/> </svg> <div class="g-logo__name">Stack Overflow</div> </div> <div class="g-logo"> <svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"> <path d="M30.0564 45.0017C21.7532 45.0017 15.0299 38.2876 15.0299 30C15.0299 21.7124 21.7566 15.0017 30.0564 15.0017C37.4944 15.0017 43.6706 20.4153 44.8606 27.5014H60C58.721 12.1004 45.8113 0 30.0564 0C13.4637 0 0 13.4384 0 30C0 46.5616 13.4637 60 30.0564 60C45.8113 60 58.7244 47.8996 60 32.4986H44.847C43.6569 39.5881 37.4944 45.0017 30.0564 45.0017Z"/> </svg> <div class="g-logo__name">Coinbase</div> </div> </div> <!-- Logo strip end --> </div> </section> <section class="g-section g-is-style-white" id="g-avatar-sync-animation" data-g-animation-delay="500" data-g-animation-step-duration="2000" data-g-image-paths="["https:\/\/0.gravatar.com\/avatar\/9f6b6fc1574b58473d17ca15aa1652b23760a72432c5d6aead475e4185212852?size=360","https:\/\/0.gravatar.com\/avatar\/6357b26bdd809f88a97b1c14af5b97d7fd082a08e1400f66eaba40cc6bd12e28?size=360","https:\/\/2.gravatar.com\/avatar\/dbf61f991c0abae6c28fbcc0b813492eb1665dde5f64ab46e2fe1c924cd084b7?size=360","https:\/\/1.gravatar.com\/avatar\/d0dea7177b2141973609a1adac244ce9843d70430350fff251144cb4d44968b4?size=360","https:\/\/1.gravatar.com\/avatar\/1b88e2359574638ca5791e3005fa97e46c1e0ba637271abef5c4ad7050e0f372?size=360","https:\/\/1.gravatar.com\/avatar\/ab2f92137780f33e81a092eb7bfb0ba934520b693e1cc832c36998c6554e4a7a?size=360","https:\/\/0.gravatar.com\/avatar\/cc287521a4af08e6dbabdf839ec3e30e5acbc2801cf994e14e64d9cf601410e4?size=360","https:\/\/0.gravatar.com\/avatar\/271ca94db672d877edfa51e0e4b827bc63836367ba1fec600c1d61704ba1b59c?size=360","https:\/\/0.gravatar.com\/avatar\/a4d6664cfe509b3da2352189662e151d34c63dec43d42ea61fda08dde8d9bf1a?size=360","https:\/\/1.gravatar.com\/avatar\/d15bc5916344f5037513bea3988efb78eee7a324682ca01b99d87a39f89ad3f3?size=360","https:\/\/2.gravatar.com\/avatar\/2026bb27f17932069674ea686f76ac7c1b61c6c542cbe61c86526dba6485cc83?size=360","https:\/\/1.gravatar.com\/avatar\/fef380ddc149e73ac68b6e0003321d50bfc22c40d96344611230a7ce69eda27f?size=360","https:\/\/1.gravatar.com\/avatar\/822767612b7ca877eaa7352271a9787c615bffaea1482ce088eda3d5a1b3196f?size=360","https:\/\/0.gravatar.com\/avatar\/b51812b9595e0110f892ac690f1c77d75b63b1004a5219567d4a97f872a9c74f?size=360","https:\/\/2.gravatar.com\/avatar\/8964c7d98fb7a917e2c0fd1713e73fad589880337320d70b27293702646709a8?size=360","https:\/\/1.gravatar.com\/avatar\/7be054ac552a31f284705148f7c6dcfc0a6c3fcd61f0847619dc495e32c52192?size=360","https:\/\/1.gravatar.com\/avatar\/590b252678518ba902111426ca059df2bcf0ce1e6b9f257199fdbd3caf4bf654?size=360","https:\/\/1.gravatar.com\/avatar\/4f615f4811330c1883eb440d6621e7c2bb8e4bbb610f74e1159d2973a0aea99f?size=360","https:\/\/0.gravatar.com\/avatar\/33252cd1f33526af53580fcb1736172f06e6716f32afdd1be19ec3096d15dea5?size=360"]"> <div class="g-wrapper"> <div class="g-columns g-columns--shift-left g-columns--align-middle"> <div> <div class="g-content g-wrapper g-wrapper--has-content"> <h2 class="g-brand g-has-grand-font-size"> Update Once, <span class="g-no-orphan">Sync Everywhere</span> </h2> <p> When you update your avatar or profile, your changes appear instantly across thousands of platforms. Save time and maintain a consistent online <span class="g-no-orphan">presence effortlessly.</span> </p> </div> </div> <div> <div class="g-browser-group" role="presentation" aria-hidden="true"> <div class="g-browser g-browser--name-trello"> <div class="g-browser__content"> <div class="g-browser__content__avatar g-browser__content__avatar--1"> <!-- prettier-ignore --> <span class="g-avatar"><span class="g-avatar__content"><span class="g-avatar__content__image"></span></span></span> </div> </div> </div> <div class="g-browser g-browser--name-github"> <div class="g-browser__content"> <div class="g-browser__content__avatar"> <!-- prettier-ignore --> <span class="g-avatar"><span class="g-avatar__content"><span class="g-avatar__content__image"></span></span></span> </div> </div> </div> <div class="g-browser g-browser--name-slack"> <div class="g-browser__content"> <div class="g-browser__content__avatar g-browser__content__avatar--1"> <!-- prettier-ignore --> <span class="g-avatar"><span class="g-avatar__content"><span class="g-avatar__content__image"></span></span></span> </div> </div> </div> </div> </div> </div> </div> </section> <section class="g-section g-is-style-white g-section--your-profile"> <img class="profile-background profile-background--01" src="/images/homepage/profile-bg-01.png" loading="lazy" alt="" /> <img class="profile-background profile-background--02" src="/images/homepage/profile-bg-02.png" loading="lazy" alt="" /> <div class="g-wrapper"> <div class="g-columns g-columns--shift-right g-columns--is-reversed"> <div class="g-content g-wrapper g-wrapper--has-content"> <h2 class="g-brand g-has-grand-font-size"> Your Profile, <span class="g-no-orphan">Your Way</span> </h2> <p>Share your social media profiles, portfolio, website, and other relevant links easily. Your Gravatar profile works like a digital business card — simple, elegant, and uniquely you. Perfect for <span class="g-no-orphan">your link-in-bio.</span></p> <a class="g-button g-has-chevron" href="https://gravatar.com/connect">Claim Your Free Profile</a> </div> <div> <img class="profile-card--large" src="/images/homepage/profile-tina-large.png" loading="lazy" alt="Tina Wells profile" /> <img class="profile-card--small" src="/images/homepage/profile-tina-small.png" loading="lazy" alt="Tina Wells profile" /> </div> </div> </div> </section> <section class="g-section g-section--multi-id g g-is-style-white"> <div class="g-wrapper"> <div class="g-columns g-columns--shift-left g-columns--align-middle"> <div class="g-content g-wrapper g-wrapper--has-content"> <h2 class="g-brand g-has-grand-font-size"> Manage <span class="g-no-orphan">Multiple Identities</span> </h2> <p>Gravatar links your identity to an email address, not your name. Seamlessly manage your work, personal, and <span class="g-no-orphan">anonymous profiles.</span></p> </div> <div> <div class="g-video-wrapper g-video-wrapper--large"> <video poster="/images/homepage/multi-identity-large-cover.png" preload="none" muted playsinline loop> <source src="https://s.gravatar.com/videos/homepage/multi-identity-large.mp4" type="video/mp4"> </video> </div> <div class="g-video-wrapper g-video-wrapper--small"> <video poster="/images/homepage/multi-identity-small-cover.png" preload="none" muted playsinline loop> <source src="https://s.gravatar.com/videos/homepage/multi-identity-small.mp4" type="video/mp4"> </video> </div> </div> </div> </div> </section> <section class="g-section g-section--privacy g-is-style-white"> <div class="g-wrapper"> <div class="g-columns g-columns--shift-right g-columns--is-reversed g-columns--align-middle"> <div class="g-content g-wrapper g-wrapper--has-content"> <h2 class="g-brand g-has-grand-font-size"> Privacy <span class="g-no-orphan">First Design</span> </h2> <p>You're in control. Make your profile private or choose what you share and when. With Gravatar, your data is yours <span class="g-no-orphan">and yours alone.</span></p> </div> <div> <div class="g-video-wrapper g-video-wrapper--large"> <video poster="images/homepage/profile-privacy-large-cover.png" preload="none" muted playsinline loop> <source src="https://s.gravatar.com/videos/homepage/profile-privacy-large.mp4" type="video/mp4"> </video> </div> <div class="g-video-wrapper g-video-wrapper--small"> <video poster="images/homepage/profile-privacy-small-cover.png" preload="none" muted playsinline loop> <source src="https://s.gravatar.com/videos/homepage/profile-privacy-small.mp4" type="video/mp4"> </video> </div> </div> </div> </div> </section> <section class="g-section g-is-style-black"> <div class="g-wrapper"> <div class="g-columns g-columns--shift-right g-columns--is-reversed g-columns--align-middle"> <div> <div class="g-content g-wrapper g-wrapper--has-content"> <h4 class="g-color-accent g-caps g-font-bold g-has-small-font-size"> <span class="g-icon g-icon--is-inline g-icon--position-left" role="presentation" aria-hidden="true"> <svg class="g-icon__content" viewbox="0 0 24 24"> <path d="M2 6c0-1.505.78-3.08 2-4 0 .845.69 2 2 2a3 3 0 013 3c0 .386-.08.752-.212 1.09.74.594 1.476 1.19 2.19 1.81L8.9 11.98a77.245 77.245 0 01-1.807-2.192C6.753 9.92 6.387 10 6 10c-2.21 0-4-1.79-4-4zm12.152 6.848l1.34-1.34A4.466 4.466 0 0017.5 12 4.5 4.5 0 0022 7.5c0-.725-.188-1.4-.493-2.007L18 9l-2-2 3.507-3.507A4.45 4.45 0 0017.5 3 4.5 4.5 0 0013 7.5c0 .725.188 1.4.493 2.007L3 20l2 2 6.848-6.848a68.733 68.733 0 005.977 5.45l1.425 1.148 1.5-1.5-1.15-1.425a68.392 68.392 0 00-5.448-5.977z" /></svg></span >PROFILES-AS-A-SERVICE </h4> <h2 class="g-brand g-has-grand-font-size">For Developers</h2> <p>Customize user experiences and bootstrap your community with verified user profiles, including avatars, social links, and more. Integrating Gravatar is effortless with our REST API, SDKs, and <span class="g-no-orphan">easy-to-follow tutorials.</span></p> <a class="g-button g-button--is-outline g-has-chevron" href="https://docs.gravatar.com/">Learn More About Our APIs</a> </div> </div> <div class="g-scroll-x"> <!-- Editor mockup start --> <div class="g-editor" role="presentation" aria-hidden="true"> <input class="g-hidden" id="g-editor-1" type="radio" name="g-editor" tabindex="-1" checked="" /> <input class="g-hidden" id="g-editor-2" type="radio" name="g-editor" tabindex="-1" /> <div class="g-editor-bar"> <label class="g-editor-bar__tab" for="g-editor-1">example.js</label> <label class="g-editor-bar__tab" for="g-editor-2">example.php</label> </div> <div class="g-editor-content"> <div class="g-editor-content__tab g-editor-content__tab--has-layout"> <div class="g-editor-content__tab__line-numbers">1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14</div> <pre class="g-editor-content__tab__code language-js"><code>const sha256 = require( 'js-sha256' ); function getGravatarURL( email ) { // Trim leading and trailing whitespace from // an email address and force all characters // to lower case const address = String( email ).trim().toLowerCase(); // Create a SHA256 hash of the final string const hash = sha256( address ); // Grab the actual image URL return `https://www.gravatar.com/avatar/${ hash }`; }</code></pre> </div> <div class="g-editor-content__tab"> <div class="g-editor-content__tab__line-numbers">1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12</div> <pre class="g-editor-content__tab__code language-php"><code>function get_gravatar_url( $email ) { // Trim leading and trailing whitespace from // an email address and force all characters // to lower case $address = strtolower( trim( $email ) ); // Create an SHA256 hash of the final string $hash = hash( 'sha256', $address ); // Grab the actual image URL return 'https://www.gravatar.com/avatar/' . $hash; }</code></pre> </div> </div> </div> <!-- Editor mockup end --> </div> </div> </div> </section> <section class="g-section g-section--posts g-is-style-blue"> <div class="g-wrapper g-wrapper--has-content"> <span class="g-brand g-has-small-font-size g-caps"> Latest News & Guides </span> <div class="g-posts-list g-posts-list--loaded"> <div class="g-posts-list__post"> <a class="g-posts-list__title" href="https://blog.gravatar.com/2024/11/18/create-online-profile/" title="Stand Out in the Digital Crowd: Tips For a Winning Online Profile"> Stand Out in the Digital Crowd: Tips For a Winning Online Profile </a> <span class="g-posts-list__date">Nov 18, 2024</span> </div> <div class="g-posts-list__post"> <a class="g-posts-list__title" href="https://blog.gravatar.com/2024/11/11/how-to-list-social-media-handles/" title="7 Actionable Steps to List Your Social Media Handles Effectively"> 7 Actionable Steps to List Your Social Media Handles Effectively </a> <span class="g-posts-list__date">Nov 11, 2024</span> </div> <div class="g-posts-list__post"> <a class="g-posts-list__title" href="https://blog.gravatar.com/2024/11/08/creating-a-digital-business-card/" title="Gravatar’s Guide: Crafting an Outstanding Digital Business Card"> Gravatar’s Guide: Crafting an Outstanding Digital Business Card </a> <span class="g-posts-list__date">Nov 08, 2024</span> </div> <div class="g-posts-list__post"> <a class="g-posts-list__title" href="https://blog.gravatar.com/2024/11/07/website-personalization-tools/" title="Choosing the Right Personalization Tool: Top 7 for Your Website"> Choosing the Right Personalization Tool: Top 7 for Your Website </a> <span class="g-posts-list__date">Nov 07, 2024</span> </div> <div class="g-posts-list__post"> <a class="g-posts-list__title" href="https://blog.gravatar.com/2024/10/30/introducing-native-integrations-for-gravatar-mobile-sdk/" title="Introducing Native Integrations for Gravatar Mobile SDK"> Introducing Native Integrations for Gravatar Mobile SDK </a> <span class="g-posts-list__date">Oct 30, 2024</span> </div> </div> <a class="g-button g-button--is-outline g-has-chevron" href="https://blog.gravatar.com"> Visit Our Blog </a> </div> </section> <section class="g-section g-is-style-light-gray"> <div class="g-wrapper"> <div class="g-columns g-columns--shift-left"> <div class="g-content g-wrapper g-wrapper--has-content"> <h2 class="g-brand g-has-grand-font-size"> You Asked, <span class="g-no-orphan">We Answered</span> </h2> </div> <div> <details class="g-details"> <summary class="g-details__summary g-has-normal-font-size"> <div>Is Gravatar really free?</div> <div class="g-details__trigger"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 12H18" stroke-width="1.5"/> <path d="M12 6L12 18" stroke-width="1.5"/> </svg> </div> </summary> <p class="g-details__content "> Yes, Gravatar profiles are completely free for individual users. We're committed to providing a valuable and open service <span class="g-no-orphan">for the web.</span> </p> </details> <details class="g-details"> <summary class="g-details__summary g-has-normal-font-size"> <div>Can I use a custom domain?</div> <div class="g-details__trigger"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 12H18" stroke-width="1.5"/> <path d="M12 6L12 18" stroke-width="1.5"/> </svg> </div> </summary> <p class="g-details__content "> Absolutely! You can personalize your Gravatar profile with your own domain. You can register a domain on our sister service, WordPress.com, and map it to your <span class="g-no-orphan">Gravatar profile.</span> </p> </details> <details class="g-details"> <summary class="g-details__summary g-has-normal-font-size"> <div>How does Gravatar compare with other <span class="g-no-orphan">link-in-bio services?</span></div> <div class="g-details__trigger"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 12H18" stroke-width="1.5"/> <path d="M12 6L12 18" stroke-width="1.5"/> </svg> </div> </summary> <p class="g-details__content "> Gravatar is an open alternative to profile page services like LinkTree. Integrated across millions of websites, Gravatar avatars and profiles ensure a consistent presence online. You have full control with no data lock-in and can use your own custom domain. Update your profile once, and it <span class="g-no-orphan">updates everywhere.</span> </p> </details> <details class="g-details"> <summary class="g-details__summary g-has-normal-font-size"> <div>Can I have multiple Gravatars?</div> <div class="g-details__trigger"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 12H18" stroke-width="1.5"/> <path d="M12 6L12 18" stroke-width="1.5"/> </svg> </div> </summary> <p class="g-details__content "> Yes! You can create different Gravatars and profiles for various aspects of your life — work, personal, hobbies, or anonymous profiles. Just create additional accounts using a different <span class="g-no-orphan">email address.</span> </p> </details> <details class="g-details"> <summary class="g-details__summary g-has-normal-font-size"> <div>Who owns Gravatar?</div> <div class="g-details__trigger"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 12H18" stroke-width="1.5"/> <path d="M12 6L12 18" stroke-width="1.5"/> </svg> </div> </summary> <p class="g-details__content "> Gravatar is a service by Automattic, the company behind WordPress.com, Tumblr, Pocket Casts, Day One, Beeper, WooCommerce, and other popular web services. We are passionate about open-source and making the web a more <span class="g-no-orphan">accessible place.</span> </p> </details> </div> </div> </div> </section> <section class="g-section g-is-style-white"> <div class="g-wrapper"> <div class="g-columns g-columns--shift-left g-columns--align-middle"> <div class="g-content g-wrapper g-wrapper--has-content"> <h2 class="g-brand g-has-grand-font-size"> Claim Your Free Gravatar <span class="g-no-orphan">Profile Today!</span> </h2> <a class="g-button g-has-chevron" href="https://gravatar.com/profile">Get Started Now</a> </div> <div class="g-avatar-wall"> <img src="/images/homepage/avatar-01.png" loading="lazy" alt="" /> <img src="/images/homepage/avatar-02.png" loading="lazy" alt="" /> <img src="/images/homepage/avatar-03.png" loading="lazy" alt="" /> <img src="/images/homepage/avatar-04.png" loading="lazy" alt="" /> <span class="g-empty-avatar"> <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9 11V19C9 19.5523 9.44771 20 10 20C10.5523 20 11 19.5523 11 19V11H19C19.5523 11 20 10.5523 20 10C20 9.44771 19.5523 9 19 9H11V1C11 0.447715 10.5523 0 10 0C9.44771 0 9 0.447715 9 1V9H1C0.447715 9 0 9.44771 0 10C0 10.5523 0.447715 11 1 11H9Z" fill="#1D4FC4"/> </svg> </span> <img src="/images/homepage/avatar-06.png" loading="lazy" alt="" /> <img src="/images/homepage/avatar-07.png" loading="lazy" alt="" /> <img src="/images/homepage/avatar-08.png" loading="lazy" alt="" /> <img src="/images/homepage/avatar-09.png" loading="lazy" alt="" /> </div> </div> </div> </section> <!-- Home page end --> <footer class="g-footer"> <div class="g-footer__links"> <div class="g-footer__content"> <div class="g-footer__branding"> <svg xmlns="http://www.w3.org/2000/svg" width="146" height="27" viewbox="0 0 146 27" role="presentation" aria-hidden="true"> <path d="M10.8 2.699v9.45a2.699 2.699 0 005.398 0V5.862a8.101 8.101 0 11-8.423 1.913 2.702 2.702 0 00-3.821-3.821A13.5 13.5 0 1013.499 0 2.699 2.699 0 0010.8 2.699z" /> <path d="M46.109 24.138c2.246 0 4.445-.537 6.595-1.612.326-.154.59-.39.792-.706.202-.317.302-.677.302-1.08v-6.538c0-.384-.134-.71-.403-.979a1.333 1.333 0 00-.979-.403h-5.674c-.326 0-.604.115-.835.346-.23.23-.345.508-.345.835 0 .326.115.605.345.835.23.23.509.346.835.346h4.752v5.212a10.393 10.393 0 01-5.04 1.268c-1.612 0-3.01-.341-4.19-1.023a6.89 6.89 0 01-2.707-2.793c-.624-1.181-.936-2.52-.936-4.018 0-1.632.331-3.038.993-4.22a6.635 6.635 0 012.75-2.692c1.172-.614 2.487-.922 3.946-.922 1.056 0 2.036.135 2.938.404.902.268 1.805.672 2.707 1.21.192.095.394.143.605.143.365 0 .658-.115.878-.345.221-.23.332-.51.332-.836 0-.23-.058-.441-.173-.633a1.013 1.013 0 00-.403-.403 14.434 14.434 0 00-3.24-1.527c-1.124-.365-2.434-.547-3.932-.547-1.862 0-3.556.432-5.083 1.296-1.526.864-2.731 2.083-3.614 3.658C36.442 9.988 36 11.793 36 13.828c0 1.997.422 3.778 1.267 5.342a9.095 9.095 0 003.571 3.658c1.536.874 3.293 1.31 5.27 1.31zm12.33-.144c.365 0 .677-.124.936-.374s.389-.557.389-.922v-8.755a5.837 5.837 0 011.93-1.857 4.912 4.912 0 012.534-.677h.144c.384 0 .7-.115.95-.346.25-.23.374-.528.374-.893 0-.364-.12-.672-.36-.921a1.205 1.205 0 00-.907-.375h-.144c-1.67 0-3.177.903-4.521 2.708v-1.239c0-.365-.13-.677-.39-.936a1.276 1.276 0 00-.935-.389c-.365 0-.672.13-.922.39-.25.258-.374.57-.374.935v12.355c0 .365.125.672.374.922.25.25.557.374.922.374zm12.578.144c2.189 0 3.994-.73 5.415-2.188v.748c0 .365.124.672.374.922s.557.374.922.374c.364 0 .676-.124.936-.374.259-.25.388-.557.388-.922v-8.15c0-.998-.216-1.925-.648-2.78-.432-.854-1.104-1.55-2.016-2.087-.912-.538-2.03-.807-3.355-.807-1.69 0-3.35.346-4.982 1.037-.5.211-.749.576-.749 1.095 0 .307.106.566.317.777.211.211.46.317.749.317.096 0 .22-.02.374-.058.691-.23 1.32-.403 1.886-.518a9.818 9.818 0 011.944-.173c1.325 0 2.3.279 2.924.835.624.557.936 1.47.936 2.736v.23h-3.485c-2.17 0-3.816.423-4.94 1.268-1.123.845-1.684 1.978-1.684 3.398 0 .864.211 1.628.633 2.29a4.088 4.088 0 001.714 1.512c.72.346 1.502.518 2.347.518zm.98-2.304c-1.095 0-1.877-.21-2.348-.633-.47-.423-.705-.98-.705-1.67 0-1.517 1.45-2.276 4.348-2.276h3.14v2.42a6.805 6.805 0 01-1.988 1.54 5.207 5.207 0 01-2.448.62zm15.803 2.16c.346 0 .663-.1.95-.302.289-.202.5-.456.634-.763l5.012-11.981a1.61 1.61 0 00.144-.605c0-.365-.125-.677-.375-.936a1.23 1.23 0 00-.921-.389c-.25 0-.485.072-.706.216-.22.144-.38.322-.475.533l-4.407 11.175L83.25 9.767a1.257 1.257 0 00-.475-.533 1.27 1.27 0 00-.706-.216c-.365 0-.672.13-.921.39-.25.258-.375.57-.375.935 0 .173.048.375.144.605l5.011 11.98c.135.308.346.562.634.764.288.202.605.302.95.302h.288zm12.435.144c2.189 0 3.993-.73 5.414-2.188v.748c0 .365.125.672.375.922s.556.374.921.374.677-.124.936-.374c.26-.25.389-.557.389-.922v-8.15c0-.998-.216-1.925-.648-2.78-.432-.854-1.104-1.55-2.016-2.087-.912-.538-2.03-.807-3.355-.807-1.69 0-3.35.346-4.983 1.037-.499.211-.748.576-.748 1.095 0 .307.105.566.316.777.212.211.461.317.75.317.095 0 .22-.02.374-.058.69-.23 1.32-.403 1.886-.518a9.818 9.818 0 011.944-.173c1.325 0 2.3.279 2.923.835.624.557.936 1.47.936 2.736v.23h-3.485c-2.17 0-3.816.423-4.939 1.268-1.123.845-1.685 1.978-1.685 3.398 0 .864.212 1.628.634 2.29a4.088 4.088 0 001.714 1.512c.72.346 1.502.518 2.347.518zm.979-2.304c-1.094 0-1.877-.21-2.347-.633-.47-.423-.706-.98-.706-1.67 0-1.517 1.45-2.276 4.349-2.276h3.14v2.42a6.805 6.805 0 01-1.988 1.54 5.207 5.207 0 01-2.448.62zm15.286 2.304c.844 0 1.641-.172 2.39-.518.442-.23.662-.566.662-1.008a.977.977 0 00-.316-.734 1.015 1.015 0 00-.72-.303c-.135 0-.245.01-.332.029a9.58 9.58 0 00-.244.058 3.991 3.991 0 01-1.152.172c-.538 0-.984-.1-1.34-.302-.355-.202-.532-.677-.532-1.426V11.41h3.254c.326 0 .595-.11.806-.331.212-.221.317-.485.317-.792 0-.327-.105-.596-.317-.807a1.092 1.092 0 00-.806-.317h-3.254V6.858a.578.578 0 00-.159-.403.507.507 0 00-.389-.173c-.153 0-.316.087-.49.26l-3.916 3.83c-.173.134-.26.298-.26.49 0 .153.054.283.16.388a.529.529 0 00.388.159h2.045v8.928c0 2.534 1.401 3.801 4.205 3.801zm8.776 0c2.19 0 3.994-.73 5.415-2.188v.748c0 .365.125.672.374.922.25.25.557.374.922.374s.677-.124.936-.374.389-.557.389-.922v-8.15c0-.998-.216-1.925-.648-2.78-.432-.854-1.104-1.55-2.016-2.087-.912-.538-2.03-.807-3.356-.807-1.69 0-3.35.346-4.982 1.037-.5.211-.749.576-.749 1.095 0 .307.106.566.317.777.211.211.46.317.749.317.096 0 .22-.02.374-.058.691-.23 1.32-.403 1.887-.518a9.818 9.818 0 011.944-.173c1.324 0 2.299.279 2.923.835.624.557.936 1.47.936 2.736v.23h-3.485c-2.17 0-3.816.423-4.94 1.268-1.122.845-1.684 1.978-1.684 3.398 0 .864.211 1.628.634 2.29a4.088 4.088 0 001.713 1.512c.72.346 1.503.518 2.347.518zm.98-2.304c-1.095 0-1.877-.21-2.348-.633-.47-.423-.705-.98-.705-1.67 0-1.517 1.45-2.276 4.349-2.276h3.139v2.42a6.805 6.805 0 01-1.987 1.54 5.207 5.207 0 01-2.448.62zm11.858 2.16c.365 0 .677-.124.936-.374.26-.25.389-.557.389-.922v-8.755a5.837 5.837 0 011.93-1.857 4.912 4.912 0 012.534-.677h.144c.384 0 .7-.115.95-.346.25-.23.375-.528.375-.893 0-.364-.12-.672-.36-.921a1.205 1.205 0 00-.908-.375h-.144c-1.67 0-3.177.903-4.521 2.708v-1.239c0-.365-.13-.677-.389-.936a1.276 1.276 0 00-.936-.389c-.365 0-.672.13-.922.39-.25.258-.374.57-.374.935v12.355c0 .365.125.672.374.922.25.25.557.374.922.374z" /> </svg> <a href="https://gravatar.com/site/translations/" class="g-footer__language-link"> <svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"> <path d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215a49.088 49.088 0 00-.565-3.357A8.048 8.048 0 0118.918 8zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.318c.258-1.89.577-3.576.645-3.928C11.319 4.029 11.656 4 12 4s.681.029 1.014.072zM14 12c0 .598-.043 1.286-.109 2h-3.782c-.066-.714-.109-1.402-.109-2s.043-1.286.109-2h3.782c.066.714.109 1.402.109 2zM8.862 4.643A49.088 49.088 0 008.297 8H5.082a8.048 8.048 0 013.78-3.357zM4.263 10h3.821C8.033 10.668 8 11.344 8 12s.033 1.332.085 2H4.263C4.097 13.359 4 12.692 4 12s.098-1.359.263-2zm.819 6h3.215c.188 1.424.42 2.65.565 3.357A8.048 8.048 0 015.082 16zm5.904 3.928A77.282 77.282 0 0110.341 16h3.318a78.303 78.303 0 01-.645 3.928c-.333.043-.67.072-1.014.072s-.681-.029-1.014-.072zm4.152-.571c.145-.707.377-1.933.565-3.357h3.215a8.048 8.048 0 01-3.78 3.357zM19.737 14h-3.821c.051-.668.084-1.344.084-2s-.033-1.332-.085-2h3.821c.166.641.264 1.308.264 2s-.097 1.359-.263 2z" /> </svg> Languages </a> </div> <div class="g-footer__links-container"> <div class="g-footer__link-section"> <h3>Developers</h3> <ul> <li><a href="https://docs.gravatar.com/changelog/">Changelog</a></li> <li><a href="https://gravatar.com/developers">Developer Dashboard</a></li> <li><a href="https://docs.gravatar.com/">Developer Docs</a></li> <li><a href="https://github.com/Automattic/gravatar/discussions/categories/ideas">Feature Requests</a></li> </ul> <a href="https://github.com/automattic/gravatar/" class="g-footer__github-link"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12 4C7.58011 4 4 7.67017 4 12.2013C4 15.8261 6.29343 18.8972 9.47084 19.9846C9.86863 20.0602 10.016 19.8084 10.016 19.5869C10.016 19.3906 10.011 18.877 10.0061 18.1923C7.78146 18.6857 7.31001 17.0948 7.31001 17.0948C6.94659 16.1483 6.42112 15.8916 6.42112 15.8916C5.69429 15.3831 6.47514 15.3931 6.47514 15.3931C7.27563 15.4536 7.70288 16.2389 7.70288 16.2389C8.41498 17.4925 9.57397 17.1301 10.0307 16.9186C10.1044 16.39 10.3106 16.0275 10.5365 15.8211C8.76366 15.6197 6.89748 14.9149 6.89748 11.7733C6.89748 10.8772 7.20688 10.1472 7.72253 9.57323C7.63904 9.36177 7.36403 8.53108 7.79619 7.40334C7.79619 7.40334 8.469 7.18182 9.99632 8.24411C10.6347 8.06287 11.3174 7.97224 12 7.96721C12.6777 7.97224 13.3653 8.06287 14.0037 8.24411C15.531 7.18182 16.2038 7.40334 16.2038 7.40334C16.6409 8.53108 16.3659 9.36681 16.2824 9.57323C16.7931 10.1472 17.1025 10.8772 17.1025 11.7733C17.1025 14.9249 15.2314 15.6147 13.4487 15.8211C13.7336 16.0728 13.9939 16.5763 13.9939 17.3415C13.9939 18.439 13.984 19.3201 13.984 19.5919C13.984 19.8135 14.1265 20.0652 14.5341 19.9846C17.7115 18.8972 20 15.8261 20 12.2063C20 7.67017 16.4199 4 12 4Z" fill="white"/> </svg> <span>GitHub</span> </a> </div> <div class="g-footer__link-section"> <h3>Support</h3> <ul> <li><a href="https://blog.gravatar.com/">Blog</a></li> <li><a href="https://support.gravatar.com/">Docs</a></li> <li><a href="https://support.gravatar.com/contact/">Contact</a></li> <li><a href="https://support.gravatar.com/report-abuse/">Report Abuse</a></li> </ul> </div> <div class="g-footer__link-section g-footer__link-section--company"> <h3>Company</h3> <ul> <li><a class="g-footer__link--external" href="https://automattic.com/about/" target="_blank">About</a></li> <li><a class="g-footer__link--external" href="https://automattic.com/press" target="_blank">Press</a></li> <li><a class="g-footer__link--external" href="https://wordpress.com/tos/" target="_blank">Terms of Service</a></li> <li><a class="g-footer__link--external" href="https://automattic.com/privacy/" target="_blank">Privacy Policy</a></li> <li id="ca-privacy-notice"> <a class="g-footer__link--external" href="https://automattic.com/privacy/#us-privacy-laws" target="_blank">Privacy Notice for CA</a> </li> <li id="ccpa-donotsell"> <a href="#"> Your Privacy Choices <img src="/icons/privacy-options.svg" alt="Privacy options icon" /> </a> </li> </ul> </div> </div> </div> </div> <div class="g-footer__wordpress"> <div class="g-footer__content"> <a class="g-footer__link--wordpress" href="https://wordpress.com/?ref=gravatar"> <span>Powered by</span> <svg width="150" height="24" viewBox="0 0 150 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M108.404 12.4464C108.404 11.801 109.118 11.5508 109.886 11.5508C111.124 11.5508 112.299 11.9269 112.299 11.9269V10.1708C111.494 9.93811 110.671 9.84885 109.72 9.84885C107.635 9.84885 106.171 10.8162 106.171 12.3937C106.171 15.4581 110.488 14.6708 110.488 16.1576C110.488 16.8923 109.811 17.0898 108.824 17.0898C108.129 17.0898 107.013 16.8235 106.208 16.5498V18.2884C106.879 18.5474 107.819 18.7918 108.75 18.7918C110.78 18.7918 112.719 18.2006 112.719 16.0684C112.719 13.1108 108.402 13.882 108.402 12.4479M119.784 14.2406C119.784 12.2518 120.899 11.5698 122.217 11.5698C123.095 11.5698 124.018 11.8215 124.639 12.0542V10.2615C123.907 10.0288 123.259 9.84885 122.179 9.84885C119.307 9.84885 117.533 11.5698 117.533 14.3474C117.533 16.9815 118.813 18.7918 122.051 18.7918C123.075 18.7918 123.87 18.5942 124.748 18.3074V16.5513C123.761 16.9274 123.002 17.0708 122.326 17.0708C120.899 17.0708 119.784 16.4254 119.784 14.2391M57.7 11.4615H57.6268V10.064H55.615V18.5767H57.7732V13.5045C58.4498 12.2503 59.2727 11.8376 60.6453 11.8376H60.8649V9.99226C60.8649 9.99226 60.5542 9.95567 60.2794 9.95567C59.1085 9.95567 58.3034 10.4035 57.7 11.4615ZM84.7771 11.4615H84.7039V10.064H82.6921V18.5767H84.8503V13.5045C85.5269 12.2503 86.3498 11.8376 87.7224 11.8376H87.942V9.99226C87.942 9.99226 87.6313 9.95567 87.3565 9.95567C86.187 9.95567 85.382 10.4035 84.7786 11.4615M147.237 9.84885C146.305 9.84885 145.243 10.3508 144.274 10.9786L144.018 11.1396C143.561 10.1898 142.646 9.84885 141.641 9.84885C140.709 9.84885 139.647 10.3157 138.677 10.942V10.064H136.628V18.5767H138.804V12.4654C139.609 11.9459 140.468 11.6225 141.091 11.6225C141.805 11.6225 142.244 11.9986 142.244 13.2001V18.5767H144.402V12.483C145.207 11.9635 146.066 11.6225 146.689 11.6225C147.403 11.6225 147.842 11.9986 147.842 13.2001V18.5767H150V12.6981C150 11.0488 148.993 9.84885 147.238 9.84885M130.5 17.0898C129.092 17.0898 128.342 16.1942 128.342 14.3298C128.342 12.4654 129.092 11.5698 130.5 11.5698C131.908 11.5698 132.64 12.4669 132.64 14.3298C132.64 16.1927 131.908 17.0898 130.5 17.0898ZM130.5 9.84885C127.519 9.84885 126.11 11.7308 126.11 14.3298C126.11 16.9288 127.519 18.7918 130.5 18.7918C133.481 18.7918 134.89 16.9274 134.89 14.3298C134.89 11.7323 133.463 9.84885 130.5 9.84885ZM100.548 12.4479C100.548 11.8025 101.262 11.5523 102.029 11.5523C103.268 11.5523 104.443 11.9284 104.443 11.9284V10.1723C103.638 9.93958 102.815 9.85031 101.865 9.85031C99.7801 9.85031 98.3164 10.8176 98.3164 12.3952C98.3164 15.4596 102.633 14.6723 102.633 16.1591C102.633 16.8937 101.956 17.0913 100.969 17.0913C100.274 17.0913 99.1587 16.8249 98.3537 16.5513V18.2898C99.0243 18.5488 99.9623 18.7932 100.896 18.7932C102.926 18.7932 104.864 18.202 104.864 16.0698C104.864 13.1123 100.548 13.8835 100.548 12.4493M91.183 13.3815C91.3115 12.1991 91.9701 11.4454 93.0485 11.4454C94.2016 11.4454 94.5481 12.3425 94.5481 13.3815H91.183ZM93.0664 9.85031C90.2869 9.85031 88.8411 11.9649 88.8411 14.2771C88.8411 17.4498 90.5408 18.7932 93.3009 18.7932C94.4166 18.7932 95.38 18.6484 96.5047 18.3088V16.5498C95.5981 16.8747 94.7811 17.0708 93.9043 17.0708C92.2957 17.0708 91.2189 16.6406 91.1636 14.7776H96.7242C96.7615 14.4367 96.7974 14.1147 96.7974 13.5235C96.7974 11.7308 95.8281 9.84885 93.0664 9.84885M76.8462 12.644H75.1345V8.34299H76.8462C78.2367 8.34299 78.9312 9.09519 78.9312 10.4401C78.9312 11.7849 78.2905 12.644 76.8462 12.644ZM76.8283 6.56933H72.8314V18.5752H75.136V14.4001H76.8283C79.4435 14.4001 81.3463 13.0201 81.3463 10.4401C81.3463 7.86006 79.4435 6.56933 76.8283 6.56933ZM68.0012 16.121C67.3067 16.7474 66.648 17.0884 65.9535 17.0884C64.7646 17.0884 63.9954 16.3171 63.9954 14.5084C63.9954 12.5547 64.9468 11.5332 66.5928 11.5332C67.1051 11.5332 67.6353 11.6591 68.0012 11.8025V16.121ZM68.0012 10.0449C67.3605 9.92055 66.9034 9.84738 66.3732 9.84738C63.392 9.84738 61.764 11.801 61.764 14.6503C61.764 17.4996 63.392 18.7903 65.3128 18.7903C66.2642 18.7903 67.4157 18.3601 68.1117 17.7864V18.5752H70.1594V6.56787H68.0012V10.0449ZM49.4868 17.0884C48.0784 17.0884 47.3286 16.1927 47.3286 14.3284C47.3286 12.464 48.0784 11.5684 49.4868 11.5684C50.8953 11.5684 51.6271 12.4654 51.6271 14.3284C51.6271 16.1913 50.8953 17.0884 49.4868 17.0884ZM49.4868 9.84738C46.5056 9.84738 45.0972 11.7293 45.0972 14.3284C45.0972 16.9274 46.5056 18.7903 49.4868 18.7903C52.468 18.7903 53.8765 16.9259 53.8765 14.3284C53.8765 11.7308 52.4501 9.84738 49.4868 9.84738ZM114.147 18.5752H116.312V16.3888H114.147V18.5752ZM43.1436 6.56787L40.7016 15.761L38.2596 6.56787H35.7952L36.3687 8.53763L34.2195 16.0713L31.882 6.56641H29.5117L32.8439 18.5737H35.4263L37.4217 12.1537L39.2917 18.5737H41.8741L45.372 6.56641H43.1421L43.1436 6.56787Z" fill="white"/> <path d="M12.2473 0C5.49338 0 0 5.38244 0 12C0 18.6176 5.49338 24 12.2473 24C19.0013 24 24.4947 18.6161 24.4947 12C24.4947 5.3839 18.9998 0 12.2473 0ZM1.23668 12C1.23668 10.4356 1.57871 8.95024 2.18958 7.60976L7.4425 21.7098C3.76979 19.961 1.23668 16.2702 1.23668 12ZM12.2473 22.7898C11.166 22.7898 10.1235 22.6346 9.13621 22.3507L12.44 12.9439L15.8245 22.0288C15.8469 22.0815 15.8737 22.1312 15.9036 22.178C14.7595 22.5732 13.5288 22.7898 12.2473 22.7898ZM13.7648 6.94244C14.428 6.90878 15.0254 6.84 15.0254 6.84C15.6183 6.77122 15.5481 5.91658 14.9552 5.95024C14.9552 5.95024 13.1719 6.0878 12.0203 6.0878C10.939 6.0878 9.11979 5.95024 9.11979 5.95024C8.52534 5.91658 8.45664 6.80488 9.04959 6.84C9.04959 6.84 9.61117 6.90878 10.2041 6.94244L11.9202 11.5478L9.50961 18.6293L5.50085 6.94098C6.164 6.90732 6.76143 6.83854 6.76143 6.83854C7.35438 6.76976 7.28418 5.91512 6.69123 5.94878C6.69123 5.94878 4.9079 6.08634 3.75635 6.08634C3.55023 6.08634 3.30678 6.08195 3.04839 6.07317C5.01543 3.14488 8.39988 1.21024 12.2473 1.21024C15.1135 1.21024 17.7243 2.28439 19.6824 4.04341C19.6346 4.04049 19.5883 4.03463 19.539 4.03463C18.4576 4.03463 17.6899 4.95805 17.6899 5.94878C17.6899 6.83854 18.2142 7.59073 18.7713 8.47902C19.1895 9.19756 19.6794 10.121 19.6794 11.4541C19.6794 12.3776 19.3164 13.4488 18.8415 14.9415L17.7422 18.5371L13.7633 6.93951L13.7648 6.94244ZM21.9093 6.82537C22.7681 8.36195 23.258 10.1254 23.258 12.0015C23.258 15.982 21.0565 19.4561 17.7825 21.3263L21.1461 11.798C21.7749 10.2585 21.984 9.0278 21.984 7.93317C21.984 7.53658 21.9571 7.1678 21.9093 6.8239V6.82537Z" fill="white"/> </svg> </a> <a class="g-footer__link--external" href="https://wordpress.com/?ref=gravatar">Create a Site</a> </div> </div> <div class="g-footer__automattic"> <div class="g-footer__content"> <a class="g-footer__link--automattic" href="https://www.automattic.com/?ref=gravatar"> <span>An</span> <svg width="155" height="13" viewBox="0 0 155 13" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M147.642 0.490234C149.972 0.490234 152.088 1.46523 153.229 2.68923L151.939 3.99423C150.948 3.08523 149.493 2.22623 147.526 2.22623C144.584 2.22623 142.931 4.24223 142.931 6.34223V6.55723C142.931 8.63923 144.601 10.5892 147.675 10.5892C149.51 10.5892 151.03 9.71323 151.989 8.82123L153.229 10.1272C152.022 11.3172 149.972 12.3252 147.543 12.3252C143.377 12.3252 140.848 9.61523 140.848 6.63923V6.27523C140.848 3.30023 143.608 0.490234 147.642 0.490234ZM19.3915 0.887234V7.35023C19.3915 9.38323 20.7305 10.5902 23.2755 10.5902C25.8875 10.5902 26.9615 9.38323 26.9615 7.35023V0.887234H29.0275V7.31723C29.0275 10.0442 27.2755 12.3252 23.1275 12.3252C19.1775 12.3252 17.3415 10.1762 17.3415 7.31723V0.887234H19.3915ZM55.5735 0.490234C59.4915 0.490234 62.0205 3.25023 62.0205 6.22623V6.58923C62.0205 9.51523 59.4915 12.3252 55.5735 12.3252C51.6735 12.3252 49.1435 9.51523 49.1435 6.58923V6.22623C49.1435 3.25023 51.6735 0.490234 55.5735 0.490234ZM45.3425 0.887234V2.60623H40.5325V11.8962H38.4665V2.60623H33.6565V0.886234H45.3425V0.887234ZM70.0035 0.887234L74.3505 8.44123L74.8635 9.36623L75.3765 8.44123L79.6735 0.887234H82.5005V11.8952H80.4335V3.18523L79.8885 4.14323L75.2765 11.8952H74.2695L69.7075 4.14323L69.1615 3.18423V11.8952H67.1455V0.887234H70.0055H70.0035ZM113.476 0.887234V2.60623H108.666V11.8962H106.6V2.60623H101.79V0.886234H113.476V0.887234ZM128.634 0.887234V2.60623H123.824V11.8962H121.757V2.60623H116.947V0.886234H128.634V0.887234ZM135.758 0.887234V11.8952H133.724V1.92823C134.551 1.92823 134.881 1.48223 134.881 0.887234H135.758ZM7.68953 0.887234L13.7395 11.8952H11.5245L10.0695 9.16823H3.60653L2.20153 11.8952H0.0195312L5.96953 0.887234H7.68953ZM94.2855 0.887234L100.336 11.8952H98.1195L96.6645 9.16823H90.2015L88.7965 11.8952H86.6155L92.5665 0.887234H94.2855ZM55.5735 2.22523C52.7635 2.22523 51.2265 4.12723 51.2265 6.25923V6.52323C51.2265 8.65623 52.7645 10.5902 55.5735 10.5902C58.3835 10.5902 59.9375 8.65623 59.9375 6.52323V6.26023C59.9375 4.12823 58.3835 2.22623 55.5735 2.22623V2.22523ZM56.9345 4.32023C57.3075 4.56023 57.4115 5.06023 57.1695 5.43423L55.2855 8.35423C55.1701 8.53372 54.9881 8.66004 54.7796 8.70542C54.5711 8.7508 54.3531 8.71152 54.1735 8.59623C53.9949 8.47969 53.8698 8.29703 53.8258 8.08835C53.7817 7.87967 53.8223 7.66204 53.9385 7.48323L55.8225 4.56323C55.9378 4.38358 56.1197 4.25706 56.3282 4.21149C56.5367 4.16592 56.7548 4.20504 56.9345 4.32023ZM6.78053 3.03623L4.38353 7.66423H9.25953L6.78053 3.03623ZM93.3765 3.03623L90.9795 7.66423H95.8555L93.3765 3.03623Z" fill="#101517"/> </svg> <span>venture</span> </a> <a class="g-footer__link--external" href="https://automattic.com/work-with-us/?ref=gravatar">Work With Us</a> </div> </div> </footer> <script defer id="bilmur" data-customproperties="{"sandboxed":"no","gravdev":"no","proxied":"no","language":"en","duration":1.06,"module":"home","section":"-","subsection":"-","url_segments":"-","user_group":"loggedout"}" data-provider="gravatar.com" data-service="application" src="https://s0.wp.com/wp-content/js/bilmur.min.js?i=7&m=202448" crossorigin="anonymous"></script><script defer src="//stats.wp.com/w.js" crossorigin="anonymous"></script> <script type="text/javascript" nonce="dcb9407603dd"> window._deferredTracksEvents = window._deferredTracksEvents || []; window.gravatar = window.gravatar || {}; window._deferredTracksEvents.push( [ 'storeContext', { 'blog_id': '0', 'blog_tz': '0', 'user_lang': navigator?.language, 'blog_lang': 'en', 'user_id': '0', 'is_new_user': String( document.querySelector( 'body' ).classList.contains( 'gravatar-is-new-user' ) ), } ] ); window.gravatar.recordTrackEvent = function ( name, properties = {} ) { window._deferredTracksEvents.push( [ 'recordEvent', name, properties ] ); }; </script> <style nonce="6b9bc720e26b"> #ccpa-donotsell { display: none; } </style> <script type="text/javascript" nonce="dcb9407603dd"> if ( window.ccpaSetup ) { if ( window.defQueue && defQueue.isLOHP && defQueue.isLOHP === 2020 ) { defQueue.items.push( window.ccpaSetup ); } else { window.ccpaSetup(); } } </script> <script type="text/javascript" nonce="dcb9407603dd"> window.a8cAnalyticsConfig = {"cookieBanner":{"skipBanner":false,"version":"2","cookieDomain":"gravatar.com","v2CookieName":"cb_eu","v2Text":"As an open source company, we take your privacy seriously and want to be as transparent as possible. So: We use cookies to collect some personal data from you (like your browsing data, IP addresses, and other unique identifiers). Some of these cookies we absolutely need in order to make things work, and others you can choose in order to optimize your experience while using our site and services.","v2OptionsText":"Your privacy is critically important to us. We and our partners use, store, and process your personal data to optimize: our <strong>website<\/strong> such as by improving security or conducting analytics, <strong>marketing activities<\/strong> to help deliver relevant marketing or content, and your <strong>user experience<\/strong> such as by remembering your account name, language settings, or cart information, where applicable. You can customize your cookie settings below. Learn more in our <a href=\"https:\/\/automattic.com\/privacy\/\" target=\"_blank\">Privacy Policy<\/a> and <a href=\"https:\/\/automattic.com\/cookies\/\" target=\"_blank\">Cookie Policy<\/a>.","v2EssentialOptionHeading":"Required","v2EssentialOptionText":"These cookies are essential for our websites and services to perform basic functions and are necessary for us to operate certain features. These include those required to allow registered users to authenticate and perform account-related functions, store preferences set by users such as account name, language, and location, and ensure our services are operating properly.","v2AnalyticsOptionHeading":"Analytics","v2AnalyticsOptionText":"These cookies allow us to optimize performance by collecting information on how users interact with our websites, including which pages are visited most, as well as other analytical data. We use these details to improve how our websites function and to understand how users interact with them. You can opt-out by logging into your account and changing your privacy settings at <a target=\"_blank\" href=\"https:\/\/wordpress.com\/me\/privacy\">https:\/\/wordpress.com\/me\/privacy<\/a>.","v2AdvertisingOptionHeading":"Advertising","v2AdvertisingOptionText":"These cookies are set by us and our advertising partners to provide you with relevant content and to understand that content\u2019s effectiveness. They may be used to collect information about your online activities over time and across different websites to predict your preferences and to display more relevant advertisements to you. These cookies also allow a profile to be built about you and your interests, and enable personalized ads to be shown to you based on your profile.","v2CustomizeButtonText":"Customize","v2AcceptAllButtonText":"Accept All","v2AcceptSelectionButtonText":"Accept Selection"}}; document.addEventListener( 'a8c-analytics:loaded', function() { var cb = window.a8cAnalytics.cb; var kit = window.a8cAnalytics.kit; if ( kit.doNotTrack() ) { return; } cb.addTracker( 'analytics', true, function () { kit.loadGtag( 'UA-52447-14', { anonymize_ip: true, transport_type: typeof navigator.sendBeacon === 'function' ? 'beacon' : 'xhr', optimize_id: '', } ); } ); } ); </script> <script type="text/javascript" src="//s1.wp.com/wp-content/mu-plugins/a8c-analytics/a8c-analytics.js" charset="utf-8" async crossorigin="anonymous"></script> </body> </html>