Skip to content

Commit

Permalink
arch: improve maintenance page
Browse files Browse the repository at this point in the history
  • Loading branch information
darakeon committed Jul 2, 2024
1 parent 9791094 commit b32556e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
Binary file added architecture/maintenance/dara-keon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added architecture/maintenance/dfm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 23 additions & 2 deletions architecture/maintenance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />

<title>Dara Keon</title>
<title>Don't fly Money</title>
<style>
body {
background-color: #000;
Expand All @@ -15,20 +15,41 @@
height: 100vh;
padding: 0;
margin: 0;
font-family: Calibri;
}

main {
margin: auto;
text-align: center;
}

img#pave {
position: fixed;
bottom: 1vw;
left: 1vw;
width: 5vw;
}

img#keon {
position: fixed;
bottom: 1vw;
right: 1vw;
width: 5vw;
}

img#dfm {
width: 15vw;
}
</style>

</head>

<body>
<main>
<h1>Maintenance</h1>
<img src="pave.png" alt="Maintenance"/>
<img id="pave" src="pave.png" alt="Pavê" title="Pavê"/>
<img id="keon" src="dara-keon.png" alt="Dara Keon" title="Dara Keon"/>
<img id="dfm" src="dfm.png" alt="Don't fly Money" title="Don't fly Money"/>
</main>
</body>

Expand Down

0 comments on commit b32556e

Please sign in to comment.