forked from
jollywhoppers.com/witchsky.app
Bluesky app fork with some witchin' additions 馃挮
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <meta name="theme-color" content="#ED5345">
6 <meta name="color-scheme" content="light dark">
7 <!--
8 This viewport works for phones with notches.
9 It's optimized for gestures by disabling global zoom.
10 -->
11 <meta
12 name="viewport"
13 content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1.00001, viewport-fit=cover"
14 />
15 <!--
16 Preconnect to essential domains
17 -->
18 <link rel="preconnect" href="https://bsky.social">
19 <link rel="preconnect" href="https://go.bsky.app">
20 <title>%WEB_TITLE%</title>
21
22 <link rel="preload" as="font" type="font/woff2" href="/static/media/InterVariable.c504db5c06caaf7cdfba.woff2" crossorigin>
23
24 <style>
25 /**
26 * Minimum styles required to render splash.
27 *
28 * ALL OTHER STYLES BELONG IN `src/style.css`
29 *
30 * THIS NEEDS TO BE DUPLICATED IN `bskyweb/templates/base.html`
31 */
32 @font-face {
33 font-family: 'InterVariable';
34 src: url(/static/media/InterVariable.c504db5c06caaf7cdfba.woff2) format('woff2');
35 font-weight: 300 1000;
36 font-style: normal;
37 font-display: swap;
38 }
39 @font-face {
40 font-family: 'InterVariableItalic';
41 src: url(/static/media/InterVariable-Italic.01dcbad1bac635f9c9cd.woff2) format('woff2');
42 font-weight: 300 1000;
43 font-style: italic;
44 font-display: swap;
45 }
46 html {
47 background-color: #fefbfb;
48 }
49 @media (prefers-color-scheme: dark) {
50 html {
51 background-color: #383434;
52 }
53 }
54 html,
55 body {
56 margin: 0px;
57 padding: 0px;
58 font-family: InterVariable, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Liberation Sans', Helvetica, Arial, sans-serif;
59 text-rendering: optimizeLegibility;
60 /* Platform-specific reset */
61 -webkit-overflow-scrolling: touch;
62 -webkit-text-size-adjust: 100%;
63 -webkit-font-smoothing: antialiased;
64 -moz-osx-font-smoothing: grayscale;
65 -ms-overflow-style: scrollbar;
66 font-synthesis-weight: none;
67 }
68 html,
69 body,
70 #root {
71 display: flex;
72 flex: 1 0 auto;
73 min-height: 100%;
74 width: 100%;
75 }
76 #splash {
77 display: flex;
78 position: fixed;
79 width: 125px;
80 left: 50%;
81 top: 50%;
82 transform: translateX(-50%) translateY(-50%) translateY(-50px);
83 }
84 /**
85 * We need these styles to prevent shifting due to scrollbar show/hide on
86 * OSs that have them enabled by default. This also handles cases where the
87 * screen wouldn't otherwise scroll, and therefore hide the scrollbar and
88 * shift the content, by forcing the page to show a scrollbar.
89 */
90 body {
91 width: 100%;
92 overflow-y: scroll;
93 }
94 </style>
95 </head>
96
97 <body>
98 <noscript style="
99 background-color: #fff;
100 position: fixed;
101 top: 0;
102 left: 0;
103 right: 0;
104 bottom: 0;
105 z-index: 9999;
106 margin: 1em;
107 ">
108 <h1 lang="en">JavaScript Required</h1>
109 <p lang="en">This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
110 <p lang="en">Learn more about Bluesky at <a href="https://bsky.social">bsky.social</a> and <a href="https://atproto.com">atproto.com</a>, or this fork at <a href="https://tangled.org/jollywhoppers.com/witchsky.app/">https://tangled.org/jollywhoppers.com/witchsky.app/</a>.
111 </noscript>
112
113 <!-- The root element for your Expo app. -->
114 <div id="root">
115 <div id="splash">
116 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
117
118 <defs>
119 <linearGradient x1="0" y1="0" x2="0" y2="1" id="index_sky"><stop offset="0" stop-color="#ED5345" stop-opacity="1"></stop><stop offset="1" stop-color="#E25C50" stop-opacity="1"></stop></linearGradient>
120 </defs>
121 <path fill="url(#index_sky)"
122 d="M374.473 57.7173C367.666 50.7995 357.119 49.1209 348.441 53.1659C347.173 53.7567 342.223 56.0864 334.796 59.8613C326.32 64.1696 314.568 70.3869 301.394 78.0596C275.444 93.1728 242.399 114.83 218.408 139.477C185.983 172.786 158.719 225.503 140.029 267.661C130.506 289.144 122.878 308.661 117.629 322.81C116.301 326.389 115.124 329.63 114.104 332.478C87.1783 336.42 64.534 341.641 47.5078 348.101C37.6493 351.84 28.3222 356.491 21.0573 362.538C13.8818 368.511 6.00003 378.262 6.00003 391.822C6.00014 403.222 11.8738 411.777 17.4566 417.235C23.0009 422.655 29.9593 426.793 36.871 430.062C50.8097 436.653 69.5275 441.988 90.8362 446.249C133.828 454.846 192.21 460 256.001 460C319.79 460 378.172 454.846 421.164 446.249C442.472 441.988 461.19 436.653 475.129 430.062C482.041 426.793 488.999 422.655 494.543 417.235C500.039 411.862 505.817 403.489 505.996 392.353L506 391.822L505.995 391.188C505.754 377.959 498.012 368.417 490.945 362.534C483.679 356.485 474.35 351.835 464.491 348.095C446.749 341.366 422.906 335.982 394.476 331.987C393.6 330.57 392.633 328.995 391.595 327.273C386.477 318.777 379.633 306.842 372.737 293.115C358.503 264.781 345.757 232.098 344.756 206.636C343.87 184.121 351.638 154.087 360.819 127.789C365.27 115.041 369.795 103.877 373.207 95.9072C374.909 91.9309 376.325 88.7712 377.302 86.6328C377.79 85.5645 378.167 84.7524 378.416 84.2224C378.54 83.9579 378.632 83.7635 378.69 83.643C378.718 83.5829 378.739 83.5411 378.75 83.5181C378.753 83.5108 378.756 83.5049 378.757 83.5015C382.909 74.8634 381.196 64.5488 374.473 57.7173Z"
123 />
124 </svg>
125 </div>
126 </div>
127 </body>
128</html>