index.html 1.17 KB
Newer Older
Justin Bala's avatar
Justin Bala committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
<!DOCTYPE html>
<html>
	<head>
		<title>My Story - Home</title>
		<link rel="stylesheet" type="text/css" href="stylesheet/bootstrap.css">
	</head>



  <div class="jumbotron">
    <div class="container">
      <h1>Welcome to My Story!</h1>
      <br>
      <p>This is an interactive storytelling website. In this site, you have to choose an option to progress through the story</p>
      <br>
      <p><a class="btn btn-primary btn-lg" href="storypath/start.html" role="button">Start now!</a> </p>
    </div>
  </div>

  <section class="call-to-action">
    <div class="container">
      <div class="row">
        <div class="col-md-4">
          <h3 style="color: #ffffff;">Story taken from:</h3>
          <p>
            <a href="https://writer.inklestudios.com/stories/mv4f">https://writer.inklestudios.com/stories/mv4f</a>
          </p>
        </div>

        <div class="col-md-4">
          <h3 style="color: #ffffff;">Website created by:</h3>
          <p>Galen E. Evilla</p>
        </div>

        <div class="col-md-4">
          <h3 style="color: #ffffff;">Website created for:</h3>
          <p>Homework in MIS 21</p>
        </div>
      </div>
    </div>
  </section>

</html>