Commit 0c4917bb authored by Avery Si's avatar Avery Si

added homework

parent 3db5d81c
<!DOCTYPE html>
<html>
<head>
<title>The Monster Bibe Adventures</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="bootstrap.css">
</head>
<body>
<div>
<h2>Ask for Help</h2>
<center>
<h3>You take the risk of asking for help from those sketchy village people. They ignore you at first as they do not believe in your story. But as soon as the monster catches up near the vicinity of the village, the village people brings out their hunting spears and stabs it to death.</h3>
<h3>Congratulations! You survived!</h3>
</center>
</div>
<div>
<center>
<a class="btn btn-default" href="index.html" role="button">Restart Adventure</a>
</center>
</div>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
<!DOCTYPE html>
<html>
<head>
<title>The Monster Bibe Adventures</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="bootstrap.css">
</head>
<body>
<div>
<h2>Fight</h2>
<center>
<h3>The battle between the bibe and you begins! As the bibe is approaching you, you try to fight back even if you lack sword fighting skills. You are able to cut off one of the legs of the bibe, but as you fight it, you got tired and ended up being eaten alive.</h3>
</center>
</div>
<div>
<center>
<a class="btn btn-default" href="index.html" role="button">Restart Adventure</a>
</center>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>The Monster Bibe Adventures</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="bootstrap.css">
</head>
<body>
<div>
<h2>Hide</h2>
<center>
<h3>You think that hiding in a safe spot will save your life? Guess what? The monster bibe has a super smelling senses and so it can easily identify someone or something over a 500-meter radius. In just a few moments, the monster bibe finds you and crushes your body into pieces and eats you.</h3>
</center>
</div>
<div>
<center>
<a class="btn btn-default" href="index.html" role="button">Restart Adventure</a>
</center>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>The Monster Bibe Adventures</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="bootstrap.css">
</head>
<body>
<div class="container">
<center>
<h1>Welcome to the Monster Bibe Adventures!</h1>
<p>Do you have what it takes to escape this Bibe?</p>
<div class="duckface">
<img class="duck" src="images/M37882.jpg"></img>
</div>
<a class="btn btn-primary btn-lg" style="margin:20px" href="startpage.html" role="button">Begin Adventure!</a>
</center>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>The Monster Bibe Adventures</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="bootstrap.css">
</head>
<body>
<div>
<h2>Left Path</h2>
<center>
<h3>As you walk along this path, you discover an unknown village full of sketchy hunters and gatherers. You are contemplating whether to ask for their help or just hide somewhere safe until the duck loses sight of you. What are you going to do?</h3>
<a class="btn btn-primary" href="askhelp.html" role="button">Ask for help!</a>
<a class="btn btn-success" href="hide.html" role="button">Hide</a>
</center>
</div>
<div class="btn-pos">
<center>
<a class="btn btn-default" href="index.html" role="button">Restart Adventure</a>
</center>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>The Monster Bibe Adventures</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="bootstrap.css">
</head>
<body>
<div>
<h2>Right Path</h2>
<center>
<h3>After choosing this path, the monster bibe is still able to keep up with you. Along the way, you are able to find a shiny sword pierced into the soil. What are you going to do?</h3>
<a class="btn btn-primary" href="fight.html" role="button">Pick up sword and fight!</a>
<a class="btn btn-success" href="run.html" role="button">Run!</a>
</center>
</div>
<div class="btn-pos">
<center>
<a class="btn btn-default" href="index.html" role="button">Restart Adventure</a>
</center>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>The Monster Bibe Adventures</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="bootstrap.css">
</head>
<body>
<div>
<h2>Run</h2>
<center>
<h3>As you run and try to escape from the monster bibe, you think everything is going to be fine as the monster is having a hard time catching up with you. But unfortunately, you reach a dead-end and so you are still eaten alive.</h3>
</center>
</div>
<div>
<center>
<a class="btn btn-default" href="index.html" role="button">Restart Adventure</a>
</center>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>The Monster Bibe Adventures</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="bootstrap.css">
</head>
<body>
<div>
<center>
<h3>One day, the three fully grown ducks you are raising at a duck farm suddenly fused together and transformed into a giant monster bibe. This monster is possessed by some bad spirit and tries to destroy everything it sees on sight. Astonished by what has suddenly happened, you try to run as fast as you can but the monster bibe runs after you. You travel to a huge forest, hoping that the monster bibe will lose sight of you. As you enter the forest, the road is split into two paths. Which path will you choose?</h3>
<a class="btn btn-primary" href="leftpath.html" role="button">Left Path</a>
<a class="btn btn-success" href="rightpath.html" role="button">Right Path</a>
</center>
</div>
<div class="btn-pos">
<center>
<a class="btn btn-default" href="index.html" role="button">Restart Adventure</a>
</center>
</div>
</body>
</html>
\ No newline at end of file
.container {
padding-top: 50px;
}
.duckface {
width: 350px;
}
.duck {
width: 100%;
height: 400px;
}
h3 {
padding-top: 25px;
padding-bottom: 25px;
margin: 95px;
}
h2 {
padding-top: 25px;
padding-left: 50px;
}
.btn-pos {
padding-top: 300px;
}
\ 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