<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pocahontas County, WV: A Natural & Historical Infographic</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Inter', sans-serif;
}
.chart-container {
position: relative;
width: 100%;
max-width: 600px;
margin-left: auto;
margin-right: auto;
height: 300px;
max-height: 400px;
}
@media (min-width: 768px) {
.chart-container {
height: 350px;
}
}
</style>
</head>
<body class="bg-gray-100">
<div class="container mx-auto p-4 md:p-8">
<header class="text-center mb-12">
<h1 class="text-4xl md:text-5xl font-bold text-[#00425A] mb-2">Pocahontas County, West Virginia</h1>
<p class="text-xl text-[#1F8A70]">The Birthplace of Rivers: A Story Forged in the Alleghenies</p>
</header>
<main class="space-y-12">
<section id="geography" class="bg-white rounded-lg shadow-md p-6">
<h2 class="text-3xl font-bold text-[#00425A] mb-4 text-center">The Lay of the Land</h2>
<p class="text-center text-gray-600 mb-8 max-w-3xl mx-auto">Nestled entirely within the Allegheny Mountains, Pocahontas County's rugged terrain and high elevation have profoundly shaped its history, climate, and culture. It is a land of dramatic peaks and isolated valleys, creating a unique vertical frontier.</p>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 text-center">
<div class="bg-[#BFDB38] text-[#00425A] p-6 rounded-lg shadow">
<p class="text-5xl font-bold">942</p>
<p class="text-lg font-semibold">Square Miles</p>
<p class="text-sm">Making it the 3rd largest county in West Virginia.</p>
</div>
<div class="bg-[#BFDB38] text-[#00425A] p-6 rounded-lg shadow">
<p class="text-5xl font-bold">4,842 ft</p>
<p class="text-lg font-semibold">Highest Point</p>
<p class="text-sm">Bald Knob stands as one of the state's highest peaks.</p>
</div>
<div class="bg-[#BFDB38] text-[#00425A] p-6 rounded-lg shadow">
<p class="text-5xl font-bold">1,976 ft</p>
<p class="text-lg font-semibold">Lowest Point</p>
<p class="text-sm">Where the Greenbrier River exits the county.</p>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mt-8 items-center">
<div>
<h3 class="text-2xl font-bold text-[#00425A] mb-4">A Climate of Extremes</h3>
<p class="text-gray-700 mb-4">The county's elevation creates a "vertical frontier" with significant climatic differences between the highlands and valleys. This duality impacted settlement, agriculture, and daily life for pioneers.</p>
<div class="chart-container h-80 md:h-96">
<canvas id="climateChart"></canvas>
</div>
</div>
<div>
<h3 class="text-2xl font-bold text-[#00425A] mb-4">Principal Summits</h3>
<p class="text-gray-700 mb-4">The county is home to some of the highest peaks in the entire Allegheny Mountain range, creating a dramatic and challenging landscape.</p>
<div class="chart-container h-80 md:h-96">
<canvas id="elevationChart"></canvas>
</div>
</div>
</div>
</section>
<section id="history" class="bg-white rounded-lg shadow-md p-6">
<h2 class="text-3xl font-bold text-[#00425A] mb-4 text-center">Forging a County</h2>
<p class="text-center text-gray-600 mb-8 max-w-3xl mx-auto">From the first hardy pioneers to its pivotal role in the Civil War, the county's history is a timeline of resilience, conflict, and transformation. Key events shaped its boundaries, governance, and identity.</p>
<div class="relative border-l-4 border-[#FC7300] ml-4 md:ml-0">
<div class="mb-8 ml-8">
<div class="absolute w-6 h-6 bg-[#1F8A70] rounded-full -left-3.5 border-4 border-white"></div>
<h3 class="text-xl font-bold text-[#00425A]">1749</h3>
<p class="text-gray-700">First English-speaking settlement established by Jacob Marlin and Stephen Sewell at present-day Marlinton.</p>
</div>
<div class="mb-8 ml-8">
<div class="absolute w-6 h-6 bg-[#1F8A70] rounded-full -left-3.5 border-4 border-white"></div>
<h3 class="text-xl font-bold text-[#00425A]">1821</h3>
<p class="text-gray-700">Pocahontas County is officially formed by the Virginia Legislature.</p>
</div>
<div class="mb-8 ml-8">
<div class="absolute w-6 h-6 bg-[#1F8A70] rounded-full -left-3.5 border-4 border-white"></div>
<h3 class="text-xl font-bold text-[#00425A]">1863</h3>
<p class="text-gray-700">The Battle of Droop Mountain, the last major Civil War engagement in WV, solidifies the new state's boundaries.</p>
</div>
<div class="mb-8 ml-8">
<div class="absolute w-6 h-6 bg-[#1F8A70] rounded-full -left-3.5 border-4 border-white"></div>
<h3 class="text-xl font-bold text-[#00425A]">1880</h3>
<p class="text-gray-700">A 59-year boundary dispute with Randolph County is resolved, adding vast timberlands and railroad assets.</p>
</div>
<div class="ml-8">
<div class="absolute w-6 h-6 bg-[#1F8A70] rounded-full -left-3.5 border-4 border-white"></div>
<h3 class="text-xl font-bold text-[#00425A]">1901</h3>
<p class="text-gray-700">The arrival of the Greenbrier Railway triggers a massive timber boom, transforming the economy and founding towns like Cass.</p>
</div>
</div>
</section>
<section id="economy" class="bg-white rounded-lg shadow-md p-6">
<h2 class="text-3xl font-bold text-[#00425A] mb-4 text-center">Economic Transformation</h2>
<p class="text-center text-gray-600 mb-8 max-w-3xl mx-auto">The county's economy evolved from a self-sufficient pioneer system based on barter to an industrial powerhouse driven by resource extraction, and now transitions toward tourism and conservation.</p>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="md:col-span-1">
<h3 class="text-2xl font-bold text-[#00425A] mb-4">The Pioneer Economy</h3>
<p class="text-gray-700 mb-2"><span class="font-bold text-[#FC7300]">Currency:</span> Furs and ginseng ("seng") were the primary means of exchange for essentials like salt and gunpowder.</p>
<p class="text-gray-700"><span class="font-bold text-[#FC7300]">Foundation:</span> A closed system based on subsistence farming, hunting, and local craftsmanship.</p>
</div>
<div class="md:col-span-2">
<h3 class="text-2xl font-bold text-[#00425A] mb-4">Economic Evolution Flow</h3>
<div class="flex flex-col md:flex-row items-center justify-between space-y-4 md:space-y-0 md:space-x-4">
<div class="text-center p-4 bg-gray-50 rounded-lg w-full">
<p class="text-2xl mb-2">🌿</p>
<h4 class="font-bold text-[#1F8A70]">Pioneer Era</h4>
<p class="text-sm">Subsistence & Barter</p>
</div>
<div class="text-4xl text-[#FC7300] font-bold">→</div>
<div class="text-center p-4 bg-gray-50 rounded-lg w-full">
<p class="text-2xl mb-2">🐄</p>
<h4 class="font-bold text-[#1F8A70]">Agricultural Rise</h4>
<p class="text-sm">Stock Raising & Trades</p>
</div>
<div class="text-4xl text-[#FC7300] font-bold">→</div>
<div class="text-center p-4 bg-gray-50 rounded-lg w-full">
<p class="text-2xl mb-2">🚂</p>
<h4 class="font-bold text-[#1F8A70]">Industrial Boom</h4>
<p class="text-sm">Timber & Railroads</p>
</div>
<div class="text-4xl text-[#FC7300] font-bold">→</div>
<div class="text-center p-4 bg-gray-50 rounded-lg w-full">
<p class="text-2xl mb-2">🏞️</p>
<h4 class="font-bold text-[#1F8A70]">Modern Era</h4>
<p class="text-sm">Tourism & Conservation</p>
</div>
</div>
</div>
</div>
</section>
<section id="demographics" class="bg-white rounded-lg shadow-md p-6">
<h2 class="text-3xl font-bold text-[#00425A] mb-4 text-center">The County Today</h2>
<p class="text-center text-gray-600 mb-8 max-w-3xl mx-auto">The legacy of its history is visible in the county's contemporary profile, reflecting trends of post-industrial Appalachian regions while retaining a deep connection to its land and heritage.</p>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 items-center">
<div>
<h3 class="text-2xl font-bold text-[#00425A] mb-4">Modern Demographics</h3>
<p class="text-gray-700 mb-4">Key statistics provide a snapshot of the county's current population and social landscape.</p>
<div class="space-y-4">
<div class="flex items-center">
<p class="text-2xl w-12">👥</p>
<div>
<p class="font-bold text-xl text-[#1F8A70]">7,869</p>
<p class="text-gray-600">Total Population</p>
</div>
</div>
<div class="flex items-center">
<p class="text-2xl w-12">🕰️</p>
<div>
<p class="font-bold text-xl text-[#1F8A70]">49.8 years</p>
<p class="text-gray-600">Median Age</p>
</div>
</div>
<div class="flex items-center">
<p class="text-2xl w-12">🏠</p>
<div>
<p class="font-bold text-xl text-[#1F8A70]">83.1%</p>
<p class="text-gray-600">Homeownership Rate</p>
</div>
</div>
</div>
</div>
<div class="chart-container h-80 md:h-96">
<canvas id="demographicsChart"></canvas>
</div>
</div>
</section>
</main>
<footer class="text-center mt-12 text-gray-500 text-sm">
<p>Data synthesized from historical reports on Pocahontas County, WV. Visualizations created for educational purposes.</p>
</footer>
</div>
<script>
const vibrantPalette = {
primary: '#00425A',
secondary: '#1F8A70',
accent: '#BFDB38',
highlight: '#FC7300',
light: '#E8E8E8',
darkText: '#333333',
};
function wrapLabel(str, maxWidth) {
if (str.length <= maxWidth) {
return str;
}
const words = str.split(' ');
let lines = [];
let currentLine = words[0];
for (let i = 1; i < words.length; i++) {
if (currentLine.length + words[i].length + 1 < maxWidth) {
currentLine += ' ' + words[i];
} else {
lines.push(currentLine);
currentLine = words[i];
}
}
lines.push(currentLine);
return lines;
}
const tooltipTitleCallback = function(tooltipItems) {
const item = tooltipItems[0];
let label = item.chart.data.labels[item.dataIndex];
if (Array.isArray(label)) {
return label.join(' ');
} else {
return label;
}
};
const climateData = {
labels: ['Avg. Annual Snowfall (inches)', 'Avg. Annual Rainfall (inches)'],
datasets: [{
label: 'Valley (Marlinton)',
data: [33.7, 47.26],
backgroundColor: vibrantPalette.secondary,
borderColor: vibrantPalette.secondary,
borderWidth: 1
}, {
label: 'Highlands',
data: [100, 60],
backgroundColor: vibrantPalette.primary,
borderColor: vibrantPalette.primary,
borderWidth: 1
}]
};
new Chart(document.getElementById('climateChart'), {
type: 'bar',
data: climateData,
options: {
maintainAspectRatio: false,
responsive: true,
scales: {
y: {
beginAtZero: true,
title: {
display: true,
text: 'Inches'
}
}
},
plugins: {
title: {
display: true,
text: 'Annual Precipitation: Valley vs. Highlands',
font: { size: 16 },
color: vibrantPalette.darkText
},
tooltip: {
callbacks: {
title: tooltipTitleCallback
}
}
}
}
});
const elevationData = {
labels: ['Bald Knob', 'Thorny Flat', 'Cheat Mountain', 'Spruce Knob', 'Mace Knob', 'Big Spruce Knob', 'Gaudineer Knob'].map(label => wrapLabel(label, 16)),
datasets: [{
label: 'Elevation (feet)',
data: [4842, 4839, 4835, 4710, 4705, 4695, 4445],
backgroundColor: [
vibrantPalette.primary,
vibrantPalette.secondary,
vibrantPalette.accent,
vibrantPalette.highlight,
'#006A6A',
'#FDB44B',
'#5E8C31'
],
borderColor: '#fff',
borderWidth: 2
}]
};
new Chart(document.getElementById('elevationChart'), {
type: 'bar',
data: elevationData,
options: {
indexAxis: 'y',
maintainAspectRatio: false,
responsive: true,
plugins: {
legend: {
display: false
},
title: {
display: true,
text: 'Highest Peaks in Pocahontas County',
font: { size: 16 },
color: vibrantPalette.darkText
},
tooltip: {
callbacks: {
title: tooltipTitleCallback
}
}
},
scales: {
x: {
title: {
display: true,
text: 'Elevation (ft)'
}
}
}
}
});
const demographicsData = {
labels: ['Homeownership', 'Renters'],
datasets: [{
label: 'Housing',
data: [83.1, 16.9],
backgroundColor: [vibrantPalette.secondary, vibrantPalette.accent],
hoverOffset: 4
}]
};
new Chart(document.getElementById('demographicsChart'), {
type: 'doughnut',
data: demographicsData,
options: {
maintainAspectRatio: false,
responsive: true,
plugins: {
title: {
display: true,
text: 'Homeownership Rate (83.1%)',
font: { size: 16 },
color: vibrantPalette.darkText
},
tooltip: {
callbacks: {
title: tooltipTitleCallback
}
}
}
}
});
</script>
</body>
</html>
Pocahontas County, West Virginia
The Birthplace of Rivers: A Story Forged in the Alleghenies
The Lay of the Land
Nestled entirely within the Allegheny Mountains, Pocahontas County's rugged terrain and high elevation have profoundly shaped its history, climate, and culture. It is a land of dramatic peaks and isolated valleys, creating a unique vertical frontier.
942
Square Miles
Making it the 3rd largest county in West Virginia.
4,842 ft
Highest Point
Bald Knob stands as one of the state's highest peaks.
1,976 ft
Lowest Point
Where the Greenbrier River exits the county.
A Climate of Extremes
The county's elevation creates a "vertical frontier" with significant climatic differences between the highlands and valleys. This duality impacted settlement, agriculture, and daily life for pioneers.
Principal Summits
The county is home to some of the highest peaks in the entire Allegheny Mountain range, creating a dramatic and challenging landscape.
Forging a County
From the first hardy pioneers to its pivotal role in the Civil War, the county's history is a timeline of resilience, conflict, and transformation. Key events shaped its boundaries, governance, and identity.
1749
First English-speaking settlement established by Jacob Marlin and Stephen Sewell at present-day Marlinton.
1821
Pocahontas County is officially formed by the Virginia Legislature.
1863
The Battle of Droop Mountain, the last major Civil War engagement in WV, solidifies the new state's boundaries.
1880
A 59-year boundary dispute with Randolph County is resolved, adding vast timberlands and railroad assets.
1901
The arrival of the Greenbrier Railway triggers a massive timber boom, transforming the economy and founding towns like Cass.
Economic Transformation
The county's economy evolved from a self-sufficient pioneer system based on barter to an industrial powerhouse driven by resource extraction, and now transitions toward tourism and conservation.
The Pioneer Economy
Currency: Furs and ginseng ("seng") were the primary means of exchange for essentials like salt and gunpowder.
Foundation: A closed system based on subsistence farming, hunting, and local craftsmanship.
Economic Evolution Flow
🌿
Pioneer Era
Subsistence & Barter
🐄
Agricultural Rise
Stock Raising & Trades
🚂
Industrial Boom
Timber & Railroads
🏞️
Modern Era
Tourism & Conservation
The County Today
The legacy of its history is visible in the county's contemporary profile, reflecting trends of post-industrial Appalachian regions while retaining a deep connection to its land and heritage.
Modern Demographics
Key statistics provide a snapshot of the county's current population and social landscape.
👥
7,869
Total Population
🕰️
49.8 years
Median Age
🏠
83.1%
Homeownership Rate
No comments:
Post a Comment