Commit 948bfba0 authored by April Guian's avatar April Guian

Homework-Guian

parent 661c518b
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="../../../stylesheets/application.css">
</head>
<body>
<h1 id="main-h1"></h1>
<h1>You can feel yourself losing consciousness. </h1>
<h1>Then everything went black.</h1>
<h1>You woke up with a start in your bedroom with your heartbeat racing.</h1>
<h1>You stared coughing up water and noticed that you are drenched from head to toe.</h1>
<ul id ="main-menu">
<li class="menu-item">
<a href="../../../index.html">Back to beginning</a>
</li>
</ul>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="../../stylesheets/application.css">
</head>
<body>
<h1 id="main-h1"></h1>
<h1>No matter how hard you look for it, you can't seem to find out where the water is coming from.</h1>
<h1>The water keeps on rushing in and filling the room.</h1>
<h1>This is your last chance.</h1>
<h1>You...</h1>
<ul id ="main-menu">
<li class="menu-item">
<a href="../../open/index.html">Open the box</a>
</li>
<li class="menu-item">
<a href="ignore3/index.html">Keep on trying to find an exit</a>
</li>
</ul>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="../stylesheets/application.css">
</head>
<body>
<h1 id="main-h1"></h1>
<h1>You got on your feet and began to look for an exit.</h1>
<h1>To your horror, you found none. No door, no windows, nothing, even the ceiling looks concrete.</h1>
<h1>How in the world did you get here?</h1>
<h1>Water suddenly starts seeping in, where did it came from?</h1>
<h1>You...</h1>
<ul id ="main-menu">
<li class="menu-item">
<a href="ignore2/index.html">Try to find out where the water is coming from.</a>
</li>
<li class="menu-item">
<a href="../open/index.html">Open the box</a>
</li>
</ul>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheets/application.css">
</head>
<body>
<h1 id="main-h1"></h1>
<h1>You wake up in a strange room.</h1>
<h1>The only source of light is a single flickering light bulb.</h1>
<h1>In the dead center of the room is a strange box painted in blood red.</h1>
<h1>You...</h1>
<ul id ="main-menu">
<li class="menu-item">
<a href="ignore/index.html">Ignore it</a>
</li>
<li class="menu-item">
<a href="open/index.html">Approach the box and open it.</a>
</li>
</ul>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheets-gun/application.css">
</head>
<body>
<h1 id="main-h1"></h1>
<h1>Everything went black.</h1>
<h1>When you opened your eyes, you were standing in a darkened room.</h1>
<h1>A man is pointing his gun towards you from a few meters away.</h1>
<h1><i>A gun is also in your hands pointed at him.</i></h1>
<h1>You...</h1>
<ul id ="main-menu">
<li class="menu-item">
<a href="shoot.html">Shoot him</a>
</li>
<li class="menu-item">
<a href="run.html">Run</a>
</li>
</ul>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheets-gun-run/application.css">
</head>
<body>
<h1 id="main-h1"></h1>
<h1>You tried to ran away but you know that there's no use.</h1>
<h1>You heard three gunshots. After a few moments, everything went black.</h1>
<h1>You suddenly woke up. You see blood everywhere.</h1>
<h1>You noticed that the blood was yours.</h1>
<h1>You have three gunshot wounds. One on your shoulder, another on your back, and another one on your thighs</h1>
<h1>You tried to call for help, but you died before anyone discovered you.</h1>
<ul id ="main-menu">
<li class="menu-item">
<a href="../index.html">Back to beginning</a>
</li>
</ul>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheets-gun-run/application.css">
</head>
<body>
<h1 id="main-h1"></h1>
<h1>You shot each other simultaneously. You grazed him on his right shoulder while he shot you on your left shoulder barely missing your heart.</h1>
<h1>He clutched his wounded shoulder and was about to shoot you again.</h1>
<h1>But you shot him again, this time on the leg. He dropped to one knee and dropped his gun.</h1>
<h1>You cautiously approached him, gun on hand, and kicked his gun away.</h1>
<h1>You saw the man's face for the first time ever and saw your own.</h1>
<h1>You suddenly woke up. You see blood everywhere.</h1>
<h1>You noticed that the blood was yours.</h1>
<h1>You have three gunshot wounds. One on each shoulder, and another one on your leg</h1>
<h1>You tried to call for help, but you died before anyone discovered you.</h1>
<ul id ="main-menu">
<li class="menu-item">
<a href="../index.html">Back to beginning</a>
</li>
</ul>
</body>
</html>
\ No newline at end of file
body{
font-family:'Arial';
background: url(sample3.gif) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
h1{
color: rgb(204, 28, 28);
font-size: 24px;
padding-top: 10px;
text-align: center;
}
#main-h1{
color: #8b0000;
font-size: 48px;
}
ul{
list-style-type: none;
}
#main-menu{
margin-top: 50px;
text-align: center;
}
.menu-item{
font-size: 24px;
text-decoration: none;
background-color: transparent;
display: inline;
padding-right: 50px;
font-weight: bold;
}
a:link {
text-decoration: none;
color: rgb(204, 28, 28);
}
a:visited {
text-decoration: none;
color: rgb(204, 28, 28);
}
a:hover {
text-decoration: none;
font-weight: bold;
color: #fffafa;
}
a:active {
text-decoration: none;
font-weight: bold;
color: rgb(204, 28, 28);
}
\ No newline at end of file
body{
font-family:'Arial';
background: url(sample2.gif) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
h1{
color: rgb(255, 255, 255);
font-size: 24px;
padding-top: 30px;
text-align: center;
}
#main-h1{
color: #8b0000;
font-size: 48px;
}
ul{
list-style-type: none;
}
#main-menu{
margin-top: 50px;
text-align: center;
}
.menu-item{
font-size: 24px;
text-decoration: none;
background-color: transparent;
display: inline;
padding-right: 50px;
font-weight: bold;
}
a:link {
text-decoration: none;
color: #fffafa
}
a:visited {
text-decoration: none;
color: #fffafa
}
a:hover {
text-decoration: none;
font-weight: bold;
color: #FF0000;
}
a:active {
text-decoration: none;
font-weight: bold;
color: #fffafa
}
\ No newline at end of file
body{
font-family:'Arial';
background: url(sample.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
h1{
color: #b10909;
font-size: 24px;
padding-top: 24px;
text-align: center;
}
#main-h1{
color: #9C27B0;
font-size: 48px;
}
ul{
list-style-type: none;
}
#main-menu{
margin-top: 60px;
text-align: center;
}
.menu-item{
font-size: 24px;
text-decoration: none;
background-color: transparent;
display: inline;
padding-right: 50px;
}
a:link {
text-decoration: none;
color: #000000;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
font-weight: bold;
color: #000000;
}
a:active {
text-decoration: none;
font-weight: bold;
color: #000000;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment