Created link overview page
This commit is contained in:
parent
23d6c95b06
commit
63a0d19ad7
23 changed files with 2513 additions and 150 deletions
42
src/App.css
42
src/App.css
|
|
@ -1,42 +0,0 @@
|
|||
#root {
|
||||
max-width: 1280px;
|
||||
margin: 0 auto;
|
||||
padding: 2rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.logo {
|
||||
height: 6em;
|
||||
padding: 1.5em;
|
||||
will-change: filter;
|
||||
transition: filter 300ms;
|
||||
}
|
||||
.logo:hover {
|
||||
filter: drop-shadow(0 0 2em #646cffaa);
|
||||
}
|
||||
.logo.react:hover {
|
||||
filter: drop-shadow(0 0 2em #61dafbaa);
|
||||
}
|
||||
|
||||
@keyframes logo-spin {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: no-preference) {
|
||||
a:nth-of-type(2) .logo {
|
||||
animation: logo-spin infinite 20s linear;
|
||||
}
|
||||
}
|
||||
|
||||
.card {
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
.read-the-docs {
|
||||
color: #888;
|
||||
}
|
||||
35
src/App.jsx
35
src/App.jsx
|
|
@ -1,35 +0,0 @@
|
|||
import { useState } from 'react'
|
||||
import reactLogo from './assets/react.svg'
|
||||
import viteLogo from '/vite.svg'
|
||||
import './App.css'
|
||||
|
||||
function App() {
|
||||
const [count, setCount] = useState(0)
|
||||
|
||||
return (
|
||||
<>
|
||||
<div>
|
||||
<a href="https://vitejs.dev" target="_blank">
|
||||
<img src={viteLogo} className="logo" alt="Vite logo" />
|
||||
</a>
|
||||
<a href="https://react.dev" target="_blank">
|
||||
<img src={reactLogo} className="logo react" alt="React logo" />
|
||||
</a>
|
||||
</div>
|
||||
<h1>Vite + React</h1>
|
||||
<div className="card">
|
||||
<button onClick={() => setCount((count) => count + 1)}>
|
||||
count is {count}
|
||||
</button>
|
||||
<p>
|
||||
Edit <code>src/App.jsx</code> and save to test HMR
|
||||
</p>
|
||||
</div>
|
||||
<p className="read-the-docs">
|
||||
Click on the Vite and React logos to learn more
|
||||
</p>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default App
|
||||
23
src/app.css
Normal file
23
src/app.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
#root {
|
||||
max-width: 1280px;
|
||||
margin: 0 auto;
|
||||
padding: 2rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 0;
|
||||
font-size: 8em;
|
||||
line-height: 1.1;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 3em;
|
||||
line-height: 1;
|
||||
margin-bottom: 3em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
35
src/app.jsx
Normal file
35
src/app.jsx
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
import './app.css'
|
||||
import ButtonGroup from "./buttonGroup.jsx";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<>
|
||||
<h1>Octubre</h1>
|
||||
<h2>Home of projects</h2>
|
||||
|
||||
<p>
|
||||
This is a linking page. Click on one of the buttons to go to the specified project, website or subdomain.
|
||||
</p>
|
||||
|
||||
<div className="App">
|
||||
<ButtonGroup buttons={[ ["Home", "https://home.octubre.be"], ["Cloud", "https://cloud.octubre.be"], ["Me", "https://me.octubre.be"]]}/>
|
||||
</div>
|
||||
|
||||
<div className="App">
|
||||
<ButtonGroup buttons={[ ["Chat", "https://chat.octubre.be"], ["Archive", "https://archive.octubre.be"], ["Dev", "https://dev.octubre.be"]]}/>
|
||||
</div>
|
||||
|
||||
<div className="App">
|
||||
<ButtonGroup buttons={[["Blog", "https://blog.octubre.be"], ["Status", "https://status.octubre.be"], ["Log", "https://home.octubre.be"]]}/>
|
||||
</div>
|
||||
|
||||
<h3>Contact</h3>
|
||||
|
||||
<p>
|
||||
Please register any bugs of this website on <a href={"https://github.com/JeCheeseSmith/Octubre/issues"}> GitHub</a>.
|
||||
</p>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default App
|
||||
12
src/archive/index.html
Normal file
12
src/archive/index.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<html>
|
||||
<head> <title>Archive</title> </head>
|
||||
|
||||
<h1>Archief pagina van oude websites</h1>
|
||||
|
||||
|
||||
<body>
|
||||
Website dedicated to host old versions of this website, serving as a small internet archive.
|
||||
|
||||
<a href="https://archive.octubre.be/portfolio">Kunst- & cultuurportfolio 6e Middelbaar | Previously hosted on webnode</a>
|
||||
</body>
|
||||
</html>
|
||||
10
src/archive/portfolio/.html
Normal file
10
src/archive/portfolio/.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<html>
|
||||
<head> <title>Archive</title> </head>
|
||||
|
||||
<h1>Archief pagina van oude websites</h1>
|
||||
|
||||
|
||||
<body>
|
||||
<a href="https://archive.octubre.be/portfolio/index.html">Kunst- & cultuurportfolio></a>
|
||||
</body>
|
||||
</html>
|
||||
BIN
src/archive/portfolio/Kars.pdf
Normal file
BIN
src/archive/portfolio/Kars.pdf
Normal file
Binary file not shown.
BIN
src/archive/portfolio/Reflectie Kunst - Cultuur Portfolio-8.docx
Normal file
BIN
src/archive/portfolio/Reflectie Kunst - Cultuur Portfolio-8.docx
Normal file
Binary file not shown.
329
src/archive/portfolio/aboutMe.html
Normal file
329
src/archive/portfolio/aboutMe.html
Normal file
File diff suppressed because one or more lines are too long
329
src/archive/portfolio/biografie.html
Normal file
329
src/archive/portfolio/biografie.html
Normal file
File diff suppressed because one or more lines are too long
386
src/archive/portfolio/cultuur.html
Normal file
386
src/archive/portfolio/cultuur.html
Normal file
File diff suppressed because one or more lines are too long
313
src/archive/portfolio/home.html
Normal file
313
src/archive/portfolio/home.html
Normal file
File diff suppressed because one or more lines are too long
313
src/archive/portfolio/index.html
Normal file
313
src/archive/portfolio/index.html
Normal file
File diff suppressed because one or more lines are too long
341
src/archive/portfolio/literatuur.html
Normal file
341
src/archive/portfolio/literatuur.html
Normal file
File diff suppressed because one or more lines are too long
354
src/archive/portfolio/recensie.html
Normal file
354
src/archive/portfolio/recensie.html
Normal file
File diff suppressed because one or more lines are too long
19
src/button.css
Normal file
19
src/button.css
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
button {
|
||||
border-radius: 8px;
|
||||
border: 1px solid transparent;
|
||||
margin: 1em;
|
||||
padding: 0.6em 1.2em;
|
||||
font-size: 1.2em;
|
||||
font-weight: 500;
|
||||
font-family: inherit;
|
||||
background-color: #1a1a1a;
|
||||
cursor: pointer;
|
||||
transition: border-color 0.25s;
|
||||
}
|
||||
button:hover {
|
||||
border-color: rgb(255, 102, 0);
|
||||
}
|
||||
button:focus,
|
||||
button:focus-visible {
|
||||
outline: 4px auto -webkit-focus-ring-color;
|
||||
}
|
||||
23
src/buttonGroup.jsx
Normal file
23
src/buttonGroup.jsx
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
import "./button.css";
|
||||
|
||||
// eslint-disable-next-line react/prop-types
|
||||
const ButtonGroup = ({ buttons }) => {
|
||||
const openInNewTab = url => {
|
||||
window.open(url, '_blank', 'noopener,noreferrer');
|
||||
};
|
||||
return (
|
||||
<>
|
||||
{/* eslint-disable-next-line react/prop-types */}
|
||||
{buttons.map((buttonLabel, i) => (
|
||||
<button key={i} name={buttonLabel[0]} onClick={() => openInNewTab(buttonLabel[1])}>
|
||||
{buttonLabel[0]}
|
||||
</button>
|
||||
|
||||
))}
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default ButtonGroup;
|
||||
|
||||
|
||||
|
|
@ -1,68 +0,0 @@
|
|||
:root {
|
||||
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
|
||||
line-height: 1.5;
|
||||
font-weight: 400;
|
||||
|
||||
color-scheme: light dark;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background-color: #242424;
|
||||
|
||||
font-synthesis: none;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
a {
|
||||
font-weight: 500;
|
||||
color: #646cff;
|
||||
text-decoration: inherit;
|
||||
}
|
||||
a:hover {
|
||||
color: #535bf2;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
place-items: center;
|
||||
min-width: 320px;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 3.2em;
|
||||
line-height: 1.1;
|
||||
}
|
||||
|
||||
button {
|
||||
border-radius: 8px;
|
||||
border: 1px solid transparent;
|
||||
padding: 0.6em 1.2em;
|
||||
font-size: 1em;
|
||||
font-weight: 500;
|
||||
font-family: inherit;
|
||||
background-color: #1a1a1a;
|
||||
cursor: pointer;
|
||||
transition: border-color 0.25s;
|
||||
}
|
||||
button:hover {
|
||||
border-color: #646cff;
|
||||
}
|
||||
button:focus,
|
||||
button:focus-visible {
|
||||
outline: 4px auto -webkit-focus-ring-color;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
:root {
|
||||
color: #213547;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
a:hover {
|
||||
color: #747bff;
|
||||
}
|
||||
button {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
}
|
||||
22
src/main.css
Normal file
22
src/main.css
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
:root {
|
||||
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
|
||||
line-height: 1.5;
|
||||
font-weight: 400;
|
||||
|
||||
color-scheme: light dark;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background-color: #242424;
|
||||
|
||||
font-synthesis: none;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
place-items: center;
|
||||
min-width: 320px;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
import { StrictMode } from 'react'
|
||||
import { createRoot } from 'react-dom/client'
|
||||
import App from './App.jsx'
|
||||
import './index.css'
|
||||
import App from './app.jsx'
|
||||
import './main.css'
|
||||
|
||||
createRoot(document.getElementById('root')).render(
|
||||
<StrictMode>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue