<!DOCTYPE html> <html lang="en"> <head> <!-- Basic Page Needs –––––––––––––––––––––––––––––––––––––––––––––––––– --> <meta charset="utf-8"> <title>Woods</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>Welcome to the Jungle</h4> <p>Tall trees are swinging, Several birds are chirping, wounded camper crawling, Deers are scampering. I love the great outdoors !</p> <a href="12.html" style="border:none">Wounded camper ?!<i style="font-size:8px"> I should probably help him out!</i></a> <br> <a href="04.html" style="border:none">Back to the Crossroads<i style="font-size:8px"> Better safe than sorry</i></a> <br> </div> </div> </div> <img src="../images/camper.svg" height="250px" class="animated rollIn " style="float:right; margin-right:10vw; margin-top: 0vh;"> <!-- End Document –––––––––––––––––––––––––––––––––––––––––––––––––– --> </body> </html>