11.html 2.84 KB
Newer Older
royce-matthew's avatar
royce-matthew 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 44 45 46 47 48 49 50 51 52 53
<!DOCTYPE html>
<html lang="en">
<head>

  <!-- Basic Page Needs
  –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  <meta charset="utf-8">
  <title>Awesome</title>
  <meta name="description" content="">
  <meta name="author" content="">

  <!-- Mobile Specific Metas
  –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  <meta name="viewport" content="width=device-width, initial-scale=1">

  <!-- FONT
  –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  <link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">

  <!-- CSS
  –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  <link rel="stylesheet" href="../css/normalize.css">
  <link rel="stylesheet" href="../css/skeleton.css">
  <link rel="stylesheet" href="../css/style.css">

  <!-- Favicon
  –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  <link rel="icon" type="image/png" href="images/favicon.png">
<link rel="stylesheet" href="../css/animate.min.css">
</head>
<body>

  <!-- Primary Page Layout
  –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  <div class="container animated fadeIn">
    <div class="row">
      <div class="one-half column" style="margin-top: 25%">
        <h4>Okay Detective !</h4>
        <p id="description">I could describe the whole commercial area of the town for you ... but then again, What could you do? Nothing good is ever gonna happen here, You'll find yourself losing this game anyway. Give up now!</p>   
         <a href="../index.html" style="border:none">Good Point. I wanna restart <i style="font-size:8px">&nbsp; The developer seems too lazy to finish this segment of the story line</i></a>
         <br>
        <a href="#" style="border:none" id="option-2" onclick="document.body.style.backgroundColor='black'; document.getElementById('option-2').style.opacity='0'">I wanna find out more <i style="font-size:8px">&nbsp;What's in store for me</i></a>


     
      </div>
    </div>
  </div>
<img src="../images/commercial.svg" width="500px" class="animated zoomInRight" style="float:right; margin-right:10vw; margin-top: 0vh;">
<!-- End Document
  –––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>