proven.lol

https://bsky.app/profile/batorsz.bsky.social

HASH 893802f8b5fa19f5ef49aba81fb29bfa

This item was proven by @bartosz on 2023-10-09T15:39:13+00:00. (View all of @bartosz’s proofs.)

Evidence

This is a copy of the web page retrieved on 2023-10-09T15:39:13+00:00. Show the proof snippet.

<!DOCTYPE html> <html lang="en"><head><style id="react-native-stylesheet"></style> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, viewport-fit=cover"> <meta name="referrer" content="origin-when-cross-origin"> <title>@batorsz.bsky.social - Bluesky</title> <!-- Hello Humans! API docs at https://atproto.com --> <style> /** * Extend the react-native-web reset: * https://github.com/necolas/react-native-web/blob/master/packages/react-native-web/src/exports/StyleSheet/initialRules.js */ html, body, #root { width: 100%; /* To smooth any scrolling behavior */ -webkit-overflow-scrolling: touch; margin: 0px; padding: 0px; /* Allows content to fill the viewport and go beyond the bottom */ min-height: 100%; } #root { flex-shrink: 0; flex-basis: auto; flex-grow: 1; display: flex; flex: 1; } html { scroll-behavior: smooth; /* Prevent text size change on orientation change https://gist.github.com/tfausak/2222823#file-ios-8-web-app-html-L138 */ -webkit-text-size-adjust: 100%; height: calc(100% + env(safe-area-inset-top)); } /* Color theming */ :root { --text: black; --background: white; --backgroundLight: #F3F3F8; } html.colorMode--dark { --text: white; --background: black; --backgroundLight: #26272D; } @media (prefers-color-scheme: light) { html.colorMode--system { --text: black; --background: white; --backgroundLight: #F3F3F8; } } @media (prefers-color-scheme: dark) { html.colorMode--system { --text: white; --background: black; --backgroundLight: #26272D; } } body { display: flex; /* Allows you to scroll below the viewport; default value is visible */ overflow-y: auto; overscroll-behavior-y: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -ms-overflow-style: scrollbar; } /* Remove default link styling */ a { color: inherit; } a[role="link"]:hover { text-decoration: underline; } a[role="link"][data-no-underline="1"]:hover { text-decoration: none; } /* Styling hacks */ *[data-word-wrap] { word-break: break-word; } *[data-stable-gutters] { scrollbar-gutter: stable both-edges; } /* ProseMirror */ .ProseMirror { font: 18px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; min-height: 140px; } .ProseMirror-dark { color: white; } .ProseMirror p { margin: 0; } .ProseMirror p.is-editor-empty:first-child::before { color: #8d8e96; content: attr(data-placeholder); float: left; height: 0; pointer-events: none; } .ProseMirror .mention { color: #0085ff; } .ProseMirror a, .ProseMirror .autolink { color: #0085ff; } /* OLLIE: TODO -- this is not accessible */ /* Remove focus state on inputs */ .ProseMirror-focused { outline: 0; } textarea:focus, input:focus { outline: 0; } .tippy-content .items { width: fit-content; } /* Tooltips */ [data-tooltip] { position: relative; z-index: 10; } [data-tooltip]::after { content: attr(data-tooltip); display: none; position: absolute; bottom: 0; left: 50%; transform: translateY(100%) translateY(8px) translateX(-50%); padding: 4px 10px; border-radius: 10px; background: var(--backgroundLight); color: var(--text); text-align: center; white-space: nowrap; font-size: 12px; z-index: 10; } [data-tooltip]::before { content: ''; display: none; position: absolute; border-bottom: 6px solid var(--backgroundLight); border-left: 6px solid transparent; border-right: 6px solid transparent; bottom: 0; left: 50%; transform: translateY(100%) translateY(2px) translateX(-50%); z-index: 10; } [data-tooltip]:hover::after, [data-tooltip]:hover::before { display:block; } </style> <script defer="defer" src="/static/js/530.54f47169.chunk.js"></script> <script defer="defer" src="/static/js/959.9e9514b3.js"></script> <script defer="defer" src="/static/js/ajs-destination.a6816232.chunk.js"></script> <script defer="defer" src="/static/js/auto-track.769d79d7.chunk.js"></script> <script defer="defer" src="/static/js/emoji-mart-data.js"></script> <script defer="defer" src="/static/js/intl-segmenter-polyfill.min.js"></script> <script defer="defer" src="/static/js/legacyVideos.5061d761.chunk.js"></script> <script defer="defer" src="/static/js/queryString.41db0dd6.chunk.js"></script> <script defer="defer" src="/static/js/remoteMiddleware.eb073374.chunk.js"></script> <script defer="defer" src="/static/js/schemaFilter.63685354.chunk.js"></script> <script defer="defer" src="/static/js/tsub-middleware.9dba8263.chunk.js"></script> <script defer="defer" src="/static/js/main.9ef14a78.js"></script> <link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png"> <meta property="og:type" content="website"> <meta property="og:site_name" content="Bluesky Social"> <meta property="og:url" content="https://bsky.app/profile/batorsz.bsky.social"> <meta property="og:title" content="batorsz.bsky.social"> <meta name="description" content="proven.lol/aa86bd"> <meta property="og:description" content="proven.lol/aa86bd"> <meta name="twitter:card" content="summary"> <meta name="twitter:label1" content="Account DID"> <meta name="twitter:value1" content="did:plc:upl5jo7wupgqp6hrwbayujxh"> <meta name="twitter:site" content="@bluesky"> <meta name="application-name"> <meta name="generator"> <style> .expo-image-container .cross-dissolve { transition-property: opacity; animation-fill-mode: forwards; } .expo-image-container .cross-dissolve-start:not(.transitioning) { opacity: 0; } .expo-image-container .cross-dissolve-active { opacity: 1; } .expo-image-container .cross-dissolve-end { opacity: 0; } .expo-image-container .flip-from-left { transition-property: transform, opacity; transition-timing-function: var(--expo-image-timing,linear), steps(2, jump-none) !important; transform-origin: center; } .expo-image-container .flip-from-left-container { width: 100%; height: 100%; position: absolute; left: 0; top: 0; perspective: 1000px; } .expo-image-container .flip-from-left-start:not(.transitioning) { transform: translateZ(calc(var(--expo-image-width,1000px) * -1.25)) rotateY(-180deg); opacity: 0; } .expo-image-container .flip-from-left-active { transform: translateZ(0px) rotateY(0) ; opacity:1; } .expo-image-container .flip-from-left-end { transform: translateZ(calc(var(--expo-image-width,1000px) * -1.25)) rotateY(180deg); opacity: 0; } .expo-image-container .flip-from-right { transition-property: transform, opacity; transition-timing-function: var(--expo-image-timing,linear), steps(2, jump-none) !important; transform-origin: center; } .expo-image-container .flip-from-right-container { width: 100%; height: 100%; position: absolute; left: 0; top: 0; perspective: 1000px; } .expo-image-container .flip-from-right-start:not(.transitioning) { transform: translateZ(calc(var(--expo-image-width,1000px) * -1.25)) rotateY(180deg); opacity: 0; } .expo-image-container .flip-from-right-active { transform: translateZ(0px) rotateY(0) ; opacity:1; } .expo-image-container .flip-from-right-end { transform: translateZ(calc(var(--expo-image-width,1000px) * -1.25)) rotateY(-180deg); opacity: 0; } .expo-image-container .flip-from-top { transition-property: transform, opacity; transition-timing-function: var(--expo-image-timing,linear), steps(2, jump-none) !important; transform-origin: center; } .expo-image-container .flip-from-top-container { width: 100%; height: 100%; position: absolute; left: 0; top: 0; perspective: 1000px; } .expo-image-container .flip-from-top-start:not(.transitioning) { transform: translateZ(calc(var(--expo-image-height,1000px) * -1.5)) rotateX(180deg); opacity: 0; } .expo-image-container .flip-from-top-active { transform: translateZ(0px) rotateX(0) ; opacity:1; } .expo-image-container .flip-from-top-end { transform: translateZ(calc(var(--expo-image-height,1000px) * -1.5)) rotateX(-180deg); opacity: 0; } .expo-image-container .flip-from-bottom { transition-property: transform, opacity; transition-timing-function: var(--expo-image-timing,linear), steps(2, jump-none) !important; transform-origin: center; } .expo-image-container .flip-from-bottom-container { width: 100%; height: 100%; position: absolute; left: 0; top: 0; perspective: 1000px; } .expo-image-container .flip-from-bottom-start:not(.transitioning) { transform: translateZ(calc(var(--expo-image-height,1000px) * -1.25)) rotateX(-180deg); opacity: 0; } .expo-image-container .flip-from-bottom-active { transform: translateZ(0px) rotateX(0) ; opacity:1; } .expo-image-container .flip-from-bottom-end { transform: translateZ(calc(var(--expo-image-height,1000px) * -1.25)) rotateX(180deg); opacity: 0; } .expo-image-container .image-timing-linear { --expo-image-timing: linear; } .expo-image-container .image-timing-ease-in { --expo-image-timing: ease-in; } .expo-image-container .image-timing-ease-out { --expo-image-timing: ease-out; } .expo-image-container .image-timing-ease-in-out { --expo-image-timing: ease-in-out; } </style></head> <body> <div id="root"><div class="css-175oi2r r-13awgt0"><div class="css-175oi2r r-13awgt0 r-14lw9ot"><div class="css-175oi2r r-13awgt0" style="overflow: hidden;"><div class="css-175oi2r r-13awgt0"><div class="css-175oi2r r-13awgt0"><div class="css-175oi2r r-13awgt0"><div class="css-175oi2r r-13awgt0 r-1d5kdc7 r-1p0dtai r-1d2f490 r-u8s1d r-zchlnj r-ipm5af" style="background-color: rgb(242, 242, 242); display: flex;"><div class="css-175oi2r r-13awgt0"><div class="css-175oi2r r-13awgt0" style="background-color: rgb(255, 255, 255);"><div class="css-175oi2r r-1pi2tsx r-1jj8364 r-lchren r-1ye8kvj r-13qz1uu" style="background-color: rgb(255, 255, 255);"><div class="css-175oi2r r-1pi2tsx r-1777fci r-u9wvl5 r-5v6cpj" data-testid="noSessionView" style="border-color: rgb(240, 233, 233);"><div dir="auto" class="css-146c3p1 r-yovm8p r-1b0l2yl r-vw2c0b r-q4m81j" style="letter-spacing: 0.25px;">Bluesky</div><div dir="auto" class="css-146c3p1 r-1521r3q r-111xbm8 r-vw2c0b r-1sv84sj r-q4m81j" style="letter-spacing: 0.25px;">See what's next</div><div class="css-175oi2r r-eqz5dr r-16pcm1t r-1777fci r-1uwte3a" data-testid="signinOrCreateAccount"><button role="button" class="css-175oi2r r-1i6wzkk r-lrvibr r-1loqt21 r-1otgn73 r-1llaxt6 r-1e7him5 r-1mmae3n r-cxgwc0" data-testid="createAccountButton" type="button" style="background-color: rgb(0, 133, 255); transition-duration: 0s;"><div dir="auto" class="css-146c3p1 r-jwli3a r-1i10wst r-q4m81j" style="letter-spacing: 0.25px; font-weight: 400;">Create a new account</div></button><button role="button" class="css-175oi2r r-1i6wzkk r-lrvibr r-1loqt21 r-1otgn73 r-1llaxt6 r-1e7him5 r-1mmae3n r-cxgwc0" data-testid="signInButton" type="button" style="background-color: rgb(243, 243, 248); transition-duration: 0s;"><div dir="auto" class="css-146c3p1 r-1i10wst r-q4m81j" style="letter-spacing: 0.25px; font-weight: 400; color: rgb(0, 0, 0);">Sign In</div></button></div></div><div class="css-175oi2r r-5kkj8d r-1p0dtai r-18u37iz r-1d2f490 r-1pcd2l5 r-u8s1d r-zchlnj" style="background-color: rgb(255, 255, 255); border-color: rgb(240, 233, 233);"><a href="https://blueskyweb.xyz" dir="auto" target="_blank" role="link" class="css-146c3p1 r-1mf7evn r-1loqt21" style="font-size: 15px; letter-spacing: 0.25px; font-weight: 400; color: rgb(0, 133, 255);">Business</a><a href="https://blueskyweb.xyz/blog" dir="auto" target="_blank" role="link" class="css-146c3p1 r-1mf7evn r-1loqt21" style="font-size: 15px; letter-spacing: 0.25px; font-weight: 400; color: rgb(0, 133, 255);">Blog</a><a href="https://blueskyweb.xyz/join" dir="auto" target="_blank" role="link" class="css-146c3p1 r-1mf7evn r-1loqt21" style="font-size: 15px; letter-spacing: 0.25px; font-weight: 400; color: rgb(0, 133, 255);">Jobs</a></div></div></div></div></div></div></div></div><div class="css-175oi2r"></div><div class="css-175oi2r r-5kkj8d r-1p0dtai r-18u37iz r-1d2f490 r-qhyqy2 r-1qfoi16 r-u8s1d r-zchlnj" style="background-color: rgb(255, 255, 255); border-color: rgb(240, 233, 233); padding-bottom: 15px; transform: translateY(3.1141px);"><div role="link" tabindex="0" class="css-175oi2r r-1loqt21 r-1otgn73 r-13awgt0 r-iphfwy r-19urhcx"><svg viewBox="0 0 48 48" width="24" height="24" stroke="currentColor" fill="none" class="r-1jj8364 r-lchren r-ipm5af" style="color: rgb(0, 0, 0);"><path stroke-width="4" d="M 23.951 2 C 23.631 2.011 23.323 2.124 23.072 2.322 L 8.859 13.52 C 7.055 14.941 6 17.114 6 19.41 L 6 38.5 C 6 39.864 7.136 41 8.5 41 L 18.5 41 C 19.864 41 21 39.864 21 38.5 L 21 28.5 C 21 28.205 21.205 28 21.5 28 L 26.5 28 C 26.795 28 27 28.205 27 28.5 L 27 38.5 C 27 39.864 28.136 41 29.5 41 L 39.5 41 C 40.864 41 42 39.864 42 38.5 L 42 19.41 C 42 17.114 40.945 14.941 39.141 13.52 L 24.928 2.322 C 24.65 2.103 24.304 1.989 23.951 2 Z"></path></svg></div><div role="link" tabindex="0" class="css-175oi2r r-1loqt21 r-1otgn73 r-13awgt0 r-iphfwy r-19urhcx"><svg fill="none" viewBox="0 0 24 24" stroke-width="1.8" stroke="currentColor" width="25" height="25" class="r-1jj8364 r-lchren r-8jfcpp" style="color: rgb(0, 0, 0);"><ellipse cx="12" cy="11" rx="9" ry="9"></ellipse><line x1="19" y1="17.3" x2="23.5" y2="21" stroke-linecap="round"></line></svg></div><div role="link" tabindex="0" class="css-175oi2r r-1loqt21 r-1otgn73 r-13awgt0 r-iphfwy r-19urhcx"><svg fill="none" stroke="currentColor" viewBox="0 0 30 30" stroke-width="2.5" width="22" height="22" class="r-1jj8364 r-lchren r-8jfcpp" style="color: rgb(0, 0, 0);"><path d="M2 10H28" stroke-linecap="round"></path><path d="M2 20H28" stroke-linecap="round"></path><path d="M11 3L9 27" stroke-linecap="round"></path><path d="M21 3L19 27" stroke-linecap="round"></path></svg></div><div role="link" tabindex="0" class="css-175oi2r r-1loqt21 r-1otgn73 r-13awgt0 r-iphfwy r-19urhcx"><svg fill="none" viewBox="0 0 24 24" width="24" height="24" stroke-width="1.9" stroke="currentColor" class="r-1jj8364 r-lchren r-1dfkegt" style="color: rgb(0, 0, 0);"><path d="M 11.642 2 H 12.442 A 8.6 8.55 0 0 1 21.042 10.55 V 18.1 A 1 1 0 0 1 20.042 19.1 H 4.042 A 1 1 0 0 1 3.042 18.1 V 10.55 A 8.6 8.55 0 0 1 11.642 2 Z"></path><line x1="9" y1="22" x2="15" y2="22"></line></svg></div><div role="link" tabindex="0" class="css-175oi2r r-1loqt21 r-1otgn73 r-13awgt0 r-iphfwy r-19urhcx"><svg fill="none" viewBox="0 0 24 24" width="28" height="28" stroke-width="1.5" stroke="currentColor" class="r-1jj8364 r-lchren r-1ld3bg" style="color: rgb(0, 0, 0);"><path stroke-linecap="round" stroke-linejoin="round" d="M17.982 18.725A7.488 7.488 0 0012 15.75a7.488 7.488 0 00-5.982 2.975m11.963 0a9 9 0 10-11.963 0m11.963 0A8.966 8.966 0 0112 21a8.966 8.966 0 01-5.982-2.275M15 9.75a3 3 0 11-6 0 3 3 0 016 0z"></path></svg></div></div></div></div></div></div> <noscript> <h1>JavaScript Required</h1> <p>This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is. <p>Learn more about Bluesky at <a href="https://blueskyweb.xyz">blueskyweb.xyz</a> and <a href="https://atproto.com">atproto.com</a>. <div id="bsky_profile_summary"> <h3>Profile</h3> <p id="bsky_display_name"></p> <p id="bsky_handle">batorsz.bsky.social</p> <p id="bsky_did">did:plc:upl5jo7wupgqp6hrwbayujxh</p> <p id="bsky_profile_description">proven.lol/aa86bd</p> </div> </noscript> <div style="position: fixed; left: 0px; top: 0px; width: 0px; height: 0px; z-index: -1; overflow: hidden; visibility: hidden; transition-duration: 0.05s; transition-property: padding; transition-delay: 0s; padding-top: env(safe-area-inset-top); padding-bottom: env(safe-area-inset-bottom); padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right);"></div></body></html>