From 962ed8d3279575c0c3163b15d92d3acfc1fecfa3 Mon Sep 17 00:00:00 2001 From: Niklas Date: Tue, 2 Aug 2022 16:56:38 +0200 Subject: [PATCH] Delete unnecessary files; change site content to base content WIP --- src/App.css | 42 ++++-------------------------------------- src/App.js | 35 ++++++++++++++++++----------------- src/App.test.js | 8 -------- src/logo.svg | 1 - 4 files changed, 22 insertions(+), 64 deletions(-) delete mode 100644 src/App.test.js delete mode 100644 src/logo.svg diff --git a/src/App.css b/src/App.css index 74b5e05..58792d2 100644 --- a/src/App.css +++ b/src/App.css @@ -1,38 +1,4 @@ -.App { - text-align: center; -} - -.App-logo { - height: 40vmin; - pointer-events: none; -} - -@media (prefers-reduced-motion: no-preference) { - .App-logo { - animation: App-logo-spin infinite 20s linear; - } -} - -.App-header { - background-color: #282c34; - min-height: 100vh; - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - font-size: calc(10px + 2vmin); - color: white; -} - -.App-link { - color: #61dafb; -} - -@keyframes App-logo-spin { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } -} +#niklas-birk-root { + text-align: center; + margin-top: 60px; +} \ No newline at end of file diff --git a/src/App.js b/src/App.js index c2216cb..378de4d 100644 --- a/src/App.js +++ b/src/App.js @@ -1,10 +1,10 @@ -import logo from './logo.svg'; +import logo from './assets/niklas-birk-logo.png'; import './App.css'; import { createTheme, NextUIProvider } from "@nextui-org/react" const theme = createTheme({ - type: "dark", // it could be "light" or "dark" + type: "dark", theme: { colors: { // color names @@ -49,21 +49,22 @@ const theme = createTheme({ function App() { return ( -
-
- logo -

- Edit src/App.js and save to reload. -

- - Learn React - -
+
+ Niklas logo +
+

Work in Progress

+ Das ist eine Seite im Aufbau. +

+ Wichtige links: + +
+ Impressum und Datenschutz
); diff --git a/src/App.test.js b/src/App.test.js deleted file mode 100644 index 1f03afe..0000000 --- a/src/App.test.js +++ /dev/null @@ -1,8 +0,0 @@ -import { render, screen } from '@testing-library/react'; -import App from './App'; - -test('renders learn react link', () => { - render(); - const linkElement = screen.getByText(/learn react/i); - expect(linkElement).toBeInTheDocument(); -}); diff --git a/src/logo.svg b/src/logo.svg deleted file mode 100644 index 9dfc1c0..0000000 --- a/src/logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file