<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>A Commotion</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="main.css"> <link rel="stylesheet" href="animate.css"> <link href='https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700|Raleway:400,300,700' rel='stylesheet' type='text/css'> </head> <body class="animated fadeIn"> <header><p>Development by Alexis Collado & Story by Trysh Olives <br> Paintings and Photos from Google Images, The Phillipine Collegian</p></header> <div class="story"> <img src="commotion.png" alt=""> <h1 class="heading">A Commotion</h1> <p class="narration">The farmers create a commotion outside your house. They refuse to give up their livelihood. Their leader shouts, "no money can replace our land." The ball is in your hand. What do you do?</p> <div><a href="goons.html" class="choice">Hire goons to scare the farmers away.</a></div> <div><a href="george.html" class="choice">Come out and negotiate with the farmers.</a></div> <div><a href="index.html" class="choice">Go back.</a></div> </div> </body> </html>