54 lines
6.7 KiB
HTML
54 lines
6.7 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8" />
|
||
|
|
<link rel="icon" href="../../favicon.png" />
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
|
<meta name="description" content="Build with AI - Data science guides, interactive tools, and insights" />
|
||
|
|
|
||
|
|
<link href="../../_app/immutable/assets/0.DxgpWi6j.css" rel="stylesheet">
|
||
|
|
<link rel="modulepreload" href="../../_app/immutable/entry/start.BwqP7o9C.js">
|
||
|
|
<link rel="modulepreload" href="../../_app/immutable/chunks/WSjfo0Ud.js">
|
||
|
|
<link rel="modulepreload" href="../../_app/immutable/chunks/mO2F3zLa.js">
|
||
|
|
<link rel="modulepreload" href="../../_app/immutable/chunks/OXvvA7WZ.js">
|
||
|
|
<link rel="modulepreload" href="../../_app/immutable/entry/app.I5VArHs7.js">
|
||
|
|
<link rel="modulepreload" href="../../_app/immutable/chunks/eH5yZvH4.js">
|
||
|
|
<link rel="modulepreload" href="../../_app/immutable/chunks/Bh-96fzJ.js">
|
||
|
|
<link rel="modulepreload" href="../../_app/immutable/chunks/tuD4s8Oc.js">
|
||
|
|
<link rel="modulepreload" href="../../_app/immutable/chunks/DBQEMQMg.js">
|
||
|
|
<link rel="modulepreload" href="../../_app/immutable/chunks/ECMuNRdJ.js">
|
||
|
|
<link rel="modulepreload" href="../../_app/immutable/nodes/0.BOu9fROT.js">
|
||
|
|
<link rel="modulepreload" href="../../_app/immutable/chunks/EiYUD4Mm.js">
|
||
|
|
<link rel="modulepreload" href="../../_app/immutable/nodes/6.D0nSj-gu.js">
|
||
|
|
<link rel="modulepreload" href="../../_app/immutable/chunks/DhvLCtu-.js">
|
||
|
|
<link rel="modulepreload" href="../../_app/immutable/chunks/Da-hDQCT.js">
|
||
|
|
<link rel="modulepreload" href="../../_app/immutable/chunks/CJrErHKE.js"><!--1vulqo1--><meta name="description" content="Explore global development data: GDP, life expectancy, and population trends from 1952-2007."/><!----><title>EDA Gapminder | Build with AI</title>
|
||
|
|
</head>
|
||
|
|
<body data-sveltekit-preload-data="hover">
|
||
|
|
<div style="display: contents"><!--[--><!--[--><!----><!--[--><!----><div class="min-h-screen bg-gradient-to-b from-slate-50 to-white"><nav class="fixed top-0 left-0 right-0 z-50 transition-all duration-300 bg-transparent"><div class="max-w-6xl mx-auto px-6 py-4 flex items-center justify-between"><a href="/" class="flex items-center gap-2"><img src="/logo.png" alt="ValueCurve" class="h-8 w-auto"/> <span class="font-semibold text-gray-900">Build ValueCurve</span></a> <div class="flex items-center gap-6"><a href="/guides/" class="text-gray-600 hover:text-gray-900 transition-colors text-sm font-medium">Guides</a> <a href="/tools/" class="text-gray-600 hover:text-gray-900 transition-colors text-sm font-medium">Tools</a> <a href="https://www.valuecurve.ai" target="_blank" rel="noopener" class="text-gray-600 hover:text-gray-900 transition-colors text-sm font-medium">Newsletter</a> <a href="/notebooks/" class="text-gray-600 hover:text-gray-900 transition-colors text-sm font-medium">Notebooks</a></div></div></nav><!----> <main class="pt-20 pb-10 px-5"><div class="max-w-7xl mx-auto"><div class="mb-5 flex items-center justify-between"><div class="flex items-center gap-4"><a href="/tools/" class="text-sm text-primary-600 hover:text-primary-700">← Tools</a> <h1 class="text-2xl font-bold text-gray-900">EDA Gapminder</h1> <span class="text-gray-400 text-sm hidden sm:inline">|</span> <p class="text-gray-500 text-sm hidden sm:inline">Explore global development data (1952-2007)</p></div></div> <!--[!--><!--]--> <div class="grid grid-cols-1 lg:grid-cols-4 gap-4"><div class="bg-white rounded-xl border border-gray-100 shadow-sm p-4"><h3 class="text-sm font-semibold text-gray-700 mb-4">Filters</h3> <div class="mb-4 "><label class="block text-xs font-medium text-gray-600 mb-2">Year: <span class="text-primary-600 font-bold">1952</span> <!--[!--><!--]--></label> <input type="range" min="1952" max="2007" step="5" value="1952" class="w-full h-2 bg-gray-200 rounded-lg appearance-none cursor-pointer disabled:cursor-not-allowed accent-primary-600"/> <div class="flex justify-between text-xs text-gray-500 mt-1"><span>1952</span> <span>2007</span></div></div> <!--[--><button class="w-full mb-4 px-4 py-2 rounded-lg text-sm font-medium transition-colors bg-primary-100 text-primary-700 hover:bg-primary-200">Play Timeline</button><!--]--> <div class="mb-4"><label class="block text-xs font-medium text-gray-600 mb-2">Continent</label> <select class="w-full px-3 py-2 border border-gray-200 rounded-lg focus:ring-2 focus:ring-primary-500 focus:border-primary-500 text-sm"><option value="" selected>All Continents</option><!--[!--><!--]--></select></div> <div class="mb-4"><label class="block text-xs font-medium text-gray-600 mb-2">Metric</label> <select class="w-full px-3 py-2 border border-gray-200 rounded-lg focus:ring-2 focus:ring-primary-500 focus:border-primary-500 text-sm"><option value="gdpPercap" selected>GDP per Capita</option><option value="lifeExp">Life Expectancy</option><option value="pop">Population</option></select></div> <div class="mb-4"><!--[!--><label class="block text-xs font-medium text-gray-600 mb-2">Countries: <span class="text-primary-600 font-bold">142</span></label> <div class="text-xs text-gray-400">All countries displayed</div><!--]--></div> <!--[!--><!--]--></div> <div class="lg:col-span-3 bg-white rounded-xl border border-gray-100 shadow-sm p-4"><div class="flex border-b border-gray-200 mb-4"><button class="px-4 py-2 text-sm font-medium transition-colors text-primary-600 border-b-2 border-primary-600">Scatter Plot</button> <button class="px-4 py-2 text-sm font-medium transition-colors text-gray-500 hover:text-gray-700">Bar Chart Race</button> <button class="px-4 py-2 text-sm font-medium transition-colors text-gray-500 hover:text-gray-700">Line Trends</button></div> <!--[!--><div class="h-[500px]"><!--[--><div class="w-full h-full"></div><!--]--></div><!--]--> <!--[!--><!--]--></div></div></div></main> <footer class="bg-gray-50 border-t border-gray-100 py-12"><div class="max-w-6xl mx-auto px-6"><div class="flex flex-col md:flex-
|
||
|
|
|
||
|
|
<script>
|
||
|
|
{
|
||
|
|
__sveltekit_m4hdb0 = {
|
||
|
|
base: new URL("../..", location).pathname.slice(0, -1)
|
||
|
|
};
|
||
|
|
|
||
|
|
const element = document.currentScript.parentElement;
|
||
|
|
|
||
|
|
Promise.all([
|
||
|
|
import("../../_app/immutable/entry/start.BwqP7o9C.js"),
|
||
|
|
import("../../_app/immutable/entry/app.I5VArHs7.js")
|
||
|
|
]).then(([kit, app]) => {
|
||
|
|
kit.start(app, element, {
|
||
|
|
node_ids: [0, 6],
|
||
|
|
data: [null,null],
|
||
|
|
form: null,
|
||
|
|
error: null
|
||
|
|
});
|
||
|
|
});
|
||
|
|
}
|
||
|
|
</script>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|