CINXE.COM
Welcome home.
<!DOCTYPE html><script>var __pbpa = true;</script><script>var translated_warning_string = 'Warning: Never enter your Tumblr password unless \u201chttps://www.tumblr.com/login\u201d\x0ais the address in your web browser.\x0a\x0aYou should also see a green \u201cTumblr, Inc.\u201d identification in the address bar.\x0a\x0aSpammers and other bad guys use fake forms to steal passwords.\x0a\x0aTumblr will never ask you to log in from a user\u2019s blog.\x0a\x0aAre you absolutely sure you want to continue?';</script><script type="text/javascript" language="javascript" src="https://assets.tumblr.com/assets/scripts/pre_tumblelog.js?_v=b9f848c06fcba7eaf305d4a7cb7a1b98"></script><html lang="en"> <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#"> <meta charset="utf-8"/> <meta content="Tumblr. Pure effervescent enrichment. Old internet energy. Home of the Reblogs. All the art you never knew you needed. All the fandoms you could wish for. Enough memes to knock out a moderately-sized..." name="description"/> <title>Welcome home.</title> <meta content="website" property="og:type"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <style>figure{margin:0}.tmblr-iframe{position:absolute}.tmblr-iframe.hide{display:none}.tmblr-iframe--amp-cta-button{visibility:hidden;position:fixed;bottom:10px;left:50%;transform:translateX(-50%);z-index:100}.tmblr-iframe--amp-cta-button.tmblr-iframe--loaded{visibility:visible;animation:iframe-app-cta-transition .2s ease-out}</style><link rel="stylesheet" media="screen" href="https://assets.tumblr.com/client/prod/standalone/blog-network-npf/index.build.css?_v=f085dde138e244526309d4673db67b4c"><link rel="shortcut icon" href="https://assets.tumblr.com/images/favicons/favicon.ico?_v=2d4d920e5ca6300f7d9bdfc5070fe91d"> <link rel="apple-touch-icon" href="https://assets.tumblr.com/images/favicons/favicon.ico?_v=2d4d920e5ca6300f7d9bdfc5070fe91d""/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <link rel="alternate" type="application/rss+xml" href="https://letsgo.tumblr.com/rss"> <!--Theme Scripts--> <script src="https://code.jquery.com/jquery-3.6.1.slim.min.js" integrity="sha256-w8CvhFs7iHNVUtnSP0YKEg00p9Ih13rlL9zGqvLdePA=" crossorigin="anonymous"></script> <script type="text/javascript"> function tumblrControls(t, e, n, i, a, s) { var o = t.substr(t.indexOf("#") + 1), r = e.substr(e.indexOf("#") + 1), l = "https://"; "true" == s ? (l = "https://www.tumblr.com/dashboard/iframe?tumblelogName=" + n + "&pid=" + i + "&src=https%3A%2F%2F" + n + ".tumblr.com%2Fpost%2F" + i + "%2F" + a.split("/").pop() + "#%7B%22searchQuery%22%3A%22%22%2C%22pushDown%22%3Afalse%2C%22useThemeColors%22%3Atrue%2C%22scrollHeader%22%3Afalse%2C%22themeHeaderImage%22%3A%22%22%2C%22themeBackgroundColor%22%3A%22%23" + o + "%22%2C%22themeTitleColor%22%3A%22%23" + r + "%22%2C%22themeAccentColor%22%3A%22%23" + r + "%22%2C%22isOpticaLike%22%3Atrue%2C%22shouldHideBlogSearchBar%22%3Afalse%7D") : (l = "https://www.tumblr.com/dashboard/iframe?tumblelogName=" + n + "&src=https%3A%2F%2F" + n + ".tumblr.com%2F#%7B%22searchQuery%22%3A%22%22%2C%22pushDown%22%3Atrue%2C%22useThemeColors%22%3Atrue%2C%22scrollHeader%22%3Afalse%2C%22themeHeaderImage%22%3A%22%22%2C%22themeBackgroundColor%22%3A%22%23" + o + "%22%2C%22themeAccentColor%22%3A%22%23" + r + "%22%2C%22isOpticaLike%22%3Atrue%2C%22shouldHideBlogSearchBar%22%3Afalse%7D"); $("#new-tumblr-controls").attr("src", l); } $(document).ready(function () { "use strict"; if (location.href == 'https://letsgo.tumblr.com/welcome') { location.replace('https://letsgo.tumblr.com/welcome-guide'); } if (location.href == 'https://letsgo.tumblr.com/connect-twitter') { location.replace('https://letsgo.tumblr.com/welcome-guide'); } // Populate table of contents let $tocWrapper = jQuery('#index'), $tocItems = jQuery('.reblog-item-body h2[id]'), $sections = []; if ($tocWrapper.length && $tocItems.length) { $tocItems.each(function ($i) { let $this = jQuery(this), $id = $this.attr('id'), $text = $this.text(), $class = (0 === $i) ? 'current' : ''; $sections.push('<li><a href="#' + $id + '" class="' + $class + '">' + $text + '</a></li>'); }); $tocWrapper.addClass('loaded').append('<ul>' + $sections.join('') + '</ul>'); if (!!window.IntersectionObserver) { let observer = new IntersectionObserver( function (entries, observer) { entries.forEach(function (entry) { // If an element comes into view, add the animation class then stop watching it. if (entry.isIntersecting) { jQuery('a', $tocWrapper).removeClass('current'); jQuery('a[href="#' + entry.target.id + '"]', $tocWrapper).addClass('current'); } }); }, { rootMargin: "0px 0px -15% 0px" }); // Attach these elements to the interaction observer. $tocItems.each(function () { observer.observe(jQuery(this)[0]); }); } jQuery('body').on('click', '#index a', function (e) { e.preventDefault(); let $this = jQuery(this), $target = $this.attr('href'), $top = jQuery($target).offset().top - 100 window.scrollTo({ top: $top, behavior: 'smooth' }); }); } let $user_logged_in = (-1 === document.cookie.indexOf('logged_in=1')) ? false : true; if ($user_logged_in) { jQuery('body').addClass('logged-in'); } jQuery('body').addClass('document-ready'); // Auto-lightbox images jQuery('.permalink[data-id=""] img').each(function () { let $this = jQuery(this), $src = $this.attr('src'); $this.wrap('<a href="#" class="auto-lightbox" data-src="' + $src + '"></a>'); }); jQuery('.auto-lightbox').on('click', function (e) { e.preventDefault(); let $src = jQuery(this).attr('data-src'); Tumblr.Lightbox.init([{ width: 1280, height: 1280, low_res: $src, high_res: $src }]); jQuery('body').toggleClass('tumblr_lightbox_active'); }); }); </script> <script> jQuery( document ).ready( function(){ tumblrControls("#7c5cff","#FFFFFF","letsgo"); } ); </script> <style>@charset "UTF-8"; :root { --font-size: 16px; --background: #ffffff; --text: #000000; --border: #e6ecf2; --p-border: #e6ecf2; --gray: #657786; --p-gray: rgba(0, 0, 0, 0.6); --sidebar: #f5f8fa; --sidebar-h: #eef1f3; --footer: #f5f8fa; --footer-h: #eef1f3; --accent: #7c5cff; --accent2: #ff61ce; --accent3: #001935; --accent4: #00B8FF; --accent-h: #7c5cff; --bg-accent: #7c5cff; --bg-accent-h: #7c5cff; } @media (min-width: 768px) { :root { --font-size: 18px; } } @font-face { font-display: swap; font-family: Favorit; font-style: normal; font-weight: 400; src: url(https://assets.tumblr.com/pop/src/assets/fonts/favorit/favorit-85-cf2f6136.woff2) format("woff2"); } @font-face { font-display: swap; font-family: Favorit; font-style: italic; font-weight: 400; src: url(https://assets.tumblr.com/pop/src/assets/fonts/favorit/favorit-85-italic-b336f07b.woff2) format("woff2"); } @font-face { font-display: swap; font-family: Favorit; font-style: normal; font-weight: 700; src: url(https://assets.tumblr.com/pop/src/assets/fonts/favorit/favorit-medium-fbc7316f.woff2) format("woff2"); } @font-face { font-display: swap; font-family: Favorit; font-style: italic; font-weight: 700; src: url(https://assets.tumblr.com/pop/src/assets/fonts/favorit/favorit-medium-italic-243f8ff2.woff2) format("woff2"); } /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ button, hr, input { overflow: visible; } progress, sub, sup { vertical-align: baseline; } [type=checkbox], [type=radio], legend { box-sizing: border-box; padding: 0; } html { line-height: 1.15; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; } @media screen and (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } } body { margin: 0; } details, main { display: block; } h1 { font-size: 2em; margin: 0.67em 0; } hr { box-sizing: content-box; height: 0; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } a { background-color: transparent; overflow-wrap: break-word; word-wrap: break-word; } abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b, strong { font-weight: bolder; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; } sub { bottom: -0.25em; } sup { top: -0.5em; } img { border-style: none; } button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button, select { text-transform: none; } [type=button], [type=reset], [type=submit], button { -webkit-appearance: button; } [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { border-style: none; padding: 0; } [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring { outline: ButtonText dotted 1px; } fieldset { padding: 0.35em 0.75em 0.625em; } legend { color: inherit; display: table; max-width: 100%; white-space: normal; } textarea { overflow: auto; } [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto; } [type=search] { -webkit-appearance: textfield; outline-offset: -2px; } [type=search]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } summary { display: list-item; } [hidden], template { display: none; } table { margin-bottom: 1.5rem; } .callout td:not(:first-child) { text-align: center; max-width: 120px; line-height: 1.2; } /* ---------- BASICS ---------- */ *, *:before, *:after { box-sizing: border-box; } body { margin: 0; background: var(--accent3); font-family: Favorit, sans-serif; font-size: var(--font-size); line-height: 1.6; color: var(--text); } body.Welcome\%20Guide-current-page { background: var(--background); } /* links */ a { text-decoration: none; color: var(--text); } .reblog-item-body a { border-bottom: 1px solid var(--text); } .reblog-item-body figure a, a.auto-lightbox { border: none; } a.deactivated { cursor: default !important; } main a, .footer-icon, .footer-icon svg { -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; -ms-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .button, .action-buttons a { background: var(--background); border: none; color: var(--text); padding: 12px 24px; font-size: 16px; border-radius: 99px; font-weight: 600; margin: 5px auto; display: inline-block; } .action-buttons { padding: 33px; background: rgba(0, 184, 255, 0.15); border-radius: 8px; margin: 60px 0; } .action-buttons p { display: flex; justify-content: center; flex-wrap: wrap; font-weight: 600; gap: 12px; } .action-buttons a { background: rgba(0, 184, 255, 0.87); margin: 0; } .action-buttons a:hover { background: var(--background); box-shadow: 0px 4px 24px rgba(0, 184, 255, 0.26); } /* inline code */ pre { white-space: pre-wrap; word-wrap: break-word; margin: 1em 0; } /* dividers */ hr { border: none; margin: 48px auto; height: 2px; background: #00B8FF; } /* lists */ ul, ol { margin: 0 0 1.5em 0; padding-left: 40px; } ul li, ol li { margin: 0.5em 0; } /* ---------- PAGE CONTAINER ---------- */ main { margin: 0 auto; display: flex; flex-flow: row wrap; justify-content: center; align-items: stretch; } /* posts container */ section { max-width: 992px; width: 100%; display: flex; flex-wrap: wrap; justify-content: center; } /* ---------- HERO ---------- */ .hero { max-width: 100%; width: 100%; background: var(--accent); padding: 30px 20px 170px; flex-wrap: wrap; font-size: 18px; line-height: 1.5; color: var(--background); } @media (min-width: 760px) { .hero { padding: 90px 20px 200px; font-size: 21px; } } .hero br { display: none; } @media (min-width: 500px) { .hero br { display: inline; } } .Welcome\%20Guide-current-page .hero { padding-bottom: 160px; } @media (min-width: 941px) { .Welcome\%20Guide-current-page .hero { padding-bottom: 500px; } } .Welcome\%20Guide-current-page .hero p { display: none; } [data-id]:not([data-id=""]) .hero svg { display: none; } [data-id]:not([data-id=""]) .hero p { display: none; } .hero h1 { font-size: 50px; line-height: 1.1; margin-bottom: 0.6em; } .hero h1 svg { width: 184px; padding-top: 11px; } @media (min-width: 760px) { .hero h1 { font-size: 64px; } .hero h1 svg { width: unset; padding-top: 0; } } .hero-secondary { max-width: 100%; width: 100%; color: var(--background); background: #001935; z-index: 0; font-size: 18px; line-height: 1.6; padding-bottom: 100px; margin-bottom: 120px; display: none; } .hero-secondary a { border-bottom: 1px solid; color: #fff; } @media (min-width: 768px) { .hero-secondary { font-size: 21px; margin-bottom: 150px; } } .Welcome\%20Guide-current-page .hero-secondary { display: flex; padding-bottom: 0; } .hero-secondary h2 { color: var(--accent2); font-size: 40px; } @media (min-width: 760px) { .hero-secondary h2 { font-size: 48px; } } .hero-secondary h2, .hero-secondary .pill, .hero-secondary p { margin-left: 10px; margin-right: 10px; } .hero-secondary .video-wrapper { margin: -430px -100px 77px -100px; width: calc(100% + 200px); margin-bottom: min(80px, 8vw); } @media (max-width: 940px) { .hero-secondary .video-wrapper { margin-top: -11vh; margin-left: -10px; margin-right: -10px; width: calc(100% + 20px); } } .hero-content { width: 100%; text-align: center; max-width: 712px; margin: 0 auto; position: relative; } .index-page .hero-content { max-width: 610px; } .hero-content .pill { background: var(--background); padding: 24px 24px 24px 80px; border-radius: 8px; color: var(--text); box-shadow: 0px 4px 24px rgba(0, 25, 53, 0.15); font-size: 18px; line-height: 1.3; text-align: left; font-weight: 600; margin-bottom: -38px; margin-top: min(80px, 8vw); position: relative; } .hero-content .pill a { color: var(--text); } .hero-content .pill .bulb { font-size: 30px; vertical-align: middle; position: absolute; left: 30px; top: 15px; } .fluid-width-video-wrapper { width: 100%; position: relative; z-index: 2; padding-top: 56.25%; background: #FFFFFF; border-radius: 8px; filter: drop-shadow(0px 4px 24px rgba(0, 25, 53, 0.3)); } .fluid-width-video-wrapper iframe { position: absolute; width: calc(100% - 48px); height: calc(100% - 48px); top: 24px; left: 24px; } @media (max-width: 940px) { .fluid-width-video-wrapper iframe { width: 100%; height: 100%; left: 0; top: 0; } } .callout, .purple-section { background: rgba(0, 184, 255, 0.15); border-radius: 8px; padding: 32px; margin-bottom: 1.75em; } .callout .title, .purple-section .title { display: flex; gap: 12px; font-size: 34px; line-height: 24px; align-items: center; margin-bottom: 24px; } .callout .title h2, .purple-section .title h2 { font-weight: 600; font-size: 18px; line-height: 24px; } .callout img, .purple-section img { box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15); border-radius: 2px; vertical-align: bottom; } /* ---------- NAVIGATION ---------- */ nav { width: 100%; display: flex; align-items: center; justify-content: center; align-self: flex-start; padding-bottom: 30px; column-gap: 24px; flex-wrap: wrap; } @media (min-width: 760px) { nav { padding-bottom: 100px; } } nav a { line-height: 1.2; margin-bottom: 10px; color: var(--background); border-bottom: 2px solid transparent; } nav a:hover, nav a.current-page { border-color: 2px solid var(--background); } /* ---------- POSTS ---------- */ article { color: var(--text); margin: 0 0 30px 0; position: relative; z-index: 2; background: var(--background); border-radius: 3px; } .permalink article { padding: 8%; } .index-page article, [data-id]:not([data-id=""]) article { width: 100%; max-width: 540px; } .permalink[data-id]:not([data-id=""]) article { padding: 0; } /* ---------- PAGES ---------- */ #index { display: none; background: var(--accent4); border-radius: 16px; padding: 16px; max-width: unset; align-self: start; position: sticky; top: 100px; color: var(--background); } #index.loaded { display: block; } #index h3 { font-size: 24px; font-weight: 600; margin: 0.5em 0; } #index ul { list-style: none; padding: 0; margin: 0; } #index ul li { margin: 4px 0; } #index ul li a { display: block; padding: 8px 18px; border-radius: 24px; font-weight: 700; line-height: 1.3; border: none; font-size: 18px; } #index ul li a:hover { background: rgba(255, 255, 255, 0.3); } #index ul li a.current, #index ul li a.current:hover { background: var(--background); } .content { margin-top: -160px; } .Welcome\%20Guide-current-page .content { margin-top: 0px; padding-left: 20px; padding-right: 20px; display: block; } .Welcome\%20Guide-current-page .content .post[id=""] { max-width: unset !important; } @media (min-width: 760px) { .Welcome\%20Guide-current-page .content { display: flex; } } .Welcome\%20Guide-current-page .content article { max-width: unset; } .Welcome\%20Guide-current-page .content article .reblog-item-body { padding: 0; } @media (min-width: 760px) { .Welcome\%20Guide-current-page .content article { flex-basis: 60%; } } @media (min-width: 760px) { .Welcome\%20Guide-current-page .content #index { flex-basis: 33%; } } .Welcome\%20Guide-current-page .content.post .reblog-item-body { padding: 0; } .permalink .content { justify-content: space-between; column-gap: 24px; } .permalink .content .loaded + .post[id=""] { max-width: 594px; padding: 0; } [data-id]:not([data-id=""]) .content { justify-content: center; } /* ---------- POST HEADER ---------- */ .post-header { width: 100%; display: flex; flex-flow: row nowrap; color: var(--p-gray); font-weight: 700; font-size: calc(var(--font-size) - 2px); height: 51px; line-height: 51px; display: flex; align-items: center; position: relative; padding: 0 20px; } .post-header .avatar-link { width: 64px; height: 64px; position: absolute; left: -85px; top: 0; display: block; } @media (max-width: 767px) { .post-header .avatar-link { display: none; } } .post-header .avatar-link img { border-radius: 3px; } .post-header a.reblogged-from { flex-grow: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } /* ---------- REBLOG CHAINS ---------- */ /* remove from quote and chat posts */ .post-quote .post-reblog-list, .post-chat .post-reblog-list, .permalink .post-title, p:empty { display: none; } .post-reblog-header { display: flex; justify-content: flex-start; column-gap: 8px; align-items: center; padding: 0 20px 15px; font-weight: 600; } .post-reblog-header a { display: block; } .post-reblog-header a img { border-radius: 99px; max-width: 24px; vertical-align: bottom; } .reblog-item-body :last-child { margin-bottom: 0; } /* ---------- TEXT POSTS ---------- */ .post .post-title, .post .reblog-item-body { padding-left: 20px; padding-right: 20px; } article p { margin: 0 0 1.5rem 0; } article h2.post-title { font-size: 30px; margin: 0 0 1.75rem 0; line-height: 140%; } h1, h2 { font-size: 48px; line-height: 1.15; margin: 1.75rem 0; font-weight: 400; scroll-margin-top: 3rem; } .reblog-item-body h1:first-of-type, .reblog-item-body h2:first-of-type { margin-top: 0; } /* blockquotes */ blockquote { margin: 0 0 1.5em 0; } blockquote > *:first-child { margin-top: 0; } blockquote > *:last-child { margin-bottom: 0; } .quote, .reblog-item-body blockquote { border-radius: 6px; border: 1px var(--p-border) solid; padding: 15px; font-family: inherit; line-height: inherit; font-size: inherit; } /* ---------- MEDIA POSTS ---------- */ img, figure, video, .reblog-item-body { max-width: 100%; height: auto; } figure > iframe.spotify_audio_player { max-width: 100%; height: 80px !important; } figure.tmblr-full > a, figure > img { width: 100%; display: block; } .answer > figure, .reblog-item-body > figure, .image-container img, .reblog-item-body > img, .photoset-container { line-height: 0; } .answer > figure, .reblog-item-body > figure { margin: 0 0 1.5em 0; } .video, .image-container img, article .reblog-item-body > img, .photoset-container { margin-bottom: 1.5em; } .tmblr-attribution { display: none; } /* inline photosets */ .photoset-grid > div + div { margin-top: 5px; } figure.tmblr-full { margin: 0; } figure.tmblr-full img { margin-left: -20px; margin-right: -20px; max-width: calc(100% + 40px); width: calc(100% + 40px); } /* videos */ /* ---------- QUOTE POSTS ---------- */ .quote { word-break: break-word; margin-bottom: 1em; } .quote.short .quote-text { font-size: 30px; } .quote.medium .quote-text { font-size: 26px; } .quote.long .quote-text { font-size: 22px; } .quote-source { margin-top: 1em; margin-left: 25px; } .quote-source::before { content: "— "; position: absolute; margin-left: -25px; } .quote-source a { color: var(--accent); } .quote-source a:hover { text-decoration: underline; } /* ---------- LINK POSTS ---------- */ a.link { display: block; position: relative; border-radius: 6px; overflow: hidden; border: 1px var(--p-border) solid; margin-bottom: 1em; } a.link:hover { background: var(--footer); } .link-thumbnail { line-height: 0; position: relative; } .link-thumbnail img { width: 100% !important; } .link-text-wrapper { padding: 15px; } .link-title { margin: 0 0 0.5em 0; font-size: calc(var(--font-size) + 4px); font-weight: 700; } .link-excerpt { color: var(--p-gray); } .link-host { margin: 1em 0 0 0; color: var(--p-gray); } .link-host svg { height: var(--font-size); width: var(--font-size); fill: var(--p-gray); float: left; margin-top: 2px; margin-right: 5px; } /* ---------- CHAT POSTS ---------- */ .chat { margin-bottom: 1em; border: 1px var(--p-border) solid; border-radius: 6px; } .chat-line { margin: 15px; } .chat-label { color: var(--p-gray); } /* ---------- AUDIO POSTS ---------- */ .audio_player { background: var(--background); width: 100%; cursor: pointer; border-radius: 6px; border: 1px var(--p-border) solid; margin-bottom: 1em; overflow: hidden; } span > .audio_player { display: none; } .seek-art { display: flex; flex-flow: row nowrap; justify-content: flex-end; } .audio_player .seekbar { min-width: 200px; flex-grow: 1; height: 85px; background: var(--footer); } .audio_player .seekbar_progress { background: var(--footer-h); height: 100%; width: 0; } .seek-art img { height: 85px; width: 85px; cursor: default; border-left: 1px var(--p-border) solid; background: var(--footer); } .audio_buttons { position: absolute; display: block; line-height: 0; font-size: 0; text-align: center; width: 26px; height: 30px; margin-top: -56px; margin-left: 25px; } .audio_buttons svg { fill: var(--p-gray); } .audio_info { position: absolute; height: 42px; line-height: 21px; margin-top: -63px; margin-left: 80px; display: flex; flex-flow: column nowrap; justify-content: center; pointer-events: none; user-select: none; max-width: calc(var(--post-width) - 123px); color: var(--p-gray); } .audio_player.album_art .audio_info { max-width: calc(var(--post-width) - 208px); } .audio_info > div { max-height: 21px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; pointer-events: none; } /* ---------- ANSWER POSTS ---------- */ .answer-q, .answer-a { display: flex; flex-flow: row nowrap; margin-bottom: 1em; } .answer { position: relative; background: var(--footer); padding: 20px 20px calc(20px - 1em) 20px; border-radius: 6px; flex-grow: 1; margin-right: 15px; } .answer-q .answer { background: var(--accent); color: var(--background); } .answer:after { content: ""; position: absolute; right: -5px; top: 13px; height: 9px; width: 9px; background-color: var(--footer); -webkit-transform: rotate(45deg); transform: rotate(45deg); } .answer-q .answer:after { background-color: var(--accent); } p.asker { color: var(--med); margin-bottom: 1em; } .answer-q p:not(.answer-user) a, .answer-a p:not(.answer-user) a { text-decoration: underline; } img.answer-avatar { position: relative; border-radius: 100%; width: 35px; height: 35px; } /* ---------- POST FOOTER ---------- */ .post-footer { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; padding: 0 20px 20px; gap: 12px; /* like button */ } .post-footer svg { height: calc(var(--font-size) + 3.75px); width: calc(var(--font-size) + 3.75px); fill: var(--p-gray); } .post-footer .footer-links { display: flex; justify-content: flex-end; column-gap: 12px; margin-left: auto; } .post-footer .like-link { position: relative; cursor: pointer; } .post-footer .like-link iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; } .post-footer .like-link .like_button.liked + .like-button svg { fill: var(--accent); } .post-reblog-list + .post-footer { padding-top: 20px; } /* post tags */ .post-tags { padding: 0 20px 20px; } .post-reblog-list + .post-tags { padding-top: 20px; } .post-tags a { color: var(--p-gray); margin-right: 10px; } .post-tags a:hover { color: var(--accent); } /* ---------- PERMALINK NOTES CONTAINER ---------- */ article.notes-container { background: var(--sidebar); overflow: hidden; padding: 0; width: 100%; max-width: 540px; } article.notes-container ol.notes { list-style-type: none; padding-inline-start: 0; margin-block-start: 0; margin-block-end: 0; padding: 0; font-size: calc(var(--font-size) - 2px); color: var(--gray); } article.notes-container ol.notes img.avatar { height: 25px; width: 25px; border-radius: 100%; } article.notes-container ol.notes a.avatar_frame { position: absolute; border-radius: 100%; line-height: 0; height: 25px; width: 25px; margin: 0 0 0 -40px; } article.notes-container ol.notes li { min-height: 25px; padding: 0 0 0 40px; margin: 20px; line-height: 21px; display: flex; flex-flow: column nowrap; } article.notes-container ol.notes li.more_notes_link_container { margin: 0; padding: 20px; border-top: 1px var(--border) solid; background: var(--background); } article.notes-container ol.notes span.action { margin-top: 2px; } article.notes-container ol.notes .note a { color: var(--gray); font-weight: 700; } article.notes-container ol.notes blockquote { border: 1px solid var(--border); font-size: inherit; line-height: 1.3125; margin: 5px 0 0 0; quotes: none; padding: 15px; border-radius: 6px; } article.notes-container ol.notes blockquote a { font-weight: 400; } /* ---------- PAGINATION ---------- */ .pagination { margin: 0 0 30px 0; width: 100%; text-align: center; } .pagination a { display: inline-block; margin: 10px 5px; background: var(--background); color: var(--bg-accent3); padding: 10px 15px; border-radius: 3px; font-weight: 600; font-size: calc(var(--font-size) - 2px); } .pagination a:hover { opacity: 0.75; } .pagination a.jump-current { background: var(--accent); color: var(--background); cursor: default; } /* ---------- TUMBLR TOP BAR / IFRAME ---------- */ .tmblr-iframe-compact .tmblr-iframe--unified-controls { width: 100% !important; } .iframe-controls--phone-mobile, .tmblr-iframe--app-cta-button, .tmblr-iframe:not(#new-tumblr-controls) { visibility: hidden !important; display: none !important; } .iframe-container, iframe#new-tumblr-controls { position: fixed; top: 0; left: 0; height: 55px; width: 100% !important; background: rgba(255, 255, 255, 0.15); z-index: 10; } .tmblr-iframe-pushdown { padding-top: 0 !important; } /* FOOTER */ footer { color: var(--background); justify-content: center; display: flex; flex-wrap: wrap; padding: 20px 0; } @media (min-width: 768px) { footer { padding: 40px 0; } } footer p { width: 100%; text-align: center; margin: 0.5em 0 1em; } /* CONNECT TWITTER PAGE */ .Connect\%20your\%20Twitter-current-page .hero svg, .Connect\%20your\%20Twitter-current-page .hero .button, .Connect\%20your\%20Twitter-current-page .hero .action-buttons a, .action-buttons .Connect\%20your\%20Twitter-current-page .hero a { display: none; } .Connect\%20your\%20Twitter-current-page section.content { max-width: 682px; margin-left: auto; margin-right: auto; } .Connect\%20your\%20Twitter-current-page .post .reblog-item-body { padding: 0; } .show-logged-in, .show-logged-out { opacity: 0; pointer-events: none; visibility: hidden; height: 0; overflow: hidden; transition: opacity 0.2s ease-in-out; margin: 0; padding: 0; } .document-ready:not(.logged-in) .show-logged-out { opacity: 1; pointer-events: auto; visibility: visible; height: auto; margin: 5px auto; padding: 12px 24px; } .document-ready:not(.logged-in) .show-logged-in { display: none; } .document-ready.logged-in .show-logged-in { opacity: 1; pointer-events: auto; visibility: visible; height: auto; margin: 5px auto; padding: 12px 24px; } .document-ready.logged-in .show-logged-out { display: none; } /* ---------- SCREEN SIZE RESPONSIVENESS ---------- */ @media (max-width: 767px) { main { display: block; width: 100%; margin-top: 55px; } section { width: 100%; flex-wrap: wrap; padding-left: 10px; padding-right: 10px; } article { width: 100%; } section > *, article.notes-container, .permalink .content .post[id=""] { width: 100%; } .pagination, .permalink .content .post[id=""] { margin: 30px 0; } #index { position: static; width: 100%; } }</style> <!-- Theme Custom CSS --> <style type="text/css"></style> <!-- Twitter Meta Tags --> <meta property="twitter:card" content="summary_large_image"> <meta property="twitter:domain" content="letsgo.tumblr.com"> <meta property="twitter:url" content="https://letsgo.tumblr.com/"> <meta property="twitter:title" content="Welcome home."> <meta property="twitter:description" content="Tumblr. Pure effervescent enrichment. Old internet energy. Home of the Reblogs. All the art you..."> <meta property="twitter:image" content="https://static.tumblr.com/xg2dntt/s1orlt8oh/twexit-sharecard.png"> <!-- custom OG tags --> <meta property="og:image" content="https://static.tumblr.com/xg2dntt/s1orlt8oh/twexit-sharecard.png"/> <meta property="twitter:image" content="https://static.tumblr.com/xg2dntt/s1orlt8oh/twexit-sharecard.png"/> <meta property="twitter:description" content="Tumblr. Pure effervescent enrichment. Old internet energy. Home of the Reblogs. All the art you never knew you needed. All the fandoms you could wish for. Enough memes to knock out a moderately-sized..."/> <meta property="twitter:title" content="Welcome home."/> <link rel="alternate" href="android-app://com.tumblr/tumblr/x-callback-url/blog?blogName=letsgo" /><link rel="alternate" href="ios-app://305343404/tumblr/x-callback-url/blog?blogName=letsgo" /><script defer type="application/javascript" id="bilmur" data-provider="tumblr.com" data-service="blognetwork" data-customproperties='{"theme": ""}' nonce="Ymu5vCP9nPORZXJHgoGcmlAbH2Q" src="https://s0.wp.com/wp-content/js/bilmur.min.js?m=202511" ></script><script src="https://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=a8fadfa499d8cb7c3f8eefdf0b1adfdd"></script><link rel="stylesheet" type="text/css" href="https://assets.tumblr.com/fonts/gibson/stylesheet.css?v=3"><!-- BEGIN TUMBLR FACEBOOK OPENGRAPH TAGS --><!-- If you'd like to specify your own Open Graph tags, define the og:url and og:title tags in your theme's HTML. --><!-- Read more: http://ogp.me/ --><meta property="fb:app_id" content="48119224995" /><meta property="og:site_name" content="Tumblr" /><meta property="og:title" content="Welcome home." /><meta property="og:url" content="https://letsgo.tumblr.com/?og=1" /><meta property="og:description" content="Tumblr. Pure effervescent enrichment. Old internet energy. Home of the Reblogs. All the art you..." /><meta property="og:type" content="profile" /><meta property="og:image" content="https://64.media.tumblr.com/b0815506710c517bcb192e5dc70fc090/a75b99fe235abcbe-60/s128x128u_c1/3f91e468d75b77dfec3df178eb88d96564c0dd77.jpg" /><meta property="al:ios:url" content="tumblr://x-callback-url/blog?blogName=letsgo" /><meta property="al:ios:app_name" content="Tumblr" /><meta property="al:ios:app_store_id" content="305343404" /><meta property="al:android:url" content="tumblr://x-callback-url/blog?blogName=letsgo" /><meta property="al:android:app_name" content="Tumblr" /><meta property="al:android:package" content="com.tumblr" /><!-- END TUMBLR FACEBOOK OPENGRAPH TAGS --><!-- GOOGLE CAROUSEL --><script type="application/ld+json"> {"@type":"ItemList","url":"https:\/\/letsgo.tumblr.com","itemListElement":[{"@type":"ListItem","position":1,"url":"https:\/\/letsgo.tumblr.com\/post\/717501015350476800\/shelter"},{"@type":"ListItem","position":2,"url":"https:\/\/letsgo.tumblr.com\/post\/717501012696530944"},{"@type":"ListItem","position":3,"url":"https:\/\/letsgo.tumblr.com\/post\/717501005840908288\/21-4-23"},{"@type":"ListItem","position":4,"url":"https:\/\/letsgo.tumblr.com\/post\/717500989243080704\/dandelion-puff"},{"@type":"ListItem","position":5,"url":"https:\/\/letsgo.tumblr.com\/post\/717500975516139520"},{"@type":"ListItem","position":6,"url":"https:\/\/letsgo.tumblr.com\/post\/717500966027575296\/cherry-blossoms"},{"@type":"ListItem","position":7,"url":"https:\/\/letsgo.tumblr.com\/post\/717500958022762496\/tired"},{"@type":"ListItem","position":8,"url":"https:\/\/letsgo.tumblr.com\/post\/717500936168325120\/another-year-another-banger-of-a-eurovision"},{"@type":"ListItem","position":9,"url":"https:\/\/letsgo.tumblr.com\/post\/717500929710161920\/musical-acts"},{"@type":"ListItem","position":10,"url":"https:\/\/letsgo.tumblr.com\/post\/717500924227158016\/celebrities"}],"@context":"http:\/\/schema.org"}</script><link rel="canonical" href="https://www.tumblr.com/letsgo" /></head> <body data-urlencoded-name="letsgo" class="index-page no-header-image Welcome%20Guide- Advertise%20%E2%86%97-" data-id="" > <!-- tumblr iframe (replaced with jquery) --> <div class="iframe-container"> <iframe id="new-tumblr-controls" src="" frameborder="0" scrolling="no" name="unified-controls" class="tmblr-iframe tmblr-iframe--unified-controls tmblr-iframe--loaded iframe-controls--desktop"></iframe> </div> <main id="page-container"> <!-- Hero section --> <section class="hero"> <!-- navigation --> <nav> <a href="/" class="current-page"> Home </a> <a href="/welcome-guide" class=""> Welcome Guide </a> <a href="https://advertise.tumblr.com/" class=""> Advertise ↗ </a> </nav> <div class="hero-content"> <h1>Welcome home.</h1> <p>Tumblr. Pure effervescent enrichment. Old internet energy. Home of the Reblogs. All the art you never knew you needed. All the fandoms you could wish for. Enough memes to knock out a moderately-sized mammal. Add to it or simply scroll through and soak it up.</p> </div> </section> <!-- post / header container --> <section id="posts" class="content"> <!-- posts --> <aside id="index"> <h3>📚 Table of Contents</h3> </aside> <article class="post post-photo" id="717501015350476800"> <!-- post header --> <div class="post-header"> <a class="avatar-link" href="https://prinnay.tumblr.com/post/715127589605457920/shelter" target="_blank"> <img src="https://64.media.tumblr.com/894036630d552614d505d72ec037a0f1/77955434c38b4da8-d4/s64x64u_c1/aa6af2532b1f62633778d207a5e9a34d5cd48acf.jpg" alt="prinnay" class="avatar" /> </a> <a class="reblogged-from" href="https://prinnay.tumblr.com/post/715127589605457920/shelter" target="_blank">prinnay</a> </div> <!-- post content --> <div class="image-container"> <a href="#" onclick="Tumblr.Lightbox.init([{ width: 875, height: 1136, low_res: 'https://64.media.tumblr.com/08d30af86317fc8b906a55a2327da3e8/6034cabaa868e968-1a/s500x750/7417e4798c4c01852d07a28ada2800067b42249e.jpg', high_res: 'https://64.media.tumblr.com/08d30af86317fc8b906a55a2327da3e8/6034cabaa868e968-1a/s1280x1920/61b3b92336b85aed5665271a349b7e0d14a1f3f3.jpg' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="https://64.media.tumblr.com/08d30af86317fc8b906a55a2327da3e8/6034cabaa868e968-1a/s1280x1920/61b3b92336b85aed5665271a349b7e0d14a1f3f3.jpg" alt="prinnay: “Shelter ”" /></a> </div> <!-- reblog chains --> <div class="post-reblog-list"> <div class="post-reblog-item"> <div class="post-reblog-header"> <div class="reblog-item-avatar"> <a target="_blank" href="https://prinnay.tumblr.com/post/715127589605457920"><img src="https://64.media.tumblr.com/894036630d552614d505d72ec037a0f1/77955434c38b4da8-d4/s64x64u_c1/aa6af2532b1f62633778d207a5e9a34d5cd48acf.jpg"></a> </div> <div class="reblog-item-username"> <a target="_blank" class="post-tumblelog-name" href="https://prinnay.tumblr.com/post/715127589605457920">prinnay</a> </div> </div> <div class="reblog-item-container"> <div class="reblog-item-bar"></div> <div class="reblog-item-body"> <p>Shelter<br /></p> </div> </div> </div> </div> <!-- post footer --> <div class="post-footer"> <span>43,488 notes</span> <div class="footer-links"> <a href="https://letsgo.tumblr.com/post/717501015350476800/shelter" class="footer-link"> <span class="footer-icon"> <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.6173 1.07615C12.991 0.921369 13.4211 1.00692 13.7071 1.29292L22.7071 10.2929C23.0832 10.669 23.0991 11.2737 22.7433 11.669L13.7433 21.669C13.4663 21.9768 13.0283 22.082 12.6417 21.9336C12.2552 21.7853 12 21.4141 12 21V16H11.5C7.31775 16 3.92896 18.2486 2.95256 21.3044C2.80256 21.7738 2.33292 22.064 1.84598 21.9881C1.35904 21.9122 1 21.4928 1 21V18.5C1 12.3163 5.88069 7.27248 12 7.0107V2.00003C12 1.59557 12.2436 1.23093 12.6173 1.07615ZM14 4.41424V8.00003C14 8.55231 13.5523 9.00003 13 9.00003H12.5C7.64534 9.00003 3.64117 12.6414 3.06988 17.3419C5.09636 15.2367 8.18218 14 11.5 14H13C13.5523 14 14 14.4477 14 15V18.3941L20.622 11.0363L14 4.41424Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <a href="https://letsgo.tumblr.com/post/717501015350476800/shelter" class="footer-link"> <span class="footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.7899 1C7.10755 1 2.53696 5.57059 2.53696 11.2529C2.53696 12.7353 2.78402 14.0941 3.40167 15.4529C3.15461 16.1941 2.90755 17.3059 2.53696 18.5412L2.04284 20.5176C1.79579 21.3824 2.66049 22.2471 3.5252 22L5.50167 21.5059L8.46637 20.6412C9.8252 21.2588 11.184 21.5059 12.6664 21.5059C18.3487 21.5059 22.9193 16.9353 22.9193 11.2529C23.0428 5.57059 18.4723 1 12.7899 1ZM20.5723 11.2529C20.5723 15.5765 17.1134 19.0353 12.6664 19.0353C11.184 19.0353 9.8252 18.6647 8.71343 17.9235L4.76049 19.0353L5.87226 15.0824C5.25461 13.9706 4.76049 12.6118 4.76049 11.1294C4.88402 6.92941 8.46637 3.47059 12.7899 3.47059C17.1134 3.47059 20.5723 6.92941 20.5723 11.2529Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <a class="footer-link" href="https://www.tumblr.com/reblog/letsgo/717501015350476800/zwI6j9MI"> <span class="footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.8508 1.24145C16.3867 0.777358 15.9227 1.0094 15.9227 1.70553V4.02598H4.32044C2 4.02598 2 6.34642 2 6.34642V12.1475C2 12.1475 2 13.3077 3.16022 13.3077C4.32044 13.3077 4.32044 12.1475 4.32044 12.1475V7.50664C4.32044 6.34642 4.90055 6.34642 5.48066 6.34642H15.9227V8.66686C15.9227 9.36299 16.2707 9.47902 16.8508 9.13095L21.7238 5.1862L16.8508 1.24145ZM6.87293 21.7774C7.45304 22.2414 7.80111 22.0094 7.80111 21.4293V19.1088H19.4033C21.7238 19.1088 21.7238 16.7884 21.7238 16.7884V10.9873C21.7238 10.9873 21.7238 9.82708 20.5635 9.82708C19.4033 9.82708 19.4033 10.9873 19.4033 10.9873V15.6282C19.4033 16.7884 18.8232 16.7884 18.2431 16.7884H7.80111V14.468C7.80111 13.7718 7.45304 13.6558 6.87293 14.0039L2 17.9486L6.87293 21.7774Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <div class="footer-link like-link"> <div class="like_button" data-post-id="717501015350476800" data-blog-name="letsgo" id="like_button_717501015350476800"><iframe id="like_iframe_717501015350476800" src="https://assets.tumblr.com/assets/html/like_iframe.html?_v=c96f30edcf75919c3976e1403422560b#name=letsgo&post_id=717501015350476800&color=black&rk=zwI6j9MI&root_id=715127589605457920&slug=shelter" scrolling="no" width="20" height="20" frameborder="0" class="like_toggle" allowTransparency="true" name="like_iframe_717501015350476800"></iframe></div> <span class="like-button footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.8567 2C15.9879 2 14.1652 2.88205 12.7242 4.4794C12.6552 4.553 12.5782 4.6381 12.4977 4.73815C12.4126 4.6404 12.3401 4.5553 12.2723 4.4794C10.829 2.8809 9.0109 2 7.1525 2C5.84725 2 4.5811 2.44505 3.4863 3.28455C0.297349 5.73405 0.483649 10.058 2.31675 13.0595C4.79845 17.1248 9.85615 21.3166 10.8451 22.1158C11.3136 22.4927 11.8965 22.6987 12.4977 22.7C13.0945 22.7 13.6799 22.493 14.1491 22.1158C15.1369 21.3166 20.1947 17.1248 22.6775 13.0595C24.5117 10.0511 24.7073 5.72715 21.5275 3.28455C20.4293 2.44505 19.1608 2 17.8555 2H17.8567ZM17.8567 4.4426C18.5984 4.4426 19.3494 4.6818 20.0601 5.22805C22.2485 6.9082 21.7357 9.9419 20.6167 11.7773C18.3477 15.4918 13.5327 19.4823 12.6357 20.208C12.5965 20.2398 12.5476 20.2572 12.4971 20.2572C12.4466 20.2572 12.3977 20.2398 12.3585 20.208C11.4627 19.4823 6.64765 15.4918 4.37755 11.7762C3.25975 9.9419 2.76755 6.9082 4.95255 5.22805C5.6644 4.6818 6.41305 4.4426 7.1502 4.4426C8.3738 4.4426 9.55945 5.1027 10.4829 6.12275C11.0521 6.7541 12.3896 8.51705 12.4988 8.6562C12.6081 8.5182 13.9467 6.7541 14.5136 6.12275C15.4336 5.1027 16.6319 4.4426 17.8578 4.4426H17.8567Z" fill="black" fill-opacity="0.6"/> </svg> </span> </div> </div> </div> </article> <!-- post notes --> <aside id="index"> <h3>📚 Table of Contents</h3> </aside> <article class="post post-text" id="717501012696530944"> <!-- post header --> <div class="post-header"> <a class="avatar-link" href="https://nora-yoko.tumblr.com/post/715070227407323136" target="_blank"> <img src="https://64.media.tumblr.com/avatar_f52229fde8e4_64.pnj" alt="nora-yoko" class="avatar" /> </a> <a class="reblogged-from" href="https://nora-yoko.tumblr.com/post/715070227407323136" target="_blank">nora-yoko</a> </div> <!-- post content --> <!-- reblog chains --> <div class="post-reblog-list"> <div class="post-reblog-item"> <div class="post-reblog-header"> <div class="reblog-item-avatar"> <a target="_blank" href="https://nora-yoko.tumblr.com/post/715070227407323136"><img src="https://64.media.tumblr.com/avatar_f52229fde8e4_64.pnj"></a> </div> <div class="reblog-item-username"> <a target="_blank" class="post-tumblelog-name" href="https://nora-yoko.tumblr.com/post/715070227407323136">nora-yoko</a> </div> </div> <div class="reblog-item-container"> <div class="reblog-item-bar"></div> <div class="reblog-item-body"> <p></p><div class="npf_row"><div class="npf_col"><figure class="tmblr-full"><a class="post_media_photo_anchor" data-big-photo="https://64.media.tumblr.com/4008bc4675fede7764fddfbe469fdf8d/965ee0e584b11d07-b7/s1280x1920/eb999d9444fa0781b75b4ffa80742052601ed252.jpg" data-big-photo-height="" data-big-photo-width=""><img class="post_media_photo image" src="https://64.media.tumblr.com/4008bc4675fede7764fddfbe469fdf8d/965ee0e584b11d07-b7/s500x750/efa810702658087d117e5376af532c0c86656695.jpg" srcset="https://64.media.tumblr.com/4008bc4675fede7764fddfbe469fdf8d/965ee0e584b11d07-b7/s75x75_c1/7e2da481c091d0c303c7109f5a93eb39ff6d16a9.jpg 75w, https://64.media.tumblr.com/4008bc4675fede7764fddfbe469fdf8d/965ee0e584b11d07-b7/s100x200/730298ed1720806d9655b2d81c78e4aad9d50880.jpg 100w, https://64.media.tumblr.com/4008bc4675fede7764fddfbe469fdf8d/965ee0e584b11d07-b7/s250x400/b7adebb98d807f89041134775fefb61455157c65.jpg 250w, https://64.media.tumblr.com/4008bc4675fede7764fddfbe469fdf8d/965ee0e584b11d07-b7/s400x600/8239c92017f27d8d514b7292c0a55f73ff985595.jpg 400w, https://64.media.tumblr.com/4008bc4675fede7764fddfbe469fdf8d/965ee0e584b11d07-b7/s500x750/efa810702658087d117e5376af532c0c86656695.jpg 432w" sizes="(max-width: 432px) 100vw, 432px" alt="image"></a></figure></div></div> </div> </div> </div> </div> <!-- post footer --> <div class="post-footer"> <span>10,243 notes</span> <div class="footer-links"> <a href="https://letsgo.tumblr.com/post/717501012696530944" class="footer-link"> <span class="footer-icon"> <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.6173 1.07615C12.991 0.921369 13.4211 1.00692 13.7071 1.29292L22.7071 10.2929C23.0832 10.669 23.0991 11.2737 22.7433 11.669L13.7433 21.669C13.4663 21.9768 13.0283 22.082 12.6417 21.9336C12.2552 21.7853 12 21.4141 12 21V16H11.5C7.31775 16 3.92896 18.2486 2.95256 21.3044C2.80256 21.7738 2.33292 22.064 1.84598 21.9881C1.35904 21.9122 1 21.4928 1 21V18.5C1 12.3163 5.88069 7.27248 12 7.0107V2.00003C12 1.59557 12.2436 1.23093 12.6173 1.07615ZM14 4.41424V8.00003C14 8.55231 13.5523 9.00003 13 9.00003H12.5C7.64534 9.00003 3.64117 12.6414 3.06988 17.3419C5.09636 15.2367 8.18218 14 11.5 14H13C13.5523 14 14 14.4477 14 15V18.3941L20.622 11.0363L14 4.41424Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <a href="https://letsgo.tumblr.com/post/717501012696530944" class="footer-link"> <span class="footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.7899 1C7.10755 1 2.53696 5.57059 2.53696 11.2529C2.53696 12.7353 2.78402 14.0941 3.40167 15.4529C3.15461 16.1941 2.90755 17.3059 2.53696 18.5412L2.04284 20.5176C1.79579 21.3824 2.66049 22.2471 3.5252 22L5.50167 21.5059L8.46637 20.6412C9.8252 21.2588 11.184 21.5059 12.6664 21.5059C18.3487 21.5059 22.9193 16.9353 22.9193 11.2529C23.0428 5.57059 18.4723 1 12.7899 1ZM20.5723 11.2529C20.5723 15.5765 17.1134 19.0353 12.6664 19.0353C11.184 19.0353 9.8252 18.6647 8.71343 17.9235L4.76049 19.0353L5.87226 15.0824C5.25461 13.9706 4.76049 12.6118 4.76049 11.1294C4.88402 6.92941 8.46637 3.47059 12.7899 3.47059C17.1134 3.47059 20.5723 6.92941 20.5723 11.2529Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <a class="footer-link" href="https://www.tumblr.com/reblog/letsgo/717501012696530944/7R2U3zfU"> <span class="footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.8508 1.24145C16.3867 0.777358 15.9227 1.0094 15.9227 1.70553V4.02598H4.32044C2 4.02598 2 6.34642 2 6.34642V12.1475C2 12.1475 2 13.3077 3.16022 13.3077C4.32044 13.3077 4.32044 12.1475 4.32044 12.1475V7.50664C4.32044 6.34642 4.90055 6.34642 5.48066 6.34642H15.9227V8.66686C15.9227 9.36299 16.2707 9.47902 16.8508 9.13095L21.7238 5.1862L16.8508 1.24145ZM6.87293 21.7774C7.45304 22.2414 7.80111 22.0094 7.80111 21.4293V19.1088H19.4033C21.7238 19.1088 21.7238 16.7884 21.7238 16.7884V10.9873C21.7238 10.9873 21.7238 9.82708 20.5635 9.82708C19.4033 9.82708 19.4033 10.9873 19.4033 10.9873V15.6282C19.4033 16.7884 18.8232 16.7884 18.2431 16.7884H7.80111V14.468C7.80111 13.7718 7.45304 13.6558 6.87293 14.0039L2 17.9486L6.87293 21.7774Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <div class="footer-link like-link"> <div class="like_button" data-post-id="717501012696530944" data-blog-name="letsgo" id="like_button_717501012696530944"><iframe id="like_iframe_717501012696530944" src="https://assets.tumblr.com/assets/html/like_iframe.html?_v=c96f30edcf75919c3976e1403422560b#name=letsgo&post_id=717501012696530944&color=black&rk=7R2U3zfU&root_id=715070227407323136&slug=" scrolling="no" width="20" height="20" frameborder="0" class="like_toggle" allowTransparency="true" name="like_iframe_717501012696530944"></iframe></div> <span class="like-button footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.8567 2C15.9879 2 14.1652 2.88205 12.7242 4.4794C12.6552 4.553 12.5782 4.6381 12.4977 4.73815C12.4126 4.6404 12.3401 4.5553 12.2723 4.4794C10.829 2.8809 9.0109 2 7.1525 2C5.84725 2 4.5811 2.44505 3.4863 3.28455C0.297349 5.73405 0.483649 10.058 2.31675 13.0595C4.79845 17.1248 9.85615 21.3166 10.8451 22.1158C11.3136 22.4927 11.8965 22.6987 12.4977 22.7C13.0945 22.7 13.6799 22.493 14.1491 22.1158C15.1369 21.3166 20.1947 17.1248 22.6775 13.0595C24.5117 10.0511 24.7073 5.72715 21.5275 3.28455C20.4293 2.44505 19.1608 2 17.8555 2H17.8567ZM17.8567 4.4426C18.5984 4.4426 19.3494 4.6818 20.0601 5.22805C22.2485 6.9082 21.7357 9.9419 20.6167 11.7773C18.3477 15.4918 13.5327 19.4823 12.6357 20.208C12.5965 20.2398 12.5476 20.2572 12.4971 20.2572C12.4466 20.2572 12.3977 20.2398 12.3585 20.208C11.4627 19.4823 6.64765 15.4918 4.37755 11.7762C3.25975 9.9419 2.76755 6.9082 4.95255 5.22805C5.6644 4.6818 6.41305 4.4426 7.1502 4.4426C8.3738 4.4426 9.55945 5.1027 10.4829 6.12275C11.0521 6.7541 12.3896 8.51705 12.4988 8.6562C12.6081 8.5182 13.9467 6.7541 14.5136 6.12275C15.4336 5.1027 16.6319 4.4426 17.8578 4.4426H17.8567Z" fill="black" fill-opacity="0.6"/> </svg> </span> </div> </div> </div> </article> <!-- post notes --> <aside id="index"> <h3>📚 Table of Contents</h3> </aside> <article class="post post-text" id="717501005840908288"> <!-- post header --> <div class="post-header"> <a class="avatar-link" href="https://caleod.tumblr.com/post/715224318799446016/21-4-23" target="_blank"> <img src="https://64.media.tumblr.com/6035caddaa63432b0611f53b4d891b5e/4dcc6b7fc896473d-33/s64x64u_c1/083e247af80637078bf5070a0765514355aa5519.pnj" alt="caleod" class="avatar" /> </a> <a class="reblogged-from" href="https://caleod.tumblr.com/post/715224318799446016/21-4-23" target="_blank">caleod</a> </div> <!-- post content --> <!-- reblog chains --> <div class="post-reblog-list"> <div class="post-reblog-item"> <div class="post-reblog-header"> <div class="reblog-item-avatar"> <a target="_blank" href="https://caleod.tumblr.com/post/715224318799446016"><img src="https://64.media.tumblr.com/6035caddaa63432b0611f53b4d891b5e/4dcc6b7fc896473d-33/s64x64u_c1/083e247af80637078bf5070a0765514355aa5519.pnj"></a> </div> <div class="reblog-item-username"> <a target="_blank" class="post-tumblelog-name" href="https://caleod.tumblr.com/post/715224318799446016">caleod</a> </div> </div> <div class="reblog-item-container"> <div class="reblog-item-bar"></div> <div class="reblog-item-body"> <p></p><div class="npf_row"><div class="npf_col"><figure class="tmblr-full"><a class="post_media_photo_anchor" data-big-photo="https://64.media.tumblr.com/c38a062fff569d5acac04cc192bbbd9c/ecbe330bc79fa22d-46/s1280x1920/66a8293e1edfc5a456764c89337de9b6bce692f4.jpg" data-big-photo-height="2048" data-big-photo-width="1153"><img class="post_media_photo image" src="https://64.media.tumblr.com/c38a062fff569d5acac04cc192bbbd9c/ecbe330bc79fa22d-46/s640x960/018cf633636ab18ffb951681e8edaa4f52f2959a.jpg" srcset="https://64.media.tumblr.com/c38a062fff569d5acac04cc192bbbd9c/ecbe330bc79fa22d-46/s75x75_c1/58d17c0490499d08737eade0062d3975d56fa8f6.jpg 75w, https://64.media.tumblr.com/c38a062fff569d5acac04cc192bbbd9c/ecbe330bc79fa22d-46/s100x200/b044d686c0a6a5a38dc32d9ce3901cfa860cedf5.jpg 100w, https://64.media.tumblr.com/c38a062fff569d5acac04cc192bbbd9c/ecbe330bc79fa22d-46/s250x400/444d693bcc8be5311bba153744f48a3da8b33a80.jpg 225w, https://64.media.tumblr.com/c38a062fff569d5acac04cc192bbbd9c/ecbe330bc79fa22d-46/s400x600/4730f14e8ca8754897c61cf94c445d9af2edf769.jpg 338w, https://64.media.tumblr.com/c38a062fff569d5acac04cc192bbbd9c/ecbe330bc79fa22d-46/s500x750/84d5b7e95d3fb2075ae9d17972eaad00eef119f9.jpg 422w, https://64.media.tumblr.com/c38a062fff569d5acac04cc192bbbd9c/ecbe330bc79fa22d-46/s540x810/1eb608d9cec07c8ccd3a7552d3ede30836763c77.jpg 456w, https://64.media.tumblr.com/c38a062fff569d5acac04cc192bbbd9c/ecbe330bc79fa22d-46/s640x960/018cf633636ab18ffb951681e8edaa4f52f2959a.jpg 540w, https://64.media.tumblr.com/c38a062fff569d5acac04cc192bbbd9c/ecbe330bc79fa22d-46/s1280x1920/66a8293e1edfc5a456764c89337de9b6bce692f4.jpg 1081w, https://64.media.tumblr.com/c38a062fff569d5acac04cc192bbbd9c/ecbe330bc79fa22d-46/s2048x3072/44462622ce4c19b346a1c8cff1f46cc567b643c0.jpg 1153w" sizes="(max-width: 1153px) 100vw, 1153px" alt="image"></a></figure></div></div><p>21-4-23</p> </div> </div> </div> </div> <!-- post footer --> <div class="post-footer"> <span>2,714 notes</span> <div class="footer-links"> <a href="https://letsgo.tumblr.com/post/717501005840908288/21-4-23" class="footer-link"> <span class="footer-icon"> <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.6173 1.07615C12.991 0.921369 13.4211 1.00692 13.7071 1.29292L22.7071 10.2929C23.0832 10.669 23.0991 11.2737 22.7433 11.669L13.7433 21.669C13.4663 21.9768 13.0283 22.082 12.6417 21.9336C12.2552 21.7853 12 21.4141 12 21V16H11.5C7.31775 16 3.92896 18.2486 2.95256 21.3044C2.80256 21.7738 2.33292 22.064 1.84598 21.9881C1.35904 21.9122 1 21.4928 1 21V18.5C1 12.3163 5.88069 7.27248 12 7.0107V2.00003C12 1.59557 12.2436 1.23093 12.6173 1.07615ZM14 4.41424V8.00003C14 8.55231 13.5523 9.00003 13 9.00003H12.5C7.64534 9.00003 3.64117 12.6414 3.06988 17.3419C5.09636 15.2367 8.18218 14 11.5 14H13C13.5523 14 14 14.4477 14 15V18.3941L20.622 11.0363L14 4.41424Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <a href="https://letsgo.tumblr.com/post/717501005840908288/21-4-23" class="footer-link"> <span class="footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.7899 1C7.10755 1 2.53696 5.57059 2.53696 11.2529C2.53696 12.7353 2.78402 14.0941 3.40167 15.4529C3.15461 16.1941 2.90755 17.3059 2.53696 18.5412L2.04284 20.5176C1.79579 21.3824 2.66049 22.2471 3.5252 22L5.50167 21.5059L8.46637 20.6412C9.8252 21.2588 11.184 21.5059 12.6664 21.5059C18.3487 21.5059 22.9193 16.9353 22.9193 11.2529C23.0428 5.57059 18.4723 1 12.7899 1ZM20.5723 11.2529C20.5723 15.5765 17.1134 19.0353 12.6664 19.0353C11.184 19.0353 9.8252 18.6647 8.71343 17.9235L4.76049 19.0353L5.87226 15.0824C5.25461 13.9706 4.76049 12.6118 4.76049 11.1294C4.88402 6.92941 8.46637 3.47059 12.7899 3.47059C17.1134 3.47059 20.5723 6.92941 20.5723 11.2529Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <a class="footer-link" href="https://www.tumblr.com/reblog/letsgo/717501005840908288/gOSG8KAk"> <span class="footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.8508 1.24145C16.3867 0.777358 15.9227 1.0094 15.9227 1.70553V4.02598H4.32044C2 4.02598 2 6.34642 2 6.34642V12.1475C2 12.1475 2 13.3077 3.16022 13.3077C4.32044 13.3077 4.32044 12.1475 4.32044 12.1475V7.50664C4.32044 6.34642 4.90055 6.34642 5.48066 6.34642H15.9227V8.66686C15.9227 9.36299 16.2707 9.47902 16.8508 9.13095L21.7238 5.1862L16.8508 1.24145ZM6.87293 21.7774C7.45304 22.2414 7.80111 22.0094 7.80111 21.4293V19.1088H19.4033C21.7238 19.1088 21.7238 16.7884 21.7238 16.7884V10.9873C21.7238 10.9873 21.7238 9.82708 20.5635 9.82708C19.4033 9.82708 19.4033 10.9873 19.4033 10.9873V15.6282C19.4033 16.7884 18.8232 16.7884 18.2431 16.7884H7.80111V14.468C7.80111 13.7718 7.45304 13.6558 6.87293 14.0039L2 17.9486L6.87293 21.7774Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <div class="footer-link like-link"> <div class="like_button" data-post-id="717501005840908288" data-blog-name="letsgo" id="like_button_717501005840908288"><iframe id="like_iframe_717501005840908288" src="https://assets.tumblr.com/assets/html/like_iframe.html?_v=c96f30edcf75919c3976e1403422560b#name=letsgo&post_id=717501005840908288&color=black&rk=gOSG8KAk&root_id=715224318799446016&slug=21-4-23" scrolling="no" width="20" height="20" frameborder="0" class="like_toggle" allowTransparency="true" name="like_iframe_717501005840908288"></iframe></div> <span class="like-button footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.8567 2C15.9879 2 14.1652 2.88205 12.7242 4.4794C12.6552 4.553 12.5782 4.6381 12.4977 4.73815C12.4126 4.6404 12.3401 4.5553 12.2723 4.4794C10.829 2.8809 9.0109 2 7.1525 2C5.84725 2 4.5811 2.44505 3.4863 3.28455C0.297349 5.73405 0.483649 10.058 2.31675 13.0595C4.79845 17.1248 9.85615 21.3166 10.8451 22.1158C11.3136 22.4927 11.8965 22.6987 12.4977 22.7C13.0945 22.7 13.6799 22.493 14.1491 22.1158C15.1369 21.3166 20.1947 17.1248 22.6775 13.0595C24.5117 10.0511 24.7073 5.72715 21.5275 3.28455C20.4293 2.44505 19.1608 2 17.8555 2H17.8567ZM17.8567 4.4426C18.5984 4.4426 19.3494 4.6818 20.0601 5.22805C22.2485 6.9082 21.7357 9.9419 20.6167 11.7773C18.3477 15.4918 13.5327 19.4823 12.6357 20.208C12.5965 20.2398 12.5476 20.2572 12.4971 20.2572C12.4466 20.2572 12.3977 20.2398 12.3585 20.208C11.4627 19.4823 6.64765 15.4918 4.37755 11.7762C3.25975 9.9419 2.76755 6.9082 4.95255 5.22805C5.6644 4.6818 6.41305 4.4426 7.1502 4.4426C8.3738 4.4426 9.55945 5.1027 10.4829 6.12275C11.0521 6.7541 12.3896 8.51705 12.4988 8.6562C12.6081 8.5182 13.9467 6.7541 14.5136 6.12275C15.4336 5.1027 16.6319 4.4426 17.8578 4.4426H17.8567Z" fill="black" fill-opacity="0.6"/> </svg> </span> </div> </div> </div> </article> <!-- post notes --> <aside id="index"> <h3>📚 Table of Contents</h3> </aside> <article class="post post-photo" id="717500989243080704"> <!-- post header --> <div class="post-header"> <a class="avatar-link" href="https://propalitetz.tumblr.com/post/714703294215405568/dandelion-puff" target="_blank"> <img src="https://64.media.tumblr.com/e58545fe115b975bc6548059f33343d8/b4e20bacfa733121-36/s64x64u_c1/b2d42ed5c37ebee5158cd187d40d1ace3bbddc95.pnj" alt="propalitetz" class="avatar" /> </a> <a class="reblogged-from" href="https://propalitetz.tumblr.com/post/714703294215405568/dandelion-puff" target="_blank">propalitetz</a> </div> <!-- post content --> <div class="image-container"> <a href="#" onclick="Tumblr.Lightbox.init([{ width: 1280, height: 1005, low_res: 'https://64.media.tumblr.com/ce938803fed86975b59c416bf591a4d1/f75cca7960d06a57-b0/s500x750/6e88ecaf0081f239a15d5ae32f6e60b0957ff982.png', high_res: 'https://64.media.tumblr.com/ce938803fed86975b59c416bf591a4d1/f75cca7960d06a57-b0/s1280x1920/a02e4e88a4ee34d424a2f02954614253431cd4f3.png' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="https://64.media.tumblr.com/ce938803fed86975b59c416bf591a4d1/f75cca7960d06a57-b0/s1280x1920/a02e4e88a4ee34d424a2f02954614253431cd4f3.png" alt="propalitetz: “dandelion puff ”" /></a> </div> <!-- reblog chains --> <div class="post-reblog-list"> <div class="post-reblog-item"> <div class="post-reblog-header"> <div class="reblog-item-avatar"> <a target="_blank" href="https://propalitetz.tumblr.com/post/714703294215405568"><img src="https://64.media.tumblr.com/e58545fe115b975bc6548059f33343d8/b4e20bacfa733121-36/s64x64u_c1/b2d42ed5c37ebee5158cd187d40d1ace3bbddc95.pnj"></a> </div> <div class="reblog-item-username"> <a target="_blank" class="post-tumblelog-name" href="https://propalitetz.tumblr.com/post/714703294215405568">propalitetz</a> </div> </div> <div class="reblog-item-container"> <div class="reblog-item-bar"></div> <div class="reblog-item-body"> <p>dandelion puff</p> </div> </div> </div> </div> <!-- post footer --> <div class="post-footer"> <span>13,189 notes</span> <div class="footer-links"> <a href="https://letsgo.tumblr.com/post/717500989243080704/dandelion-puff" class="footer-link"> <span class="footer-icon"> <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.6173 1.07615C12.991 0.921369 13.4211 1.00692 13.7071 1.29292L22.7071 10.2929C23.0832 10.669 23.0991 11.2737 22.7433 11.669L13.7433 21.669C13.4663 21.9768 13.0283 22.082 12.6417 21.9336C12.2552 21.7853 12 21.4141 12 21V16H11.5C7.31775 16 3.92896 18.2486 2.95256 21.3044C2.80256 21.7738 2.33292 22.064 1.84598 21.9881C1.35904 21.9122 1 21.4928 1 21V18.5C1 12.3163 5.88069 7.27248 12 7.0107V2.00003C12 1.59557 12.2436 1.23093 12.6173 1.07615ZM14 4.41424V8.00003C14 8.55231 13.5523 9.00003 13 9.00003H12.5C7.64534 9.00003 3.64117 12.6414 3.06988 17.3419C5.09636 15.2367 8.18218 14 11.5 14H13C13.5523 14 14 14.4477 14 15V18.3941L20.622 11.0363L14 4.41424Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <a href="https://letsgo.tumblr.com/post/717500989243080704/dandelion-puff" class="footer-link"> <span class="footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.7899 1C7.10755 1 2.53696 5.57059 2.53696 11.2529C2.53696 12.7353 2.78402 14.0941 3.40167 15.4529C3.15461 16.1941 2.90755 17.3059 2.53696 18.5412L2.04284 20.5176C1.79579 21.3824 2.66049 22.2471 3.5252 22L5.50167 21.5059L8.46637 20.6412C9.8252 21.2588 11.184 21.5059 12.6664 21.5059C18.3487 21.5059 22.9193 16.9353 22.9193 11.2529C23.0428 5.57059 18.4723 1 12.7899 1ZM20.5723 11.2529C20.5723 15.5765 17.1134 19.0353 12.6664 19.0353C11.184 19.0353 9.8252 18.6647 8.71343 17.9235L4.76049 19.0353L5.87226 15.0824C5.25461 13.9706 4.76049 12.6118 4.76049 11.1294C4.88402 6.92941 8.46637 3.47059 12.7899 3.47059C17.1134 3.47059 20.5723 6.92941 20.5723 11.2529Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <a class="footer-link" href="https://www.tumblr.com/reblog/letsgo/717500989243080704/0ws4O99B"> <span class="footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.8508 1.24145C16.3867 0.777358 15.9227 1.0094 15.9227 1.70553V4.02598H4.32044C2 4.02598 2 6.34642 2 6.34642V12.1475C2 12.1475 2 13.3077 3.16022 13.3077C4.32044 13.3077 4.32044 12.1475 4.32044 12.1475V7.50664C4.32044 6.34642 4.90055 6.34642 5.48066 6.34642H15.9227V8.66686C15.9227 9.36299 16.2707 9.47902 16.8508 9.13095L21.7238 5.1862L16.8508 1.24145ZM6.87293 21.7774C7.45304 22.2414 7.80111 22.0094 7.80111 21.4293V19.1088H19.4033C21.7238 19.1088 21.7238 16.7884 21.7238 16.7884V10.9873C21.7238 10.9873 21.7238 9.82708 20.5635 9.82708C19.4033 9.82708 19.4033 10.9873 19.4033 10.9873V15.6282C19.4033 16.7884 18.8232 16.7884 18.2431 16.7884H7.80111V14.468C7.80111 13.7718 7.45304 13.6558 6.87293 14.0039L2 17.9486L6.87293 21.7774Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <div class="footer-link like-link"> <div class="like_button" data-post-id="717500989243080704" data-blog-name="letsgo" id="like_button_717500989243080704"><iframe id="like_iframe_717500989243080704" src="https://assets.tumblr.com/assets/html/like_iframe.html?_v=c96f30edcf75919c3976e1403422560b#name=letsgo&post_id=717500989243080704&color=black&rk=0ws4O99B&root_id=714703294215405568&slug=dandelion-puff" scrolling="no" width="20" height="20" frameborder="0" class="like_toggle" allowTransparency="true" name="like_iframe_717500989243080704"></iframe></div> <span class="like-button footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.8567 2C15.9879 2 14.1652 2.88205 12.7242 4.4794C12.6552 4.553 12.5782 4.6381 12.4977 4.73815C12.4126 4.6404 12.3401 4.5553 12.2723 4.4794C10.829 2.8809 9.0109 2 7.1525 2C5.84725 2 4.5811 2.44505 3.4863 3.28455C0.297349 5.73405 0.483649 10.058 2.31675 13.0595C4.79845 17.1248 9.85615 21.3166 10.8451 22.1158C11.3136 22.4927 11.8965 22.6987 12.4977 22.7C13.0945 22.7 13.6799 22.493 14.1491 22.1158C15.1369 21.3166 20.1947 17.1248 22.6775 13.0595C24.5117 10.0511 24.7073 5.72715 21.5275 3.28455C20.4293 2.44505 19.1608 2 17.8555 2H17.8567ZM17.8567 4.4426C18.5984 4.4426 19.3494 4.6818 20.0601 5.22805C22.2485 6.9082 21.7357 9.9419 20.6167 11.7773C18.3477 15.4918 13.5327 19.4823 12.6357 20.208C12.5965 20.2398 12.5476 20.2572 12.4971 20.2572C12.4466 20.2572 12.3977 20.2398 12.3585 20.208C11.4627 19.4823 6.64765 15.4918 4.37755 11.7762C3.25975 9.9419 2.76755 6.9082 4.95255 5.22805C5.6644 4.6818 6.41305 4.4426 7.1502 4.4426C8.3738 4.4426 9.55945 5.1027 10.4829 6.12275C11.0521 6.7541 12.3896 8.51705 12.4988 8.6562C12.6081 8.5182 13.9467 6.7541 14.5136 6.12275C15.4336 5.1027 16.6319 4.4426 17.8578 4.4426H17.8567Z" fill="black" fill-opacity="0.6"/> </svg> </span> </div> </div> </div> </article> <!-- post notes --> <aside id="index"> <h3>📚 Table of Contents</h3> </aside> <article class="post post-text" id="717500975516139520"> <!-- post header --> <div class="post-header"> <a class="avatar-link" href="https://ceramicdoggies.com/post/716508071458897920" target="_blank"> <img src="https://64.media.tumblr.com/avatar_fc7aadb20adc_64.pnj" alt="ceramicdoggies" class="avatar" /> </a> <a class="reblogged-from" href="https://ceramicdoggies.com/post/716508071458897920" target="_blank">ceramicdoggies</a> </div> <!-- post content --> <!-- reblog chains --> <div class="post-reblog-list"> <div class="post-reblog-item"> <div class="post-reblog-header"> <div class="reblog-item-avatar"> <a target="_blank" href="https://ceramicdoggies.tumblr.com/post/716508071458897920"><img src="https://64.media.tumblr.com/avatar_fc7aadb20adc_64.pnj"></a> </div> <div class="reblog-item-username"> <a target="_blank" class="post-tumblelog-name" href="https://ceramicdoggies.tumblr.com/post/716508071458897920">ceramicdoggies</a> </div> </div> <div class="reblog-item-container"> <div class="reblog-item-bar"></div> <div class="reblog-item-body"> <p></p><div class="npf_row"><div class="npf_col"><figure class="tmblr-full"><a class="post_media_photo_anchor" data-big-photo="https://64.media.tumblr.com/3033643b2434a6fca08a5d1d7083cc39/4b9efe2067a05e81-ee/s1280x1920/c5127f51fd5aa63f2611201fa37f0063b29d6486.jpg" data-big-photo-height="1000" data-big-photo-width="1000"><img class="post_media_photo image" src="https://64.media.tumblr.com/3033643b2434a6fca08a5d1d7083cc39/4b9efe2067a05e81-ee/s500x750/51027111943c85b06688e99dce8524753204b239.jpg" srcset="https://64.media.tumblr.com/3033643b2434a6fca08a5d1d7083cc39/4b9efe2067a05e81-ee/s75x75_c1/fde68207280ba17b6d0c33773a33e1b7d897ebfb.jpg 75w, https://64.media.tumblr.com/3033643b2434a6fca08a5d1d7083cc39/4b9efe2067a05e81-ee/s100x200/a4cb43b337382019136e7e2257c2d5353409c60c.jpg 100w, https://64.media.tumblr.com/3033643b2434a6fca08a5d1d7083cc39/4b9efe2067a05e81-ee/s250x400/8aca2a4546684c72c1145cb28ed17aac77c1d3a1.jpg 250w, https://64.media.tumblr.com/3033643b2434a6fca08a5d1d7083cc39/4b9efe2067a05e81-ee/s400x600/59eb5dcd889755d57f656284bf10e369f0bb777a.jpg 400w, https://64.media.tumblr.com/3033643b2434a6fca08a5d1d7083cc39/4b9efe2067a05e81-ee/s500x750/51027111943c85b06688e99dce8524753204b239.jpg 500w, https://64.media.tumblr.com/3033643b2434a6fca08a5d1d7083cc39/4b9efe2067a05e81-ee/s540x810/9030a52a2a28e197cf83784f5684d71ff69d9716.jpg 540w, https://64.media.tumblr.com/3033643b2434a6fca08a5d1d7083cc39/4b9efe2067a05e81-ee/s640x960/73284c02f4ecb40f745003692a27cc16bac3bae4.jpg 640w, https://64.media.tumblr.com/3033643b2434a6fca08a5d1d7083cc39/4b9efe2067a05e81-ee/s1280x1920/c5127f51fd5aa63f2611201fa37f0063b29d6486.jpg 1000w" sizes="(max-width: 1000px) 100vw, 1000px" alt="image"></a></figure></div></div> </div> </div> </div> </div> <!-- post footer --> <div class="post-footer"> <span>539 notes</span> <div class="footer-links"> <a href="https://letsgo.tumblr.com/post/717500975516139520" class="footer-link"> <span class="footer-icon"> <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.6173 1.07615C12.991 0.921369 13.4211 1.00692 13.7071 1.29292L22.7071 10.2929C23.0832 10.669 23.0991 11.2737 22.7433 11.669L13.7433 21.669C13.4663 21.9768 13.0283 22.082 12.6417 21.9336C12.2552 21.7853 12 21.4141 12 21V16H11.5C7.31775 16 3.92896 18.2486 2.95256 21.3044C2.80256 21.7738 2.33292 22.064 1.84598 21.9881C1.35904 21.9122 1 21.4928 1 21V18.5C1 12.3163 5.88069 7.27248 12 7.0107V2.00003C12 1.59557 12.2436 1.23093 12.6173 1.07615ZM14 4.41424V8.00003C14 8.55231 13.5523 9.00003 13 9.00003H12.5C7.64534 9.00003 3.64117 12.6414 3.06988 17.3419C5.09636 15.2367 8.18218 14 11.5 14H13C13.5523 14 14 14.4477 14 15V18.3941L20.622 11.0363L14 4.41424Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <a href="https://letsgo.tumblr.com/post/717500975516139520" class="footer-link"> <span class="footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.7899 1C7.10755 1 2.53696 5.57059 2.53696 11.2529C2.53696 12.7353 2.78402 14.0941 3.40167 15.4529C3.15461 16.1941 2.90755 17.3059 2.53696 18.5412L2.04284 20.5176C1.79579 21.3824 2.66049 22.2471 3.5252 22L5.50167 21.5059L8.46637 20.6412C9.8252 21.2588 11.184 21.5059 12.6664 21.5059C18.3487 21.5059 22.9193 16.9353 22.9193 11.2529C23.0428 5.57059 18.4723 1 12.7899 1ZM20.5723 11.2529C20.5723 15.5765 17.1134 19.0353 12.6664 19.0353C11.184 19.0353 9.8252 18.6647 8.71343 17.9235L4.76049 19.0353L5.87226 15.0824C5.25461 13.9706 4.76049 12.6118 4.76049 11.1294C4.88402 6.92941 8.46637 3.47059 12.7899 3.47059C17.1134 3.47059 20.5723 6.92941 20.5723 11.2529Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <a class="footer-link" href="https://www.tumblr.com/reblog/letsgo/717500975516139520/UM8UrPJS"> <span class="footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.8508 1.24145C16.3867 0.777358 15.9227 1.0094 15.9227 1.70553V4.02598H4.32044C2 4.02598 2 6.34642 2 6.34642V12.1475C2 12.1475 2 13.3077 3.16022 13.3077C4.32044 13.3077 4.32044 12.1475 4.32044 12.1475V7.50664C4.32044 6.34642 4.90055 6.34642 5.48066 6.34642H15.9227V8.66686C15.9227 9.36299 16.2707 9.47902 16.8508 9.13095L21.7238 5.1862L16.8508 1.24145ZM6.87293 21.7774C7.45304 22.2414 7.80111 22.0094 7.80111 21.4293V19.1088H19.4033C21.7238 19.1088 21.7238 16.7884 21.7238 16.7884V10.9873C21.7238 10.9873 21.7238 9.82708 20.5635 9.82708C19.4033 9.82708 19.4033 10.9873 19.4033 10.9873V15.6282C19.4033 16.7884 18.8232 16.7884 18.2431 16.7884H7.80111V14.468C7.80111 13.7718 7.45304 13.6558 6.87293 14.0039L2 17.9486L6.87293 21.7774Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <div class="footer-link like-link"> <div class="like_button" data-post-id="717500975516139520" data-blog-name="letsgo" id="like_button_717500975516139520"><iframe id="like_iframe_717500975516139520" src="https://assets.tumblr.com/assets/html/like_iframe.html?_v=c96f30edcf75919c3976e1403422560b#name=letsgo&post_id=717500975516139520&color=black&rk=UM8UrPJS&root_id=716508071458897920&slug=" scrolling="no" width="20" height="20" frameborder="0" class="like_toggle" allowTransparency="true" name="like_iframe_717500975516139520"></iframe></div> <span class="like-button footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.8567 2C15.9879 2 14.1652 2.88205 12.7242 4.4794C12.6552 4.553 12.5782 4.6381 12.4977 4.73815C12.4126 4.6404 12.3401 4.5553 12.2723 4.4794C10.829 2.8809 9.0109 2 7.1525 2C5.84725 2 4.5811 2.44505 3.4863 3.28455C0.297349 5.73405 0.483649 10.058 2.31675 13.0595C4.79845 17.1248 9.85615 21.3166 10.8451 22.1158C11.3136 22.4927 11.8965 22.6987 12.4977 22.7C13.0945 22.7 13.6799 22.493 14.1491 22.1158C15.1369 21.3166 20.1947 17.1248 22.6775 13.0595C24.5117 10.0511 24.7073 5.72715 21.5275 3.28455C20.4293 2.44505 19.1608 2 17.8555 2H17.8567ZM17.8567 4.4426C18.5984 4.4426 19.3494 4.6818 20.0601 5.22805C22.2485 6.9082 21.7357 9.9419 20.6167 11.7773C18.3477 15.4918 13.5327 19.4823 12.6357 20.208C12.5965 20.2398 12.5476 20.2572 12.4971 20.2572C12.4466 20.2572 12.3977 20.2398 12.3585 20.208C11.4627 19.4823 6.64765 15.4918 4.37755 11.7762C3.25975 9.9419 2.76755 6.9082 4.95255 5.22805C5.6644 4.6818 6.41305 4.4426 7.1502 4.4426C8.3738 4.4426 9.55945 5.1027 10.4829 6.12275C11.0521 6.7541 12.3896 8.51705 12.4988 8.6562C12.6081 8.5182 13.9467 6.7541 14.5136 6.12275C15.4336 5.1027 16.6319 4.4426 17.8578 4.4426H17.8567Z" fill="black" fill-opacity="0.6"/> </svg> </span> </div> </div> </div> </article> <!-- post notes --> <aside id="index"> <h3>📚 Table of Contents</h3> </aside> <article class="post post-text" id="717500966027575296"> <!-- post header --> <div class="post-header"> <a class="avatar-link" href="https://snowlattes.tumblr.com/post/714135366493503488/cherry-blossoms" target="_blank"> <img src="https://64.media.tumblr.com/6dd81891083283a5fa9c057c4b598e3f/7050681928d65d7a-08/s64x64u_c1/c8a1c42912bed82f96b92c1d4f9c35f184c9069f.jpg" alt="snowlattes" class="avatar" /> </a> <a class="reblogged-from" href="https://snowlattes.tumblr.com/post/714135366493503488/cherry-blossoms" target="_blank">snowlattes</a> </div> <!-- post content --> <!-- reblog chains --> <div class="post-reblog-list"> <div class="post-reblog-item"> <div class="post-reblog-header"> <div class="reblog-item-avatar"> <a target="_blank" href="https://snowlattes.tumblr.com/post/714135366493503488"><img src="https://64.media.tumblr.com/6dd81891083283a5fa9c057c4b598e3f/7050681928d65d7a-08/s64x64u_c1/c8a1c42912bed82f96b92c1d4f9c35f184c9069f.jpg"></a> </div> <div class="reblog-item-username"> <a target="_blank" class="post-tumblelog-name" href="https://snowlattes.tumblr.com/post/714135366493503488">snowlattes</a> </div> </div> <div class="reblog-item-container"> <div class="reblog-item-bar"></div> <div class="reblog-item-body"> <p></p><div class="npf_row"><div class="npf_col"><figure class="tmblr-full"><a class="post_media_photo_anchor" data-big-photo="https://64.media.tumblr.com/e3411c404a1bc2e7f2c8eb5210307b4a/859fd7a4c26db170-bd/s1280x1920/9bad0ea1882536edf3555a958c2dca7bf32ea370.gifv" data-big-photo-height="1500" data-big-photo-width="1500"><img class="post_media_photo image" src="https://64.media.tumblr.com/e3411c404a1bc2e7f2c8eb5210307b4a/859fd7a4c26db170-bd/s500x750/be6c3f95197040ab54f1757665d931a9448d4d67.gifv" srcset="https://64.media.tumblr.com/e3411c404a1bc2e7f2c8eb5210307b4a/859fd7a4c26db170-bd/s75x75_c1/f309f3f27eefdcea7feaccb33ff60d6b240cba33.gifv 75w, https://64.media.tumblr.com/e3411c404a1bc2e7f2c8eb5210307b4a/859fd7a4c26db170-bd/s100x200/eab4491bb173427f348e2e6f94de8a8565a5b5b9.gifv 100w, https://64.media.tumblr.com/e3411c404a1bc2e7f2c8eb5210307b4a/859fd7a4c26db170-bd/s250x400/a9ca8383d7e357b76a4dba68d1d1b750c3116dc1.gifv 250w, https://64.media.tumblr.com/e3411c404a1bc2e7f2c8eb5210307b4a/859fd7a4c26db170-bd/s400x600/e1524da742f65ee43d724d9e41f581416a7066b3.gifv 400w, https://64.media.tumblr.com/e3411c404a1bc2e7f2c8eb5210307b4a/859fd7a4c26db170-bd/s500x750/be6c3f95197040ab54f1757665d931a9448d4d67.gifv 500w, https://64.media.tumblr.com/e3411c404a1bc2e7f2c8eb5210307b4a/859fd7a4c26db170-bd/s540x810/99bfc403adb43699132c7a4af0d96fda80b6dbef.gifv 540w, https://64.media.tumblr.com/e3411c404a1bc2e7f2c8eb5210307b4a/859fd7a4c26db170-bd/s640x960/1d6a84e8873fe29bce3cb617d9d09c2422b43113.gifv 640w, https://64.media.tumblr.com/e3411c404a1bc2e7f2c8eb5210307b4a/859fd7a4c26db170-bd/s1280x1920/9bad0ea1882536edf3555a958c2dca7bf32ea370.gifv 1280w, https://64.media.tumblr.com/e3411c404a1bc2e7f2c8eb5210307b4a/859fd7a4c26db170-bd/s2048x3072/0fc64a937a22b852b6e89a225f5a0a6ebe942832.gifv 1500w" sizes="(max-width: 1280px) 100vw, 1280px" alt="image"></a></figure></div></div><div class="npf_row"><div class="npf_col"><figure class="tmblr-full"><a class="post_media_photo_anchor" data-big-photo="https://64.media.tumblr.com/d34e94f6c6dceb1191d65fe7d5da6aae/859fd7a4c26db170-32/s1280x1920/b57ab8a2c6a17473d533e200966dd77cc1969a89.jpg" data-big-photo-height="1500" data-big-photo-width="1500"><img class="post_media_photo image" src="https://64.media.tumblr.com/d34e94f6c6dceb1191d65fe7d5da6aae/859fd7a4c26db170-32/s500x750/640fdbd9007f335bc94b32e2d9e1bea4a810d014.jpg" srcset="https://64.media.tumblr.com/d34e94f6c6dceb1191d65fe7d5da6aae/859fd7a4c26db170-32/s75x75_c1/48868adedca6fa06789d4e426ceb30822056e05d.jpg 75w, https://64.media.tumblr.com/d34e94f6c6dceb1191d65fe7d5da6aae/859fd7a4c26db170-32/s100x200/73042b89b4c710bc98f60929be8b7e2054673b23.jpg 100w, https://64.media.tumblr.com/d34e94f6c6dceb1191d65fe7d5da6aae/859fd7a4c26db170-32/s250x400/a500e5d319ed59a682305d3255d9ca430e5b5e24.jpg 250w, https://64.media.tumblr.com/d34e94f6c6dceb1191d65fe7d5da6aae/859fd7a4c26db170-32/s400x600/bfe99524ba99cf3113c5f0349d0ea5fe7b4c6207.jpg 400w, https://64.media.tumblr.com/d34e94f6c6dceb1191d65fe7d5da6aae/859fd7a4c26db170-32/s500x750/640fdbd9007f335bc94b32e2d9e1bea4a810d014.jpg 500w, https://64.media.tumblr.com/d34e94f6c6dceb1191d65fe7d5da6aae/859fd7a4c26db170-32/s540x810/d7dc2006f6199169a92cc5ec77360e00f7a0faaa.jpg 540w, https://64.media.tumblr.com/d34e94f6c6dceb1191d65fe7d5da6aae/859fd7a4c26db170-32/s640x960/02929cbb9f436bb9ea7f610d63ae6a489ecd3027.jpg 640w, https://64.media.tumblr.com/d34e94f6c6dceb1191d65fe7d5da6aae/859fd7a4c26db170-32/s1280x1920/b57ab8a2c6a17473d533e200966dd77cc1969a89.jpg 1280w, https://64.media.tumblr.com/d34e94f6c6dceb1191d65fe7d5da6aae/859fd7a4c26db170-32/s2048x3072/81c159df2af0ce044920f04a8eafaa0757fbe9d4.jpg 1500w" sizes="(max-width: 1280px) 100vw, 1280px" alt="image"></a></figure></div></div><div class="npf_row"><div class="npf_col"><figure class="tmblr-full"><a class="post_media_photo_anchor" data-big-photo="https://64.media.tumblr.com/cb65ae80de73b537a8749dc31bd7d21c/859fd7a4c26db170-82/s1280x1920/ce83adf8c3788f2b71f9ce286a2578e19219bd7b.gifv" data-big-photo-height="1500" data-big-photo-width="1500"><img class="post_media_photo image" src="https://64.media.tumblr.com/cb65ae80de73b537a8749dc31bd7d21c/859fd7a4c26db170-82/s500x750/ab6d8177b524a2397260949775e6e7c10671131a.gifv" srcset="https://64.media.tumblr.com/cb65ae80de73b537a8749dc31bd7d21c/859fd7a4c26db170-82/s75x75_c1/3b6daf5d2469ef4f07cf354eea5e51d6ff19e41b.gifv 75w, https://64.media.tumblr.com/cb65ae80de73b537a8749dc31bd7d21c/859fd7a4c26db170-82/s100x200/abb6104b54427d01530a0a89844cba0023c989bf.gifv 100w, https://64.media.tumblr.com/cb65ae80de73b537a8749dc31bd7d21c/859fd7a4c26db170-82/s250x400/39624c0f514f75d15f2621534f9268f4a47d71bf.gifv 250w, https://64.media.tumblr.com/cb65ae80de73b537a8749dc31bd7d21c/859fd7a4c26db170-82/s400x600/9235d889e65c7e2a190eabd871cc5b33e2794477.gifv 400w, https://64.media.tumblr.com/cb65ae80de73b537a8749dc31bd7d21c/859fd7a4c26db170-82/s500x750/ab6d8177b524a2397260949775e6e7c10671131a.gifv 500w, https://64.media.tumblr.com/cb65ae80de73b537a8749dc31bd7d21c/859fd7a4c26db170-82/s540x810/fac2e81b45e322241195c4804903cd8a0997540a.gifv 540w, https://64.media.tumblr.com/cb65ae80de73b537a8749dc31bd7d21c/859fd7a4c26db170-82/s640x960/9b670e35faaad717fe0280e4d63dc39bf73caead.gifv 640w, https://64.media.tumblr.com/cb65ae80de73b537a8749dc31bd7d21c/859fd7a4c26db170-82/s1280x1920/ce83adf8c3788f2b71f9ce286a2578e19219bd7b.gifv 1280w, https://64.media.tumblr.com/cb65ae80de73b537a8749dc31bd7d21c/859fd7a4c26db170-82/s2048x3072/f47ba3ab3e53a044eb23e6e5c29bee2e6364650a.gifv 1500w" sizes="(max-width: 1280px) 100vw, 1280px" alt="image"></a></figure></div></div><p>cherry blossoms 🌸 compilations</p><p>🌸🌻🍁❄️</p><p><a href="https://href.li/?https://snowlattes.carrd.co/">carrd </a>| <a href="https://href.li/?https://twitter.com/snowlattes">twitter</a> | <a href="https://href.li/?https://instagram.com/snowlattes/">instagram</a> | <a href="https://href.li/?https://www.inprnt.com/gallery/snowlattes">inprnt</a> | <a href="https://href.li/?http://snowlattes.store/">store</a> | <a href="https://href.li/?https://www.snowlattes.co/">portfolio website</a></p> </div> </div> </div> </div> <!-- post footer --> <div class="post-footer"> <span>18,924 notes</span> <div class="footer-links"> <a href="https://letsgo.tumblr.com/post/717500966027575296/cherry-blossoms" class="footer-link"> <span class="footer-icon"> <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.6173 1.07615C12.991 0.921369 13.4211 1.00692 13.7071 1.29292L22.7071 10.2929C23.0832 10.669 23.0991 11.2737 22.7433 11.669L13.7433 21.669C13.4663 21.9768 13.0283 22.082 12.6417 21.9336C12.2552 21.7853 12 21.4141 12 21V16H11.5C7.31775 16 3.92896 18.2486 2.95256 21.3044C2.80256 21.7738 2.33292 22.064 1.84598 21.9881C1.35904 21.9122 1 21.4928 1 21V18.5C1 12.3163 5.88069 7.27248 12 7.0107V2.00003C12 1.59557 12.2436 1.23093 12.6173 1.07615ZM14 4.41424V8.00003C14 8.55231 13.5523 9.00003 13 9.00003H12.5C7.64534 9.00003 3.64117 12.6414 3.06988 17.3419C5.09636 15.2367 8.18218 14 11.5 14H13C13.5523 14 14 14.4477 14 15V18.3941L20.622 11.0363L14 4.41424Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <a href="https://letsgo.tumblr.com/post/717500966027575296/cherry-blossoms" class="footer-link"> <span class="footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.7899 1C7.10755 1 2.53696 5.57059 2.53696 11.2529C2.53696 12.7353 2.78402 14.0941 3.40167 15.4529C3.15461 16.1941 2.90755 17.3059 2.53696 18.5412L2.04284 20.5176C1.79579 21.3824 2.66049 22.2471 3.5252 22L5.50167 21.5059L8.46637 20.6412C9.8252 21.2588 11.184 21.5059 12.6664 21.5059C18.3487 21.5059 22.9193 16.9353 22.9193 11.2529C23.0428 5.57059 18.4723 1 12.7899 1ZM20.5723 11.2529C20.5723 15.5765 17.1134 19.0353 12.6664 19.0353C11.184 19.0353 9.8252 18.6647 8.71343 17.9235L4.76049 19.0353L5.87226 15.0824C5.25461 13.9706 4.76049 12.6118 4.76049 11.1294C4.88402 6.92941 8.46637 3.47059 12.7899 3.47059C17.1134 3.47059 20.5723 6.92941 20.5723 11.2529Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <a class="footer-link" href="https://www.tumblr.com/reblog/letsgo/717500966027575296/hwaIETg9"> <span class="footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.8508 1.24145C16.3867 0.777358 15.9227 1.0094 15.9227 1.70553V4.02598H4.32044C2 4.02598 2 6.34642 2 6.34642V12.1475C2 12.1475 2 13.3077 3.16022 13.3077C4.32044 13.3077 4.32044 12.1475 4.32044 12.1475V7.50664C4.32044 6.34642 4.90055 6.34642 5.48066 6.34642H15.9227V8.66686C15.9227 9.36299 16.2707 9.47902 16.8508 9.13095L21.7238 5.1862L16.8508 1.24145ZM6.87293 21.7774C7.45304 22.2414 7.80111 22.0094 7.80111 21.4293V19.1088H19.4033C21.7238 19.1088 21.7238 16.7884 21.7238 16.7884V10.9873C21.7238 10.9873 21.7238 9.82708 20.5635 9.82708C19.4033 9.82708 19.4033 10.9873 19.4033 10.9873V15.6282C19.4033 16.7884 18.8232 16.7884 18.2431 16.7884H7.80111V14.468C7.80111 13.7718 7.45304 13.6558 6.87293 14.0039L2 17.9486L6.87293 21.7774Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <div class="footer-link like-link"> <div class="like_button" data-post-id="717500966027575296" data-blog-name="letsgo" id="like_button_717500966027575296"><iframe id="like_iframe_717500966027575296" src="https://assets.tumblr.com/assets/html/like_iframe.html?_v=c96f30edcf75919c3976e1403422560b#name=letsgo&post_id=717500966027575296&color=black&rk=hwaIETg9&root_id=714135366493503488&slug=cherry-blossoms" scrolling="no" width="20" height="20" frameborder="0" class="like_toggle" allowTransparency="true" name="like_iframe_717500966027575296"></iframe></div> <span class="like-button footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.8567 2C15.9879 2 14.1652 2.88205 12.7242 4.4794C12.6552 4.553 12.5782 4.6381 12.4977 4.73815C12.4126 4.6404 12.3401 4.5553 12.2723 4.4794C10.829 2.8809 9.0109 2 7.1525 2C5.84725 2 4.5811 2.44505 3.4863 3.28455C0.297349 5.73405 0.483649 10.058 2.31675 13.0595C4.79845 17.1248 9.85615 21.3166 10.8451 22.1158C11.3136 22.4927 11.8965 22.6987 12.4977 22.7C13.0945 22.7 13.6799 22.493 14.1491 22.1158C15.1369 21.3166 20.1947 17.1248 22.6775 13.0595C24.5117 10.0511 24.7073 5.72715 21.5275 3.28455C20.4293 2.44505 19.1608 2 17.8555 2H17.8567ZM17.8567 4.4426C18.5984 4.4426 19.3494 4.6818 20.0601 5.22805C22.2485 6.9082 21.7357 9.9419 20.6167 11.7773C18.3477 15.4918 13.5327 19.4823 12.6357 20.208C12.5965 20.2398 12.5476 20.2572 12.4971 20.2572C12.4466 20.2572 12.3977 20.2398 12.3585 20.208C11.4627 19.4823 6.64765 15.4918 4.37755 11.7762C3.25975 9.9419 2.76755 6.9082 4.95255 5.22805C5.6644 4.6818 6.41305 4.4426 7.1502 4.4426C8.3738 4.4426 9.55945 5.1027 10.4829 6.12275C11.0521 6.7541 12.3896 8.51705 12.4988 8.6562C12.6081 8.5182 13.9467 6.7541 14.5136 6.12275C15.4336 5.1027 16.6319 4.4426 17.8578 4.4426H17.8567Z" fill="black" fill-opacity="0.6"/> </svg> </span> </div> </div> </div> </article> <!-- post notes --> <aside id="index"> <h3>📚 Table of Contents</h3> </aside> <article class="post post-photo" id="717500958022762496"> <!-- post header --> <div class="post-header"> <a class="avatar-link" href="https://maddie-w-draws.tumblr.com/post/715521569040072704/tired" target="_blank"> <img src="https://64.media.tumblr.com/b4a1fb8cf29285e74c4efa985ec19db0/15b3edfe21500a48-60/s64x64u_c1/21477d3f6189ef190586e75281f18664272007c3.jpg" alt="maddie-w-draws" class="avatar" /> </a> <a class="reblogged-from" href="https://maddie-w-draws.tumblr.com/post/715521569040072704/tired" target="_blank">maddie-w-draws</a> </div> <!-- post content --> <div class="image-container"> <a href="#" onclick="Tumblr.Lightbox.init([{ width: 1275, height: 1650, low_res: 'https://64.media.tumblr.com/43c250ce89688f77541de18f9e7c9090/a51d1e719a77fbbc-28/s500x750/c1b655c51aac0566c69af9f15362024aa94a4d10.jpg', high_res: 'https://64.media.tumblr.com/43c250ce89688f77541de18f9e7c9090/a51d1e719a77fbbc-28/s1280x1920/3f3627d2a2de9d32008d367d5d64838d4d3f9258.jpg' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="https://64.media.tumblr.com/43c250ce89688f77541de18f9e7c9090/a51d1e719a77fbbc-28/s1280x1920/3f3627d2a2de9d32008d367d5d64838d4d3f9258.jpg" alt="maddie-w-draws: “tired ”" /></a> </div> <!-- reblog chains --> <div class="post-reblog-list"> <div class="post-reblog-item"> <div class="post-reblog-header"> <div class="reblog-item-avatar"> <a target="_blank" href="https://maddie-w-draws.tumblr.com/post/715521569040072704"><img src="https://64.media.tumblr.com/b4a1fb8cf29285e74c4efa985ec19db0/15b3edfe21500a48-60/s64x64u_c1/21477d3f6189ef190586e75281f18664272007c3.jpg"></a> </div> <div class="reblog-item-username"> <a target="_blank" class="post-tumblelog-name" href="https://maddie-w-draws.tumblr.com/post/715521569040072704">maddie-w-draws</a> </div> </div> <div class="reblog-item-container"> <div class="reblog-item-bar"></div> <div class="reblog-item-body"> <p>tired</p> </div> </div> </div> </div> <!-- post footer --> <div class="post-footer"> <span>10,686 notes</span> <div class="footer-links"> <a href="https://letsgo.tumblr.com/post/717500958022762496/tired" class="footer-link"> <span class="footer-icon"> <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.6173 1.07615C12.991 0.921369 13.4211 1.00692 13.7071 1.29292L22.7071 10.2929C23.0832 10.669 23.0991 11.2737 22.7433 11.669L13.7433 21.669C13.4663 21.9768 13.0283 22.082 12.6417 21.9336C12.2552 21.7853 12 21.4141 12 21V16H11.5C7.31775 16 3.92896 18.2486 2.95256 21.3044C2.80256 21.7738 2.33292 22.064 1.84598 21.9881C1.35904 21.9122 1 21.4928 1 21V18.5C1 12.3163 5.88069 7.27248 12 7.0107V2.00003C12 1.59557 12.2436 1.23093 12.6173 1.07615ZM14 4.41424V8.00003C14 8.55231 13.5523 9.00003 13 9.00003H12.5C7.64534 9.00003 3.64117 12.6414 3.06988 17.3419C5.09636 15.2367 8.18218 14 11.5 14H13C13.5523 14 14 14.4477 14 15V18.3941L20.622 11.0363L14 4.41424Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <a href="https://letsgo.tumblr.com/post/717500958022762496/tired" class="footer-link"> <span class="footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.7899 1C7.10755 1 2.53696 5.57059 2.53696 11.2529C2.53696 12.7353 2.78402 14.0941 3.40167 15.4529C3.15461 16.1941 2.90755 17.3059 2.53696 18.5412L2.04284 20.5176C1.79579 21.3824 2.66049 22.2471 3.5252 22L5.50167 21.5059L8.46637 20.6412C9.8252 21.2588 11.184 21.5059 12.6664 21.5059C18.3487 21.5059 22.9193 16.9353 22.9193 11.2529C23.0428 5.57059 18.4723 1 12.7899 1ZM20.5723 11.2529C20.5723 15.5765 17.1134 19.0353 12.6664 19.0353C11.184 19.0353 9.8252 18.6647 8.71343 17.9235L4.76049 19.0353L5.87226 15.0824C5.25461 13.9706 4.76049 12.6118 4.76049 11.1294C4.88402 6.92941 8.46637 3.47059 12.7899 3.47059C17.1134 3.47059 20.5723 6.92941 20.5723 11.2529Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <a class="footer-link" href="https://www.tumblr.com/reblog/letsgo/717500958022762496/xF0efLBX"> <span class="footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.8508 1.24145C16.3867 0.777358 15.9227 1.0094 15.9227 1.70553V4.02598H4.32044C2 4.02598 2 6.34642 2 6.34642V12.1475C2 12.1475 2 13.3077 3.16022 13.3077C4.32044 13.3077 4.32044 12.1475 4.32044 12.1475V7.50664C4.32044 6.34642 4.90055 6.34642 5.48066 6.34642H15.9227V8.66686C15.9227 9.36299 16.2707 9.47902 16.8508 9.13095L21.7238 5.1862L16.8508 1.24145ZM6.87293 21.7774C7.45304 22.2414 7.80111 22.0094 7.80111 21.4293V19.1088H19.4033C21.7238 19.1088 21.7238 16.7884 21.7238 16.7884V10.9873C21.7238 10.9873 21.7238 9.82708 20.5635 9.82708C19.4033 9.82708 19.4033 10.9873 19.4033 10.9873V15.6282C19.4033 16.7884 18.8232 16.7884 18.2431 16.7884H7.80111V14.468C7.80111 13.7718 7.45304 13.6558 6.87293 14.0039L2 17.9486L6.87293 21.7774Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <div class="footer-link like-link"> <div class="like_button" data-post-id="717500958022762496" data-blog-name="letsgo" id="like_button_717500958022762496"><iframe id="like_iframe_717500958022762496" src="https://assets.tumblr.com/assets/html/like_iframe.html?_v=c96f30edcf75919c3976e1403422560b#name=letsgo&post_id=717500958022762496&color=black&rk=xF0efLBX&root_id=715521569040072704&slug=tired" scrolling="no" width="20" height="20" frameborder="0" class="like_toggle" allowTransparency="true" name="like_iframe_717500958022762496"></iframe></div> <span class="like-button footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.8567 2C15.9879 2 14.1652 2.88205 12.7242 4.4794C12.6552 4.553 12.5782 4.6381 12.4977 4.73815C12.4126 4.6404 12.3401 4.5553 12.2723 4.4794C10.829 2.8809 9.0109 2 7.1525 2C5.84725 2 4.5811 2.44505 3.4863 3.28455C0.297349 5.73405 0.483649 10.058 2.31675 13.0595C4.79845 17.1248 9.85615 21.3166 10.8451 22.1158C11.3136 22.4927 11.8965 22.6987 12.4977 22.7C13.0945 22.7 13.6799 22.493 14.1491 22.1158C15.1369 21.3166 20.1947 17.1248 22.6775 13.0595C24.5117 10.0511 24.7073 5.72715 21.5275 3.28455C20.4293 2.44505 19.1608 2 17.8555 2H17.8567ZM17.8567 4.4426C18.5984 4.4426 19.3494 4.6818 20.0601 5.22805C22.2485 6.9082 21.7357 9.9419 20.6167 11.7773C18.3477 15.4918 13.5327 19.4823 12.6357 20.208C12.5965 20.2398 12.5476 20.2572 12.4971 20.2572C12.4466 20.2572 12.3977 20.2398 12.3585 20.208C11.4627 19.4823 6.64765 15.4918 4.37755 11.7762C3.25975 9.9419 2.76755 6.9082 4.95255 5.22805C5.6644 4.6818 6.41305 4.4426 7.1502 4.4426C8.3738 4.4426 9.55945 5.1027 10.4829 6.12275C11.0521 6.7541 12.3896 8.51705 12.4988 8.6562C12.6081 8.5182 13.9467 6.7541 14.5136 6.12275C15.4336 5.1027 16.6319 4.4426 17.8578 4.4426H17.8567Z" fill="black" fill-opacity="0.6"/> </svg> </span> </div> </div> </div> </article> <!-- post notes --> <aside id="index"> <h3>📚 Table of Contents</h3> </aside> <article class="post post-text" id="717500936168325120"> <!-- post header --> <div class="post-header"> <a class="avatar-link" href="https://fandom.tumblr.com/post/717400831766511616/another-year-another-banger-of-a-eurovision" target="_blank"> <img src="https://64.media.tumblr.com/dae2273518b7826b98d87e9fc64d1781/c6e90768ea6f1792-bb/s64x64u_c1/8b27555c4e266c9e583769e42e9c605053398ae3.pnj" alt="fandom" class="avatar" /> </a> <a class="reblogged-from" href="https://fandom.tumblr.com/post/717400831766511616/another-year-another-banger-of-a-eurovision" target="_blank">fandom</a> </div> <!-- post content --> <!-- reblog chains --> <div class="post-reblog-list"> <div class="post-reblog-item"> <div class="post-reblog-header"> <div class="reblog-item-avatar"> <a target="_blank" href="https://fandom.tumblr.com/post/717400831766511616"><img src="https://64.media.tumblr.com/dae2273518b7826b98d87e9fc64d1781/c6e90768ea6f1792-bb/s64x64u_c1/8b27555c4e266c9e583769e42e9c605053398ae3.pnj"></a> </div> <div class="reblog-item-username"> <a target="_blank" class="post-tumblelog-name" href="https://fandom.tumblr.com/post/717400831766511616">fandom</a> </div> </div> <div class="reblog-item-container"> <div class="reblog-item-bar"></div> <div class="reblog-item-body"> <p></p><div class="npf_row"><div class="npf_col"><figure class="tmblr-full"><a class="post_media_photo_anchor" data-big-photo="https://64.media.tumblr.com/e8b5006d2f2eaeb1e461006b8f3e0b89/894734e2cdab2349-76/s1280x1920/c5d0afc0e0069fb40673f962ea24c70f4b94297a.gifv" data-big-photo-height="1800" data-big-photo-width="1800"><img class="post_media_photo image" src="https://64.media.tumblr.com/e8b5006d2f2eaeb1e461006b8f3e0b89/894734e2cdab2349-76/s500x750/0af732e6573e6343541e590a247ae060c52bfd9a.gifv" srcset="https://64.media.tumblr.com/e8b5006d2f2eaeb1e461006b8f3e0b89/894734e2cdab2349-76/s75x75_c1/9ec4f071a1ed27229fc66d52e4db021538c55589.gifv 75w, https://64.media.tumblr.com/e8b5006d2f2eaeb1e461006b8f3e0b89/894734e2cdab2349-76/s100x200/d285c644dc76bdf840ba1ce9226fd5b6f2de0d7e.gifv 100w, https://64.media.tumblr.com/e8b5006d2f2eaeb1e461006b8f3e0b89/894734e2cdab2349-76/s250x400/da74dc82db0d4a841dd5d250abc68630042a1c2e.gifv 250w, https://64.media.tumblr.com/e8b5006d2f2eaeb1e461006b8f3e0b89/894734e2cdab2349-76/s400x600/8b7d4dcd57ea3eda58fa60233a6efda080bc3d26.gifv 400w, https://64.media.tumblr.com/e8b5006d2f2eaeb1e461006b8f3e0b89/894734e2cdab2349-76/s500x750/0af732e6573e6343541e590a247ae060c52bfd9a.gifv 500w, https://64.media.tumblr.com/e8b5006d2f2eaeb1e461006b8f3e0b89/894734e2cdab2349-76/s540x810/5871508a25956dc2881276489fe6ab7798414e32.gifv 540w, https://64.media.tumblr.com/e8b5006d2f2eaeb1e461006b8f3e0b89/894734e2cdab2349-76/s640x960/d0df823fd4af8688acd2f5a2b5b3157b9b19fc87.gifv 640w, https://64.media.tumblr.com/e8b5006d2f2eaeb1e461006b8f3e0b89/894734e2cdab2349-76/s1280x1920/c5d0afc0e0069fb40673f962ea24c70f4b94297a.gifv 1280w, https://64.media.tumblr.com/e8b5006d2f2eaeb1e461006b8f3e0b89/894734e2cdab2349-76/s2048x3072/c745f48723df073df66af372b298763abf25f3f1.gifv 1800w" sizes="(max-width: 1280px) 100vw, 1280px" alt="image"></a></figure></div></div><h2>Another year, another banger of a Eurovision.</h2><p><i>In a stunning upset, Sweden's Loreen beat out Finland's Käärijä to take the top spot at the</i> Eurovision Song Contest<i>. </i>The Legend of Zelda: Tears of the Kingdom<i> is finally here and the wait was worth it—don't forget to </i><a href="https://help.tumblr.com/hc/en-us/articles/115015814708-Tag-and-Post-Content-Filtering"><i>tag or filter spoilers</i></a><i> if you don't want to see the absolutely bonkers builds everyone is making. With only three episodes left, season three of </i>Ted Lasso<i> continues to deliver on its multiple emotional arcs. It was a surprising election night on </i>Succession<i> this week. </i>Trigun Stampede<i> trended after Twitter user </i><a href="https://twitter.com/maskofbun/status/1655084850926473216"><i>Bigolas Dickolas Wolfwood</i></a><i> inadvertently turned the 2019 novel </i>This Is How You Lose the Time War<i> into a bestseller. Finally, we got the Tony Hawk x Amaury Guichon collab we didn't know we needed. This is Tumblr's Week in Review.</i></p><ol><li><i><a href="https://www.tumblr.com/search/eurovision">The Eurovision Song Contest</a></i></li><li><i><a href="https://www.tumblr.com/search/tears%20of%20the%20kingdom">The Legend of Zelda: Tears of the Kingdom</a></i></li><li><i><a href="https://www.tumblr.com/search/ted%20lasso">Ted Lasso</a></i></li><li><i><a href="https://www.tumblr.com/search/guardians%20of%20the%20galaxy">Guardians of the Galaxy Vol. 3</a></i></li><li><i><a href="https://www.tumblr.com/search/succession">Succession</a></i></li><li><i><a href="https://www.tumblr.com/search/trigun">Trigun Stampede</a></i></li><li><a href="https://www.tumblr.com/search/k%C3%A4%C3%A4rij%C3%A4">Käärijä</a></li><li><i><a href="https://www.tumblr.com/search/bridgerton">Queen Charlotte: A Bridgerton Story</a></i></li><li><i><a href="https://www.tumblr.com/search/yellowjackets">Yellowjackets</a></i></li><li><a href="https://www.tumblr.com/search/artists%20on%20tumblr">Artists on Tumblr</a></li><li><i><a href="https://www.tumblr.com/search/the%20owl%20house">The Owl House</a></i></li><li><i><a href="https://www.tumblr.com/search/critical%20role">Critical Role</a></i></li><li><a href="https://www.tumblr.com/search/finland">Finland</a></li><li><i><a href="https://www.tumblr.com/search/stranger%20things">Stranger Things</a></i></li><li><i><a href="https://www.tumblr.com/search/911%20fox">9-1-1</a></i></li><li><a href="https://www.tumblr.com/search/uk%20politics">UK Politics</a></li><li><i><a href="https://www.tumblr.com/search/dracula%20daily">Dracula Daily</a></i></li><li><a href="https://www.tumblr.com/search/taylor%20swift">Taylor Swift</a></li><li><a href="https://www.tumblr.com/search/tony%20hawk">Tony Hawk</a></li><li><a href="https://www.tumblr.com/search/batman">Batman</a> | the DC universe</li></ol><div class="npf_row"><div class="npf_col"><figure class="tmblr-full"><a class="post_media_photo_anchor" data-big-photo="https://64.media.tumblr.com/c7167f1e0d1cced2d75c4102352d9509/894734e2cdab2349-08/s1280x1920/fc48dc86b4130d29b6176b4e9ed17327d0bf2d71.gifv" data-big-photo-height="180" data-big-photo-width="320"><img class="post_media_photo image" src="https://64.media.tumblr.com/c7167f1e0d1cced2d75c4102352d9509/894734e2cdab2349-08/s400x600/87c201952dd905e6fd8355d61be114520f45aaff.gifv" srcset="https://64.media.tumblr.com/c7167f1e0d1cced2d75c4102352d9509/894734e2cdab2349-08/s75x75_c1/0b72886d49964848c1ac7f756b496a064615f325.gifv 75w, https://64.media.tumblr.com/c7167f1e0d1cced2d75c4102352d9509/894734e2cdab2349-08/s100x200/1aef671ebd29c2743bceeaf0c73a77ef6535d3d7.gifv 100w, https://64.media.tumblr.com/c7167f1e0d1cced2d75c4102352d9509/894734e2cdab2349-08/s250x400/3f3b3f0ba41a32f365769bdfef44e35d793e8bf6.gifv 250w, https://64.media.tumblr.com/c7167f1e0d1cced2d75c4102352d9509/894734e2cdab2349-08/s400x600/87c201952dd905e6fd8355d61be114520f45aaff.gifv 320w" sizes="(max-width: 320px) 100vw, 320px" alt="image"></a><p class="tmblr-attribution"><a href="https://tmblr.co/Z-3qKsdTEoBliy00" target="_blank" data-peepr='{"tumblelog":"netnel","postId":"710789337430867968"}'>Originally posted by netnel</a></p></figure></div></div> </div> </div> </div> </div> <!-- post footer --> <div class="post-footer"> <span>745 notes</span> <div class="footer-links"> <a href="https://letsgo.tumblr.com/post/717500936168325120/another-year-another-banger-of-a-eurovision" class="footer-link"> <span class="footer-icon"> <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.6173 1.07615C12.991 0.921369 13.4211 1.00692 13.7071 1.29292L22.7071 10.2929C23.0832 10.669 23.0991 11.2737 22.7433 11.669L13.7433 21.669C13.4663 21.9768 13.0283 22.082 12.6417 21.9336C12.2552 21.7853 12 21.4141 12 21V16H11.5C7.31775 16 3.92896 18.2486 2.95256 21.3044C2.80256 21.7738 2.33292 22.064 1.84598 21.9881C1.35904 21.9122 1 21.4928 1 21V18.5C1 12.3163 5.88069 7.27248 12 7.0107V2.00003C12 1.59557 12.2436 1.23093 12.6173 1.07615ZM14 4.41424V8.00003C14 8.55231 13.5523 9.00003 13 9.00003H12.5C7.64534 9.00003 3.64117 12.6414 3.06988 17.3419C5.09636 15.2367 8.18218 14 11.5 14H13C13.5523 14 14 14.4477 14 15V18.3941L20.622 11.0363L14 4.41424Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <a href="https://letsgo.tumblr.com/post/717500936168325120/another-year-another-banger-of-a-eurovision" class="footer-link"> <span class="footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.7899 1C7.10755 1 2.53696 5.57059 2.53696 11.2529C2.53696 12.7353 2.78402 14.0941 3.40167 15.4529C3.15461 16.1941 2.90755 17.3059 2.53696 18.5412L2.04284 20.5176C1.79579 21.3824 2.66049 22.2471 3.5252 22L5.50167 21.5059L8.46637 20.6412C9.8252 21.2588 11.184 21.5059 12.6664 21.5059C18.3487 21.5059 22.9193 16.9353 22.9193 11.2529C23.0428 5.57059 18.4723 1 12.7899 1ZM20.5723 11.2529C20.5723 15.5765 17.1134 19.0353 12.6664 19.0353C11.184 19.0353 9.8252 18.6647 8.71343 17.9235L4.76049 19.0353L5.87226 15.0824C5.25461 13.9706 4.76049 12.6118 4.76049 11.1294C4.88402 6.92941 8.46637 3.47059 12.7899 3.47059C17.1134 3.47059 20.5723 6.92941 20.5723 11.2529Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <a class="footer-link" href="https://www.tumblr.com/reblog/letsgo/717500936168325120/Syca4VN2"> <span class="footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.8508 1.24145C16.3867 0.777358 15.9227 1.0094 15.9227 1.70553V4.02598H4.32044C2 4.02598 2 6.34642 2 6.34642V12.1475C2 12.1475 2 13.3077 3.16022 13.3077C4.32044 13.3077 4.32044 12.1475 4.32044 12.1475V7.50664C4.32044 6.34642 4.90055 6.34642 5.48066 6.34642H15.9227V8.66686C15.9227 9.36299 16.2707 9.47902 16.8508 9.13095L21.7238 5.1862L16.8508 1.24145ZM6.87293 21.7774C7.45304 22.2414 7.80111 22.0094 7.80111 21.4293V19.1088H19.4033C21.7238 19.1088 21.7238 16.7884 21.7238 16.7884V10.9873C21.7238 10.9873 21.7238 9.82708 20.5635 9.82708C19.4033 9.82708 19.4033 10.9873 19.4033 10.9873V15.6282C19.4033 16.7884 18.8232 16.7884 18.2431 16.7884H7.80111V14.468C7.80111 13.7718 7.45304 13.6558 6.87293 14.0039L2 17.9486L6.87293 21.7774Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <div class="footer-link like-link"> <div class="like_button" data-post-id="717500936168325120" data-blog-name="letsgo" id="like_button_717500936168325120"><iframe id="like_iframe_717500936168325120" src="https://assets.tumblr.com/assets/html/like_iframe.html?_v=c96f30edcf75919c3976e1403422560b#name=letsgo&post_id=717500936168325120&color=black&rk=Syca4VN2&root_id=717400831766511616&slug=another-year-another-banger-of-a-eurovision" scrolling="no" width="20" height="20" frameborder="0" class="like_toggle" allowTransparency="true" name="like_iframe_717500936168325120"></iframe></div> <span class="like-button footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.8567 2C15.9879 2 14.1652 2.88205 12.7242 4.4794C12.6552 4.553 12.5782 4.6381 12.4977 4.73815C12.4126 4.6404 12.3401 4.5553 12.2723 4.4794C10.829 2.8809 9.0109 2 7.1525 2C5.84725 2 4.5811 2.44505 3.4863 3.28455C0.297349 5.73405 0.483649 10.058 2.31675 13.0595C4.79845 17.1248 9.85615 21.3166 10.8451 22.1158C11.3136 22.4927 11.8965 22.6987 12.4977 22.7C13.0945 22.7 13.6799 22.493 14.1491 22.1158C15.1369 21.3166 20.1947 17.1248 22.6775 13.0595C24.5117 10.0511 24.7073 5.72715 21.5275 3.28455C20.4293 2.44505 19.1608 2 17.8555 2H17.8567ZM17.8567 4.4426C18.5984 4.4426 19.3494 4.6818 20.0601 5.22805C22.2485 6.9082 21.7357 9.9419 20.6167 11.7773C18.3477 15.4918 13.5327 19.4823 12.6357 20.208C12.5965 20.2398 12.5476 20.2572 12.4971 20.2572C12.4466 20.2572 12.3977 20.2398 12.3585 20.208C11.4627 19.4823 6.64765 15.4918 4.37755 11.7762C3.25975 9.9419 2.76755 6.9082 4.95255 5.22805C5.6644 4.6818 6.41305 4.4426 7.1502 4.4426C8.3738 4.4426 9.55945 5.1027 10.4829 6.12275C11.0521 6.7541 12.3896 8.51705 12.4988 8.6562C12.6081 8.5182 13.9467 6.7541 14.5136 6.12275C15.4336 5.1027 16.6319 4.4426 17.8578 4.4426H17.8567Z" fill="black" fill-opacity="0.6"/> </svg> </span> </div> </div> </div> </article> <!-- post notes --> <aside id="index"> <h3>📚 Table of Contents</h3> </aside> <article class="post post-text" id="717500929710161920"> <!-- post header --> <div class="post-header"> <a class="avatar-link" href="https://fandom.tumblr.com/post/717412582204604416/musical-acts" target="_blank"> <img src="https://64.media.tumblr.com/dae2273518b7826b98d87e9fc64d1781/c6e90768ea6f1792-bb/s64x64u_c1/8b27555c4e266c9e583769e42e9c605053398ae3.pnj" alt="fandom" class="avatar" /> </a> <a class="reblogged-from" href="https://fandom.tumblr.com/post/717412582204604416/musical-acts" target="_blank">fandom</a> </div> <!-- post content --> <!-- reblog chains --> <div class="post-reblog-list"> <div class="post-reblog-item"> <div class="post-reblog-header"> <div class="reblog-item-avatar"> <a target="_blank" href="https://fandom.tumblr.com/post/717412582204604416"><img src="https://64.media.tumblr.com/dae2273518b7826b98d87e9fc64d1781/c6e90768ea6f1792-bb/s64x64u_c1/8b27555c4e266c9e583769e42e9c605053398ae3.pnj"></a> </div> <div class="reblog-item-username"> <a target="_blank" class="post-tumblelog-name" href="https://fandom.tumblr.com/post/717412582204604416">fandom</a> </div> </div> <div class="reblog-item-container"> <div class="reblog-item-bar"></div> <div class="reblog-item-body"> <p></p><div class="npf_row"><div class="npf_col"><figure class="tmblr-full"><a class="post_media_photo_anchor" data-big-photo="https://64.media.tumblr.com/fed2ca59bc9f7ca8c6f4e3fa7c007c10/ced36e29877a3c7d-7b/s1280x1920/aa82d0a0b5c14f8ab715a4ec3de5fb3100618fbb.gifv" data-big-photo-height="1800" data-big-photo-width="1800"><img class="post_media_photo image" src="https://64.media.tumblr.com/fed2ca59bc9f7ca8c6f4e3fa7c007c10/ced36e29877a3c7d-7b/s500x750/03a940aa6d9d48e259ae8c2762ce632311ecafc5.gifv" srcset="https://64.media.tumblr.com/fed2ca59bc9f7ca8c6f4e3fa7c007c10/ced36e29877a3c7d-7b/s75x75_c1/5a8f1940df9fca53bd9d351d4cc6c4cdb0bc0f2e.gifv 75w, https://64.media.tumblr.com/fed2ca59bc9f7ca8c6f4e3fa7c007c10/ced36e29877a3c7d-7b/s100x200/e1ac742a93b10425283bbab5b2ad5071d66f24da.gifv 100w, https://64.media.tumblr.com/fed2ca59bc9f7ca8c6f4e3fa7c007c10/ced36e29877a3c7d-7b/s250x400/d33c8bc8af7f17aa88d3d4d0176377aa95ead763.gifv 250w, https://64.media.tumblr.com/fed2ca59bc9f7ca8c6f4e3fa7c007c10/ced36e29877a3c7d-7b/s400x600/8b22d395d57652bd5b6cd3172f18232ccb2ced8b.gifv 400w, https://64.media.tumblr.com/fed2ca59bc9f7ca8c6f4e3fa7c007c10/ced36e29877a3c7d-7b/s500x750/03a940aa6d9d48e259ae8c2762ce632311ecafc5.gifv 500w, https://64.media.tumblr.com/fed2ca59bc9f7ca8c6f4e3fa7c007c10/ced36e29877a3c7d-7b/s540x810/0233840ce43f5f38a6f13c66c6b5c43db093c2a1.gifv 540w, https://64.media.tumblr.com/fed2ca59bc9f7ca8c6f4e3fa7c007c10/ced36e29877a3c7d-7b/s640x960/ae7a248c2aa26ae2e580c3cf859994a8774c9c4a.gifv 640w, https://64.media.tumblr.com/fed2ca59bc9f7ca8c6f4e3fa7c007c10/ced36e29877a3c7d-7b/s1280x1920/aa82d0a0b5c14f8ab715a4ec3de5fb3100618fbb.gifv 1280w, https://64.media.tumblr.com/fed2ca59bc9f7ca8c6f4e3fa7c007c10/ced36e29877a3c7d-7b/s2048x3072/2cf6e197fa3d2c76952a3e0044a2ebf511abb066.gifv 1800w" sizes="(max-width: 1280px) 100vw, 1280px" alt="image"></a></figure></div></div><h2>Musical Acts</h2><p><b>Week Ending May 15th, 2023</b></p><ol><li><a href="https://www.tumblr.com/search/k%C3%A4%C3%A4rij%C3%A4"><b>Käärijä</b></a></li><li><a href="https://www.tumblr.com/search/taylor%20swift">Taylor Swift</a><i> </i><i>-1</i></li><li><a href="https://www.tumblr.com/search/mcr">My Chemical Romance</a><i> </i><i>+4</i></li><li><a href="https://www.tumblr.com/search/lana%20del%20rey">Lana Del Rey</a><i> </i><i>+2</i></li><li><a href="https://www.tumblr.com/search/stray%20kids">Stray Kids</a></li><li><a href="https://www.tumblr.com/search/harry%20styles">Harry Styles</a><i> </i><i>+3</i></li><li><a href="https://www.tumblr.com/search/bts">BTS</a><i> </i><i>-4</i></li><li><a href="https://www.tumblr.com/search/joker%20out"><b>Joker Out</b></a></li><li><a href="https://www.tumblr.com/search/loreen"><b>Loreen</b></a></li><li><a href="https://www.tumblr.com/search/louis%20tomlinson"><b>Louis Tomlinson</b></a></li><li><a href="https://www.tumblr.com/search/beyonce"><b>Beyonce</b></a></li><li><a href="https://www.tumblr.com/search/aespa">æspa</a><i> </i><i>+11</i></li><li><a href="https://www.tumblr.com/search/ateez">ATEEZ</a><i> </i><i>+1</i></li><li><a href="https://www.tumblr.com/search/seventeen">SEVENTEEN</a><i> </i><i>-2</i></li><li><a href="https://www.tumblr.com/search/the%20band%20ghost">Ghost</a></li><li><a href="https://www.tumblr.com/search/death%20grips"><b>Death Grips</b></a></li><li><a href="https://www.tumblr.com/search/marilyn%20manson"><b>Marilyn Manson</b></a></li><li><a href="https://www.tumblr.com/search/let%203"><b>Let 3</b></a></li><li><a href="https://www.tumblr.com/search/lord%20of%20the%20lost"><b>Lord Of The Lost</b></a></li><li><a href="https://www.tumblr.com/search/janelle%20monae">Janelle Monae</a><i> </i><i>-9</i></li><li><a href="https://www.tumblr.com/search/enhypen">ENHYPEN</a><i> </i><i>-5</i></li><li><a href="https://www.tumblr.com/search/blackpink">BLΛƆKPIИK</a><i> </i><i>+3</i></li><li><a href="https://www.tumblr.com/search/m%C3%A5neskin"><b>Måneskin</b></a></li><li><a href="https://www.tumblr.com/search/hatari"><b>Hatari</b></a></li><li><a href="https://www.tumblr.com/search/lovejoy"><b>Lovejoy</b></a></li><li><a href="https://www.tumblr.com/search/le%20sserafim">Le Sserafim</a><i> </i><i>-18</i></li><li><a href="https://www.tumblr.com/search/tomorrow%20x%20together">Tomorrow X Together</a><i> </i><i>+6</i></li><li><a href="https://www.tumblr.com/search/exo">EXO</a></li><li><a href="https://www.tumblr.com/search/greta%20van%20fleet">Greta Van Fleet</a><i> </i><i>-11</i></li><li><a href="https://www.tumblr.com/search/nct%20127">NCT 127</a><i> </i><i>-4</i></li><li><a href="https://www.tumblr.com/search/nct%20dream">NCT Dream</a><i> </i><i>-7</i></li><li><a href="https://www.tumblr.com/search/fall%20out%20boy"><b>Fall Out Boy</b></a></li><li><a href="https://www.tumblr.com/search/shinee">SHINee</a><i> </i><i>+2</i></li><li><a href="https://www.tumblr.com/search/twice">TWICE</a><i> </i><i>-3</i></li><li><a href="https://www.tumblr.com/search/queen">Queen </a><i>-14</i></li><li><a href="https://www.tumblr.com/search/tokio%20hotel"><b>Tokio Hotel</b></a></li><li><a href="https://www.tumblr.com/search/kai"><b>Kai</b></a></li><li><a href="https://www.tumblr.com/search/the%201975">The 1975</a></li><li><a href="https://www.tumblr.com/search/phoebe%20bridgers">Phoebe Bridgers</a><i> </i><i>-22</i></li><li><a href="https://www.tumblr.com/search/the%20beatles"><b>The Beatles</b></a></li></ol><p><i>The number in italics indicates how many spots a name moved up or down from the previous week. Bolded names weren’t on the list last week.</i></p><div class="npf_row"><div class="npf_col"><figure class="tmblr-full"><a class="post_media_photo_anchor" data-big-photo="https://64.media.tumblr.com/9de469b34377fa984e78a075a3d6867d/ced36e29877a3c7d-18/s1280x1920/8e659fe83856f5b754d3c3c0cd8567ac57b74bbd.gifv" data-big-photo-height="560" data-big-photo-width="540"><img class="post_media_photo image" src="https://64.media.tumblr.com/9de469b34377fa984e78a075a3d6867d/ced36e29877a3c7d-18/s500x750/fdcaa2663c93452ba5d8329f1358685d6f9e7ce8.gifv" srcset="https://64.media.tumblr.com/9de469b34377fa984e78a075a3d6867d/ced36e29877a3c7d-18/s75x75_c1/06157a64e993a4940e8d39c39c74829bd7bd89a6.gifv 75w, https://64.media.tumblr.com/9de469b34377fa984e78a075a3d6867d/ced36e29877a3c7d-18/s100x200/a178bf1c2bc6ae847594ddfc733f6eddc0307310.gifv 100w, https://64.media.tumblr.com/9de469b34377fa984e78a075a3d6867d/ced36e29877a3c7d-18/s250x400/c3ae0cbcad8165d1d1307c78bb247fc18e8aa993.gifv 250w, https://64.media.tumblr.com/9de469b34377fa984e78a075a3d6867d/ced36e29877a3c7d-18/s400x600/2bb035fc5154f3064542179d7eecae947a9ce16a.gifv 400w, https://64.media.tumblr.com/9de469b34377fa984e78a075a3d6867d/ced36e29877a3c7d-18/s500x750/fdcaa2663c93452ba5d8329f1358685d6f9e7ce8.gifv 500w, https://64.media.tumblr.com/9de469b34377fa984e78a075a3d6867d/ced36e29877a3c7d-18/s540x810/0600f16393564cfe81f6325c1e636afaa1732a8d.gifv 540w" sizes="(max-width: 540px) 100vw, 540px" alt="image"></a><p class="tmblr-attribution"><a href="https://tmblr.co/Zocv7UdqAxd64y00" target="_blank" data-peepr='{"tumblelog":"servingsato","postId":"717246317550878720"}'>Originally posted by servingsato</a></p></figure></div></div> </div> </div> </div> </div> <!-- post footer --> <div class="post-footer"> <span>290 notes</span> <div class="footer-links"> <a href="https://letsgo.tumblr.com/post/717500929710161920/musical-acts" class="footer-link"> <span class="footer-icon"> <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.6173 1.07615C12.991 0.921369 13.4211 1.00692 13.7071 1.29292L22.7071 10.2929C23.0832 10.669 23.0991 11.2737 22.7433 11.669L13.7433 21.669C13.4663 21.9768 13.0283 22.082 12.6417 21.9336C12.2552 21.7853 12 21.4141 12 21V16H11.5C7.31775 16 3.92896 18.2486 2.95256 21.3044C2.80256 21.7738 2.33292 22.064 1.84598 21.9881C1.35904 21.9122 1 21.4928 1 21V18.5C1 12.3163 5.88069 7.27248 12 7.0107V2.00003C12 1.59557 12.2436 1.23093 12.6173 1.07615ZM14 4.41424V8.00003C14 8.55231 13.5523 9.00003 13 9.00003H12.5C7.64534 9.00003 3.64117 12.6414 3.06988 17.3419C5.09636 15.2367 8.18218 14 11.5 14H13C13.5523 14 14 14.4477 14 15V18.3941L20.622 11.0363L14 4.41424Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <a href="https://letsgo.tumblr.com/post/717500929710161920/musical-acts" class="footer-link"> <span class="footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.7899 1C7.10755 1 2.53696 5.57059 2.53696 11.2529C2.53696 12.7353 2.78402 14.0941 3.40167 15.4529C3.15461 16.1941 2.90755 17.3059 2.53696 18.5412L2.04284 20.5176C1.79579 21.3824 2.66049 22.2471 3.5252 22L5.50167 21.5059L8.46637 20.6412C9.8252 21.2588 11.184 21.5059 12.6664 21.5059C18.3487 21.5059 22.9193 16.9353 22.9193 11.2529C23.0428 5.57059 18.4723 1 12.7899 1ZM20.5723 11.2529C20.5723 15.5765 17.1134 19.0353 12.6664 19.0353C11.184 19.0353 9.8252 18.6647 8.71343 17.9235L4.76049 19.0353L5.87226 15.0824C5.25461 13.9706 4.76049 12.6118 4.76049 11.1294C4.88402 6.92941 8.46637 3.47059 12.7899 3.47059C17.1134 3.47059 20.5723 6.92941 20.5723 11.2529Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <a class="footer-link" href="https://www.tumblr.com/reblog/letsgo/717500929710161920/U8ZwLp7w"> <span class="footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.8508 1.24145C16.3867 0.777358 15.9227 1.0094 15.9227 1.70553V4.02598H4.32044C2 4.02598 2 6.34642 2 6.34642V12.1475C2 12.1475 2 13.3077 3.16022 13.3077C4.32044 13.3077 4.32044 12.1475 4.32044 12.1475V7.50664C4.32044 6.34642 4.90055 6.34642 5.48066 6.34642H15.9227V8.66686C15.9227 9.36299 16.2707 9.47902 16.8508 9.13095L21.7238 5.1862L16.8508 1.24145ZM6.87293 21.7774C7.45304 22.2414 7.80111 22.0094 7.80111 21.4293V19.1088H19.4033C21.7238 19.1088 21.7238 16.7884 21.7238 16.7884V10.9873C21.7238 10.9873 21.7238 9.82708 20.5635 9.82708C19.4033 9.82708 19.4033 10.9873 19.4033 10.9873V15.6282C19.4033 16.7884 18.8232 16.7884 18.2431 16.7884H7.80111V14.468C7.80111 13.7718 7.45304 13.6558 6.87293 14.0039L2 17.9486L6.87293 21.7774Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <div class="footer-link like-link"> <div class="like_button" data-post-id="717500929710161920" data-blog-name="letsgo" id="like_button_717500929710161920"><iframe id="like_iframe_717500929710161920" src="https://assets.tumblr.com/assets/html/like_iframe.html?_v=c96f30edcf75919c3976e1403422560b#name=letsgo&post_id=717500929710161920&color=black&rk=U8ZwLp7w&root_id=717412582204604416&slug=musical-acts" scrolling="no" width="20" height="20" frameborder="0" class="like_toggle" allowTransparency="true" name="like_iframe_717500929710161920"></iframe></div> <span class="like-button footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.8567 2C15.9879 2 14.1652 2.88205 12.7242 4.4794C12.6552 4.553 12.5782 4.6381 12.4977 4.73815C12.4126 4.6404 12.3401 4.5553 12.2723 4.4794C10.829 2.8809 9.0109 2 7.1525 2C5.84725 2 4.5811 2.44505 3.4863 3.28455C0.297349 5.73405 0.483649 10.058 2.31675 13.0595C4.79845 17.1248 9.85615 21.3166 10.8451 22.1158C11.3136 22.4927 11.8965 22.6987 12.4977 22.7C13.0945 22.7 13.6799 22.493 14.1491 22.1158C15.1369 21.3166 20.1947 17.1248 22.6775 13.0595C24.5117 10.0511 24.7073 5.72715 21.5275 3.28455C20.4293 2.44505 19.1608 2 17.8555 2H17.8567ZM17.8567 4.4426C18.5984 4.4426 19.3494 4.6818 20.0601 5.22805C22.2485 6.9082 21.7357 9.9419 20.6167 11.7773C18.3477 15.4918 13.5327 19.4823 12.6357 20.208C12.5965 20.2398 12.5476 20.2572 12.4971 20.2572C12.4466 20.2572 12.3977 20.2398 12.3585 20.208C11.4627 19.4823 6.64765 15.4918 4.37755 11.7762C3.25975 9.9419 2.76755 6.9082 4.95255 5.22805C5.6644 4.6818 6.41305 4.4426 7.1502 4.4426C8.3738 4.4426 9.55945 5.1027 10.4829 6.12275C11.0521 6.7541 12.3896 8.51705 12.4988 8.6562C12.6081 8.5182 13.9467 6.7541 14.5136 6.12275C15.4336 5.1027 16.6319 4.4426 17.8578 4.4426H17.8567Z" fill="black" fill-opacity="0.6"/> </svg> </span> </div> </div> </div> </article> <!-- post notes --> <aside id="index"> <h3>📚 Table of Contents</h3> </aside> <article class="post post-text" id="717500924227158016"> <!-- post header --> <div class="post-header"> <a class="avatar-link" href="https://fandom.tumblr.com/post/717413869366247424/celebrities" target="_blank"> <img src="https://64.media.tumblr.com/dae2273518b7826b98d87e9fc64d1781/c6e90768ea6f1792-bb/s64x64u_c1/8b27555c4e266c9e583769e42e9c605053398ae3.pnj" alt="fandom" class="avatar" /> </a> <a class="reblogged-from" href="https://fandom.tumblr.com/post/717413869366247424/celebrities" target="_blank">fandom</a> </div> <!-- post content --> <!-- reblog chains --> <div class="post-reblog-list"> <div class="post-reblog-item"> <div class="post-reblog-header"> <div class="reblog-item-avatar"> <a target="_blank" href="https://fandom.tumblr.com/post/717413869366247424"><img src="https://64.media.tumblr.com/dae2273518b7826b98d87e9fc64d1781/c6e90768ea6f1792-bb/s64x64u_c1/8b27555c4e266c9e583769e42e9c605053398ae3.pnj"></a> </div> <div class="reblog-item-username"> <a target="_blank" class="post-tumblelog-name" href="https://fandom.tumblr.com/post/717413869366247424">fandom</a> </div> </div> <div class="reblog-item-container"> <div class="reblog-item-bar"></div> <div class="reblog-item-body"> <p></p><div class="npf_row"><div class="npf_col"><figure class="tmblr-full"><a class="post_media_photo_anchor" data-big-photo="https://64.media.tumblr.com/69456e54f86432603d882e45d3611d20/a6bdc2e0121f82a3-45/s1280x1920/c5844b6ba70cb4d5b0506d0c950de1aa8b06e676.gifv" data-big-photo-height="1800" data-big-photo-width="1800"><img class="post_media_photo image" src="https://64.media.tumblr.com/69456e54f86432603d882e45d3611d20/a6bdc2e0121f82a3-45/s500x750/132f396ecf10ecb8c0d3e7ebd317c19add777015.gifv" srcset="https://64.media.tumblr.com/69456e54f86432603d882e45d3611d20/a6bdc2e0121f82a3-45/s75x75_c1/dba1e2e1f7ba7f583d6d1b4d8865e4ccb37c5ef0.gifv 75w, https://64.media.tumblr.com/69456e54f86432603d882e45d3611d20/a6bdc2e0121f82a3-45/s100x200/38fac3d7f408a55a1b3eb8183e232b7fe92841ff.gifv 100w, https://64.media.tumblr.com/69456e54f86432603d882e45d3611d20/a6bdc2e0121f82a3-45/s250x400/769e5ddff5c6c3b75117740de5e68ef7036ac07a.gifv 250w, https://64.media.tumblr.com/69456e54f86432603d882e45d3611d20/a6bdc2e0121f82a3-45/s400x600/f3bf9f7f99955bc9ac9b3128ffb87948e06ef2d0.gifv 400w, https://64.media.tumblr.com/69456e54f86432603d882e45d3611d20/a6bdc2e0121f82a3-45/s500x750/132f396ecf10ecb8c0d3e7ebd317c19add777015.gifv 500w, https://64.media.tumblr.com/69456e54f86432603d882e45d3611d20/a6bdc2e0121f82a3-45/s540x810/80c43dd22c3e1c8de5c57d79c0223c3b0d5a8e15.gifv 540w, https://64.media.tumblr.com/69456e54f86432603d882e45d3611d20/a6bdc2e0121f82a3-45/s640x960/d20516964f2fdfed90686c4029e6956e2c7af7c3.gifv 640w, https://64.media.tumblr.com/69456e54f86432603d882e45d3611d20/a6bdc2e0121f82a3-45/s1280x1920/c5844b6ba70cb4d5b0506d0c950de1aa8b06e676.gifv 1280w, https://64.media.tumblr.com/69456e54f86432603d882e45d3611d20/a6bdc2e0121f82a3-45/s2048x3072/7c35ca247e4fde48e362aa68e7ede68adc0e0693.gifv 1800w" sizes="(max-width: 1280px) 100vw, 1280px" alt="image"></a></figure></div></div><h2>Celebrities</h2><p><b>Week Ending May 15th, 2023</b></p><ol><li><a href="https://www.tumblr.com/search/pedro%20pascal">Pedro Pascal</a></li><li><a href="https://www.tumblr.com/search/king%20charles">King Charles III</a><i> </i><i>+2</i></li><li><b><a href="https://www.tumblr.com/search/meghan%20markle">Meghan Markle</a></b></li><li><b><a href="https://www.tumblr.com/search/joseph%20quinn">Joseph Quinn</a></b></li><li><b><a href="https://www.tumblr.com/search/neil%20gaiman">Neil Gaiman</a></b></li><li><b><a href="https://www.tumblr.com/search/graham%20norton">Graham Norton</a></b></li><li><b><a href="https://www.tumblr.com/search/corey%20mylchreest">Corey Mylchreest</a></b></li><li><b><a href="https://www.tumblr.com/search/david%20tennant">David Tennant</a></b></li><li><b><a href="https://www.tumblr.com/search/adam%20conover">Adam Conover</a></b></li><li><b><a href="https://www.tumblr.com/search/jensen%20ackles">Jensen Ackles</a></b></li><li><b><a href="https://www.tumblr.com/search/hannah%20waddingham">Hannah Waddingham</a></b></li><li><a href="https://www.tumblr.com/search/jack%20champion">Jack Champion</a><i> </i><i>+6</i></li><li><b><a href="https://www.tumblr.com/search/leonardo%20dicaprio">Leonardo Dicaprio</a></b></li><li><b><a href="https://www.tumblr.com/search/karl%20jenkins">Karl Jenkins</a></b></li><li><b><a href="https://www.tumblr.com/search/india%20amarteifio">India Amarteifio</a></b></li><li><b><a href="https://www.tumblr.com/search/sebastian%20stan">Sebastian Stan</a></b></li><li><b><a href="https://www.tumblr.com/search/halle%20bailey">Halle Bailey</a></b></li><li><b><a href="https://www.tumblr.com/search/finn%20wolfhard">Finn Wolfhard</a></b></li><li><b><a href="https://www.tumblr.com/search/oliver%20stark">Oliver Stark</a></b></li><li><b><a href="https://www.tumblr.com/search/misha%20collins">Misha Collins</a></b></li></ol><p><i>The number in italics indicates how many spots a name moved up or down from the previous week. Bolded names weren’t on the list last week.</i></p><div class="npf_row"><div class="npf_col"><figure class="tmblr-full"><a class="post_media_photo_anchor" data-big-photo="https://64.media.tumblr.com/ff94e09b66535c138f63b97a352ea6f0/a6bdc2e0121f82a3-4e/s1280x1920/1083fce3b9aab28ef8628f6f5181560ab26101de.gifv" data-big-photo-height="451" data-big-photo-width="540"><img class="post_media_photo image" src="https://64.media.tumblr.com/ff94e09b66535c138f63b97a352ea6f0/a6bdc2e0121f82a3-4e/s500x750/ba3ce70be48dc061dfbbfcfe2ade771327294480.gifv" srcset="https://64.media.tumblr.com/ff94e09b66535c138f63b97a352ea6f0/a6bdc2e0121f82a3-4e/s75x75_c1/1cdaa87d1a3c972cd02469c97a58618d2fd3aeaa.gifv 75w, https://64.media.tumblr.com/ff94e09b66535c138f63b97a352ea6f0/a6bdc2e0121f82a3-4e/s100x200/f5ebc659b92fe21c115aac8b3f8e09c8e3d9dfeb.gifv 100w, https://64.media.tumblr.com/ff94e09b66535c138f63b97a352ea6f0/a6bdc2e0121f82a3-4e/s250x400/9ace52f0e9822ed24ea40175f353812a667887a7.gifv 250w, https://64.media.tumblr.com/ff94e09b66535c138f63b97a352ea6f0/a6bdc2e0121f82a3-4e/s400x600/6616e66ad9cc690a672929dc04a2615d7680b019.gifv 400w, https://64.media.tumblr.com/ff94e09b66535c138f63b97a352ea6f0/a6bdc2e0121f82a3-4e/s500x750/ba3ce70be48dc061dfbbfcfe2ade771327294480.gifv 500w, https://64.media.tumblr.com/ff94e09b66535c138f63b97a352ea6f0/a6bdc2e0121f82a3-4e/s540x810/40cfc619b46583eafae25b7e9a07e9a0fd4489f9.gifv 540w" sizes="(max-width: 540px) 100vw, 540px" alt="image"></a><p class="tmblr-attribution"><a href="https://tmblr.co/Z7-ZGydo__Ut4q00" target="_blank" data-peepr='{"tumblelog":"b0bbynash","postId":"716912263332839424"}'>Originally posted by b0bbynash</a></p></figure></div></div> </div> </div> </div> </div> <!-- post footer --> <div class="post-footer"> <span>85 notes</span> <div class="footer-links"> <a href="https://letsgo.tumblr.com/post/717500924227158016/celebrities" class="footer-link"> <span class="footer-icon"> <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.6173 1.07615C12.991 0.921369 13.4211 1.00692 13.7071 1.29292L22.7071 10.2929C23.0832 10.669 23.0991 11.2737 22.7433 11.669L13.7433 21.669C13.4663 21.9768 13.0283 22.082 12.6417 21.9336C12.2552 21.7853 12 21.4141 12 21V16H11.5C7.31775 16 3.92896 18.2486 2.95256 21.3044C2.80256 21.7738 2.33292 22.064 1.84598 21.9881C1.35904 21.9122 1 21.4928 1 21V18.5C1 12.3163 5.88069 7.27248 12 7.0107V2.00003C12 1.59557 12.2436 1.23093 12.6173 1.07615ZM14 4.41424V8.00003C14 8.55231 13.5523 9.00003 13 9.00003H12.5C7.64534 9.00003 3.64117 12.6414 3.06988 17.3419C5.09636 15.2367 8.18218 14 11.5 14H13C13.5523 14 14 14.4477 14 15V18.3941L20.622 11.0363L14 4.41424Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <a href="https://letsgo.tumblr.com/post/717500924227158016/celebrities" class="footer-link"> <span class="footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.7899 1C7.10755 1 2.53696 5.57059 2.53696 11.2529C2.53696 12.7353 2.78402 14.0941 3.40167 15.4529C3.15461 16.1941 2.90755 17.3059 2.53696 18.5412L2.04284 20.5176C1.79579 21.3824 2.66049 22.2471 3.5252 22L5.50167 21.5059L8.46637 20.6412C9.8252 21.2588 11.184 21.5059 12.6664 21.5059C18.3487 21.5059 22.9193 16.9353 22.9193 11.2529C23.0428 5.57059 18.4723 1 12.7899 1ZM20.5723 11.2529C20.5723 15.5765 17.1134 19.0353 12.6664 19.0353C11.184 19.0353 9.8252 18.6647 8.71343 17.9235L4.76049 19.0353L5.87226 15.0824C5.25461 13.9706 4.76049 12.6118 4.76049 11.1294C4.88402 6.92941 8.46637 3.47059 12.7899 3.47059C17.1134 3.47059 20.5723 6.92941 20.5723 11.2529Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <a class="footer-link" href="https://www.tumblr.com/reblog/letsgo/717500924227158016/fX8K8Y1Z"> <span class="footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.8508 1.24145C16.3867 0.777358 15.9227 1.0094 15.9227 1.70553V4.02598H4.32044C2 4.02598 2 6.34642 2 6.34642V12.1475C2 12.1475 2 13.3077 3.16022 13.3077C4.32044 13.3077 4.32044 12.1475 4.32044 12.1475V7.50664C4.32044 6.34642 4.90055 6.34642 5.48066 6.34642H15.9227V8.66686C15.9227 9.36299 16.2707 9.47902 16.8508 9.13095L21.7238 5.1862L16.8508 1.24145ZM6.87293 21.7774C7.45304 22.2414 7.80111 22.0094 7.80111 21.4293V19.1088H19.4033C21.7238 19.1088 21.7238 16.7884 21.7238 16.7884V10.9873C21.7238 10.9873 21.7238 9.82708 20.5635 9.82708C19.4033 9.82708 19.4033 10.9873 19.4033 10.9873V15.6282C19.4033 16.7884 18.8232 16.7884 18.2431 16.7884H7.80111V14.468C7.80111 13.7718 7.45304 13.6558 6.87293 14.0039L2 17.9486L6.87293 21.7774Z" fill="black" fill-opacity="0.6"/> </svg> </span> </a> <div class="footer-link like-link"> <div class="like_button" data-post-id="717500924227158016" data-blog-name="letsgo" id="like_button_717500924227158016"><iframe id="like_iframe_717500924227158016" src="https://assets.tumblr.com/assets/html/like_iframe.html?_v=c96f30edcf75919c3976e1403422560b#name=letsgo&post_id=717500924227158016&color=black&rk=fX8K8Y1Z&root_id=717413869366247424&slug=celebrities" scrolling="no" width="20" height="20" frameborder="0" class="like_toggle" allowTransparency="true" name="like_iframe_717500924227158016"></iframe></div> <span class="like-button footer-icon"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.8567 2C15.9879 2 14.1652 2.88205 12.7242 4.4794C12.6552 4.553 12.5782 4.6381 12.4977 4.73815C12.4126 4.6404 12.3401 4.5553 12.2723 4.4794C10.829 2.8809 9.0109 2 7.1525 2C5.84725 2 4.5811 2.44505 3.4863 3.28455C0.297349 5.73405 0.483649 10.058 2.31675 13.0595C4.79845 17.1248 9.85615 21.3166 10.8451 22.1158C11.3136 22.4927 11.8965 22.6987 12.4977 22.7C13.0945 22.7 13.6799 22.493 14.1491 22.1158C15.1369 21.3166 20.1947 17.1248 22.6775 13.0595C24.5117 10.0511 24.7073 5.72715 21.5275 3.28455C20.4293 2.44505 19.1608 2 17.8555 2H17.8567ZM17.8567 4.4426C18.5984 4.4426 19.3494 4.6818 20.0601 5.22805C22.2485 6.9082 21.7357 9.9419 20.6167 11.7773C18.3477 15.4918 13.5327 19.4823 12.6357 20.208C12.5965 20.2398 12.5476 20.2572 12.4971 20.2572C12.4466 20.2572 12.3977 20.2398 12.3585 20.208C11.4627 19.4823 6.64765 15.4918 4.37755 11.7762C3.25975 9.9419 2.76755 6.9082 4.95255 5.22805C5.6644 4.6818 6.41305 4.4426 7.1502 4.4426C8.3738 4.4426 9.55945 5.1027 10.4829 6.12275C11.0521 6.7541 12.3896 8.51705 12.4988 8.6562C12.6081 8.5182 13.9467 6.7541 14.5136 6.12275C15.4336 5.1027 16.6319 4.4426 17.8578 4.4426H17.8567Z" fill="black" fill-opacity="0.6"/> </svg> </span> </div> </div> </div> </article> <!-- post notes --> <!-- pagination --> <div class="pagination"> <a class="jump-current">1</a> <a class="next" href="/page/2">2</a> <a class="next" href="/page/3">3</a> <a href="/page/2">Next</a> </div> </section> <!-- end main content --> </main> <footer> <svg width="121" height="24" viewBox="0 0 121 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_3502_25924)"> <path d="M9.76571 24C6.08053 24 3.34736 22.1481 3.34736 17.7064V10.5997H0V6.7453C3.68517 5.81179 5.22066 2.71016 5.38956 0.0150565H9.21293V6.12798H13.6658V10.5997H9.21293V16.788C9.21293 18.6399 10.1649 19.2873 11.6851 19.2873H13.8501V24H9.76571ZM23.4469 24.2108C25.5352 24.2108 27.9459 23.3225 29.2511 21.7415V24H36.13V20.1606H34.3796V6.11292H26.0572V10.0125H28.4219V16.7729C28.4219 17.3149 27.9612 19.5885 24.8442 19.5885C22.8481 19.5885 22.4795 18.4141 22.4795 16.9235V6.11292H16.353V17.1644C16.3683 19.9197 17.6428 24.2108 23.4469 24.2108ZM38.3258 24H48.3986V20.1606H46.341V13.4755C46.341 12.4969 47.1856 10.5094 49.7805 10.5094C51.8688 10.5094 52.2987 11.7591 52.2987 13.2346V20.1606H50.2719V24H60.2679V20.1606H58.1489V13.4755C58.1489 12.4969 58.9167 10.5094 61.5117 10.5094C63.6153 10.5094 64.1374 11.7591 64.1374 13.2346V20.1606H62.1412V24H72.0912V20.1606H70.049V13.9122C70.049 10.2384 68.6363 5.90213 63.0472 5.90213C60.2833 5.90213 58.0261 7.18193 57.0741 8.76286C55.8764 6.97114 54.0492 5.90213 51.3314 5.90213C49.1663 5.90213 46.8017 6.80552 45.5272 8.52196V6.11292H37.9726V10.0125H40.4141V20.1606H38.3411V24H38.3258ZM84.8511 24.2108C89.9489 24.2108 92.6821 20.4617 92.6821 14.8457C92.6821 9.45546 90.1332 5.91719 84.9586 5.91719C83.1313 5.91719 81.3195 6.59473 80.2139 7.42284V0.0150565H71.7994V3.88457H74.2409V24H79.8454V22.4191C81.2423 23.5832 83.0179 24.2187 84.8511 24.2108V24.2108ZM83.5766 19.8444C81.7955 19.8444 80.045 18.7302 80.045 15.2371C80.045 11.0213 82.1179 10.2685 83.5459 10.2685C85.2042 10.2685 86.6783 11.5935 86.6783 14.8607C86.663 19.5885 84.5133 19.739 83.5766 19.8444V19.8444ZM93.7876 24H103.922V20.1606H101.757V0H93.4038V3.86951H95.8452V20.1606H93.7723V24H93.7876ZM106.133 24H116.098V20.1606H114.056V15.1619C114.056 11.7591 116.498 11.0213 118.355 11.0213H120.828V5.90213H118.831C116.574 5.90213 114.486 6.97114 113.549 8.68758V6.09787H105.949V9.99749H108.144V20.1455H106.133V24Z" fill="white"/> </g> <defs> <clipPath id="clip0_3502_25924"> <rect width="120.828" height="24" fill="white"/> </clipPath> </defs> </svg> <p>Welcome home!</p> </footer> <iframe scrolling="no" width="1" height="1" frameborder="0" style="background-color:transparent; overflow:hidden; position:absolute; top:0; left:0; z-index:9999;" id="ga_target"></iframe><script type="text/javascript"> (function(){ var analytics_frame = document.getElementById('ga_target'); var analytics_iframe_loaded; var user_logged_in; var blog_is_nsfw = 'No'; var eventMethod = window.addEventListener ? "addEventListener" : "attachEvent"; var eventer = window[eventMethod]; var messageEvent = eventMethod == "attachEvent" ? "onmessage" : "message"; eventer(messageEvent,function(e) { var message = (e.data && e.data.split) ? e.data.split(';') : ''; switch (message[0]) { case 'analytics_iframe_loaded': analytics_iframe_loaded = true; postCSMessage(); postGAMessage(); break; case 'user_logged_in': user_logged_in = message[1]; postGAMessage(); break; } }, false); analytics_frame.src = "https://assets.tumblr.com/analytics.html?_v=9f5febfd57a8a649c598d888f2d9e062#" + "https://letsgo.tumblr.com"; function postGAMessage() { if (analytics_iframe_loaded && user_logged_in) { var is_ajax = false; analytics_frame.contentWindow.postMessage(['tick_google_analytics', is_ajax, user_logged_in, blog_is_nsfw, '/?route=%2F'].join(';'), analytics_frame.src.split('/analytics.html')[0]); } } function postCSMessage() { COMSCORE = true; analytics_frame.contentWindow.postMessage('enable_comscore;' + window.location, analytics_frame.src.split('/analytics.html')[0]); } })(); </script><script type="text/javascript" nonce="Ymu5vCP9nPORZXJHgoGcmlAbH2Q">!function(s){s.src='https://px.srvcs.tumblr.com/impixu?T=1742136446&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDovL2xldHNnby50dW1ibHIuY29tLyIsInJlcXR5cGUiOjAsInJvdXRlIjoiLyJ9&U=CNIJALOMBN&K=80ad5b45d2a60f1e6d7ca5147574c6ea8b25cd1bfdc6e6a5feddd19a023d7442&R='.replace(/&R=[^&$]*/,'').concat('&R='+escape(document.referrer)).slice(0,2000).replace(/%.?.?$/,'');}(new Image());</script><noscript><img style="position:absolute;z-index:-3334;top:0px;left:0px;visibility:hidden;" src="https://px.srvcs.tumblr.com/impixu?T=1742136446&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDovL2xldHNnby50dW1ibHIuY29tLyIsInJlcXR5cGUiOjAsInJvdXRlIjoiLyIsIm5vc2NyaXB0IjoxfQ==&U=CNIJALOMBN&K=eb613c018ac1f122162c6086e288a23c586994ef5cd9a12cf4faeb21e2181324&R="></noscript><script type="text/javascript" nonce="Ymu5vCP9nPORZXJHgoGcmlAbH2Q">!function(s){s.src='https://px.srvcs.tumblr.com/impixu?T=1742136446&J=eyJ0eXBlIjoicG9zdCIsInVybCI6Imh0dHA6Ly9sZXRzZ28udHVtYmxyLmNvbS8iLCJyZXF0eXBlIjowLCJyb3V0ZSI6Ii8iLCJwb3N0cyI6W3sicm9vdF9ibG9naWQiOjUxMTU1NDEzLCJyb290X3Bvc3RpZCI6IjcxNTEyNzU4OTYwNTQ1NzkyMCIsInBvc3RpZCI6IjcxNzUwMTAxNTM1MDQ3NjgwMCIsImJsb2dpZCI6NTU5Mjk0NjU0LCJzb3VyY2UiOjMzfSx7InJvb3RfYmxvZ2lkIjoyMjM5MzQ2NjQsInJvb3RfcG9zdGlkIjoiNzE1MDcwMjI3NDA3MzIzMTM2IiwicG9zdGlkIjoiNzE3NTAxMDEyNjk2NTMwOTQ0IiwiYmxvZ2lkIjo1NTkyOTQ2NTQsInNvdXJjZSI6MzN9LHsicm9vdF9ibG9naWQiOjMzNzY4NTYxNiwicm9vdF9wb3N0aWQiOiI3MTUyMjQzMTg3OTk0NDYwMTYiLCJwb3N0aWQiOiI3MTc1MDEwMDU4NDA5MDgyODgiLCJibG9naWQiOjU1OTI5NDY1NCwic291cmNlIjozM30seyJyb290X2Jsb2dpZCI6NTM2NTc3NDY4LCJyb290X3Bvc3RpZCI6IjcxNDcwMzI5NDIxNTQwNTU2OCIsInBvc3RpZCI6IjcxNzUwMDk4OTI0MzA4MDcwNCIsImJsb2dpZCI6NTU5Mjk0NjU0LCJzb3VyY2UiOjMzfSx7InJvb3RfYmxvZ2lkIjozNjQ5MjY4OTcsInJvb3RfcG9zdGlkIjoiNzE2NTA4MDcxNDU4ODk3OTIwIiwicG9zdGlkIjoiNzE3NTAwOTc1NTE2MTM5NTIwIiwiYmxvZ2lkIjo1NTkyOTQ2NTQsInNvdXJjZSI6MzN9LHsicm9vdF9ibG9naWQiOjIwNjQ3NTEzMiwicm9vdF9wb3N0aWQiOiI3MTQxMzUzNjY0OTM1MDM0ODgiLCJwb3N0aWQiOiI3MTc1MDA5NjYwMjc1NzUyOTYiLCJibG9naWQiOjU1OTI5NDY1NCwic291cmNlIjozM30seyJyb290X2Jsb2dpZCI6MzI5MTc5MTEwLCJyb290X3Bvc3RpZCI6IjcxNTUyMTU2OTA0MDA3MjcwNCIsInBvc3RpZCI6IjcxNzUwMDk1ODAyMjc2MjQ5NiIsImJsb2dpZCI6NTU5Mjk0NjU0LCJzb3VyY2UiOjMzfSx7InJvb3RfYmxvZ2lkIjoyMDI4NjI0NDAsInJvb3RfcG9zdGlkIjoiNzE3NDAwODMxNzY2NTExNjE2IiwicG9zdGlkIjoiNzE3NTAwOTM2MTY4MzI1MTIwIiwiYmxvZ2lkIjo1NTkyOTQ2NTQsInNvdXJjZSI6MzN9LHsicm9vdF9ibG9naWQiOjIwMjg2MjQ0MCwicm9vdF9wb3N0aWQiOiI3MTc0MTI1ODIyMDQ2MDQ0MTYiLCJwb3N0aWQiOiI3MTc1MDA5Mjk3MTAxNjE5MjAiLCJibG9naWQiOjU1OTI5NDY1NCwic291cmNlIjozM30seyJyb290X2Jsb2dpZCI6MjAyODYyNDQwLCJyb290X3Bvc3RpZCI6IjcxNzQxMzg2OTM2NjI0NzQyNCIsInBvc3RpZCI6IjcxNzUwMDkyNDIyNzE1ODAxNiIsImJsb2dpZCI6NTU5Mjk0NjU0LCJzb3VyY2UiOjMzfV19&U=KDPPMGHFOK&K=bb63900179973798ef1c4767db6a7d59fdec587a1d4093476f38d5e75e2f0f84&R='.replace(/&R=[^&$]*/,'').concat('&R='+escape(document.referrer)).slice(0,2000).replace(/%.?.?$/,'');}(new Image());</script><noscript><img style="position:absolute;z-index:-3334;top:0px;left:0px;visibility:hidden;" src="https://px.srvcs.tumblr.com/impixu?T=1742136446&J=eyJ0eXBlIjoicG9zdCIsInVybCI6Imh0dHA6Ly9sZXRzZ28udHVtYmxyLmNvbS8iLCJyZXF0eXBlIjowLCJyb3V0ZSI6Ii8iLCJwb3N0cyI6W3sicm9vdF9ibG9naWQiOjUxMTU1NDEzLCJyb290X3Bvc3RpZCI6IjcxNTEyNzU4OTYwNTQ1NzkyMCIsInBvc3RpZCI6IjcxNzUwMTAxNTM1MDQ3NjgwMCIsImJsb2dpZCI6NTU5Mjk0NjU0LCJzb3VyY2UiOjMzfSx7InJvb3RfYmxvZ2lkIjoyMjM5MzQ2NjQsInJvb3RfcG9zdGlkIjoiNzE1MDcwMjI3NDA3MzIzMTM2IiwicG9zdGlkIjoiNzE3NTAxMDEyNjk2NTMwOTQ0IiwiYmxvZ2lkIjo1NTkyOTQ2NTQsInNvdXJjZSI6MzN9LHsicm9vdF9ibG9naWQiOjMzNzY4NTYxNiwicm9vdF9wb3N0aWQiOiI3MTUyMjQzMTg3OTk0NDYwMTYiLCJwb3N0aWQiOiI3MTc1MDEwMDU4NDA5MDgyODgiLCJibG9naWQiOjU1OTI5NDY1NCwic291cmNlIjozM30seyJyb290X2Jsb2dpZCI6NTM2NTc3NDY4LCJyb290X3Bvc3RpZCI6IjcxNDcwMzI5NDIxNTQwNTU2OCIsInBvc3RpZCI6IjcxNzUwMDk4OTI0MzA4MDcwNCIsImJsb2dpZCI6NTU5Mjk0NjU0LCJzb3VyY2UiOjMzfSx7InJvb3RfYmxvZ2lkIjozNjQ5MjY4OTcsInJvb3RfcG9zdGlkIjoiNzE2NTA4MDcxNDU4ODk3OTIwIiwicG9zdGlkIjoiNzE3NTAwOTc1NTE2MTM5NTIwIiwiYmxvZ2lkIjo1NTkyOTQ2NTQsInNvdXJjZSI6MzN9LHsicm9vdF9ibG9naWQiOjIwNjQ3NTEzMiwicm9vdF9wb3N0aWQiOiI3MTQxMzUzNjY0OTM1MDM0ODgiLCJwb3N0aWQiOiI3MTc1MDA5NjYwMjc1NzUyOTYiLCJibG9naWQiOjU1OTI5NDY1NCwic291cmNlIjozM30seyJyb290X2Jsb2dpZCI6MzI5MTc5MTEwLCJyb290X3Bvc3RpZCI6IjcxNTUyMTU2OTA0MDA3MjcwNCIsInBvc3RpZCI6IjcxNzUwMDk1ODAyMjc2MjQ5NiIsImJsb2dpZCI6NTU5Mjk0NjU0LCJzb3VyY2UiOjMzfSx7InJvb3RfYmxvZ2lkIjoyMDI4NjI0NDAsInJvb3RfcG9zdGlkIjoiNzE3NDAwODMxNzY2NTExNjE2IiwicG9zdGlkIjoiNzE3NTAwOTM2MTY4MzI1MTIwIiwiYmxvZ2lkIjo1NTkyOTQ2NTQsInNvdXJjZSI6MzN9LHsicm9vdF9ibG9naWQiOjIwMjg2MjQ0MCwicm9vdF9wb3N0aWQiOiI3MTc0MTI1ODIyMDQ2MDQ0MTYiLCJwb3N0aWQiOiI3MTc1MDA5Mjk3MTAxNjE5MjAiLCJibG9naWQiOjU1OTI5NDY1NCwic291cmNlIjozM30seyJyb290X2Jsb2dpZCI6MjAyODYyNDQwLCJyb290X3Bvc3RpZCI6IjcxNzQxMzg2OTM2NjI0NzQyNCIsInBvc3RpZCI6IjcxNzUwMDkyNDIyNzE1ODAxNiIsImJsb2dpZCI6NTU5Mjk0NjU0LCJzb3VyY2UiOjMzfV0sIm5vc2NyaXB0IjoxfQ==&U=KDPPMGHFOK&K=f297b8da25083e265dd74118f867b54525a9df7876759b59d3c4ccf7beedc6ef&R="></noscript><noscript id="bootloader" data-bootstrap="{"Components":{"PostActivity":[],"NotificationPoller":{"messaging_keys":[],"token":"","inbox_unread":0},"DesktopDashboardLogo":{"animations":[["https:\/\/assets.tumblr.com\/images\/logo\/hover-animations\/1.png?_v=161861acded461bb6e995593a3bae835","https:\/\/assets.tumblr.com\/images\/logo\/hover-animations\/1@2x.png?_v=496a774637302a598c851381d00009b0"]]},"TumblelogIframe":{"unified":true,"variant":null,"isCompact":true,"tumblelogBundleSrc":"https:\/\/assets.tumblr.com\/client\/prod\/standalone\/tumblelog\/index.build.js?_v=fe23fd6389c5ebd8c99ea80f0b1c77ba","tumblelogName":"letsgo","isLoggedIn":false,"isFriend":false,"formKey":"","canSubscribe":false,"isSubscribed":false,"tumblelogTitle":"Welcome home.","tumblelogAvatar":"https:\/\/64.media.tumblr.com\/b0815506710c517bcb192e5dc70fc090\/a75b99fe235abcbe-60\/s64x64u_c1\/7429485eb76b494f6ecce99d329099e157d46a1d.jpg","tumblelogAvatar128":"https:\/\/64.media.tumblr.com\/b0815506710c517bcb192e5dc70fc090\/a75b99fe235abcbe-60\/s128x128u_c1\/3f91e468d75b77dfec3df178eb88d96564c0dd77.jpg","tumblelogHost":"https:\/\/letsgo.tumblr.com","hasCustomDomain":false,"isOptica":false,"isCustomTheme":true,"themeHeaderImage":"","themeBackgroundColor":"#F6F6F6","themeTitleColor":"#000000","themeAccentColor":"#7c5cff","brag":true,"canShowAd":true,"isPremium":false,"showLrecAds":false,"showStickyLrecBackfill":false,"showGeminiAds":false,"geminiSectionCodeDesktop":"a10bca9c-0c5d-4a02-ab13-14ab8513d81d","geminiSectionCodeMobile":"ced63809-b609-4aca-96a0-abc099acba6b","currentPageType":"blog","currentPage":1,"searchQuery":"","tag":"","query":"","chrono":false,"postId":"","src":"https:\/\/letsgo.tumblr.com\/","postUrl":"","openInPeeprUrl":"https:\/\/www.tumblr.com\/letsgo","isBlocked":null,"isAdmin":false,"lookupButtonUrl":"","showSpamButton":false,"showRootPostButton":false,"rootPostUrl":"","showRadarPostButton":false,"radarKeys":"","isUniblocked":false,"isNsfw":false,"isAdult":false,"isSpam":false,"isPrimaryBlog":false,"canEdit":false,"canReblogSelf":false,"showLikeButton":false,"showReblogButton":false,"reblogUrl":"","showMessagingButton":false,"loginCheckIframeSrc":"https:\/\/assets.tumblr.com\/assets\/html\/iframe\/login_check.html?_v=3de94a184d600617102ddd5b48fb36e9","appInstallUrls":{"android":"https:\/\/play.google.com\/store\/apps\/details?id=com.tumblr\u0026referrer=utm_source%3Dtumblr%26utm_medium%3Diframe%26utm_campaign%3Dbn_continue_or_install_cta","ios":"https:\/\/apps.apple.com\/app\/apple-store\/id305343404?pt=212308\u0026ct=bn_continue_or_install_cta\u0026mt=8"},"appOpenReferrer":"bn_header_open_btn","isShowSearch":true,"supplyLogging":[],"secondsSinceLastActivity":-1,"installUrlOpenFailed":{"android":"https:\/\/play.google.com\/store\/apps\/details?id=com.tumblr\u0026referrer=utm_source%3Dtumblr%26utm_medium%3Diframe%26utm_campaign%3Dbn_header_app_open_failed","ios":"https:\/\/apps.apple.com\/app\/apple-store\/id305343404?pt=212308\u0026ct=bn_header_app_open_failed\u0026mt=8"},"loginWallVariant":"small_center"},"CommunityLabels":{"has_community_label":false,"is_single":false,"redirect_target":null}},"Flags":{"features":"eyJmaWx0ZXJfbnNmdyI6dHJ1ZSwibW9iaWxlX3dlYl9nYXRlIjp0cnVlLCJzYWZlX21vZGUiOnRydWUsInNhZmVfbW9kZV9lbmFibGVkIjp0cnVlLCJrZXljb21tYW5kX2F1dG9fcGFnaW5hdGUiOnRydWUsImxvZ2dlZF9vdXRfc2VhcmNoIjp0cnVlLCJrcmFrZW5fd2ViX2xvZ2dpbmdfbGlicmFyeSI6dHJ1ZSwibGl2ZXBob3Rvc193ZWIiOnRydWUsInVzZXJfdGFnX2ZpbHRlcmluZyI6dHJ1ZSwic2FmZV9tb2RlX293bl9wb3N0Ijp0cnVlLCJwcm9qZWN0X3hfYXBwZWFsIjp0cnVlLCJtb2JpbGVfd2ViX3Bob3Rvc2V0cyI6dHJ1ZSwiaGlkZV9kZWZhdWx0X2hlYWRlcnNfYmxvZ19jYXJkcyI6dHJ1ZSwibm90aWZpY2F0aW9uX3JlcGx5X2xpbmtfdG9fbm90ZXMiOnRydWUsInR5cGluZ19pbmRpY2F0b3Jfd3JpdGUiOnRydWUsInR1bWJscl92aWRlb19zcG9uc29yZWRfZGF5Ijp0cnVlLCJjYXB0Y2hhOnVzZV9yZWNhcHRjaGEyIjp0cnVlLCJsaXR0bGVfc2lzdGVyIjp0cnVlLCJlbmFibGVfanNfZXJyb3JzX2xvZyI6dHJ1ZSwibG9nX2xhZHkiOnRydWUsInJlZHBvcF9wb3N0X2Zvcm1fbW9iaWxlX2NyZWF0ZSI6dHJ1ZSwibGVnYWN5X3Bvc3RfZm9ybV9idXR0b25zX2xpbmtfdG9fcmVkcG9wIjp0cnVlLCJzaG93X3RzcF9jbGlja190aHJvdWdoX3RvZ2dsZSI6dHJ1ZSwiZGFybGFfYWRfZmVlZGJhY2siOnRydWUsInN0YXR1c19pbmRpY2F0b3IiOnRydWUsImNvbnZlcnNhdGlvbmFsX25vdGlmaWNhdGlvbnMiOnRydWUsImRpc2FibGVfeWFob29fYl9jb29raWUiOnRydWUsImxpdmVwaG90b3MiOnRydWUsImNvbW11bml0eV9sYWJlbHMiOnRydWV9"},"Context":{"name":"default","time":1742136445000,"userinfo":{"primary":"","name":"","channels":[]},"hosts":{"assets_host":"https:\/\/assets.tumblr.com","secure_assets_host":"https:\/\/assets.tumblr.com","www_host":"https:\/\/www.tumblr.com","secure_www_host":"https:\/\/www.tumblr.com","embed_host":"https:\/\/embed.tumblr.com","safe_host":"https:\/\/safe.txmblr.com","platform_host":"https:\/\/platform.tumblr.com"},"language":"en_US","language_simple":"en","assets":"https:\/\/assets.tumblr.com\/client\/prod\/"},"Translations":{"%1$sReport %2$s's post?%3$sIf it violates our user guidelines, we'll remove it.%4$s":"%1$sReport %2$s's reblog?%3$sIf it violates our user guidelines, we'll remove it.%4$s","%1$sReport %2$s's reply?%3$sIf it violates our user guidelines, we'll remove it.%4$s":"%1$sReport %2$s's reblog?%3$sIf it violates our user guidelines, we'll remove it.%4$s","%1$sDelete your tip??%2$s":"%1$sDelete your tip?%2$s","Deleting your tip":"Deleting your tip will only remove it from the replies tab and notes. %1$sYou won't receive a refund of your tip.%2$s For further help contact %3$sTumblr Support%4$s."}}"></noscript><script src="https://assets.tumblr.com/client/prod/standalone/tumblelog/index.build.js?_v=fe23fd6389c5ebd8c99ea80f0b1c77ba"></script></body> </html>