<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Contractualization</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="mall.png" alt=""> <h1 class="heading">Contractualization</h1> <p class="narration">The farmers accepted the decision but were subjected to contractualization laws. They resorted to migrating to other parts of the country. Many of them became informal settlers and a life of extreme poverty.</p> <div><a href="george.html" class="choice">Try a different fate.</a></div> <div><a href="index.html" class="choice">Start again.</a></div> </div> </body> </html>