From 75247ac2a4ae0ea72e5bab9287f28c4c8fef8d7e Mon Sep 17 00:00:00 2001 From: Zoey Date: Sat, 15 Jun 2024 16:06:51 +0200 Subject: [PATCH] separated owncast, added forgejo, changed body text --- src/About.js | 4 +++- src/App.css | 5 +++++ src/App.js | 1 + src/Home.js | 32 +++++++++++++++++++++----------- src/index.js | 3 --- 5 files changed, 30 insertions(+), 15 deletions(-) diff --git a/src/About.js b/src/About.js index b34aa3c..8f8e531 100644 --- a/src/About.js +++ b/src/About.js @@ -1,6 +1,8 @@ const AboutPage = () => { return( -
+
+

+
); } diff --git a/src/App.css b/src/App.css index 98efef3..5a4a88c 100644 --- a/src/App.css +++ b/src/App.css @@ -65,6 +65,11 @@ object-position: center; } +.BunnyLogo { + user-select: none; + pointer-events: none; +} + .Teardrop { user-select: none; pointer-events: none; diff --git a/src/App.js b/src/App.js index 7f2f6ea..86ce36a 100644 --- a/src/App.js +++ b/src/App.js @@ -1,6 +1,7 @@ //import logo from './logo.svg'; import React from 'react'; +import ReactDOM from 'react-dom'; import './App.css'; import TopBar from './TopBar'; diff --git a/src/Home.js b/src/Home.js index d1a3008..f50bba8 100644 --- a/src/Home.js +++ b/src/Home.js @@ -21,33 +21,43 @@ function Home() {
-

Public Services.

+

Public Services.

- - Memos -

Memos

+
+ Memos +

Forgejo

Lemmy

Lemmy

- - Owncast -

Owncast

-
Owncast

Fireshare

+ + Memos +

Memos

+
+

My Streams.

+
+ + Owncast +

Owncast

+
+
-
+
-

Lorem Ipsum PERRRRKELE

-

Lorem Ipsum PERRRRKELE, PS Vittuoa, butts and cakes. WIP

+

Welcome to Zoey's Bits.

+
+
+

I don't really know what to put here yet.

+

You are free to use any of the services in the sidebar.

diff --git a/src/index.js b/src/index.js index d563c0f..8d5cddf 100644 --- a/src/index.js +++ b/src/index.js @@ -11,7 +11,4 @@ root.render( ); -// If you want to start measuring performance in your app, pass a function -// to log results (for example: reportWebVitals(console.log)) -// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals reportWebVitals();