<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>The Conglomerate</title> <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="conglomerate.png" alt=""> <h1 class="heading">The Conglomerate</h1> <p class="narration">The conglomerate pressures you to accept the decision. They offer you even more money, benefits, and access to political power. What do you do?</p> <div><a href="reputation.html" class="choice"> Protect the farmers at all costs.</a></div> <div><a href="refused.html" class="choice"> Toast to the additional offers.</a></div> <div><a href="index.html" class="choice">Go back.</a></div> </div> </body> </html>