this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ahhH

alice 825a891d bd3926a6

+10 -11
+10 -11
src/app/page.tsx
··· 13 13 return ( 14 14 <> 15 15 <div className="main"> 16 - <h1>My Bluesky things</h1> 16 + <h1>๐Ÿฆ‹ My Bluesky things</h1> 17 17 <Link href={`${protocol}://alice.${host}`}>@alice.bsky.sh</Link>&nbsp;(me) 18 - <h2>Bookmarklets:</h2> 19 - <Link href={`${protocol}://likebomb.${host}`}>๐Ÿ’ž like bomb bookmarklet ๐Ÿ’ž</Link> 20 - <br /> 21 - <Link href={`${protocol}://showall.${host}`}>๐Ÿ™ˆ show all bookmarklet ๐Ÿ™ˆ</Link> 22 - <h2>Bluesky Labelers:</h2> 23 - <Link href={`${protocol}://sortinghat.${host}`}>sorting hat bluesky labeler</Link> 24 - <br /> 25 - <Link href={`${protocol}://zodiacsigns.${host}`}>zodiac signs bluesky labeler</Link> 26 - <h2>Other projects:</h2> 18 + <h2>๐Ÿ‘ฉโ€๐Ÿ’ป Projects</h2> 27 19 <Link href={`https://emojistats.bsky.sh`}> 28 20 Emoji Stats for Bluesky 29 21 </Link>&nbsp;<b>(New!)</b> 30 22 <br /> 31 - 32 23 <Link href={`https://bluesky-heatmap.fly.dev`}>Bluesky Posts Heatmap Generator</Link> 24 + <h2>๐Ÿท๏ธ Labelers</h2> 25 + <Link href={`${protocol}://sortinghat.${host}`}>sorting hat</Link> 26 + <br /> 27 + <Link href={`${protocol}://zodiacsigns.${host}`}>zodiac signs</Link> 28 + <h2>๐Ÿ”– Bookmarklets</h2> 29 + <Link href={`${protocol}://likebomb.${host}`}>๐Ÿ’ž like bomb ๐Ÿ’ž</Link> 30 + <br /> 31 + <Link href={`${protocol}://showall.${host}`}>๐Ÿ™ˆ show all ๐Ÿ™ˆ</Link> 33 32 </div> 34 33 {/* <footer> 35 34 <Image src="/underconstruction.gif" width={459} height={51} alt="under construction" />