You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

321 lines
37 KiB

  1. HTTP/1.1 200 OK
  2. Content-Type: text/html; charset=utf-8
  3. Vary: Accept-Language, Cookie, Accept-Encoding
  4. Content-Language: en
  5. Date: Thu, 10 Jan 2019 18:39:26 GMT
  6. Strict-Transport-Security: max-age=3600
  7. Cache-Control: private, no-cache, no-store, must-revalidate
  8. Pragma: no-cache
  9. Expires: Sat, 01 Jan 2000 00:00:00 GMT
  10. X-Frame-Options: SAMEORIGIN
  11. content-security-policy: report-uri https://www.instagram.com/security/csp_report/; default-src 'self' https://www.instagram.com; img-src https: data: blob:; font-src https: data:; media-src 'self' blob: https://www.instagram.com https://*.cdninstagram.com https://*.fbcdn.net; manifest-src 'self' https://www.instagram.com; script-src 'self' https://instagram.com https://www.instagram.com https://*.www.instagram.com https://*.cdninstagram.com wss://www.instagram.com https://*.facebook.com https://*.fbcdn.net https://*.facebook.net 'unsafe-inline' 'unsafe-eval' blob:; style-src 'self' https://*.www.instagram.com https://www.instagram.com 'unsafe-inline'; connect-src 'self' https://instagram.com https://www.instagram.com https://*.www.instagram.com https://graph.instagram.com https://*.graph.instagram.com https://*.cdninstagram.com https://api.instagram.com wss://www.instagram.com wss://edge-chat.instagram.com https://*.facebook.com https://*.fbcdn.net https://*.facebook.net chrome-extension://boadgeojelhgndaghljhdicfkmllpafd; worker-src 'self' https://www.instagram.com; frame-src 'self' https://instagram.com https://www.instagram.com https://staticxx.facebook.com https://www.facebook.com https://web.facebook.com https://connect.facebook.net https://m.facebook.com; object-src 'none'; upgrade-insecure-requests
  12. X-Content-Type-Options: nosniff
  13. X-XSS-Protection: 0
  14. Set-Cookie: rur=PRN; Domain=.instagram.com; HttpOnly; Path=/; Secure
  15. Set-Cookie: urlgen="{\"108.161.19.190\": 54154}:1ghfEk:CMpnbQJqlwVL8ZC_DNO4hay-4wE"; Domain=.instagram.com; HttpOnly; Path=/; Secure
  16. Set-Cookie: mid=XDeRXQAEAAGI0Dwi4MSFsX7ZlcQb; Domain=.instagram.com; expires=Sun, 07-Jan-2029 18:39:26 GMT; Max-Age=315360000; Path=/; Secure
  17. Set-Cookie: mcd=3; Domain=.instagram.com; expires=Sun, 07-Jan-2029 18:39:26 GMT; Max-Age=315360000; Path=/; Secure
  18. Set-Cookie: csrftoken=Y2wGO5etEx24WF165IPhKsRNWlVpYbbL; Domain=.instagram.com; expires=Thu, 09-Jan-2020 18:39:26 GMT; Max-Age=31449600; Path=/; Secure
  19. Connection: keep-alive
  20. Content-Length: 35288
  21. <!DOCTYPE html>
  22. <html lang="en" class="no-js not-logged-in client-root">
  23. <head>
  24. <meta charset="utf-8">
  25. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  26. <title>
  27. Aaron Parecki on Instagram: “Day 18. Maple and Spruce #100daysofmusic #100daysproject #the100dayproject https://aaronparecki.com/2017/01/07/14/day18”
  28. </title>
  29. <meta name="robots" content="noimageindex, noarchive">
  30. <meta name="mobile-web-app-capable" content="yes">
  31. <meta name="theme-color" content="#000000">
  32. <meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover">
  33. <link rel="manifest" href="/data/manifest.json">
  34. <link href="https://graph.instagram.com" rel="preconnect" crossorigin>
  35. <link rel="preload" href="/static/bundles/metro/PostPageContainer.js/afd525279fc3.js" as="script" type="text/javascript" crossorigin="anonymous" />
  36. <script type="text/javascript">
  37. (function() {
  38. var docElement = document.documentElement;
  39. var classRE = new RegExp('(^|\\s)no-js(\\s|$)');
  40. var className = docElement.className;
  41. docElement.className = className.replace(classRE, '$1js$2');
  42. })();
  43. </script>
  44. <script type="text/javascript">
  45. (function() {
  46. if ('PerformanceObserver' in window && 'PerformancePaintTiming' in window) {
  47. window.__bufferedPerformance = [];
  48. var ob = new PerformanceObserver(function(e) {
  49. window.__bufferedPerformance.push.apply(window.__bufferedPerformance,e.getEntries());
  50. });
  51. ob.observe({entryTypes:['paint']});
  52. }
  53. window.__bufferedErrors = [];
  54. window.onerror = function(message, url, line, column, error) {
  55. window.__bufferedErrors.push({
  56. message: message,
  57. url: url,
  58. line: line,
  59. column: column,
  60. error: error
  61. });
  62. return false;
  63. };
  64. window.__initialData = {
  65. pending: true,
  66. waiting: []
  67. };
  68. function notifyLoaded(item, data) {
  69. item.pending = false;
  70. item.data = data;
  71. for (var i = 0;i < item.waiting.length; ++i) {
  72. item.waiting[i].resolve(item.data);
  73. }
  74. item.waiting = [];
  75. }
  76. function notifyError(item, msg) {
  77. item.pending = false;
  78. item.error = new Error(msg);
  79. for (var i = 0;i < item.waiting.length; ++i) {
  80. item.waiting[i].reject(item.error);
  81. }
  82. item.waiting = [];
  83. }
  84. window.__initialDataLoaded = function(initialData) {
  85. notifyLoaded(window.__initialData, initialData);
  86. };
  87. window.__initialDataError = function(msg) {
  88. notifyError(window.__initialData, msg);
  89. };
  90. window.__additionalData = {};
  91. window.__pendingAdditionalData = function(paths) {
  92. for (var i = 0;i < paths.length; ++i) {
  93. window.__additionalData[paths[i]] = {
  94. pending: true,
  95. waiting: []
  96. };
  97. }
  98. };
  99. window.__additionalDataLoaded = function(path, data) {
  100. if (path in window.__additionalData) {
  101. notifyLoaded(window.__additionalData[path], data);
  102. } else {
  103. console.error('Unexpected additional data loaded "' + path + '"');
  104. }
  105. };
  106. window.__additionalDataError = function(path, msg) {
  107. if (path in window.__additionalData) {
  108. notifyError(window.__additionalData[path], msg);
  109. } else {
  110. console.error('Unexpected additional data encountered an error "' + path + '": ' + msg);
  111. }
  112. };
  113. })();
  114. </script><script type="text/javascript">
  115. /*
  116. Copyright 2018 Google Inc. All Rights Reserved.
  117. Licensed under the Apache License, Version 2.0 (the "License");
  118. you may not use this file except in compliance with the License.
  119. You may obtain a copy of the License at
  120. http://www.apache.org/licenses/LICENSE-2.0
  121. Unless required by applicable law or agreed to in writing, software
  122. distributed under the License is distributed on an "AS IS" BASIS,
  123. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  124. See the License for the specific language governing permissions and
  125. limitations under the License.
  126. */
  127. (function(){function g(a,c){b||(b=a,f=c,h.forEach(function(a){removeEventListener(a,l,e)}),m())}function m(){b&&f&&0<d.length&&(d.forEach(function(a){a(b,f)}),d=[])}function n(a,c){function k(){g(a,c);d()}function b(){d()}function d(){removeEventListener("pointerup",k,e);removeEventListener("pointercancel",b,e)}addEventListener("pointerup",k,e);addEventListener("pointercancel",b,e)}function l(a){if(a.cancelable){var c=performance.now(),b=a.timeStamp;b>c&&(c=+new Date);c-=b;"pointerdown"==a.type?n(c,
  128. a):g(c,a)}}var e={passive:!0,capture:!0},h=["click","mousedown","keydown","touchstart","pointerdown"],b,f,d=[];h.forEach(function(a){addEventListener(a,l,e)});window.perfMetrics=window.perfMetrics||{};window.perfMetrics.onFirstInputDelay=function(a){d.push(a);m()}})();
  129. </script>
  130. <link rel="apple-touch-icon-precomposed" sizes="76x76" href="/static/images/ico/apple-touch-icon-76x76-precomposed.png/4272e394f5ad.png">
  131. <link rel="apple-touch-icon-precomposed" sizes="120x120" href="/static/images/ico/apple-touch-icon-120x120-precomposed.png/02ba5abf9861.png">
  132. <link rel="apple-touch-icon-precomposed" sizes="152x152" href="/static/images/ico/apple-touch-icon-152x152-precomposed.png/419a6f9c7454.png">
  133. <link rel="apple-touch-icon-precomposed" sizes="167x167" href="/static/images/ico/apple-touch-icon-167x167-precomposed.png/a24e58112f06.png">
  134. <link rel="apple-touch-icon-precomposed" sizes="180x180" href="/static/images/ico/apple-touch-icon-180x180-precomposed.png/85a358fb3b7d.png">
  135. <link rel="icon" sizes="192x192" href="/static/images/ico/favicon-192.png/68d99ba29cc8.png">
  136. <link rel="mask-icon" href="/static/images/ico/favicon.svg/fc72dd4bfde8.svg" color="#262626">
  137. <link rel="shortcut icon" type="image/x-icon" href="/static/images/ico/favicon.ico/36b3ee2d91ed.ico">
  138. <link rel="canonical" href="https://www.instagram.com/aaronpk/p/BO_RN8AFZSx/" />
  139. <meta content="3 Likes, 0 Comments - Aaron Parecki (@aaronpk) on Instagram: “Day 18. Maple and Spruce #100daysofmusic #100daysproject #the100dayproject…”" name="description" />
  140. <meta property="og:site_name" content="Instagram" />
  141. <meta property="og:title" content="Aaron Parecki on Instagram: “Day 18. Maple and Spruce #100daysofmusic #100daysproject #the100dayproject https://aaronparecki.com/2017/01/07/14/day18”" />
  142. <meta property="og:image" content="https://instagram.fsjc1-3.fna.fbcdn.net/vp/a77f8672f977413d2eb5239cd6d5c4cf/5C3A4ADF/t51.2885-15/e15/15624670_548881701986735_8264383763249627136_n.jpg?_nc_ht=instagram.fsjc1-3.fna.fbcdn.net" />
  143. <meta property="og:description" content="3 Likes, 0 Comments - Aaron Parecki (@aaronpk) on Instagram: “Day 18. Maple and Spruce #100daysofmusic #100daysproject #the100dayproject…”" />
  144. <meta property="fb:app_id" content="124024574287414" />
  145. <meta property="og:url" content="https://www.instagram.com/p/BO_RN8AFZSx/" />
  146. <meta property="instapp:owner_user_id" content="1500881" />
  147. <meta property="al:ios:app_name" content="Instagram" />
  148. <meta property="al:ios:app_store_id" content="389801252" />
  149. <meta property="al:ios:url" content="instagram://media?id=1422931731842176177" />
  150. <meta property="al:android:app_name" content="Instagram" />
  151. <meta property="al:android:package" content="com.instagram.android" />
  152. <meta property="al:android:url" content="https://www.instagram.com/p/BO_RN8AFZSx/" />
  153. <meta name="medium" content="video" />
  154. <meta property="og:type" content="video" />
  155. <meta property="og:video" content="https://instagram.fsjc1-3.fna.fbcdn.net/vp/90ed8fe576cba16e258c0f4cfc05299a/5C3A129E/t50.2886-16/15921147_1074837002642259_2269307616507199488_n.mp4?_nc_ht=instagram.fsjc1-3.fna.fbcdn.net" />
  156. <meta property="og:video:secure_url" content="https://instagram.fsjc1-3.fna.fbcdn.net/vp/90ed8fe576cba16e258c0f4cfc05299a/5C3A129E/t50.2886-16/15921147_1074837002642259_2269307616507199488_n.mp4?_nc_ht=instagram.fsjc1-3.fna.fbcdn.net" />
  157. <meta property="og:video:type" content="video/mp4" />
  158. <meta property="og:video:width" content="640" />
  159. <meta property="og:video:height" content="360" />
  160. <meta property="video:tag" content="100daysproject" /><meta property="video:tag" content="the100dayproject" /><meta property="video:tag" content="100daysofmusic" />
  161. <link rel="alternate" href="android-app://com.instagram.android/https/instagram.com/p/BO_RN8AFZSx/" />
  162. <script type="application/ld+json">
  163. {"@context":"http:\/\/schema.org","@type":"VideoObject","caption":"Day 18. Maple and Spruce #100daysofmusic #100daysproject #the100dayproject https:\/\/aaronparecki.com\/2017\/01\/07\/14\/day18","uploadDate":"2017-01-08T03:38:22","author":{"@type":"Person","alternateName":"@aaronpk","mainEntityofPage":{"@type":"ProfilePage","@id":"https:\/\/www.instagram.com\/aaronpk\/"}},"commentCount":"0","interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"WatchAction"},"userInteractionCount":"38"},"mainEntityofPage":{"@type":"ItemPage","@id":"https:\/\/www.instagram.com\/p\/BO_RN8AFZSx\/"},"description":"3 Likes, 0 Comments - Aaron Parecki (@aaronpk) on Instagram: \u201cDay 18. Maple and Spruce #100daysofmusic #100daysproject #the100dayproject\u2026\u201d","name":"Aaron Parecki on Instagram: \u201cDay 18. Maple and Spruce #100daysofmusic #100daysproject #the100dayproject https:\/\/aaronparecki.com\/2017\/01\/07\/14\/day18\u201d","thumbnailUrl":"https:\/\/instagram.fsjc1-3.fna.fbcdn.net\/vp\/e9323ff06b70fa6e4365f0c33303d363\/5C39E59C\/t51.2885-15\/e15\/c157.0.405.405\/15624670_548881701986735_8264383763249627136_n.jpg?_nc_ht=instagram.fsjc1-3.fna.fbcdn.net"}
  164. </script>
  165. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/" hreflang="x-default" />
  166. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=en" hreflang="en" />
  167. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=fr" hreflang="fr" />
  168. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=it" hreflang="it" />
  169. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=de" hreflang="de" />
  170. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=es" hreflang="es" />
  171. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=zh-cn" hreflang="zh-cn" />
  172. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=zh-tw" hreflang="zh-tw" />
  173. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=ja" hreflang="ja" />
  174. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=ko" hreflang="ko" />
  175. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=pt" hreflang="pt" />
  176. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=pt-br" hreflang="pt-br" />
  177. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=af" hreflang="af" />
  178. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=cs" hreflang="cs" />
  179. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=da" hreflang="da" />
  180. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=el" hreflang="el" />
  181. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=fi" hreflang="fi" />
  182. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=hr" hreflang="hr" />
  183. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=hu" hreflang="hu" />
  184. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=id" hreflang="id" />
  185. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=ms" hreflang="ms" />
  186. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=nb" hreflang="nb" />
  187. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=nl" hreflang="nl" />
  188. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=pl" hreflang="pl" />
  189. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=ru" hreflang="ru" />
  190. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=sk" hreflang="sk" />
  191. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=sv" hreflang="sv" />
  192. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=th" hreflang="th" />
  193. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=tl" hreflang="tl" />
  194. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=tr" hreflang="tr" />
  195. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=hi" hreflang="hi" />
  196. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=bn" hreflang="bn" />
  197. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=gu" hreflang="gu" />
  198. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=kn" hreflang="kn" />
  199. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=ml" hreflang="ml" />
  200. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=mr" hreflang="mr" />
  201. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=pa" hreflang="pa" />
  202. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=ta" hreflang="ta" />
  203. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=te" hreflang="te" />
  204. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=ne" hreflang="ne" />
  205. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=si" hreflang="si" />
  206. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=ur" hreflang="ur" />
  207. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=vi" hreflang="vi" />
  208. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=bg" hreflang="bg" />
  209. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=fr-ca" hreflang="fr-ca" />
  210. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=ro" hreflang="ro" />
  211. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=sr" hreflang="sr" />
  212. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=uk" hreflang="uk" />
  213. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=zh-hk" hreflang="zh-hk" />
  214. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=es-la" hreflang="es-cr" />
  215. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=es-la" hreflang="es-ec" />
  216. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=es-la" hreflang="es-py" />
  217. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=es-la" hreflang="es-mx" />
  218. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=es-la" hreflang="es-hn" />
  219. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=es-la" hreflang="es-bo" />
  220. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=es-la" hreflang="es-pe" />
  221. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=es-la" hreflang="es-pa" />
  222. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=es-la" hreflang="es-co" />
  223. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=es-la" hreflang="es-ar" />
  224. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=es-la" hreflang="es-do" />
  225. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=es-la" hreflang="es-ni" />
  226. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=es-la" hreflang="es-uy" />
  227. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=es-la" hreflang="es-gt" />
  228. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=es-la" hreflang="es-sv" />
  229. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=es-la" hreflang="es-ve" />
  230. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=es-la" hreflang="es-pr" />
  231. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=es-la" hreflang="es-cl" />
  232. <link rel="alternate" href="https://www.instagram.com/p/BO_RN8AFZSx/?hl=es-la" hreflang="es-cu" />
  233. </head>
  234. <body class="">
  235. <span id="react-root"><svg width="50" height="50" viewBox="0 0 50 50" style="position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;fill:#c7c7c7"><path d="M25 1c-6.52 0-7.34.03-9.9.14-2.55.12-4.3.53-5.82 1.12a11.76 11.76 0 0 0-4.25 2.77 11.76 11.76 0 0 0-2.77 4.25c-.6 1.52-1 3.27-1.12 5.82C1.03 17.66 1 18.48 1 25c0 6.5.03 7.33.14 9.88.12 2.56.53 4.3 1.12 5.83a11.76 11.76 0 0 0 2.77 4.25 11.76 11.76 0 0 0 4.25 2.77c1.52.59 3.27 1 5.82 1.11 2.56.12 3.38.14 9.9.14 6.5 0 7.33-.02 9.88-.14 2.56-.12 4.3-.52 5.83-1.11a11.76 11.76 0 0 0 4.25-2.77 11.76 11.76 0 0 0 2.77-4.25c.59-1.53 1-3.27 1.11-5.83.12-2.55.14-3.37.14-9.89 0-6.51-.02-7.33-.14-9.89-.12-2.55-.52-4.3-1.11-5.82a11.76 11.76 0 0 0-2.77-4.25 11.76 11.76 0 0 0-4.25-2.77c-1.53-.6-3.27-1-5.83-1.12A170.2 170.2 0 0 0 25 1zm0 4.32c6.4 0 7.16.03 9.69.14 2.34.11 3.6.5 4.45.83 1.12.43 1.92.95 2.76 1.8a7.43 7.43 0 0 1 1.8 2.75c.32.85.72 2.12.82 4.46.12 2.53.14 3.29.14 9.7 0 6.4-.02 7.16-.14 9.69-.1 2.34-.5 3.6-.82 4.45a7.43 7.43 0 0 1-1.8 2.76 7.43 7.43 0 0 1-2.76 1.8c-.84.32-2.11.72-4.45.82-2.53.12-3.3.14-9.7.14-6.4 0-7.16-.02-9.7-.14-2.33-.1-3.6-.5-4.45-.82a7.43 7.43 0 0 1-2.76-1.8 7.43 7.43 0 0 1-1.8-2.76c-.32-.84-.71-2.11-.82-4.45a166.5 166.5 0 0 1-.14-9.7c0-6.4.03-7.16.14-9.7.11-2.33.5-3.6.83-4.45a7.43 7.43 0 0 1 1.8-2.76 7.43 7.43 0 0 1 2.75-1.8c.85-.32 2.12-.71 4.46-.82 2.53-.11 3.29-.14 9.7-.14zm0 7.35a12.32 12.32 0 1 0 0 24.64 12.32 12.32 0 0 0 0-24.64zM25 33a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm15.68-20.8a2.88 2.88 0 1 0-5.76 0 2.88 2.88 0 0 0 5.76 0z"/></svg></span>
  236. <script type="text/javascript">window._sharedData = {"config":{"csrf_token":"Y2wGO5etEx24WF165IPhKsRNWlVpYbbL","viewer":null,"viewerId":null},"supports_es6":false,"country_code":"US","language_code":"en","locale":"en_US","entry_data":{"PostPage":[{"graphql":{"shortcode_media":{"__typename":"GraphVideo","id":"1422931731842176177","shortcode":"BO_RN8AFZSx","dimensions":{"height":421,"width":750},"gating_info":null,"media_preview":"ACoXht50t5M5AxnOa1bO6kuHIyNq89AM88AVyxj3n3NSGWTccNt6D8qko6y8DKmScr64GR9PX6frXLu2SR29+tNa4c9GY49M4qtvw2R6d6BkynOaYaj3HtRvoC5O4VvY8ZxSeVvbAzj3x+lFFAkXNnl4C8A+vX/9Xt3qGSEynCkADqfU+9FFSUVyijqefaoT14ooqyT/2Q==","display_url":"https://instagram.fsjc1-3.fna.fbcdn.net/vp/a77f8672f977413d2eb5239cd6d5c4cf/5C3A4ADF/t51.2885-15/e15/15624670_548881701986735_8264383763249627136_n.jpg?_nc_ht=instagram.fsjc1-3.fna.fbcdn.net","display_resources":[{"src":"https://instagram.fsjc1-3.fna.fbcdn.net/vp/7b505c852e1ef8b9e8c77c8b3265ecf7/5C3A7AA1/t51.2885-15/e15/s640x640/15624670_548881701986735_8264383763249627136_n.jpg?_nc_ht=instagram.fsjc1-3.fna.fbcdn.net","config_width":640,"config_height":360},{"src":"https://instagram.fsjc1-3.fna.fbcdn.net/vp/a77f8672f977413d2eb5239cd6d5c4cf/5C3A4ADF/t51.2885-15/e15/15624670_548881701986735_8264383763249627136_n.jpg?_nc_ht=instagram.fsjc1-3.fna.fbcdn.net","config_width":750,"config_height":421},{"src":"https://instagram.fsjc1-3.fna.fbcdn.net/vp/a77f8672f977413d2eb5239cd6d5c4cf/5C3A4ADF/t51.2885-15/e15/15624670_548881701986735_8264383763249627136_n.jpg?_nc_ht=instagram.fsjc1-3.fna.fbcdn.net","config_width":1080,"config_height":607}],"dash_info":{"is_dash_eligible":false,"video_dash_manifest":null,"number_of_qualities":0},"video_url":"https://instagram.fsjc1-3.fna.fbcdn.net/vp/90ed8fe576cba16e258c0f4cfc05299a/5C3A129E/t50.2886-16/15921147_1074837002642259_2269307616507199488_n.mp4?_nc_ht=instagram.fsjc1-3.fna.fbcdn.net","video_view_count":38,"is_video":true,"should_log_client_event":false,"tracking_token":"eyJ2ZXJzaW9uIjo1LCJwYXlsb2FkIjp7ImlzX2FuYWx5dGljc190cmFja2VkIjpmYWxzZSwidXVpZCI6ImYzNjJmMjIxYWRjNTQwOTBiZGUyYzRkYjJiYjAzMjVmMTQyMjkzMTczMTg0MjE3NjE3NyJ9LCJzaWduYXR1cmUiOiIifQ==","edge_media_to_tagged_user":{"edges":[]},"edge_media_to_caption":{"edges":[{"node":{"text":"Day 18. Maple and Spruce #100daysofmusic #100daysproject #the100dayproject https://aaronparecki.com/2017/01/07/14/day18"}}]},"caption_is_edited":false,"has_ranked_comments":false,"edge_media_to_comment":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]},"comments_disabled":false,"taken_at_timestamp":1483846702,"edge_media_preview_like":{"count":3,"edges":[]},"edge_media_to_sponsor_user":{"edges":[]},"location":null,"viewer_has_liked":false,"viewer_has_saved":false,"viewer_has_saved_to_collection":false,"viewer_in_photo_of_you":false,"viewer_can_reshare":true,"owner":{"id":"1500881","is_verified":false,"profile_pic_url":"https://instagram.fsjc1-3.fna.fbcdn.net/vp/a2909937316893f18760f1077ca88fa1/5CBB520A/t51.2885-19/s150x150/14240576_268350536897085_1129715662_a.jpg?_nc_ht=instagram.fsjc1-3.fna.fbcdn.net","username":"aaronpk","blocked_by_viewer":false,"followed_by_viewer":false,"full_name":"Aaron Parecki","has_blocked_viewer":false,"is_private":false,"is_unpublished":false,"requested_by_viewer":false},"is_ad":false,"edge_web_media_to_related_media":{"edges":[]},"encoding_status":null,"is_published":true,"product_type":"feed","title":"","video_duration":41.533333,"thumbnail_src":"https://instagram.fsjc1-3.fna.fbcdn.net/vp/e9323ff06b70fa6e4365f0c33303d363/5C39E59C/t51.2885-15/e15/c157.0.405.405/15624670_548881701986735_8264383763249627136_n.jpg?_nc_ht=instagram.fsjc1-3.fna.fbcdn.net"}}}]},"gatekeepers":{"seo":true,"seoht":true,"phone_qp":true,"nt":true,"rp":true,"daid":true,"frx":true,"oba":true,"hpi":true},"knobs":{"acct:ntb":0,"cb":0,"captcha":0,"fr":0},"qe":{"fsu_count":{"g":"","p":{}},"iab":{"g":"","p":{}},"app_upsell":{"g":"","p":{}},"profile_header_name":{"g":"","p":{}},"bc3l":{"g":"","p":{}},"direct_conversation_reporting":{"g":"","p":{}},"frx_reporting":{"g":"","p":{}},"gen
  237. <script type="text/javascript">window.__initialDataLoaded(window._sharedData);</script>
  238. <script type="text/javascript">var __DEV__=false,__BUNDLE_START_TIME__=this.nativePerformanceNow?nativePerformanceNow():Date.now(),process=this.process||{};process.env=process.env||{};process.env.NODE_ENV="production";!(function(r){"use strict";function e(){return f="number"==typeof __NUM_MODULES__?Array(0|__NUM_MODULES__):Object.create(null)}function t(r){var e=r,t=f[e];return t&&t.isInitialized?t.publicModule.exports:o(e,t)}function n(r){var e=r;if(f[e]&&f[e].importedDefault!==c)return f[e].importedDefault;var n=t(e),i=n&&n.__esModule?n.default:n;return f[e].importedDefault=i}function i(r){var e=r;if(f[e]&&f[e].importedAll!==c)return f[e].importedAll;var n,i=t(e);if(i&&i.__esModule)n=i;else{if(n={},i)for(var o in i)p.call(i,o)&&(n[o]=i[o]);n.default=i}return f[e].importedAll=n}function o(e,t){if(!s&&r.ErrorUtils){s=!0;var n;try{n=l(e,t)}catch(e){r.ErrorUtils.reportFatalError(e)}return s=!1,n}return l(e,t)}function u(r){return{segmentId:r>>>_,localId:r&v}}function l(e,o){!o&&r.__defineModule&&(r.__defineModule(e),o=f[e]);var l=r.nativeRequire;if(!o&&l){var c=u(e),p=c.segmentId;l(c.localId,p),o=f[e]}if(!o)throw a(e);if(o.hasError)throw d(e,o.error);o.isInitialized=!0;var s=o,_=s.factory,v=s.dependencyMap;try{var M=o.publicModule;if(M.id=e,h.length>0)for(var m=0;m<h.length;++m)h[m].cb(e,M);return _(r,t,n,i,M,M.exports,v),o.factory=void 0,o.dependencyMap=void 0,M.exports}catch(r){throw o.hasError=!0,o.error=r,o.isInitialized=!1,o.publicModule.exports=void 0,r}}function a(r){var e='Requiring unknown module "'+r+'".';return Error(e)}function d(r,e){var t=r;return Error('Requiring module "'+t+'", which threw an exception: '+e)}r.__r=t,r.__d=function(r,e,t){null==f[e]&&(f[e]={dependencyMap:t,factory:r,hasError:!1,importedAll:c,importedDefault:c,isInitialized:!1,publicModule:{exports:{}}})},r.__c=e;var f=e(),c={},p={}.hasOwnProperty;t.importDefault=n,t.importAll=i;var s=!1,_=16,v=65535;t.unpackModuleId=u,t.packModuleId=function(r){return(r.segmentId<<_)+r.localId};var h=[];t.registerHook=function(r){var e={cb:r};return h.push(e),{release:function(){for(var r=0;r<h.length;++r)if(h[r]===e){h.splice(r,1);break}}}}})('undefined'!=typeof global?global:'undefined'!=typeof window?window:this);
  239. __s={"15":"/static/bundles/metro/NotificationLandingPage.js/8a5683aa85d9.js","16":"/static/bundles/metro/Challenge.js/994d9bcc20c4.js","17":"/static/bundles/metro/Consumer.js/fe7e0b27a164.js","18":"/static/bundles/metro/DirectMQTT.js/7812b8eb70aa.js","19":"/static/bundles/metro/DebugInfoNub.js/48f292376366.js","20":"/static/bundles/metro/NametagLandingPage.js/253b0bc3299d.js","21":"/static/bundles/metro/OneTapUpsell.js/a09246321297.js","22":"/static/bundles/metro/MobileDirectPage.js/2be988962dd6.js","23":"/static/bundles/metro/OAuthPermissionsPage.js/66a73eb259b6.js","24":"/static/bundles/metro/IGTVVideoUploadPageContainer.js/a01b1b107d55.js","25":"/static/bundles/metro/IGTVVideoDraftsPageContainer.js/555b87d5f645.js","26":"/static/bundles/metro/HttpErrorPage.js/dee590ec77ef.js","27":"/static/bundles/metro/ProfilePageContainer.js/cdd8f36b5c49.js","28":"/static/bundles/metro/PhoneConfirmPage.js/adbce54d6fff.js","29":"/static/bundles/metro/TagPageContainer.js/3686929eb269.js","30":"/static/bundles/metro/DesktopStoriesPage.js/78a0bd15a980.js","31":"/static/bundles/metro/MobileStoriesPage.js/bcae69e832c6.js","32":"/static/bundles/metro/DesktopStoriesLoginPage.js/00551b57d97b.js","33":"/static/bundles/metro/MobileStoriesLoginPage.js/74fe185e0ac1.js","34":"/static/bundles/metro/SuggestedDirectoryLandingPage.js/d64ad82a5c82.js","35":"/static/bundles/metro/HashtagsDirectoryLandingPage.js/8438949de89d.js","36":"/static/bundles/metro/ProfilesDirectoryLandingPage.js/a125feb6a13e.js","37":"/static/bundles/metro/PostPageContainer.js/afd525279fc3.js","38":"/static/bundles/metro/MediaChainingPageContainer.js/dc544d3b8e9d.js","39":"/static/bundles/metro/MobileAllCommentsPage.js/372171afa781.js","40":"/static/bundles/metro/ResetPasswordPageContainer.js/e7d197c0befb.js","41":"/static/bundles/metro/LoginAndSignupPage.js/e68a13ef8d55.js","42":"/static/bundles/metro/LocationsDirectoryLandingPage.js/7e519fb52d16.js","43":"/static/bundles/metro/LocationPageContainer.js/18c66ee17071.js","44":"/static/bundles/metro/LocationsDirectoryCityPage.js/62b4d2f13e40.js","45":"/static/bundles/metro/LocationsDirectoryCountryPage.js/845db8cb3a51.js","46":"/static/bundles/metro/LandingPage.js/489c6afc26ed.js","47":"/static/bundles/metro/SimilarAccountsPage.js/15c02cd8420e.js","48":"/static/bundles/metro/SimilarAccountsModal.js/4932d67dc83e.js","49":"/static/bundles/metro/FollowListPage.js/4b8cc06ebcd8.js","50":"/static/bundles/metro/FollowListModal.js/16362fa57fea.js","51":"/static/bundles/metro/FeedPageContainer.js/9aded0110317.js","52":"/static/bundles/metro/MultiStepSignupPage.js/d444bb672cf0.js","54":"/static/bundles/metro/FBSignupPage.js/9b9c0dbd2acf.js","55":"/static/bundles/metro/EmailConfirmationPage.js/5e4061a23b26.js","56":"/static/bundles/metro/UserCollectionMediaPageContainer.js/d54719fedd58.js","57":"/static/bundles/metro/UserCollectionsPageContainer.js/d508fa3e073e.js","58":"/static/bundles/metro/DiscoverEmbedsPageContainer.js/e6b5d9582907.js","59":"/static/bundles/metro/DiscoverPeoplePageContainer.js/d043f924dcef.js","60":"/static/bundles/metro/DiscoverMediaPageContainer.js/1e516487575d.js","61":"/static/bundles/metro/CommentLikedByListContainer.js/efb545486fd1.js","62":"/static/bundles/metro/LikedByListContainer.js/a80b8f527593.js","63":"/static/bundles/metro/ExploreMediaPageContainer.js/fe1fb63c8fc6.js","64":"/static/bundles/metro/StoryCreationPage.js/1c883e886f17.js","65":"/static/bundles/metro/CreationModules.js/0669d604f9e9.js","66":"/static/bundles/metro/ContactInvitesOptOutStatusPage.js/499d69c397d8.js","67":"/static/bundles/metro/NewTermsConfirmPage.js/7dd2cfdc9922.js","68":"/static/bundles/metro/TermsUnblockPage.js/747b013f0620.js","69":"/static/bundles/metro/TermsAcceptPage.js/21bb03f0dad2.js","70":"/static/bundles/metro/ParentalConsentNotParentPage.js/77e4b8c49d28.js","71":"/static/bundles/metro/ParentalConsentPage.js/f51b326d9f08.js","72":"/static/bundles/metro/ContactInvitesOptOutPage.js/32e915514e74.js","73":"/static/bundles/metro/AccountRecoveryLandingPage.js/ee242fe08ca4.js","74":"/static/bundles/metro/CheckpointUnderageAppeal
  240. <script type="text/javascript" src="/static/bundles/metro/Polyfills.js/96d08e67c7de.js" crossorigin="anonymous"></script>
  241. <script type="text/javascript" src="/static/bundles/metro/Vendor.js/f26bf75eb4eb.js" crossorigin="anonymous"></script>
  242. <script type="text/javascript" src="/static/bundles/metro/en_US.js/641af0600c3a.js" crossorigin="anonymous"></script>
  243. <script type="text/javascript" src="/static/bundles/metro/ConsumerCommons.js/5176a4552305.js" crossorigin="anonymous"></script>
  244. <script type="text/javascript" src="/static/bundles/metro/Consumer.js/fe7e0b27a164.js" crossorigin="anonymous"></script>
  245. <script type="text/javascript" src="/static/bundles/metro/PostPageContainer.js/afd525279fc3.js" crossorigin="anonymous" charset="utf-8" async=""></script>
  246. <script type="text/javascript">
  247. (function(){
  248. function normalizeError(err) {
  249. var errorInfo = err.error || {};
  250. return {
  251. line: err.line || errorInfo.message || 0,
  252. column: err.column || 0,
  253. name: 'InitError',
  254. message: err.message || errorInfo.message || '',
  255. script: errorInfo.script || '',
  256. stack: errorInfo.stackTrace || errorInfo.stack || '',
  257. timestamp: Date.now(),
  258. ref: window.location.href,
  259. is_canary: window._sharedData && window._sharedData.is_canary ? window._sharedData.is_canary : false,
  260. rollout_hash: window._sharedData && window._sharedData.rollout_hash ? window._sharedData.rollout_hash : '',
  261. is_prerelease: window.__PRERELEASE__ || false,
  262. bundle_variant: window._sharedData && window._sharedData.bundle_variant ? window._sharedData.bundle_variant : null,
  263. request_url: err.url || window.location.href,
  264. response_status_code: errorInfo.statusCode || 0
  265. }
  266. }
  267. if (window.__bufferedErrors && window.__bufferedErrors.length) {
  268. window.__bufferedErrors.map(function(error) {
  269. return normalizeError(error)
  270. }).forEach(function(normalizedError) {
  271. var request = new XMLHttpRequest();
  272. request.open('POST', '/client_error/', true);
  273. request.setRequestHeader('Content-Type', 'application/json; charset=utf-8');
  274. request.send(JSON.stringify(normalizedError));
  275. })
  276. }
  277. }());
  278. </script>
  279. </body>
  280. </html>