domain update

This commit is contained in:
Zoey 2025-02-02 17:03:52 +01:00
parent b3466b8425
commit db0a745a13
Signed by: SailorZoop
GPG key ID: 854F554AFF0A96D1
4 changed files with 10 additions and 10 deletions

View file

@ -7,8 +7,8 @@
<meta content="#763568" data-react-helmet="true" name="theme-color" />
<meta content="Zoey's Bits" property="og:title" />
<meta content="Somebunny's place." property="og:description" />
<meta content="https://bits.li-yo.ts.net/" property="og:url" />
<meta content="https://bits.li-yo.ts.net/bunnie96px.png" property="og:image" />
<meta content="https://librebun.com/" property="og:url" />
<meta content="https://librebun.com/bunnie96px.png" property="og:image" />
<meta
name="description"
content="Somebunny's place."

View file

@ -2,7 +2,7 @@ const BottomBar = () => {
return (
<div className="fixed bottom-0 left-0 h-8 w-screen flex flex-row backdrop-brightness-50 text-secondary justify-center items-center">
<div className="fixed flex justify-center">
<p className="text-sm">&copy; LibreBun 2024</p>
<p className="text-sm">&copy; LibreBun 2023-2025</p>
</div>
</div>
);

View file

@ -27,27 +27,27 @@ function Home() {
<div className='flex flex-col w-fit h-fit text-secondary rounded-md items-center'>
<p className='text-xl'>Feel free to use my public services.</p>
<div className='grid grid-cols-3 grid-rows-2 gap-4 mx-2 my-2'>
<a href='https://git.li-yo.ts.net/' target='_blank' rel='noopener noreferrer' className='backdrop-brightness-75 shadow-md rounded-md p-1 flex LogoBoxesPub'>
<a href='https://git.librebun.com/' target='_blank' rel='noopener noreferrer' className='backdrop-brightness-75 shadow-md rounded-md p-1 flex LogoBoxesPub'>
<img className='Logos' draggable='false' src={process.env.PUBLIC_URL + '/forgejologo.svg'} alt='Memos' />
<p className='self-center mx-2 PubP'>Forgejo</p>
</a>
<a href='https://lemmy.li-yo.ts.net/' target='_blank' rel='noopener noreferrer' className='backdrop-brightness-75 shadow-md rounded-md p-1 flex LogoBoxesPub'>
<a href='https://lemmy.librebun.com/' target='_blank' rel='noopener noreferrer' className='backdrop-brightness-75 shadow-md rounded-md p-1 flex opacity-20 LogoBoxesPub'>
<img className='Logos' draggable='false' src={process.env.PUBLIC_URL + '/lemmylogo.svg'} alt='Lemmy' />
<p className='self-center mx-2 PubP'>Lemmy</p>
</a>
<a href='https://clips.li-yo.ts.net/' target='_blank' rel='noopener noreferrer' className='backdrop-brightness-75 shadow-md rounded-md p-1 flex LogoBoxesPub'>
<a href='https://clips.librebun.com/' target='_blank' rel='noopener noreferrer' className='backdrop-brightness-75 shadow-md rounded-md p-1 flex LogoBoxesPub'>
<img className='Logos' draggable='false' src={process.env.PUBLIC_URL + '/firesharelogo.png'} alt='Fireshare' />
<p className='self-center mx-2 PubP'>Fireshare</p>
</a>
<a href='https://memos.li-yo.ts.net/' target='_blank' rel='noopener noreferrer' className='backdrop-brightness-75 shadow-md rounded-md p-1 flex LogoBoxesPub'>
<a href='https://memos.librebun.com/' target='_blank' rel='noopener noreferrer' className='backdrop-brightness-75 shadow-md rounded-md p-1 flex LogoBoxesPub'>
<img className='Logos' draggable='false' src={process.env.PUBLIC_URL + '/memoslogo.png'} alt='Memos' />
<p className='self-center mx-2 PubP'>Memos</p>
</a>
<a href='https://send.li-yo.ts.net/' target='_blank' rel='noopener noreferrer' className='backdrop-brightness-75 shadow-md rounded-md p-1 flex LogoBoxesPub'>
<a href='https://send.librebun.com/' target='_blank' rel='noopener noreferrer' className='backdrop-brightness-75 shadow-md rounded-md p-1 flex opacity-20 LogoBoxesPub'>
<img className='Logos' draggable='false' src={process.env.PUBLIC_URL + '/sendlogo.svg'} alt='Send' />
<p className='self-center mx-2 PubP'>Send</p>
</a>
<a href='https://cast.li-yo.ts.net/' target='_blank' rel='noopener noreferrer' className='backdrop-brightness-75 shadow-md rounded-md p-1 flex LogoBoxesPub'>
<a href='https://cast.librebun.com/' target='_blank' rel='noopener noreferrer' className='backdrop-brightness-75 shadow-md rounded-md p-1 flex LogoBoxesPub'>
<img className='Logos' draggable='false' src={process.env.PUBLIC_URL + '/owncastlogo.png'} alt='Owncast' />
<p className='self-center mx-2 PubP'>Owncast</p>
</a>

View file

@ -19,7 +19,7 @@ const TopBar = () => {
<button className="HeaderButt" onClick={() => navigate("/about")}>About</button>
</div>
<div className="fixed top-5 items-center justify-center right-0 mr-4 select-none StatusButt">
<a href='https://status.li-yo.ts.net/' target='_blank' rel='noopener noreferrer' className="">Status Page</a>
<a href='https://status.librebun.com/' target='_blank' rel='noopener noreferrer' className="">Status Page</a>
</div>
</div>
</div>