<!DOCTYPE html>
<html lang="en-US">
<head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
    <title>Tourist Brochure</title>
    <link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
    
    <!-- First Page -->
    
    <div id="page1">
        
        <!-- First Fold -->
        
        <div id="fold1top">
            <img src="img/rafting.tif" alt=""/>
        </div>
        
        <div id="fold1bottom">
            <h1>Activities</h1>
            <p>Aside from casual sightseeing from the South Rim (averaging 7,000 feet above sea level), rafting, hiking, running and helicopter tours are especially popular.</p>
            <p>The Grand Canyon Ultra Marathon is a 78-mile race over 24 hours. The floor of the valley is accessible by foot, muleback, or by boat or raft from upriver.</p>
            <p>Hiking down to the river and back up to the rim in one day is discouraged by park officials because of the distance, steep and rocky trails, change in elevation, and danger of heat exhaustion from the much higher temperatures at the bottom. Rescues are required annually of unsuccessful rim-to-river-to-rim travelers. Nevertheless, hundreds of fit and experienced hikers complete the trip every year.</p>
            <p>Camping on the North and South Rims is generally restricted to established campgrounds and reservations are highly recommended, especially at the busier South Rim.</p>
            <p>There is at large camping available along many parts of the North Rim managed by Kaibab National Forest.</p>
        </div>
        
        <!-- Second Fold -->
        
        <div id="fold2">
            <h1>Grand Canyon</h1>
            <h2>Arizona</h2>
        </div>
        
        <!-- Third Fold -->
        
        <div id="fold3top">
            <h1>History</h1>
            <p>The Ancient Puebloans were the first people known to live in the Grand Canyon area. The cultural group has often been referred to in archaeology as the Anasazi, although the term is not preferred by the modern Puebloan peoples. The word "Anasazi" is Navajo for "Ancient Ones" or "Ancient Enemy".</p>
            <p>In addition to the Ancestral Puebloans, a number of distinct cultures have inhabited the Grand Canyon area. The Cohonina lived to the west of the Grand Canyon, between 500 and 1200 CE. The Cohonina were ancestors of the Yuman, Havasupai, and Walapai peoples who inhabit the area today.</p>
            <p>The Sinagua were a cultural group occupying an area to the southeast of the Grand Canyon, between the Little Colorado River and the Salt River, between approximately 500 and 1425 CE. The Sinagua may have been ancestors of several Hopi clans.</p>
            <p>By the time of the arrival of Europeans in the 16th century, newer cultures had evolved. The Hualapai inhabit a 100-mile (160 km) stretch along the pine-clad southern side of the Grand Canyon.</p>
        </div>
        
        <div id="fold3bottom">
            <img src="img/nankoweap.tif" alt=""/>
        </div>
    </div>
    
    <!-- Second Page -->
    
    <div id="page2">
        
        <!-- Spread over all Folds -->
        
        <div id="spread"></div>
        
        <!-- First Fold -->
        
        <div id="fold4top">
            <h1>About the Grand Canyon</h1>
            <p>The Grand Canyon is a steep-sided canyon carved by the Colorado River in the United States in the state of Arizona. It is contained within and managed by Grand Canyon National Park, the Hualapai Tribal Nation, and the Havasupai Tribe. President Theodore Roosevelt was a major proponent of preservation of the Grand Canyon area, and visited it on numerous occasions to hunt and enjoy the scenery.</p>
            <p>For thousands of years, the area has been continuously inhabited by Native Americans who built settlements within the canyon and its many caves. The Pueblo people considered the Grand Canyon ("Ongtupqa" in Hopi language) a holy site and made pilgrimages to it. The first European known to have viewed the Grand Canyon was García López de Cárdenas from Spain, who arrived in 1540.</p>
        </div>
        
        <div id="fold4bottom">
            <h1>Geological History</h1>
            <p>Nearly two billion years of Earth's geological history has been exposed as the Colorado River and its tributaries cut their channels through layer after layer of rock while the Colorado Plateau was uplifted.</p>                
            <p>While the specific geologic processes and timing that formed the Grand Canyon are the subject of debate by geologists, recent evidence suggests that the Colorado River established its course through the canyon at least 17 million years ago.</p>
            
        </div>
        
        <!-- Second Fold -->
        
        <div id="fold5bottom"></div>
        
        
        <!-- Info Box between First and Second Fold -->
        
        <div id="infoBox">
            <h2>Canyon Facts</h2>
            <p>The Grand Canyon is 277 miles (446 km) long, up to 18 miles (29 km) wide and attains a depth of over a mile (6,000 feet or 1,800 meters).</p>
        </div>
        
        <!-- Third Fold -->
        
        <div id="fold6top">
            <h1>Tourism</h1>
            <p>Grand Canyon National Park is one of the world’s premier natural attractions, attracting about five million visitors per year.</p>
            <p>Overall, 83% were from the United States: California (12.2%), Arizona (8.9%), Texas (4.8%), Florida (3.4%) and New York (3.2%) represented the top domestic visitors. Seventeen percent of visitors were from outside the United States; the most prominently represented nations were the United Kingdom (3.8%), Canada (3.5%), Japan (2.1%), Germany (1.9%) and The Netherlands (1.2%).</p>
            <p>The South Rim is open all year round weather permitting. The North Rim is generally open mid-May to mid-October.</p>
        </div>
        
        <div id="fold6bottom">
            <h1>Attribution</h1>
            <p>Excerpts from Wikipedia:</p>
            <p>http://en.wikipedia.org/wiki/Grand_Canyon</p>
            <p>Pictures from:</p>
            <p>Page 1 "Activities" by <a href="http://www.flickr.com/people/47925188@N00">dancer4ever</a> on <a href="http://en.wikipedia.org/wiki/File:Grand_Canyon_rafting_2006.jpg">Wikipedia</a>.
                <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en">Some rights reserved.</a>
            Page 1 Title by chensiyuan on <a href="http://en.wikipedia.org/wiki/File:Grand_canyon_hermits_rest_2010.JPG">Wikipedia</a>.
                <a href="http://creativecommons.org/licenses/by-sa/2.5/deed.en">Some rights reserved.</a>
            Page 1 "History" by Drenaline on <a href="http://en.wikipedia.org/wiki/File:Nankoweap.JPG">Wikipedia</a>.
                <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en">Some rights reserved.</a>
            Page 2 by Danny M Santiago on <a href="http://en.wikipedia.org/wiki/File:Cedar_Ridge,_Grand_Canyon.jpg">Wikipedia</a>.
                <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en">Some rights reserved.</a></p>
        </div>
    </div>
    
</body>
</html>