aetos sigil
This commit is contained in:
@@ -5,9 +5,6 @@ import Box from "@mui/material/Box";
|
|||||||
import Link from "@mui/material/Link";
|
import Link from "@mui/material/Link";
|
||||||
import Grid from "@mui/material/Grid";
|
import Grid from "@mui/material/Grid";
|
||||||
import Paper from "@mui/material/Paper";
|
import Paper from "@mui/material/Paper";
|
||||||
import { Link as ReactRouterLink } from "react-router";
|
|
||||||
import ProTip from "~/components/ProTip";
|
|
||||||
import Copyright from "~/components/Copyright";
|
|
||||||
|
|
||||||
|
|
||||||
export function meta() {
|
export function meta() {
|
||||||
@@ -69,17 +66,29 @@ export default function Home() {
|
|||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
return (
|
return (
|
||||||
<Container maxWidth="lg">
|
<Container maxWidth="lg">
|
||||||
{/* Dashboard section */}
|
<Box
|
||||||
<Box sx={{ py: 6 }}>
|
sx={{
|
||||||
<Typography
|
minHeight: "100vh",
|
||||||
variant="h3"
|
backgroundImage: "url('/aetos_sigil.jpg')",
|
||||||
align="center"
|
backgroundSize: "cover",
|
||||||
gutterBottom
|
backgroundRepeat: "no-repeat",
|
||||||
sx={{ color: "success.main" }}
|
backgroundPosition: "center",
|
||||||
|
display: "flex",
|
||||||
|
flexDirection: "column",
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
|
{/* Top section */}
|
||||||
|
<Box sx={{py: 6, textAlign: "center"}}>
|
||||||
|
<Typography variant="h3" sx={{color: "success.main"}}>
|
||||||
Aetos Hideout
|
Aetos Hideout
|
||||||
</Typography>
|
</Typography>
|
||||||
|
</Box>
|
||||||
|
|
||||||
|
{/* Spacer pushes bottom part down */}
|
||||||
|
<Box sx={{flex: 1}}/>
|
||||||
|
|
||||||
|
{/* Bottom dashboard */}
|
||||||
|
<Container maxWidth="lg" sx={{mb: 4}}>=
|
||||||
<Typography
|
<Typography
|
||||||
variant="h5"
|
variant="h5"
|
||||||
align="center"
|
align="center"
|
||||||
@@ -151,6 +160,7 @@ export default function Home() {
|
|||||||
</Grid>
|
</Grid>
|
||||||
))}
|
))}
|
||||||
</Grid>
|
</Grid>
|
||||||
|
</Container>
|
||||||
</Box>
|
</Box>
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
|
BIN
public/aetos_sigil.jpg
Normal file
BIN
public/aetos_sigil.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 233 KiB |
Reference in New Issue
Block a user