Initial website
This commit is contained in:
commit
8f9495bf71
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,23 @@
|
||||||
|
/* My styling */
|
||||||
|
|
||||||
|
* {
|
||||||
|
overflow: hidden !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#page-background
|
||||||
|
{
|
||||||
|
background-color: #111;
|
||||||
|
background-image: url("../img/only.png");
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: cover;
|
||||||
|
|
||||||
|
opacity: 0.95;
|
||||||
|
box-shadow: inset 0 0 250px 50px rgba(0, 0, 0, .95);
|
||||||
|
}
|
||||||
|
|
||||||
|
#page-title
|
||||||
|
{
|
||||||
|
background-color: rgba(0.1, 0.1, 0.1, 0.8);
|
||||||
|
padding: 18px;
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.0 MiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
|
@ -0,0 +1,31 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta content="text/html" http-equiv="Content-Type"/>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
|
||||||
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
|
<meta content="yes" name="apple-mobile-web-app-capable"/>
|
||||||
|
<meta content="IE=edge" http-equiv="X-UA-Compatible">
|
||||||
|
|
||||||
|
<title>Join the fight against the evil ninja empire!</title>
|
||||||
|
<link rel="stylesheet" href="css/custom.css">
|
||||||
|
<link rel="stylesheet" href="css/bulma.css">
|
||||||
|
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
|
||||||
|
<link href="favicon.ico" rel="icon"/>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<section class="hero is-fullheight is-primary is-bold" id="page-background">
|
||||||
|
<div class="hero-head"></div>
|
||||||
|
<div class="hero-body">
|
||||||
|
<div class="container has-text-centered">
|
||||||
|
<h1 class="title is-size-1-desktop is-size-2-touch is-uppercase is-family-primary" id="page-title">
|
||||||
|
Only through the elimination of violence can we achieve world peace</h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="hero-foot">
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,14 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
|
||||||
|
<!-- <https://www.youtube.com/watch?v=-SLsA_Opybw> -->
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Traitor!</title>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<link rel="stylesheet" type="text/css" href="css/style.css"/>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>Traitor, listen! You have just three days to return the Golden Ninja Warrior to our master! Hear and obey!</p>
|
||||||
|
<img src="img/robot.jpg" alt="Robot Messanger" />
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue