The National Park Service with its rich cultural resource programs preserves the stories of all Americans reaching back to the Paleo-Indians first setting foot in North America 12,000 years ago leading up to our nation's present diverse and complex cultures.
Telling All Americans' Stories
These stories and sites are multi-faceted projects explore the legacies of all Americans, including underrepresented groups.
|
Last updated: September 20, 2022
';
if(hasSocialMedia == 1) {
jQuery("#sml_position").replaceWith(outputSocialMedia);
}
});
});
// check for Experience More Content
var subsiteURL = "/portals/history/";
var max_display = 3;
jsonSrc = subsiteURL+"experience_more_history.json?v="+Date.now();
jQuery.getJSON( jsonSrc, function( data ) {
var has_related_content = 0;
var output_related_content = '';
if(has_related_content == 1) {
jQuery("#related_content_position").replaceWith(output_related_content);
}
});