Skip to content

Commit

Permalink
Underconstruction
Browse files Browse the repository at this point in the history
First commit blablabattle
  • Loading branch information
nephcode committed Jan 5, 2024
1 parent 80b721c commit 6ee2943
Show file tree
Hide file tree
Showing 9 changed files with 94 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
19 changes: 19 additions & 0 deletions css/underconstruction.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
html, body {
margin: 0;
height: 100%;
background-color: black;
}

main {
margin: auto;
min-height: 50%;
width: 50%;
display: flex;
align-content: center;
align-items: center;
justify-content: center;
}

footer {
position: fixed;
}/*# sourceMappingURL=underconstruction.css.map */
1 change: 1 addition & 0 deletions css/underconstruction.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions css/underconstruction.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
html, body{
margin: 0;
height: 100%;
background-color: black;

}

main {
margin: auto;
min-height: 50%;
width: 50%;
display: flex;
align-content: center;
align-items: center;
justify-content: center;
}
footer{
position: fixed;

}
Binary file added images/rethagon-favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions images/rethagon-favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions images/rethagon-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>

<head>
<title>Ohmyfood</title>
<link rel="icon" href="/images/rethagon-favicon.png" type="image/png">
<link rel="stylesheet" href="/css/underconstruction.css">
<meta />
</head>
<body>
<main>
<img src="/images/rethagon-logo.svg">
</main>

</body>
</html>
2 changes: 2 additions & 0 deletions robot.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow: /

0 comments on commit 6ee2943

Please sign in to comment.