Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>HistoriaData | Historical Commodity & Economic Data Warehouse</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
| <style> | |
| /* Custom styles */ | |
| .hero-gradient { | |
| background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #1d4ed8 100%); | |
| } | |
| .data-card:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
| } | |
| .timeline-item::before { | |
| content: ''; | |
| position: absolute; | |
| left: -38px; | |
| top: 0; | |
| width: 16px; | |
| height: 16px; | |
| border-radius: 50%; | |
| background: #3b82f6; | |
| border: 4px solid #bfdbfe; | |
| } | |
| .fade-in { | |
| animation: fadeIn 1s ease-in-out; | |
| } | |
| @keyframes fadeIn { | |
| from { opacity: 0; transform: translateY(20px); } | |
| to { opacity: 1; transform: translateY(0); } | |
| } | |
| </style> | |
| </head> | |
| <body class="font-sans antialiased text-gray-800 bg-gray-50"> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-sm sticky top-0 z-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="flex justify-between h-16"> | |
| <div class="flex"> | |
| <div class="flex-shrink-0 flex items-center"> | |
| <i class="fas fa-database text-blue-600 text-2xl mr-2"></i> | |
| <span class="text-xl font-bold text-blue-600">HistoriaData</span> | |
| </div> | |
| <div class="hidden sm:ml-6 sm:flex sm:space-x-8"> | |
| <a href="#features" class="border-blue-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Features</a> | |
| <a href="#sources" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Data Sources</a> | |
| <a href="#coverage" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Coverage</a> | |
| <a href="#about" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">About</a> | |
| </div> | |
| </div> | |
| <div class="hidden sm:ml-6 sm:flex sm:items-center"> | |
| <button class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500"> | |
| Request Access | |
| </button> | |
| </div> | |
| <div class="-mr-2 flex items-center sm:hidden"> | |
| <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500" aria-controls="mobile-menu" aria-expanded="false"> | |
| <span class="sr-only">Open main menu</span> | |
| <i class="fas fa-bars"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Mobile menu --> | |
| <div class="sm:hidden hidden" id="mobile-menu"> | |
| <div class="pt-2 pb-3 space-y-1"> | |
| <a href="#features" class="bg-blue-50 border-blue-500 text-blue-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Features</a> | |
| <a href="#sources" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Data Sources</a> | |
| <a href="#coverage" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Coverage</a> | |
| <a href="#about" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">About</a> | |
| <div class="mt-4 pl-3 pr-4 py-2"> | |
| <button class="w-full flex justify-center items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500"> | |
| Request Access | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <div class="hero-gradient"> | |
| <div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8 text-center"> | |
| <h1 class="text-4xl font-extrabold tracking-tight text-white sm:text-5xl lg:text-6xl fade-in"> | |
| Historical Commodity & Economic Data Warehouse | |
| </h1> | |
| <p class="mt-6 max-w-3xl mx-auto text-xl text-blue-100 fade-in"> | |
| Aggregating, normalizing, and preserving long-run data on commodities, trade, finance, and global development with complete source provenance. | |
| </p> | |
| <div class="mt-10 flex justify-center space-x-4 fade-in"> | |
| <a href="#features" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-blue-700 bg-white hover:bg-blue-50"> | |
| Explore Features | |
| </a> | |
| <a href="#sources" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-blue-600 bg-opacity-60 hover:bg-opacity-70"> | |
| View Data Sources | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Stats Section --> | |
| <div class="bg-white py-12"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-4"> | |
| <div class="text-center p-6 bg-blue-50 rounded-lg"> | |
| <div class="text-4xl font-bold text-blue-600">100+</div> | |
| <div class="mt-2 text-lg font-medium text-gray-900">Commodities Tracked</div> | |
| <p class="mt-1 text-sm text-gray-500">Based on the 2014 CRB Commodity Yearbook coverage</p> | |
| </div> | |
| <div class="text-center p-6 bg-blue-50 rounded-lg"> | |
| <div class="text-4xl font-bold text-blue-600">50+</div> | |
| <div class="mt-2 text-lg font-medium text-gray-900">Data Sources</div> | |
| <p class="mt-1 text-sm text-gray-500">From international organizations and historical archives</p> | |
| </div> | |
| <div class="text-center p-6 bg-blue-50 rounded-lg"> | |
| <div class="text-4xl font-bold text-blue-600">100%</div> | |
| <div class="mt-2 text-lg font-medium text-gray-900">Source Provenance</div> | |
| <p class="mt-1 text-sm text-gray-500">Every observation traceable to its original dataset</p> | |
| </div> | |
| <div class="text-center p-6 bg-blue-50 rounded-lg"> | |
| <div class="text-4xl font-bold text-blue-600">∞</div> | |
| <div class="mt-2 text-lg font-medium text-gray-900">Historical Vintages</div> | |
| <p class="mt-1 text-sm text-gray-500">Preserved rather than overwritten by revisions</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Features Section --> | |
| <div id="features" class="py-16 bg-gray-50 overflow-hidden"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:text-center"> | |
| <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Features</h2> | |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
| Comprehensive Historical Data Solution | |
| </p> | |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> | |
| Our platform combines modern data access with historical preservation for rigorous economic research. | |
| </p> | |
| </div> | |
| <div class="mt-16"> | |
| <div class="space-y-16 lg:space-y-0 lg:grid lg:grid-cols-3 lg:gap-x-8 lg:gap-y-12"> | |
| <div class="data-card bg-white p-8 rounded-lg shadow-md transition-all duration-300 ease-in-out"> | |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white"> | |
| <i class="fas fa-layer-group text-xl"></i> | |
| </div> | |
| <div class="mt-6"> | |
| <h3 class="text-lg font-medium text-gray-900">Aggregated Data</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Combines modern public APIs with historical yearbooks and archived publications into a unified interface. | |
| </p> | |
| </div> | |
| </div> | |
| <div class="data-card bg-white p-8 rounded-lg shadow-md transition-all duration-300 ease-in-out"> | |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white"> | |
| <i class="fas fa-ruler-combined text-xl"></i> | |
| </div> | |
| <div class="mt-6"> | |
| <h3 class="text-lg font-medium text-gray-900">Normalized Metrics</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Standardized units and classifications while retaining original values for cross-source comparison. | |
| </p> | |
| </div> | |
| </div> | |
| <div class="data-card bg-white p-8 rounded-lg shadow-md transition-all duration-300 ease-in-out"> | |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white"> | |
| <i class="fas fa-history text-xl"></i> | |
| </div> | |
| <div class="mt-6"> | |
| <h3 class="text-lg font-medium text-gray-900">Historical Vintages</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Preserves original publication versions rather than overwriting with newer revisions. | |
| </p> | |
| </div> | |
| </div> | |
| <div class="data-card bg-white p-8 rounded-lg shadow-md transition-all duration-300 ease-in-out"> | |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white"> | |
| <i class="fas fa-search text-xl"></i> | |
| </div> | |
| <div class="mt-6"> | |
| <h3 class="text-lg font-medium text-gray-900">Complete Provenance</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Every observation traceable to its original dataset, publication, table, or page. | |
| </p> | |
| </div> | |
| </div> | |
| <div class="data-card bg-white p-8 rounded-lg shadow-md transition-all duration-300 ease-in-out"> | |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white"> | |
| <i class="fas fa-link text-xl"></i> | |
| </div> | |
| <div class="mt-6"> | |
| <h3 class="text-lg font-medium text-gray-900">Classification Links</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Connections among CPC, HS, SITC, ISIC, and Prodcom classification systems. | |
| </p> | |
| </div> | |
| </div> | |
| <div class="data-card bg-white p-8 rounded-lg shadow-md transition-all duration-300 ease-in-out"> | |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white"> | |
| <i class="fas fa-archive text-xl"></i> | |
| </div> | |
| <div class="mt-6"> | |
| <h3 class="text-lg font-medium text-gray-900">Source Documentation</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Retains original units, classifications, revisions, footnotes, and source metadata. | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Coverage Section --> | |
| <div id="coverage" class="py-16 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:text-center"> | |
| <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Coverage</h2> | |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
| Comprehensive Historical Data Categories | |
| </p> | |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> | |
| Our warehouse spans multiple dimensions of economic history with deep time-series. | |
| </p> | |
| </div> | |
| <div class="mt-16"> | |
| <div class="space-y-16 relative"> | |
| <!-- Vertical line --> | |
| <div class="hidden lg:block absolute top-0 bottom-0 left-1/2 w-0.5 bg-gray-200 transform -translate-x-1/2"></div> | |
| <!-- Timeline Item 1 --> | |
| <div class="relative lg:flex lg:items-center lg:justify-between lg:odd:flex-row-reverse"> | |
| <div class="lg:w-5/12 lg:px-8"> | |
| <div class="bg-blue-50 p-6 rounded-lg shadow-sm"> | |
| <h3 class="text-lg font-medium text-blue-600"> | |
| <i class="fas fa-boxes mr-2"></i>Commodities & Industrial Production | |
| </h3> | |
| <p class="mt-2 text-gray-600"> | |
| Prices, production, consumption, inventories, imports, exports, futures markets, and industrial output for 100+ domestic and international commodities. | |
| </p> | |
| <ul class="mt-3 space-y-2 text-sm text-gray-600"> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>CRB Commodity Yearbooks</li> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>UN Industrial Commodity Statistics</li> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>World Bank Pink Sheet</li> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>FAOSTAT & USGS data</li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="mt-8 lg:mt-0 lg:w-5/12 lg:px-8"> | |
| <div class="bg-blue-50 p-6 rounded-lg shadow-sm"> | |
| <h3 class="text-lg font-medium text-blue-600"> | |
| <i class="fas fa-chart-line mr-2"></i>Macroeconomic & Financial | |
| </h3> | |
| <p class="mt-2 text-gray-600"> | |
| Exchange rates, reserves, monetary statistics, interest rates, prices, production, international transactions, government finance, and national accounts. | |
| </p> | |
| <ul class="mt-3 space-y-2 text-sm text-gray-600"> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>IMF International Financial Statistics</li> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>FRED & ALFRED</li> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>World Development Indicators</li> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>BIS & OECD data</li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Timeline Item 2 --> | |
| <div class="relative lg:flex lg:items-center lg:justify-between lg:odd:flex-row-reverse"> | |
| <div class="lg:w-5/12 lg:px-8"> | |
| <div class="bg-blue-50 p-6 rounded-lg shadow-sm"> | |
| <h3 class="text-lg font-medium text-blue-600"> | |
| <i class="fas fa-exchange-alt mr-2"></i>Trade & Tariffs | |
| </h3> | |
| <p class="mt-2 text-gray-600"> | |
| Bilateral trade flows, tariff schedules, trade agreements, and customs data with historical classifications and nomenclatures. | |
| </p> | |
| <ul class="mt-3 space-y-2 text-sm text-gray-600"> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>UN Comtrade & TRAINS</li> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>WTO IDB & CTS</li> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>ITC Market Access Map</li> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>CEPII TRADHIST</li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="mt-8 lg:mt-0 lg:w-5/12 lg:px-8"> | |
| <div class="bg-blue-50 p-6 rounded-lg shadow-sm"> | |
| <h3 class="text-lg font-medium text-blue-600"> | |
| <i class="fas fa-ship mr-2"></i>Transportation & Logistics | |
| </h3> | |
| <p class="mt-2 text-gray-600"> | |
| Maritime trade statistics, port performance metrics, customs district data, and historical transportation cost indicators. | |
| </p> | |
| <ul class="mt-3 space-y-2 text-sm text-gray-600"> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>UNCTAD maritime datasets</li> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>World Bank Port Index</li> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>Logistics Performance Index</li> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>US Census vessel data</li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Timeline Item 3 --> | |
| <div class="relative lg:flex lg:items-center lg:justify-between lg:odd:flex-row-reverse"> | |
| <div class="lg:w-5/12 lg:px-8"> | |
| <div class="bg-blue-50 p-6 rounded-lg shadow-sm"> | |
| <h3 class="text-lg font-medium text-blue-600"> | |
| <i class="fas fa-globe-americas mr-2"></i>Country Profiles & Context | |
| </h3> | |
| <p class="mt-2 text-gray-600"> | |
| Historical national statistics, development indicators, demographic trends, and geopolitical context from archival sources. | |
| </p> | |
| <ul class="mt-3 space-y-2 text-sm text-gray-600"> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>CIA World Factbook archives</li> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>Historical statistical yearbooks</li> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>World Bank country data</li> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>Demographic & geographic datasets</li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="mt-8 lg:mt-0 lg:w-5/12 lg:px-8"> | |
| <div class="bg-blue-50 p-6 rounded-lg shadow-sm"> | |
| <h3 class="text-lg font-medium text-blue-600"> | |
| <i class="fas fa-industry mr-2"></i>US Economic & Business Data | |
| </h3> | |
| <p class="mt-2 text-gray-600"> | |
| Comprehensive US economic indicators, trade statistics, business surveys, and industrial data with historical coverage. | |
| </p> | |
| <ul class="mt-3 space-y-2 text-sm text-gray-600"> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>US Census trade data</li> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>Economic indicators</li> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>Economic Census</li> | |
| <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>Industry-specific datasets</li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Data Sources Section --> | |
| <div id="sources" class="py-16 bg-gray-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:text-center"> | |
| <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Current and Planned Data Sources</h2> | |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
| Comprehensive Data Integration | |
| </p> | |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> | |
| Aggregating data from the world's most authoritative economic sources. | |
| </p> | |
| </div> | |
| <div class="mt-12"> | |
| <div class="space-y-10 md:space-y-0 md:grid md:grid-cols-2 md:gap-x-8 md:gap-y-12"> | |
| <!-- Source Group 1 --> | |
| <div> | |
| <div class="flex items-center"> | |
| <div class="flex-shrink-0 bg-blue-500 rounded-md p-2"> | |
| <i class="fas fa-tags text-white"></i> | |
| </div> | |
| <div class="ml-4"> | |
| <h3 class="text-lg font-medium text-gray-900">Commodity Prices & Industrial Production</h3> | |
| </div> | |
| </div> | |
| <div class="mt-4 pl-12"> | |
| <ul class="space-y-3 text-gray-600"> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>Commodity Research Bureau (CRB) Yearbooks</li> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>UN Industrial Commodity Statistics</li> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>World Bank Commodity Price Data</li> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>FAOSTAT & USGS Statistics</li> | |
| </ul> | |
| </div> | |
| </div> | |
| <!-- Source Group 2 --> | |
| <div> | |
| <div class="flex items-center"> | |
| <div class="flex-shrink-0 bg-blue-500 rounded-md p-2"> | |
| <i class="fas fa-chart-pie text-white"></i> | |
| </div> | |
| <div class="ml-4"> | |
| <h3 class="text-lg font-medium text-gray-900">Macroeconomic & Financial Statistics</h3> | |
| </div> | |
| </div> | |
| <div class="mt-4 pl-12"> | |
| <ul class="space-y-3 text-gray-600"> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>IMF International Financial Statistics</li> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>FRED & ALFRED (Federal Reserve)</li> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>World Development Indicators</li> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>BIS & OECD Data Explorer</li> | |
| </ul> | |
| </div> | |
| </div> | |
| <!-- Source Group 3 --> | |
| <div> | |
| <div class="flex items-center"> | |
| <div class="flex-shrink-0 bg-blue-500 rounded-md p-2"> | |
| <i class="fas fa-globe text-white"></i> | |
| </div> | |
| <div class="ml-4"> | |
| <h3 class="text-lg font-medium text-gray-900">International Trade & Tariffs</h3> | |
| </div> | |
| </div> | |
| <div class="mt-4 pl-12"> | |
| <ul class="space-y-3 text-gray-600"> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>UN Comtrade & TRAINS</li> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>WTO Integrated Database</li> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>ITC Market Access Map</li> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>CEPII TRADHIST Database</li> | |
| </ul> | |
| </div> | |
| </div> | |
| <!-- Source Group 4 --> | |
| <div> | |
| <div class="flex items-center"> | |
| <div class="flex-shrink-0 bg-blue-500 rounded-md p-2"> | |
| <i class="fas fa-ship text-white"></i> | |
| </div> | |
| <div class="ml-4"> | |
| <h3 class="text-lg font-medium text-gray-900">Maritime & Transportation</h3> | |
| </div> | |
| </div> | |
| <div class="mt-4 pl-12"> | |
| <ul class="space-y-3 text-gray-600"> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>UNCTAD Maritime Datasets</li> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>World Bank Port Index</li> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>Logistics Performance Index</li> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>US Census Port Statistics</li> | |
| </ul> | |
| </div> | |
| </div> | |
| <!-- Source Group 5 --> | |
| <div> | |
| <div class="flex items-center"> | |
| <div class="flex-shrink-0 bg-blue-500 rounded-md p-2"> | |
| <i class="fas fa-landmark text-white"></i> | |
| </div> | |
| <div class="ml-4"> | |
| <h3 class="text-lg font-medium text-gray-900">US Economic & Trade Data</h3> | |
| </div> | |
| </div> | |
| <div class="mt-4 pl-12"> | |
| <ul class="space-y-3 text-gray-600"> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>US Census Trade Data</li> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>US Economic Indicators</li> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>US Economic Census</li> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>Demographic & Business Datasets</li> | |
| </ul> | |
| </div> | |
| </div> | |
| <!-- Source Group 6 --> | |
| <div> | |
| <div class="flex items-center"> | |
| <div class="flex-shrink-0 bg-blue-500 rounded-md p-2"> | |
| <i class="fas fa-book text-white"></i> | |
| </div> | |
| <div class="ml-4"> | |
| <h3 class="text-lg font-medium text-gray-900">Contextual & Archival Sources</h3> | |
| </div> | |
| </div> | |
| <div class="mt-4 pl-12"> | |
| <ul class="space-y-3 text-gray-600"> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>CIA World Factbook Archives</li> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>Historical Statistical Yearbooks</li> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>Customs Tariff Books</li> | |
| <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>GATT Schedules</li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- CTA Section --> | |
| <div class="bg-blue-600"> | |
| <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8 lg:flex lg:items-center lg:justify-between"> | |
| <h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl"> | |
| <span class="block">Ready to explore historical economic data?</span> | |
| <span class="block text-blue-200">Request access to HistoriaData today.</span> | |
| </h2> | |
| <div class="mt-8 flex lg:mt-0 lg:flex-shrink-0"> | |
| <div class="inline-flex rounded-md shadow"> | |
| <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-blue-50"> | |
| Get Started | |
| </a> | |
| </div> | |
| <div class="ml-3 inline-flex rounded-md shadow"> | |
| <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-600 bg-opacity-60 hover:bg-opacity-70"> | |
| Learn More | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Footer --> | |
| <footer id="about" class="bg-gray-800"> | |
| <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8"> | |
| <div class="xl:grid xl:grid-cols-3 xl:gap-8"> | |
| <div class="space-y-8 xl:col-span-1"> | |
| <div class="flex items-center"> | |
| <i class="fas fa-database text-blue-400 text-2xl mr-2"></i> | |
| <span class="text-xl font-bold text-white">HistoriaData</span> | |
| </div> | |
| <p class="text-gray-300 text-base"> | |
| A historical commodity and economic data warehouse aggregating, normalizing, and preserving long-run data with complete source provenance. | |
| </p> | |
| <div class="flex space-x-6"> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i class="fab fa-twitter"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i class="fab fa-github"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i class="fab fa-linkedin"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div class="mt-12 grid grid-cols-2 gap-8 xl:mt-0 xl:col-span-2"> | |
| <div class="md:grid md:grid-cols-2 md:gap-8"> | |
| <div> | |
| <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Resources</h3> | |
| <ul class="mt-4 space-y-4"> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white">Documentation</a> | |
| </li> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white">API Reference</a> | |
| </li> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white">Data Dictionary</a> | |
| </li> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white">Methodology</a> | |
| </li> | |
| </ul> | |
| </div> | |
| <div class="mt-12 md:mt-0"> | |
| <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Legal</h3> | |
| <ul class="mt-4 space-y-4"> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white">Privacy Policy</a> | |
| </li> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white">Terms of Use</a> | |
| </li> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white">Data Licensing</a> | |
| </li> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white">Source Attribution</a> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="md:grid md:grid-cols-2 md:gap-8"> | |
| <div> | |
| <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Company</h3> | |
| <ul class="mt-4 space-y-4"> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white">About Us</a> | |
| </li> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white">Team</a> | |
| </li> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white">Careers</a> | |
| </li> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white">Contact</a> | |
| </li> | |
| </ul> | |
| </div> | |
| <div class="mt-12 md:mt-0"> | |
| <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Support</h3> | |
| <ul class="mt-4 space-y-4"> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white">Help Center</a> | |
| </li> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white">Status</a> | |
| </li> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white">Feedback</a> | |
| </li> | |
| <li> | |
| <a href="#" class="text-base text-gray-400 hover:text-white">Data Requests</a> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-12 border-t border-gray-700 pt-8"> | |
| <p class="text-base text-gray-400 text-center"> | |
| © 2023 HistoriaData. All rights reserved. | |
| </p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Mobile menu toggle | |
| const mobileMenuButton = document.querySelector('button[aria-controls="mobile-menu"]'); | |
| const mobileMenu = document.getElementById('mobile-menu'); | |
| mobileMenuButton.addEventListener('click', () => { | |
| const expanded = mobileMenuButton.getAttribute('aria-expanded') === 'true'; | |
| mobileMenuButton.setAttribute('aria-expanded', !expanded); | |
| mobileMenu.classList.toggle('hidden'); | |
| }); | |
| // Smooth scrolling for anchor links | |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
| anchor.addEventListener('click', function (e) { | |
| e.preventDefault(); | |
| const targetId = this.getAttribute('href'); | |
| const targetElement = document.querySelector(targetId); | |
| if (targetElement) { | |
| // Close mobile menu if open | |
| mobileMenuButton.setAttribute('aria-expanded', 'false'); | |
| mobileMenu.classList.add('hidden'); | |
| // Scroll to target | |
| targetElement.scrollIntoView({ | |
| behavior: 'smooth' | |
| }); | |
| } | |
| }); | |
| }); | |
| // Animation on scroll | |
| const observerOptions = { | |
| threshold: 0.1 | |
| }; | |
| const observer = new IntersectionObserver((entries) => { | |
| entries.forEach(entry => { | |
| if (entry.isIntersecting) { | |
| entry.target.classList.add('fade-in'); | |
| observer.unobserve(entry.target); | |
| } | |
| }); | |
| }, observerOptions); | |
| document.querySelectorAll('.data-card, .timeline-item').forEach(card => { | |
| observer.observe(card); | |
| }); | |
| </script> | |
| <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=alphonse86/data-warehouse" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |