aetos sigil

This commit is contained in:
2025-09-22 19:33:18 +05:30
parent 7631b9d830
commit 10bab6c44c
2 changed files with 146 additions and 136 deletions

View File

@@ -5,9 +5,6 @@ import Box from "@mui/material/Box";
import Link from "@mui/material/Link";
import Grid from "@mui/material/Grid";
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() {
@@ -69,17 +66,29 @@ export default function Home() {
// @ts-ignore
return (
<Container maxWidth="lg">
{/* Dashboard section */}
<Box sx={{ py: 6 }}>
<Typography
variant="h3"
align="center"
gutterBottom
sx={{ color: "success.main" }}
<Box
sx={{
minHeight: "100vh",
backgroundImage: "url('/aetos_sigil.jpg')",
backgroundSize: "cover",
backgroundRepeat: "no-repeat",
backgroundPosition: "center",
display: "flex",
flexDirection: "column",
}}
>
{/* Top section */}
<Box sx={{py: 6, textAlign: "center"}}>
<Typography variant="h3" sx={{color: "success.main"}}>
Aetos Hideout
</Typography>
</Box>
{/* Spacer pushes bottom part down */}
<Box sx={{flex: 1}}/>
{/* Bottom dashboard */}
<Container maxWidth="lg" sx={{mb: 4}}>=
<Typography
variant="h5"
align="center"
@@ -151,6 +160,7 @@ export default function Home() {
</Grid>
))}
</Grid>
</Container>
</Box>
</Container>
);

BIN
public/aetos_sigil.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 KiB