Skip to content

Commit 6ee2943

Browse files
committed
Underconstruction
First commit blablabattle
1 parent 80b721c commit 6ee2943

9 files changed

Lines changed: 94 additions & 0 deletions

.nojekyll

Whitespace-only changes.

css/underconstruction.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
html, body {
2+
margin: 0;
3+
height: 100%;
4+
background-color: black;
5+
}
6+
7+
main {
8+
margin: auto;
9+
min-height: 50%;
10+
width: 50%;
11+
display: flex;
12+
align-content: center;
13+
align-items: center;
14+
justify-content: center;
15+
}
16+
17+
footer {
18+
position: fixed;
19+
}/*# sourceMappingURL=underconstruction.css.map */

css/underconstruction.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/underconstruction.scss

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
html, body{
2+
margin: 0;
3+
height: 100%;
4+
background-color: black;
5+
6+
}
7+
8+
main {
9+
margin: auto;
10+
min-height: 50%;
11+
width: 50%;
12+
display: flex;
13+
align-content: center;
14+
align-items: center;
15+
justify-content: center;
16+
}
17+
footer{
18+
position: fixed;
19+
20+
}

images/rethagon-favicon.png

18.7 KB
Loading

images/rethagon-favicon.svg

Lines changed: 18 additions & 0 deletions
Loading

images/rethagon-logo.svg

Lines changed: 19 additions & 0 deletions
Loading

index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
3+
<head>
4+
<title>Ohmyfood</title>
5+
<link rel="icon" href="/images/rethagon-favicon.png" type="image/png">
6+
<link rel="stylesheet" href="/css/underconstruction.css">
7+
<meta />
8+
</head>
9+
<body>
10+
<main>
11+
<img src="/images/rethagon-logo.svg">
12+
</main>
13+
14+
</body>
15+
</html>

robot.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Disallow: /

0 commit comments

Comments
 (0)