-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
188 lines (176 loc) · 6.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<!--
Phantom by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Astronomy on Bluesky</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="index.html" class="logo">
<span class="symbol"><img src="images/logo.svg" alt="" /></span
><span class="title">Astronomy on Bluesky</span>
</a>
<!-- Nav -->
<!-- <nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav> -->
</div>
</header>
<!-- Menu -->
<!-- <nav id="menu">
<h2>Menu</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="generic.html">Ipsum veroeros</a></li>
<li><a href="generic.html">Tempus etiam</a></li>
<li><a href="generic.html">Consequat dolor</a></li>
<li><a href="elements.html">Elements</a></li>
</ul>
</nav> -->
<!-- Main -->
<div id="main">
<div class="inner">
<header>
<h1>We need an alternative.</h1>
<p>
Networking is an essential part of science, and Twitter/X is no longer fit
for purpose.
</p>
</header>
<p>
We're building tools for Bluesky - an alternative, open-source social
network. This page tells you a bit about what we're up to.
</p>
<h2>Feeds</h2>
<p>
Anyone can host algorithms that show feeds of posts. We maintain feeds for
astronomy topics, like this one:
</p>
<h3>
<a
href="https://bsky.app/profile/did:plc:jcoy7v3a2t4rcfdh6i4kza25/feed/astro"
>Astronomy</a
>
</h3>
<button
title="Show / Hide"
type="button"
style="font-size: 8pt; margin-top: -20px;"
onclick="if(document.getElementById('spoiler') .style.display=='none') {document.getElementById('spoiler') .style.display=''}else{document.getElementById('spoiler') .style.display='none'}"
>
Show / Hide Posts
</button>
<div id="spoiler" style="display: none">
<bsky-embed
feed="at://did:plc:jcoy7v3a2t4rcfdh6i4kza25/app.bsky.feed.generator/astro"
mode=""
limit="10"
link-target="_blank"
link-image="false"
custom-styles="p {font-size: 0.9em}"
>
</bsky-embed>
</div>
<!-- <h3>
<a
href="https://bsky.app/profile/did:plc:jcoy7v3a2t4rcfdh6i4kza25/feed/astro"
>Astrophotography</a
>
</h3>
<h3>
<a
href="https://bsky.app/profile/did:plc:jcoy7v3a2t4rcfdh6i4kza25/feed/astro"
>Exoplanets</a
>
</h3> -->
<h2 style="margin-top: 40px">Conference dashboards and support</h2>
<p>
Show Bluesky posts live at your conference. Use a dashboard like
<a href="https://emilyhunt.github.io/dotastronomy-live-feed/">this one</a>
we built for .Astronomy 13:
</p>
<img src="images/live-feed.png" width="50%" />
<p>We'd be happy to help set this up for you.</p>
<h2>Everything is open source</h2>
<p>
We can't lose essential online spaces again. Everything we do is open
source, and lives in
<a href="https://github.com/bluesky-astronomy">our GitHub organisation.</a>
</p>
<h2>What's Bluesky?</h2>
<p>
We're working on tools to improve onboarding. For now,
<a href="https://emilydoesastro.com/posts/230824-bluesky-signup/"
>this blog post</a
>
should give you a lot more information.
</p>
<!-- <bsky-embed
feed="at://did:plc:jcoy7v3a2t4rcfdh6i4kza25/app.bsky.feed.generator/astro"
mode=""
limit="3"
link-target="_blank"
link-image="false"
>
</bsky-embed> -->
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<section>
<h2>Find us online</h2>
<ul class="icons">
<li>
<a
href="https://bsky.app/profile/did:plc:jcoy7v3a2t4rcfdh6i4kza25/feed/astro"
class="icon style2 fa-square"
><span class="label">Bluesky</span></a
>
</li>
<li>
<a
href="https://github.com/bluesky-astronomy"
class="icon brands style2 fa-github"
><span class="label">GitHub</span></a
>
</li>
</ul>
</section>
<ul class="copyright">
<li>© Astronomy on Bluesky</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/bsky-embed.es.js"
async
></script>
</body>
</html>