<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>A Negotiation</title> <link rel="stylesheet" href="main.css"> <meta name="viewport" content="width=device-width, initial-scale=1"> <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="george.png" alt=""> <h1 class="heading">A Negotiation</h1> <p class="narration">You come out of your house and meet with one of their leaders, George Nicolas. You offer him two options.</p> <div><a href="relocation.html" class="choice">Offer them relocation in the city.</a></div> <div><a href="mall.html" class="choice">Provide jobs in the mall.</a></div> <div><a href="commotion.html" class="choice">Go back.</a></div> </div> </body> </html>