Add components
This commit is contained in:
20
src/App.js
20
src/App.js
@@ -1,7 +1,7 @@
|
||||
import logo from './assets/niklas-birk-logo.png';
|
||||
import './App.css';
|
||||
|
||||
import {createTheme, NextUIProvider} from "@nextui-org/react"
|
||||
import SiteContentRoot from "./components/SiteContentRoot";
|
||||
|
||||
const theme = createTheme({
|
||||
type: "dark",
|
||||
@@ -49,23 +49,7 @@ const theme = createTheme({
|
||||
function App() {
|
||||
return (
|
||||
<NextUIProvider theme={theme}>
|
||||
<div id="niklas-birk-root">
|
||||
<img id="logo" alt="Ein Logo von Niklas Birk" src={logo}/>
|
||||
<div>
|
||||
<h1>Work in Progress</h1>
|
||||
Das ist eine Seite im Aufbau.
|
||||
<br/><br/>
|
||||
Wichtige links:
|
||||
<ul>
|
||||
<li> Mail an <a href="mailto://niklas.birk@niklas-birk.de"> niklas.birk@niklas-birk.de </a></li>
|
||||
<li> Meine self-hosted git repositories bei <a href="https://git.niklas-birk.de">Gitea</a></li>
|
||||
<li> Mein self-hosted <a href="https://blog.niklas-birk.de">Blog</a></li>
|
||||
<li> Meine self-hosted <a href="https://survey.niklas-birk.de">Umfragen</a></li>
|
||||
<li> ...</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a href={process.env.PUBLIC_URL + 'impressum.html'}>Impressum und Datenschutz</a>
|
||||
</div>
|
||||
<SiteContentRoot />
|
||||
</NextUIProvider>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user